Commit 7b4c13a2 by Marc Rivero López Committed by GitHub

Update APT_fancybear_dnc.yar

parent 190e4883
...@@ -3,32 +3,40 @@ ...@@ -3,32 +3,40 @@
*/ */
rule COZY_FANCY_BEAR_Hunt { rule COZY_FANCY_BEAR_Hunt
meta: {
description = "Detects Cozy Bear / Fancy Bear C2 Server IPs"
author = "Florian Roth" meta:
reference = "https://www.crowdstrike.com/blog/bears-midst-intrusion-democratic-national-committee/" description = "Detects Cozy Bear / Fancy Bear C2 Server IPs"
date = "2016-06-14" author = "Florian Roth"
strings: reference = "https://www.crowdstrike.com/blog/bears-midst-intrusion-democratic-national-committee/"
$s1 = "185.100.84.134" ascii wide fullword date = "2016-06-14"
$s2 = "58.49.58.58" ascii wide fullword
$s3 = "218.1.98.203" ascii wide fullword strings:
$s4 = "187.33.33.8" ascii wide fullword $s1 = "185.100.84.134" ascii wide fullword
$s5 = "185.86.148.227" ascii wide fullword $s2 = "58.49.58.58" ascii wide fullword
$s6 = "45.32.129.185" ascii wide fullword $s3 = "218.1.98.203" ascii wide fullword
$s7 = "23.227.196.217" ascii wide fullword $s4 = "187.33.33.8" ascii wide fullword
condition: $s5 = "185.86.148.227" ascii wide fullword
uint16(0) == 0x5a4d and 1 of them $s6 = "45.32.129.185" ascii wide fullword
$s7 = "23.227.196.217" ascii wide fullword
condition:
uint16(0) == 0x5a4d and 1 of them
} }
rule COZY_FANCY_BEAR_pagemgr_Hunt { rule COZY_FANCY_BEAR_pagemgr_Hunt
meta: {
description = "Detects a pagemgr.exe as mentioned in the CrowdStrike report"
author = "Florian Roth" meta:
reference = "https://www.crowdstrike.com/blog/bears-midst-intrusion-democratic-national-committee/" description = "Detects a pagemgr.exe as mentioned in the CrowdStrike report"
date = "2016-06-14" author = "Florian Roth"
strings: reference = "https://www.crowdstrike.com/blog/bears-midst-intrusion-democratic-national-committee/"
$s1 = "pagemgr.exe" wide fullword date = "2016-06-14"
condition:
uint16(0) == 0x5a4d and 1 of them strings:
$s1 = "pagemgr.exe" wide fullword
condition:
uint16(0) == 0x5a4d and 1 of them
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment