lojack_doubleagent_communication


Description

Lojack Double-Agent Communication Detection. License: https://github.com/Neo23x0/sigma/blob/master/LICENSE.Detection.Rules.md.

Query · yara_l

events:
($selection.target.hostname = "sysanalyticweb.com" or $selection.target.hostname = "elaxo.org" or $selection.target.hostname = "ikmtrust.com" or $selection.target.hostname = "lxwo.org")

  condition:
    $selection
Raw source lojack_doubleagent_communication · YARA-L
Esc
Published by chronicle/detection-rules ↗, licensed under Apache 2.0 ↗. Reproduced here unmodified.
rule lojack_doubleagent_communication {
 meta:
    author = "Alexandr Yampolskyi, SOC Prime"
    description = "Lojack Double-Agent Communication Detection.  License: https://github.com/Neo23x0/sigma/blob/master/LICENSE.Detection.Rules.md."
    reference = "https://tdm.socprime.com/tdm/info/ryZLkAa7uswv"
    version = "0.01"
    created = "2008/04/01"
    product = "proxy"
    mitre = "Command and Control, t1071, t1043"

  events:
($selection.target.hostname = "sysanalyticweb.com" or $selection.target.hostname = "elaxo.org" or $selection.target.hostname = "ikmtrust.com" or $selection.target.hostname = "lxwo.org")

  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.