← Library
kqlElastic-2.0from elastic/detection-rules

PowerShell Kerberos Ticket Dump

Quality
92
FP risk
Forks
0
Views
0
Rule sourcerules/windows/credential_access_posh_kerb_ticket_dump.toml
event.category:process and host.os.type:windows and
  powershell.file.script_block_text : (
    "LsaCallAuthenticationPackage" and
    (
      "KerbRetrieveEncodedTicketMessage" or
      "KerbQueryTicketCacheMessage" or
      "KerbQueryTicketCacheExMessage" or
      "KerbQueryTicketCacheEx2Message" or
      "KerbRetrieveTicketMessage" or
      "KerbDecryptDataMessage"
    )
  )