Skip to content

Commit 5a64afc

Browse files
authored
Merge pull request Azure#12776 from secpfe/master
Adds Windows Audit Checker workbook
2 parents 5a599d7 + af54285 commit 5a64afc

File tree

4 files changed

+987
-0
lines changed

4 files changed

+987
-0
lines changed
77.7 KB
Loading
87 KB
Loading

Workbooks/WindowsAuditChecker.json

Lines changed: 952 additions & 0 deletions
Large diffs are not rendered by default.

Workbooks/WorkbooksMetadata.json

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9494,5 +9494,40 @@
94949494
"source": {
94959495
"kind": "Community"
94969496
}
9497+
},
9498+
{
9499+
"workbookKey": "WindowsAuditChecker",
9500+
"logoFileName": "",
9501+
"description": "Assess Windows Security auditing coverage in your Microsoft Sentinel workspace. The workbook highlights two core gaps: (1) important events not being collected due to disabled or insufficient audit subcategories, and (2) noisy over-collection where outcomes/subcategories aren't required or filtering is missing. It also detects duplicate Event ID collection introduced by overlapping Data Collection Rules (DCRs), helping you eliminate redundant ingestion.",
9502+
"previewImagesFileNames": [
9503+
"WindowsAuditCheckerWhite.png",
9504+
"WindowsAuditCheckerBlack.png"
9505+
],
9506+
"version": "1.0.0",
9507+
"title": "Windows Audit Checker",
9508+
"templateRelativePath": "WindowsAuditChecker.json",
9509+
"dataTypesDependencies": [
9510+
"SecurityEvent"
9511+
],
9512+
"dataConnectorsDependencies": [
9513+
"SecurityEvents",
9514+
"WindowsSecurityEvents"
9515+
],
9516+
"subtitle": "Find missing audit events and reduce noise from over-collection",
9517+
"provider": "Microsoft Sentinel community",
9518+
"support": {
9519+
"tier": "Community"
9520+
},
9521+
"author": {
9522+
"name": "Nikolay Salnikov"
9523+
},
9524+
"source": {
9525+
"kind": "Community"
9526+
},
9527+
"categories": {
9528+
"domains": [
9529+
"Security - Cloud Security"
9530+
]
9531+
}
94979532
}
94989533
]

0 commit comments

Comments
 (0)