ET MALWARE MoneroOcean Installer Batch Script Inbound


Query · suricata

flow:established,from_server;
http.stat_code;
content:"200";
file.data;
content:"echo MoneroOcean mining";
content:"set WALLET=";
content:"|3a|WALLET_LEN_OK";
content:"|22|EXP_MONERO_HASHRATE%"; fast_pattern;
Raw source ET MALWARE MoneroOcean Installer Batch Script Inbound · Suricata
Esc
Published by Emerging Threats Open ↗, licensed under BSD 3-Clause ↗. Line breaks added for readability; the rule is otherwise unchanged.
alert http $EXTERNAL_NET any -> $HOME_NET any (
    msg:"ET MALWARE MoneroOcean Installer Batch Script Inbound";
    flow:established,from_server;
    http.stat_code;
    content:"200";
    file.data;
    content:"echo MoneroOcean mining";
    content:"set WALLET=";
    content:"|3a|WALLET_LEN_OK";
    content:"|22|EXP_MONERO_HASHRATE%"; fast_pattern;
    classtype:trojan-activity;
    sid:2036411; rev:1;
    metadata:created_at 2022_04_28, confidence High, signature_severity Major, tag Description_Generated_By_Proofpoint_Nexus, updated_at 2022_04_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.