Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.03 KB

File metadata and controls

34 lines (25 loc) · 1.03 KB

Linux platform information

Schema ID: https://github.com/NextronSystems/jsonlog/thorlog/v3/platform-info-linux | JSON Schema: https://json-schema.org/draft/2020-12/schema | Definition: PlatformInfoLinux

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
ARCH arch string
KERNEL_NAME kernel_name string
KERNEL_VERSION kernel_version string
NAME name string
PROC proc string
TYPE type string

No nested fields in this type.

Sigma Rule Template

logsource:
    product: THOR
    service: "Linux platform information"

detection:
    selection:
        KERNEL_NAME|contains: 'suspicious_name'
    condition: selection

level: medium