Skip to content

Exports MISP events to STIX and ingest into McAfee ESM

Notifications You must be signed in to change notification settings

mohlcyber/MISP-STIX-ESM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

MISP-STIX-ESM

License

This Script will download MISP events in STIX format. McAfee ESM will be configured to pull STIX files from the folder location via SCP and run automated triage processes.

screen shot 2018-06-26 at 16 31 48

Component Description

McAfee Enterprise Security Manager (ESM) is a security information and event management (SIEM) solution that delivers actionable intelligence and integrations to prioritize, investigate, and respond to threats. https://www.mcafee.com/enterprise/en-us/products/enterprise-security-manager.html

MISP threat sharing platform is free and open source software helping information sharing of threat and cyber security indicators. https://github.com/MISP/MISP

Prerequisites

Download the Latest Release

  • Extract the release .zip file

MISP platform installation (Link) (tested with MISP 2.4.121)

Requests (Link)

PyMISP library installation (Link)

git clone https://github.com/MISP/PyMISP.git
cd PyMISP/
python setup.py install

Configuration

MISP receives intelligence feeds from multiple sources. The provided script will export tagged events as STIX files and McAfee ESM will pull these STIX files for automated investigations.

misp_stix.py

The misp_stix.py script will export tagged events as STIX files to a given location.

Enter the MISP IP/URL, API key, MISP Tag to look for and the location where the STIX files should be stored (line 12 - 15).

Screenshot 2019-11-07 at 11 48 33

ESM Configuration

Log into the McAfee ESM platform and open ESM properties. Go to the Cyber Threat Feeds and add a new feed. In the source enter the IP, username, password and path to the folder that contains the STIX files that got previous downloaded through the misp_stix.py script.

screen shot 2018-06-27 at 18 30 04

Define the frequency, watchlist and backtrace options to automate triage steps.

McAfee ESM will pull new STIX file and check if any events have been seen in the past related to the artifacts.

About

Exports MISP events to STIX and ingest into McAfee ESM

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages