WEBSHELL_ASPX_ProxyShell_Exploitation_Aug21_1


Description

Detects unknown malicious loaders noticed in August 2021

Query · yara

strings:
      $x1 = ");eval/*asf" ascii
   condition:
      filesize < 600KB and 1 of them
Raw source WEBSHELL_ASPX_ProxyShell_Exploitation_Aug21_1 · YARA
Esc
Published by Neo23x0/signature-base ↗, licensed under Detection Rule License 1.1 ↗. Reproduced here unmodified.
rule WEBSHELL_ASPX_ProxyShell_Exploitation_Aug21_1 {
   meta:
      description = "Detects unknown malicious loaders noticed in August 2021"
      author = "Florian Roth (Nextron Systems)"
      reference = "https://twitter.com/VirITeXplorer/status/1430206853733097473"
      date = "2021-08-25"
      score = 90
      id = "1fa563fc-c91c-5f4e-98f1-b895e1acb4f4"
   strings:
      $x1 = ");eval/*asf" ascii
   condition:
      filesize < 600KB and 1 of them
}

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.