Skip to content
This repository was archived by the owner on Jan 10, 2025. It is now read-only.

Commit 4cee2dc

Browse files
authored
Update auditbeat.yml with advanced windows audit
1 parent 6d86454 commit 4cee2dc

File tree

1 file changed

+40
-2
lines changed
  • Security Analytics/SIEM-at-Home/beats-configs/beats-on-windows

1 file changed

+40
-2
lines changed

Security Analytics/SIEM-at-Home/beats-configs/beats-on-windows/auditbeat.yml

+40-2
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,50 @@ auditbeat.modules:
1212
- C:/Program Files
1313
- C:/Program Files (x86)
1414
- 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
1553

1654
- module: system
1755
datasets:
1856
- host
1957
state.period: 12h
20-
period: 1h
58+
period: 1m
2159

2260
- module: system
2361
datasets:
@@ -26,7 +64,7 @@ auditbeat.modules:
2664
- add_process_metadata:
2765
match_pids: [process.ppid]
2866
target: system.process.parent
29-
period: 3m
67+
period: 1s
3068

3169
#=== Auditbeat logging ===
3270
# Configure logging for Auditbeat if you plan on using the GeoIP ingest processor

0 commit comments

Comments
 (0)