activecm / rita-legacy

Real Intelligence Threat Analytics (RITA) is a framework for detecting command and control communication through network traffic analysis.
GNU General Public License v3.0
2.51k stars 362 forks source link

RITA does not record the Host Header/ TLS SNI of a domain fronted beacon #648

Open Zalgo2462 opened 3 years ago

Zalgo2462 commented 3 years ago

RITA has the ability to detect beacons to domain names which should help with finding C2 channels which utilize DNS to distribute their traffic. However, if an attacker creates a domain fronted channel as described by https://attack.mitre.org/techniques/T1090/004/, RITA will record the beacon as heading towards the "safe" domain only (the one that can be observed via DNS).

Solutions:

joswr1ght commented 2 years ago

Any word on introducing SNI analysis as a feature for RITA to use for deny list identification, DNS subdomain analysis, etc?