schrodyn / sunburst_dga

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SUNBURST DGA decoder

Details on Securelist: https://securelist.com/sunburst-connecting-the-dots-in-the-dns-requests/99862/

Compiling

Windows: CL.EXE flames_pub.c (start a Visual Studio Command Prompt) binary for Windows included

Linux/Unix: gcc -o flames_pub flames_pub.c

Match the domain requests published by FireEye with target names

  1. Compile the binary.

  2. Download the datasets.

https://raw.githubusercontent.com/fireeye/sunburst_countermeasures/main/indicator_release/Indicator_Release_NBIs.csv
https://raw.githubusercontent.com/bambenek/research/main/sunburst/uniq-hostnames.txt
  1. Execute in the same directory as datasets:

Windows: extract_uids.bat

Linux/Unix: extract_uids.sh

About

License:BSD 2-Clause "Simplified" License


Languages

Language:C 81.0%Language:Batchfile 11.6%Language:Shell 7.3%