APT_Virtualizor_Compromise_ForensicArtifacts_Aug26


Description

Detects forensic artifacts found in a campaign against compromised hosting providers using Virtualizor software

Query · yara

strings:
      $x1 = "AAAAC3NzaC1lZDI1NTE5AAAAIP13pPAm5jmInLQYD3XNb3HwrW4cAKDcphoT4kSKrnte"
      $x2 = "/tmp/.vz_svc_done"
      $x3 = "/tmp/widdow.jar"
      $x4 = "31.77.220.138:2025"  // Java connection

      $sa1 = "proxyuser"
      $sb1 = "193.32.127.248"
   condition:
      filesize < 5MB
      and (
         1 of ($x*)
         or all of ($s*)
      )
Raw source APT_Virtualizor_Compromise_ForensicArtifacts_Aug26 · YARA
Esc
Published by Neo23x0/signature-base ↗, licensed under Detection Rule License 1.1 ↗. Reproduced here unmodified.
rule APT_Virtualizor_Compromise_ForensicArtifacts_Aug26 {
   meta:
      description = "Detects forensic artifacts found in a campaign against compromised hosting providers using Virtualizor software"
      author = "Florian Roth"
      date = "2026-08-31"
      reference = "https://lowendtalk.com/discussion/220625/urgent-virtualizor-compromised-31st-aug/p1"
      score = 75
   strings:
      $x1 = "AAAAC3NzaC1lZDI1NTE5AAAAIP13pPAm5jmInLQYD3XNb3HwrW4cAKDcphoT4kSKrnte"
      $x2 = "/tmp/.vz_svc_done"
      $x3 = "/tmp/widdow.jar"
      $x4 = "31.77.220.138:2025"  // Java connection

      $sa1 = "proxyuser"
      $sb1 = "193.32.127.248"
   condition:
      filesize < 5MB
      and (
         1 of ($x*)
         or all of ($s*)
      )
}

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.