ET MALWARE TeamTNT Gattling Gun AWS Creds Exfil


Query · suricata

flow:established,to_server;
http.method;
content:"POST";
http.uri;
content:"/incoming/access_data/aws.php"; endswith; fast_pattern;
Raw source ET MALWARE TeamTNT Gattling Gun AWS Creds Exfil · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert http $HOME_NET any -> $EXTERNAL_NET any (
    msg:"ET MALWARE TeamTNT Gattling Gun AWS Creds Exfil";
    flow:established,to_server;
    http.method;
    content:"POST";
    http.uri;
    content:"/incoming/access_data/aws.php"; endswith; fast_pattern;
    reference:url,www.cadosecurity.com/post/botnet-deploys-cloud-and-container-attack-techniques;
    reference:url,twitter.com/Suprn8/status/1349938276623384576;
    classtype:command-and-control;
    sid:2031585; rev:2;
    metadata:attack_target Client_and_Server, created_at 2021_01_28, deployment Perimeter, performance_impact Low, confidence High, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2021_01_28;
)

Detection rules belong to the projects that publish them and remain under their own licenses. This site indexes and links to them; it claims no rights in them.