Skip to content

eset/ETI

Repository files navigation

Table of Contents

ETI scripts

Collection of scripts to interact with ESET MISP instance.

YARA extractor

Script to extract yara rules from MISP for a given event or ESET Threat Actor.

Usage:
python extract_yara_from_misp.py -e EVENT_ID
python extract_yara_from_misp.py -g "GROUP NAME"
python extract_yara_from_misp.py -a (extracts all yara rules)

Threat Actor's Region extractor

Script to extract Threat Actor's region from MISP for a given event.

Usage: python extract_threat_actor_country.py -e EVENT_ID

Examples of common queries

Examples.ipynb is a Jupyter Notebook (https://jupyter.org) is inspired from PyMISP doc and examples (https://github.com/MISP/PyMISP/tree/main/examples) and contains the whole setup and few queries allowing to start playing with ESET MISP instance.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published