-
Notifications
You must be signed in to change notification settings - Fork 1
/
SecureAuditor.ini
87 lines (72 loc) · 1.83 KB
/
SecureAuditor.ini
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
[Antivirus]
Enabled = true
[DefaultAccount]
LocalUserNames = Administrator, Guest
[DiskSpace]
; Regex pattern to exclude drive name
Exclude = Temp
MaxUsage = 90
[EventLogs]
; Days before today
Days = 1
; Regex pattern to exclude event ID
Exclude =
; https://learn.microsoft.com/powershell/scripting/samples/creating-get-winevent-queries-with-filterhashtable#filtering-by-level
Levels = 1, 2, 3
LogNames = Application, Security, System
MaxEvents = 10
MaxMessageLength = 2048
[FailedHttpRequests]
; Days before today
Days = 1
MaxRecords = 10
[FileIntegrityMonitoring]
; The baseline file path for comparison
BaselinePath = SecureAuditor-FileIntegrityMonitoring.csv
Enabled = true
; Regex pattern to exclude path
Exclude =
HashAlgorithm = SHA256
MaxRecords = 10
; The critical system or application paths to monitor
Paths = C:\autoexec.bat, C:\boot.ini, C:\config.sys, C:\Windows\system.ini, C:\Windows\win.ini, C:\Windows\regedit.exe, C:\Windows\System32\userinit.exe, C:\Windows\explorer.exe, C:\Program Files\Microsoft Security Client\msseces.exe
[IdleAccount]
; Days before today
Days = 365
; Regex pattern to exclude username
Exclude =
[Login]
; Days before today
Days = 1
MaxEvents = 10
[PasswordExpires]
; Regex pattern to exclude username
Exclude =
[PasswordPolicy]
MaximumPasswordAge = 90
MinimumPasswordAge = 1
MinimumPasswordLength = 12
PasswordHistorySize = 3
[PendingUpdates]
; Regex pattern to exclude KBArticleIDs
Exclude =
[Rules]
; Regex pattern to exclude rule name
Exclude =
; Regex pattern to include rule name
Include = .*
[Shutdown]
; Days before today
Days = 1
MaxEvents = 10
[SoftwareInstallation]
; Days before today
Days = 1
MaxEvents = 10
[SystemInfo]
Enabled = true
; https://learn.microsoft.com/powershell/module/microsoft.powershell.management/get-computerinfo
Properties =
[UserAccountManagement]
; Days before today
Days = 1