Automating IOC Extraction with Obstracts by DOGESEC

Listen to this Post

Obstracts by DOGESEC is a powerful tool designed to automatically extract Indicators of Compromise (IOCs) from threat intelligence reports. These IOCs can then be utilized for defensive measures in tools like SIEM (Security Information and Event Management) systems, such as Splunk ES lookups. This tool is a significant step forward in automating the process of threat intelligence analysis, making it easier for security teams to respond to threats more efficiently.

You Should Know:

To get started with Obstracts, you can use the following commands and codes:

1. Installation:

git clone https://github.com/dogesec/obstracts.git
cd obstracts
pip install -r requirements.txt

2. Running Obstracts:

python obstracts.py -i <path_to_threat_intel_report> -o <output_directory>

3. Using Extracted IOCs in Splunk: