WindowsCredentialEditor


Description

Windows Credential Editor

Query · yara

strings:
      $a = "extract the TGT session key"
      $b = "Windows Credentials Editor"
   condition:
      all of them
Raw source WindowsCredentialEditor · YARA
Esc
Published by Neo23x0/signature-base ↗, licensed under Detection Rule License 1.1 ↗. Reproduced here unmodified.
rule WindowsCredentialEditor {
   meta:
      description = "Windows Credential Editor"
      threat_level = 10
      score = 90
      id = "1542c6e4-36b2-5272-85d0-43226869b43e"
   strings:
      $a = "extract the TGT session key"
      $b = "Windows Credentials Editor"
   condition:
      all 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.