-
Notifications
You must be signed in to change notification settings - Fork 0
/
builtin-category-mapping.yaml
103 lines (103 loc) · 2.79 KB
/
builtin-category-mapping.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
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
network_connection:
category: network_connection
product: windows
conditions:
EventID: 5156
rewrite:
product: windows
service: security
antivirus:
category: antivirus
conditions:
EventID: # https://learn.microsoft.com/en-us/microsoft-365/security/defender-endpoint/troubleshoot-microsoft-defender-antivirus IDs with existing 'Threat Name' or 'Path'
- 1006
- 1007
- 1008
- 1009
- 1010
- 1011
- 1012
- 1017
- 1018
- 1019
- 1115
- 1116
rewrite:
product: windows
service: windefend
wmi_event:
category: wmi_event
product: windows
conditions:
EventID: 5861
rewrite:
product: windows
service: wmi
fieldmappings_process:
Image: NewProcessName
ProcessId: NewProcessId
ParentImage: ParentProcessName
ParentProcessId: ProcessId
LogonId: SubjectLogonId
IntegrityLevel: MandatoryLabel
User: SubjectUserName
fieldmappings_registry:
Image: ProcessName
User: SubjectUserName
Details: NewValue
EventType: OperationType
TargetObject: ObjectName
fieldmappings_network:
Image: Application
Initiated: Direction
SourceIp: SourceAddress
DestinationIp: DestAddress
DestinationPort: DestPort
Protocol: Protocol
fieldmappings_antivirus:
Signature: ThreatName
Filename: Path
fieldmappings_wmi:
Destination: UserDataPossibleCause