Skip to content

Commit 1fb3da7

Browse files
committed
Add updated schemas, which has been updated as manual_review content was resolved
1 parent 0c869bf commit 1fb3da7

3 files changed

Lines changed: 171 additions & 1 deletion

File tree

schemas/EventBasedDetection.schema.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,9 @@
133133
"Baseline Of Kubernetes Process Resource",
134134
"Baseline Of Kubernetes Process Resource Ratio",
135135
"Baseline Of Open S3 Bucket Decommissioning",
136+
"Baseline of Network ACL Activity by ARN",
136137
"Baseline of S3 Bucket deletion activity by ARN",
138+
"Baseline of Security Group Activity by ARN",
137139
"Baseline of blocked outbound traffic from AWS",
138140
"BishopFox Sliver Adversary Emulation Framework",
139141
"Black Basta Ransomware",
@@ -216,6 +218,7 @@
216218
"ConnectWise ScreenConnect Vulnerabilities",
217219
"Count of Unique IPs Connecting to Ports",
218220
"Count of assets by category",
221+
"Create a list of approved AWS service accounts",
219222
"Credential Dumping",
220223
"Critical Alerts",
221224
"CrowdStrike Falcon Stream Alert",
@@ -227,6 +230,7 @@
227230
"DHS Report TA18-074A",
228231
"DNS Amplification Attacks",
229232
"DNS Hijacking",
233+
"DNSTwist Domain Names",
230234
"DarkCrystal RAT",
231235
"DarkGate Malware",
232236
"DarkSide Ransomware",
@@ -241,6 +245,7 @@
241245
"Detect Zerologon Attack",
242246
"Dev Sec Ops",
243247
"Disabling Security Tools",
248+
"Discover DNS records",
244249
"Disk Wiper",
245250
"Domain Trust Discovery",
246251
"Double Zero Destructor",
@@ -439,6 +444,7 @@
439444
"Previously Seen Zoom Child Processes - Initial",
440445
"Previously Seen Zoom Child Processes - Update",
441446
"Previously seen S3 bucket access by remote IP",
447+
"Previously seen command line arguments",
442448
"PrintNightmare CVE-2021-34527",
443449
"Prohibited Traffic Allowed or Protocol Mismatch",
444450
"PromptFlux",
@@ -2892,10 +2898,15 @@
28922898
"Baseline Of Kubernetes Process Resource",
28932899
"Baseline Of Kubernetes Process Resource Ratio",
28942900
"Baseline Of Open S3 Bucket Decommissioning",
2901+
"Baseline of Network ACL Activity by ARN",
28952902
"Baseline of S3 Bucket deletion activity by ARN",
2903+
"Baseline of Security Group Activity by ARN",
28962904
"Baseline of blocked outbound traffic from AWS",
28972905
"Count of Unique IPs Connecting to Ports",
28982906
"Count of assets by category",
2907+
"Create a list of approved AWS service accounts",
2908+
"DNSTwist Domain Names",
2909+
"Discover DNS records",
28992910
"Identify Systems Creating Remote Desktop Traffic",
29002911
"Identify Systems Receiving Remote Desktop Traffic",
29012912
"Identify Systems Using Remote Desktop",
@@ -2920,6 +2931,7 @@
29202931
"Previously Seen Zoom Child Processes - Initial",
29212932
"Previously Seen Zoom Child Processes - Update",
29222933
"Previously seen S3 bucket access by remote IP",
2934+
"Previously seen command line arguments",
29232935
"Windows Updates Install Failures",
29242936
"Windows Updates Install Successes"
29252937
],

schemas/Playbook.schema.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2361,7 +2361,8 @@
23612361
"description": "PlayBook Type field.\n\nThis is intentionally different than the Type Enum\nabove due to legacy naming in the playbook files.",
23622362
"enum": [
23632363
"Automation",
2364-
"Input"
2364+
"Input",
2365+
"Enterprise Security"
23652366
],
23662367
"title": "PlaybookType",
23672368
"type": "string"

0 commit comments

Comments
 (0)