yispecter_malware_detection


Description

YiSpecter Malware C2 Domains And Subdomains Communication Detection. License: https://github.com/Neo23x0/sigma/blob/master/LICENSE.Detection.Rules.md.

Query · yara_l

events:
($selection.target.hostname = "bb800.com" or $selection.target.hostname = "ad.bb800.com" or $selection.target.hostname = "down.bb800.com" or $selection.target.hostname = "ty1.bb800.com" or $selection.target.hostname = "iosnoico.bb800.com" or $selection.target.hostname = "qvod.bb800.com" or $selection.target.hostname = "qvios.od.bb800.com" or $selection.target.hostname = "dp.bb800.com" or $selection.target.hostname = "iosads.cdn.bb800.com")

  condition:
    $selection
Raw source yispecter_malware_detection · YARA-L
Esc
Published by chronicle/detection-rules ↗, licensed under Apache 2.0 ↗. Reproduced here unmodified.
rule yispecter_malware_detection {
 meta:
    author = "Alexandr Yampolskyi, SOC Prime"
    description = "YiSpecter Malware C2 Domains And Subdomains Communication Detection.  License: https://github.com/Neo23x0/sigma/blob/master/LICENSE.Detection.Rules.md."
    reference = "https://tdm.socprime.com/tdm/info/QF3jx3bogxy2"
    version = "0.01"
    created = "2015/10/4"
    product = "proxy"
    mitre = "Command and Control, t1071, t1043"

  events:
($selection.target.hostname = "bb800.com" or $selection.target.hostname = "ad.bb800.com" or $selection.target.hostname = "down.bb800.com" or $selection.target.hostname = "ty1.bb800.com" or $selection.target.hostname = "iosnoico.bb800.com" or $selection.target.hostname = "qvod.bb800.com" or $selection.target.hostname = "qvios.od.bb800.com" or $selection.target.hostname = "dp.bb800.com" or $selection.target.hostname = "iosads.cdn.bb800.com")

  condition:
    $selection
}

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.