Skip to content

Commit bc89c1a

Browse files
jc-sumokimsaucejpipkin1
authored
Create 2025-05-09-content.md (#5358)
* Create 2025-05-09-content.md * Update blog-cse/2025-05-09-content.md * Update 2025-05-09-content.md * Updates from review --------- Co-authored-by: Kim (Sumo Logic) <[email protected]> Co-authored-by: John Pipkin <[email protected]>
1 parent 1ecd843 commit bc89c1a

File tree

1 file changed

+148
-0
lines changed

1 file changed

+148
-0
lines changed

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

Lines changed: 148 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,148 @@
1+
---
2+
title: May 9, 2025 - Content Release
3+
image: https://help.sumologic.com/img/sumo-square.png
4+
keywords:
5+
- log mappers
6+
- parsers
7+
- rules
8+
hide_table_of_contents: true
9+
---
10+
11+
import useBaseUrl from '@docusaurus/useBaseUrl';
12+
13+
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+
22+
Changes are enumerated below.
23+
24+
25+
### Rules
26+
- [New] OUTLIER-S00033 AWS DynamoDB Outlier in PutItem Events from User
27+
- [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.
28+
- [New] FIRST-S00100 First Seen User Enumerating Custom AWS Bedrock Models
29+
- [Disabled by Default] Detection of a user account's first enumeration of custom AWS Bedrock models via ListCustomModels API. Verify the user is authorized for AWS Bedrock access. The http_userAgent field indicates whether a browser or CLI tool was used. This rule is disabled by default due to potential high volume of alerts, particularly from service accounts. Before enabling, consider excluding authorized users and service accounts (such as CNAPP monitoring accounts with timestamp-based usernames) through rule tuning expressions.
30+
- [New] OUTLIER-S00032 Outlier in Data Transferred from an S3 Bucket by User
31+
- [Disabled by Default] This rule detects an unusual amount of data transferred outbound from an S3 bucket (requires AWS Data events are required). Verify if the user, role and IP address associated with this activity are authorized. This rule is disabled by default due to potential signal volume. Before enabling, consider excluding authorized users with regular large transfers via match lists, and adjust floor value and model sensitivity as needed.
32+
- [New] OUTLIER-S00031 Outlier in Data Transferred into an S3 Bucket by User
33+
- [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.
34+
- [Updated] MATCH-S00069 O365 - Users Password Reset
35+
- Changed Entity and Summary, replacing user_username with targetUser_username.
36+
- [Updated] MATCH-S00449 Powershell Execution Policy Bypass
37+
- Fixed camel case in commandLine field.
38+
39+
### Log Mappers
40+
- [New] Azure Virtual Network Flow logs
41+
- [Updated] Abnormal Security Threats
42+
- [Updated] Cisco ASA 103001 JSON
43+
- [Updated] Cisco ASA 103004 JSON
44+
- [Updated] Cisco ASA 106001 JSON
45+
- [Updated] Cisco ASA 106002 JSON
46+
- [Updated] Cisco ASA 106006 JSON
47+
- [Updated] Cisco ASA 106007 JSON
48+
- [Updated] Cisco ASA 106010 JSON
49+
- [Updated] Cisco ASA 106012 JSON
50+
- [Updated] Cisco ASA 106014 JSON
51+
- [Updated] Cisco ASA 106015 JSON
52+
- [Updated] Cisco ASA 106021 JSON
53+
- [Updated] Cisco ASA 106023 JSON
54+
- [Updated] Cisco ASA 106027 JSON
55+
- [Updated] Cisco ASA 106100 JSON
56+
- [Updated] Cisco ASA 106102-3 JSON
57+
- [Updated] Cisco ASA 109005-8 JSON
58+
- [Updated] Cisco ASA 110002 JSON
59+
- [Updated] Cisco ASA 111008-9 JSON
60+
- [Updated] Cisco ASA 111010 JSON
61+
- [Updated] Cisco ASA 113003 JSON
62+
- [Updated] Cisco ASA 113004 JSON
63+
- [Updated] Cisco ASA 113005 JSON
64+
- [Updated] Cisco ASA 113006 JSON
65+
- [Updated] Cisco ASA 113007 JSON
66+
- [Updated] Cisco ASA 113008 JSON
67+
- [Updated] Cisco ASA 113009 JSON
68+
- [Updated] Cisco ASA 113012-17 JSON
69+
- [Updated] Cisco ASA 113019 JSON
70+
- [Updated] Cisco ASA 113021 JSON
71+
- [Updated] Cisco ASA 113039 JSON
72+
- [Updated] Cisco ASA 209004 JSON
73+
- [Updated] Cisco ASA 302010 JSON
74+
- [Updated] Cisco ASA 302020-1 JSON
75+
- [Updated] Cisco ASA 303002 JSON
76+
- [Updated] Cisco ASA 304001 JSON
77+
- [Updated] Cisco ASA 304002 JSON
78+
- [Updated] Cisco ASA 305011-12 JSON
79+
- [Updated] Cisco ASA 313001 JSON
80+
- [Updated] Cisco ASA 313004 JSON
81+
- [Updated] Cisco ASA 313005 JSON
82+
- [Updated] Cisco ASA 314003 JSON
83+
- [Updated] Cisco ASA 315011 JSON
84+
- [Updated] Cisco ASA 322001 JSON
85+
- [Updated] Cisco ASA 322003 JSON
86+
- [Updated] Cisco ASA 338001-8+338201-4 JSON
87+
- [Updated] Cisco ASA 4000nn JSON
88+
- [Updated] Cisco ASA 402117 JSON
89+
- [Updated] Cisco ASA 402119 JSON
90+
- [Updated] Cisco ASA 405001 JSON
91+
- [Updated] Cisco ASA 405002 JSON
92+
- [Updated] Cisco ASA 406001 JSON
93+
- [Updated] Cisco ASA 406002 JSON
94+
- [Updated] Cisco ASA 419001 JSON
95+
- [Updated] Cisco ASA 419002 JSON
96+
- [Updated] Cisco ASA 500004 JSON
97+
- [Updated] Cisco ASA 502101-2 JSON
98+
- [Updated] Cisco ASA 502103 JSON
99+
- [Updated] Cisco ASA 602303-4 JSON
100+
- [Updated] Cisco ASA 605004-5 JSON
101+
- [Updated] Cisco ASA 609002 JSON
102+
- [Updated] Cisco ASA 611101-2 JSON
103+
- [Updated] Cisco ASA 611103 JSON
104+
- [Updated] Cisco ASA 710002-3 JSON
105+
- [Updated] Cisco ASA 710005 JSON
106+
- [Updated] Cisco ASA 713052 JSON
107+
- [Updated] Cisco ASA 713172 JSON
108+
- [Updated] Cisco ASA 713228 JSON
109+
- [Updated] Cisco ASA 716014-7-8 JSON
110+
- [Updated] Cisco ASA 716038 JSON
111+
- [Updated] Cisco ASA 716039 JSON
112+
- [Updated] Cisco ASA 716059 JSON
113+
- [Updated] Cisco ASA 719022-3 JSON
114+
- [Updated] Cisco ASA 721016-8 JSON
115+
- [Updated] Cisco ASA 722034 JSON
116+
- [Updated] Cisco ASA 722051 JSON
117+
- [Updated] Cisco ASA 722055 JSON
118+
- [Updated] Cisco ASA 733100 JSON
119+
- [Updated] Cisco ASA 751011 JSON
120+
- [Updated] Cisco ASA 751023 JSON
121+
- [Updated] Cisco ASA 751025 JSON
122+
- [Updated] Cisco ASA tcp_udp_sctp_builds JSON
123+
- [Updated] Cisco ASA tcp_udp_sctp_teardowns JSON
124+
- [Updated] Cisco Umbrella DNS Logs
125+
- [Updated] Cisco Umbrella IP Logs
126+
- [Updated] Cisco Umbrella Proxy Logs
127+
- [Updated] SentinelOne Logs - C2C activities
128+
- [Updated] SentinelOne Logs - C2C agents
129+
- [Updated] SentinelOne Logs - C2C alerts
130+
- [Updated] SentinelOne Logs - C2C threats
131+
- [Updated] SentinelOne Logs - C2C users
132+
- [Updated] SentinelOne Logs - Syslog Custom Parser
133+
134+
### Parsers
135+
- [New] /Parsers/System/Microsoft/Azure Virtual Network
136+
- [New] /Parsers/System/SentinelOne/SentinelOne MGMT API
137+
- [Updated] /Parsers/System/Abnormal Security/Abnormal Security
138+
- Updated the parser to support new events.
139+
- [Updated] /Parsers/System/Cisco/Cisco ASA
140+
- Updated regex to fix ASA-6-721016 events.
141+
- [Updated] /Parsers/System/Cisco/Cisco ISE
142+
- Updated parser to drop certain non-actionable logs.
143+
- [Updated] /Parsers/System/Cisco/Cisco Umbrella CSV
144+
- Updated parser to support additional event format variations.
145+
- [Updated] /Parsers/System/Cylance/Cylance Syslog
146+
- Updated parser to support new events.
147+
- [Updated] /Parsers/System/KnowBe4/KnowBe4 KMSAT C2C
148+
- Updated parser to drop phishing test events.

0 commit comments

Comments
 (0)