opexxx / cobaltstrike

Code and yara rules to detect and analyze Cobalt Strike

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cobalt Strike Resources

This repository contains:

  • analyze.py: a script to analyze a Cobalt Strike beacon (python analyze.py BEACON)
  • extract.py; extract a beacon from an encrypted beacon
  • lib.py: library containing functions for the other scripts
  • output.csv : CSV file containing CS servers identified online in Dec 2020
  • rules.yar: Yara rules for CS beacons
  • scan_list.py: script to scan a list of servers (python scan_list.py FILE)
  • scan.py : script to scan a server (python can.py IP)

You can see my blog post Analyzing Cobalt Strike for Fun and Profit for more information.

Credits : Amnesty Tech

About

Code and yara rules to detect and analyze Cobalt Strike


Languages

Language:Python 93.9%Language:YARA 6.1%