Skip to content

aacgood/MISP-Integrations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

MISP-Integrations

CrowdStrike

misp2cs.py

This script queries MISP for events with a particular tag, extracts supported attribute types and uploads them as indicators via the CrowdStrike QueryAPI. The script will tag the event and any supported attributes type in that event as "Uploaded to CrowdStrike".

This script uses pymisp and will only upload attributes that are marked with an IDS flag. Ensure that MISP Warning lists and the IDS flag is used correctly to avoid false positives.

When CrowdStrike gets a hit on an indicator it will generate a threat_intel alert and provide the MISP event ID in the alert description.

Supported MISP Attributes

  • ip-src
  • ip-dst
  • domain
  • md5
  • sha1
  • sha256

Sample usage

python3 -p tags -s "Upload to CrowdStrike" -q

Recommend adding this command to a cronjob to poll MISP at a set interval.

Requirements

TODO

  • Add support to delete indicators.
  • Add command line parameter support to set expiry dates.
  • PEP all the things.
  • Migrate to CrowdStrike Python API.
  • Add command line parameter support for tags.

MISP Tags

addtags.py

Add multiple tags to an event or attribute with pymisp.

Sample usage

python3 - addtag.py -e 100 -t 1 2 3 4 5

Requirements

About

Various python scripts to integrate with MISP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages