Skip to content
Skillv1.0.0

performing-threat-intelligence-sharing-with-misp

Uses PyMISP (the official MISP REST API library) to create events with structured IOCs (IPs, domains, hashes, URLs), enrich them with MITRE ATT&CK tags and galaxy clusters, manage sharing groups and d

by mukul975(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from mukul975/anthropic-cybersecurity-skills (skills/performing-threat-intelligence-sharing-with-misp/SKILL.md). Install upstream with npx skills add mukul975/anthropic-cybersecurity-skills --skill performing-threat-intelligence-sharing-with-misp. Copyright stays with the author (Apache-2.0).

Performing Threat Intelligence Sharing with MISP

Overview

MISP (Malware Information Sharing Platform) is an open-source threat intelligence platform designed for collecting, storing, distributing, and sharing cybersecurity indicators and threat information. PyMISP is the official Python library for interacting with MISP instances via the REST API, enabling programmatic event creation, attribute management, tag assignment, galaxy cluster attachment, and feed synchronization. This skill covers using PyMISP to create events with structured IOCs (IP addresses, domains, file hashes, URLs), enrich events with MITRE ATT&CK tags, manage sharing groups and distribution levels, search for existing intelligence, and export in STIX 2.1 format for interoperability with other platforms.

When to Use

  • When conducting security assessments that involve performing threat intelligence sharing with misp
  • When following incident response procedures for related security events
  • When performing scheduled security testing or auditing activities
  • When validating security controls through hands-on testing

Prerequisites

  • MISP instance (v2.4+) with API access enabled
  • Python 3.9+ with pymisp (pip install pymisp)
  • MISP API key (Settings > Auth Keys)
  • Understanding of MISP data model (Events, Attributes, Objects, Tags, Galaxies)
  • Knowledge of TLP marking and sharing protocols

Steps

  1. Install PyMISP: pip install pymisp
  2. Initialize ExpandedPyMISP(url, key, ssl=True) connection
  3. Create a MISPEvent with info, distribution level, threat level, and analysis status
  4. Add attributes via event.add_attribute(type, value) for IPs, domains, hashes
  5. Apply TLP tags and MITRE ATT&CK technique tags
  6. Publish the event with misp.publish(event)
  7. Search existing events with misp.search(controller='events', value=..., type_attribute=...)
  8. Enable and configure threat feeds for automatic IOC ingestion
  9. Export events in STIX 2.1 format for cross-platform sharing
  10. Validate sharing group configuration and sync server settings

Expected Output

A JSON report summarizing events created, attributes added, tags applied, feed sync status, and any correlation hits against existing intelligence, with event IDs and distribution metadata.

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/mukul975-anthropic-cybersecurity-skills-performing-threa-67ae5b/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

mukul975-anthropic-cybersecurity-skills-performing-threa-67ae5b.ocm.jsonjson
{
  "ocm": "1",
  "id": "mukul975-anthropic-cybersecurity-skills-performing-threa-67ae5b",
  "kind": "skill",
  "name": "performing-threat-intelligence-sharing-with-misp",
  "description": "Uses PyMISP (the official MISP REST API library) to create events with structured IOCs (IPs, domains, hashes, URLs), enrich them with MITRE ATT&CK tags and galaxy clusters, manage sharing groups and distribution levels, search existing intelligence, and export in STIX 2.1 format. Use when creating, enriching, or sharing threat intelligence events on a MISP instance, or integrating IOC feeds with other platforms.",
  "publisher": "mukul975",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "coding"
    ],
    "tags": [
      "skill-md",
      "misp",
      "pymisp",
      "threat-intelligence",
      "ioc-sharing",
      "stix",
      "taxii",
      "threat-feeds",
      "information-sharing",
      "skills-sh"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Uses PyMISP (the official MISP REST API library) to create events with structured IOCs (IPs, domains, hashes, URLs), enrich them with MITRE ATT&CK tags and galaxy clusters, manage sharing groups and distribution levels, search existing intelligence, and export in STIX 2.1 format. Use when creating, enriching, or sharing threat intelligence events on a MISP instance, or integrating IOC feeds with other platforms."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "skills.sh",
      "repository": "https://github.com/mukul975/anthropic-cybersecurity-skills",
      "path": "skills/performing-threat-intelligence-sharing-with-misp/SKILL.md",
      "ref": "HEAD",
      "url": "https://github.com/mukul975/anthropic-cybersecurity-skills/blob/HEAD/skills/performing-threat-intelligence-sharing-with-misp/SKILL.md",
      "key": "mukul975/anthropic-cybersecurity-skills/skills/performing-threat-intelligence-sharing-with-misp/SKILL.md"
    },
    "license": "Apache-2.0"
  },
  "instructions": "# Performing Threat Intelligence Sharing with MISP\n\n## Overview\n\nMISP (Malware Information Sharing Platform) is an open-source threat intelligence platform designed for collecting, storing, distributing, and sharing cybersecurity indicators and threat information. PyMISP is the official Python library for interacting with MISP instances via the REST API, enabling programmatic event creation, attribute management, tag assignment, galaxy cluster attachment, and feed synchronization. This skill covers using PyMISP to create events with structured IOCs (IP addresses, domains, file hashes, URLs), e",
  "cost": {
    "context_tokens": 570
  }
}

Fetch it by URL: GET /api/v1/registry/mukul975-anthropic-cybersecurity-skills-performing-threa-67ae5b/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.