Skip to content

Commit b066c07

Browse files
committed
Updates from review
1 parent fe171dc commit b066c07

File tree

1 file changed

+20
-19
lines changed

1 file changed

+20
-19
lines changed

blog-cse/2025-05-09-content.md

Lines changed: 20 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,18 @@ hide_table_of_contents: true
1111
import useBaseUrl from '@docusaurus/useBaseUrl';
1212

1313
This release includes:
14-
- New rules for monitoring AWS services (see below for tuning guidance)
15-
- Updated rules for Microsoft O365 and Powershell
16-
- Updates to Cisco ASA mappers to add normalizedAction and normalizedSeverity
17-
- Updates to Cisco Umbrella mappers to add user_username
18-
- Updates to SentinelOne mappers to drop null values
19-
- New parsers for Azure Virtual Network and SentinelOne MGMT API
20-
- Updates to existing parsers for Abnormal Security, Cisco ASA, Cisco ISE, Cisco Umbrella CSV, Cylance Syslog, and KnowBe4 KMSAT C2C
21-
- Changes are enumerated below
14+
- New rules for monitoring AWS services (see below for tuning guidance).
15+
- Updated rules for Microsoft O365 and Powershell.
16+
- Updates to Cisco ASA mappers to add normalizedAction and normalizedSeverity.
17+
- Updates to Cisco Umbrella mappers to add user_username.
18+
- Updates to SentinelOne mappers to drop null values.
19+
- New parsers for Azure Virtual Network and SentinelOne MGMT API.
20+
- Updates to existing parsers for Abnormal Security, Cisco ASA, Cisco ISE, Cisco Umbrella CSV, Cylance Syslog, and KnowBe4 KMSAT C2C.
2221

22+
Changes are enumerated below.
2323

24-
## Rules
24+
25+
### Rules
2526
- [New] OUTLIER-S00033 AWS DynamoDB Outlier in PutItem Events from User
2627
- [Disabled by Default] This rule detects an unusual amount of PutItem events to a DynamoDB resource within an hour time period (DynamoDB data events are required). Verify the user is authorized to modify the DynamoDB tables and instances. This rule is disabled by default due to potential volume of signals, before enabling consider excluding authorized users via match lists, and adjust floor value and model sensitivity as needed.
2728
- [New] FIRST-S00100 First Seen User Enumerating Custom AWS Bedrock Models
@@ -31,11 +32,11 @@ This release includes:
3132
- [New] OUTLIER-S00031 Outlier in Data Transferred into an S3 Bucket by User
3233
- [Disabled by Default] Detects unusual amounts of inbound data transfers to S3 buckets (requires AWS Data events). Verify if the user, role, and IP address associated with this activity are authorized. This rule is disabled by default due to potential alert volume. Before enabling, consider excluding authorized users with regular large transfers via match lists, and adjust floor value and model sensitivity as needed.
3334
- [Updated] MATCH-S00069 O365 - Users Password Reset
34-
- changed Entity and Summary, replacing user_username with targetUser_username
35+
- Changed Entity and Summary, replacing user_username with targetUser_username.
3536
- [Updated] MATCH-S00449 Powershell Execution Policy Bypass
36-
- Fix camel case in commandLine field
37+
- Fixed camel case in commandLine field.
3738

38-
## Log Mappers
39+
### Log Mappers
3940
- [New] Azure Virtual Network Flow logs
4041
- [Updated] Abnormal Security Threats
4142
- [Updated] Cisco ASA 103001 JSON
@@ -130,18 +131,18 @@ This release includes:
130131
- [Updated] SentinelOne Logs - C2C users
131132
- [Updated] SentinelOne Logs - Syslog Custom Parser
132133

133-
## Parsers
134+
### Parsers
134135
- [New] /Parsers/System/Microsoft/Azure Virtual Network
135136
- [New] /Parsers/System/SentinelOne/SentinelOne MGMT API
136137
- [Updated] /Parsers/System/Abnormal Security/Abnormal Security
137-
- pdated the parser to support new events
138+
- Updated the parser to support new events.
138139
- [Updated] /Parsers/System/Cisco/Cisco ASA
139-
- Updated regex to fix ASA-6-721016 events
140+
- Updated regex to fix ASA-6-721016 events.
140141
- [Updated] /Parsers/System/Cisco/Cisco ISE
141-
- Updated parser to drop certain non-actionable logs
142+
- Updated parser to drop certain non-actionable logs.
142143
- [Updated] /Parsers/System/Cisco/Cisco Umbrella CSV
143-
- Updated parser to support additional event format variations
144+
- Updated parser to support additional event format variations.
144145
- [Updated] /Parsers/System/Cylance/Cylance Syslog
145-
- Updated parser to support new events
146+
- Updated parser to support new events.
146147
- [Updated] /Parsers/System/KnowBe4/KnowBe4 KMSAT C2C
147-
- Updated parser to drop phishing test events
148+
- Updated parser to drop phishing test events.

0 commit comments

Comments
 (0)