Files
blue-team-tools/tools/config/generic/windows-audit.yml
T
phantinuss 7f030b250e fix: wrong mapping of Windows Audit Log EventID 4688
reverts some changes introduced by commit c5fa73c328
    - removes the unnecessary/wrong field mapping
    - fixes the rules to apply to CommandLine instead of
      ParentCommandLine as the author probably intended
2022-03-30 11:24:24 +02:00

48 lines
1.4 KiB
YAML

title: Conversion for Windows Native Auditing Events
order: 10
logsources:
process_creation:
category: process_creation
product: windows
conditions:
EventID: 4688
rewrite:
product: windows
service: security
registry_event:
category: registry_event
product: windows
conditions:
EventID: 4657
OperationType:
- 'New registry value created'
- 'Existing registry value modified'
rewrite:
product: windows
service: security
registry_event_set:
category: registry_set
product: windows
conditions:
EventID: 4657
OperationType:
- 'Existing registry value modified'
rewrite:
product: windows
service: security
registry_event_add:
category: registry_add
product: windows
conditions:
EventID: 4657
OperationType:
- 'New registry value created'
rewrite:
product: windows
service: security
fieldmappings:
Image: NewProcessName
ParentImage: ParentProcessName
Details: NewValue
#CommandLine: ProcessCommandLine # No need to map, as real name of ProcessCommandLine is already CommandLine
LogonId: SubjectLogonId