@@ -12,12 +12,50 @@ auditbeat.modules:
12
12
- C:/Program Files
13
13
- C:/Program Files (x86)
14
14
- C:/ProgramData
15
+ - C:/autoexec.bat
16
+ - C:/boot.ini
17
+ - C:/config.sys
18
+ - C:/windows/system.ini
19
+ - C:/windows/win.ini
20
+ - C:/windows/regedit.exe
21
+ - C:/windows/System32/userinit.exe
22
+ - C:/windows/explorer.exe
23
+ - C:/ProgramFiles/Microsoft Security Client/msseces.exe
24
+ - HKLM/SOFTWARE/Microsoft/Cryptography/OID/EncodingType 0/CryptSIPDllRemoveSignedDataMsg{C689AAB8-8E78-11D0-8C47-00C04FC295EE}
25
+ - HKLM/SOFTWARE/Microsoft/Cryptography/OID/EncodingType 0/CryptSIPDllRemoveSignedDataMsg{603BCC1F-4B59-4E08-B724-D2C6297EF351}
26
+ - HKLM/SOFTWARE/Microsoft/Windows NT/CurrentVersion/IniFileMapping/SYSTEM.ini/boot
27
+ - HKLM/SOFTWARE/Microsoft/Windows NT/CurrentVersion/Windows
28
+ - HKLM/SOFTWARE/Microsoft/Windows NT/CurrentVersion/Winlogon
29
+ - HKLM/SOFTWARE/Microsoft/Windows/CurrentVersion/Explorer/Shell Folders
30
+ - HKLM/SOFTWARE/Microsoft/Windows/CurrentVersion/Explorer/User Shell Folders
31
+ - HKLM/SOFTWARE/Microsoft/Windows/CurrentVersion/Run
32
+ - HKLM/SOFTWARE/Microsoft/Windows/CurrentVersion/RunOnce
33
+ - HKLM/SOFTWARE/Microsoft/Windows/CurrentVersion/RunOnceEx
34
+ - HKLM/SOFTWARE/Microsoft/Windows/CurrentVersion/RunServices
35
+ - HKLM/SOFTWARE/Microsoft/Windows/CurrentVersion/RunServicesOnce
36
+ - HKLM/SOFTWARE/WOW6432Node/Microsoft/Cryptography/OID/EncodingType 0/CryptSIPDllRemoveSignedDataMsg{C689AAB8-8E78-11D0-8C47-00C04FC295EE}
37
+ - HKLM/SOFTWARE/WOW6432Node/Microsoft/Cryptography/OID/EncodingType 0/CryptSIPDllRemoveSignedDataMsg{603BCC1F-4B59-4E08-B724-D2C6297EF351}
38
+ - HKLM/SOFTWARE/WOW6432Node/Microsoft/Windows NT/CurrentVersion/IniFileMapping/system.ini/boot
39
+ - HKLM/SOFTWARE/WOW6432Node/Microsoft/Windows NT/CurrentVersion/Windows
40
+ - HKLM/SOFTWARE/WOW6432Node/Microsoft/Windows NT/CurrentVersion/Winlogon
41
+ - HKLM/SOFTWARE/WOW6432Node/Microsoft/Windows/CurrentVersion/Explorer/Shell Folders
42
+ - HKLM/SOFTWARE/WOW6432Node/Microsoft/Windows/CurrentVersion/Explorer/User Shell Folders
43
+ - HKLM/SOFTWARE/WOW6432Node/Microsoft/Windows/CurrentVersion/Run
44
+ - HKLM/SOFTWARE/WOW6432Node/Microsoft/Windows/CurrentVersion/RunOnce
45
+ - HKLM/SOFTWARE/WOW6432Node/Microsoft/Windows/CurrentVersion/RunOnceEx
46
+ - HKLM/SOFTWARE/WOW6432Node/Microsoft/Windows/CurrentVersion/RunServices
47
+ - HKLM/SOFTWARE/WOW6432Node/Microsoft/Windows/CurrentVersion/RunServicesOnce
48
+ - HKLM/SYSTEM/CurrentControlSet/Control/hivelist
49
+ - HKLM/SYSTEM/CurrentControlSet/Control/Session Manager/KnownDLLs
50
+ - HKLM/SYSTEM/CurrentControlSet/Services/SharedAccess/Parameters/FirewallPolicy/DomainProfile
51
+ - HKLM/SYSTEM/CurrentControlSet/Services/SharedAccess/Parameters/FirewallPolicy/PublicProfile
52
+ - HKLM/SYSTEM/CurrentControlSet/Services/SharedAccess/Parameters/FirewallPolicy/StandardProfile
15
53
16
54
- module : system
17
55
datasets :
18
56
- host
19
57
state.period : 12h
20
- period : 1h
58
+ period : 1m
21
59
22
60
- module : system
23
61
datasets :
@@ -26,7 +64,7 @@ auditbeat.modules:
26
64
- add_process_metadata :
27
65
match_pids : [process.ppid]
28
66
target : system.process.parent
29
- period : 3m
67
+ period : 1s
30
68
31
69
# === Auditbeat logging ===
32
70
# Configure logging for Auditbeat if you plan on using the GeoIP ingest processor
0 commit comments