Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 926 Bytes

File metadata and controls

31 lines (22 loc) · 926 Bytes

PowerShell module analysis cache module entry

Schema ID: https://github.com/NextronSystems/jsonlog/thorlog/v3/ps-mac-entry | JSON Schema: https://json-schema.org/draft/2020-12/schema | Definition: PSMacEntry

Fields

Field names are shown in UPPERCASE as used in Sigma rules. The lowercase JSON name is shown in parentheses for reference.

Sigma Field JSON Name Type Required Description Example Values
COMMAND command string
PATH path string
TYPE type string

No nested fields in this type.

Sigma Rule Template

logsource:
    product: THOR
    service: "PowerShell module analysis cache module entry"

detection:
    selection:
        COMMAND|contains: 'suspicious_command'
    condition: selection

level: medium