Skip to content

Commit 3ff68d9

Browse files
authored
Merge branch 'main' into docs-637-mssp-content-management
2 parents b8a7d80 + 2ab79e6 commit 3ff68d9

File tree

341 files changed

+3291
-1165
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

341 files changed

+3291
-1165
lines changed

.clabot

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,8 @@
173173
"JamoCA",
174174
"darshan-sumo",
175175
"mahendrak-sumo",
176-
"chvik"
176+
"chvik",
177+
"Apoorvkudesia-sumologic"
177178
],
178179
"message": "Thank you for your contribution! As this is an open source project, we require contributors to sign our Contributor License Agreement and do not have yours on file. To proceed with your PR, please [sign your name here](https://forms.gle/YgLddrckeJaCdZYA6) and we will add you to our approved list of contributors.",
179180
"label": "cla-signed",

blog-cse/2024/12-31.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ import useBaseUrl from '@docusaurus/useBaseUrl';
1616

1717
This is an archive of 2024 Cloud SIEM release notes. To view the full archive, [click here](/release-notes-cse/archive).
1818

19+
<!--truncate-->
20+
1921
---
2022
### December 20, 2024 - Content Release
2123

@@ -852,7 +854,7 @@ Other changes are enumerated below.
852854

853855
This release reverts a change to our AWS CloudTrail default (catch all) mapper for how `user_username` is mapped. This is being reverted due to reports of breaking rule tuning and missing user context for some `AssumedRole` events.
854856

855-
AWS `AssumedRole` events can contain service and user role assumptions. Oftentimes service role assumptions will contain a dynamic session identifier instead of a static user identifer which contains the originating identity. Prior to the change we are now reverting, this was causing certain services to generate user entities from these sessions, creating false positives. This behavior changed with the [August 5th, 2024 content release](/release-notes-cse/#august-5-2024---content-release) to handle role assumptions to instead map the role as user to prevent false positives from dynamic service sessions. While this decreased the number of false positives from dynamic service sessions, it also eliminated visibility into user role assumptions, creating potential for false negatives.
857+
AWS `AssumedRole` events can contain service and user role assumptions. Oftentimes service role assumptions will contain a dynamic session identifier instead of a static user identifer which contains the originating identity. Prior to the change we are now reverting, this was causing certain services to generate user entities from these sessions, creating false positives. This behavior changed with the [August 5th, 2024 content release](#august-5-2024---content-release) to handle role assumptions to instead map the role as user to prevent false positives from dynamic service sessions. While this decreased the number of false positives from dynamic service sessions, it also eliminated visibility into user role assumptions, creating potential for false negatives.
856858

857859
AWS best practices suggest defining `sourceIdentity` to allow for the originating user for a role assumption to be identifiable. This is the best path to avoid false positive generation, as our mapper will favor `sourceIdentity` if it is present in CloudTrail logs. If it is not present, then `userIdentity.arn` will be used and the `resource-id` will be mapped to `user_username`, creating potential for false positives from dynamic session identifiers. See [Viewing source identity in CloudTrail](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_control-access_monitor.html#id_credentials_temp_control-access_monitor-ct) in the AWS documentation for more information.
858860

blog-cse/2025-01-14-content.md

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
---
2+
title: January 14, 2025 - Content Release
3+
image: https://help.sumologic.com/img/sumo-square.png
4+
keywords:
5+
- rules
6+
- log mappers
7+
- parsers
8+
hide_table_of_contents: true
9+
---
10+
11+
import useBaseUrl from '@docusaurus/useBaseUrl';
12+
13+
<a href="https://help.sumologic.com/release-notes-cse/rss.xml"><img src={useBaseUrl('img/release-notes/rss-orange2.png')} alt="icon" width="50"/></a>
14+
15+
This content release includes:
16+
- Parsing and mapping support for Azure DevOps Auditing via EventHubs, and Pfsense Firewall.
17+
- Parsing and mapping additions and updates for Cisco ISE, Cloudflare, Check Point Firewall, and Linux OS Syslog.
18+
19+
:::note
20+
In two weeks, MATCH-S00604 "OneLogin - API Credentials - Key Used from Untrusted Location" will be deleted from the out-of-the-box Cloud SIEM rules due to unmanageable deny list logic and low adoption. To retain this rule, a duplicate must be made prior to the deletion.
21+
:::
22+
23+
### Log Mappers
24+
- [New] Azure DevOps Auditing Catch All
25+
- [New] Check Point Application Control URL Filtering
26+
- [New] Cisco ISE Radius Diagnostics
27+
- [New] Linux OS Syslog - KRB5 Child - Authentication Failure
28+
- [New] Linux OS Syslog - Process systemd - Systemd Session
29+
- [New] Linux OS Syslog - Process systemd - Systemd Session Scope
30+
- [New] Linux OS Syslog - Process systemd - session logout
31+
- [New] Pfsense Firewall filterlog
32+
- [New] Pfsense Firewall nginx
33+
- [New] Pfsense Firewall openvpn Authentication
34+
- [New] Pfsense Firewall openvpn_peer_info|openvpn_error|php_log|sshguard|sshd_log
35+
- [New] Pfsense Firewall openvpn_server_connected|openvpn_server_disconnected|cron_log
36+
- [Updated] Cisco ISE Authentication Failure
37+
- Adds `normalizedSeverity` mapping
38+
- [Updated] Cisco ISE Authentication Success
39+
- Adds `normalizedSeverity` mapping
40+
- [Updated] Cloudflare - Logpush
41+
- Adds mapping for `dns_query`, `http_hostname`, `http_response_contentLength`, `http_response_contentType`, and an alternative value for `ipProtocol`.
42+
- [Updated] Linux OS Syslog - Process sshd - SSH Session Closed|disconnect
43+
- Adds mapping for `normalizedAction`
44+
- [Updated] Linux OS Syslog - Process systemd - Systemd Session Start and Systemd File Configuration
45+
- Added support for additional events and mapping of `file_path`
46+
47+
### Parsers
48+
- [New] /Parsers/System/Pfsense/Pfsense Firewall
49+
- [Updated] /Parsers/System/Check Point/Check Point Firewall JSON
50+
- [Updated] /Parsers/System/Cisco/Cisco ISE
51+
- [Updated] /Parsers/System/Cloudflare/Cloudflare Logpush
52+
- [Updated] /Parsers/System/Linux/Linux OS Syslog
53+
- [Updated] /Parsers/System/Linux/Shared/Linux Shared Syslog Headers
54+
- [Updated] /Parsers/System/Linux/Shared/Linux Shared Syslog Headers

blog-cse/2025-01-28-content.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
title: January 28, 2025 - Content Release
3+
image: https://help.sumologic.com/img/sumo-square.png
4+
keywords:
5+
- log mappers
6+
- parsers
7+
hide_table_of_contents: true
8+
---
9+
10+
import useBaseUrl from '@docusaurus/useBaseUrl';
11+
12+
<a href="https://help.sumologic.com/release-notes-cse/rss.xml"><img src={useBaseUrl('img/release-notes/rss-orange2.png')} alt="icon" width="50"/></a>
13+
14+
This content release includes:
15+
- Fix to Azure DevOps Auditing mapper to ensure only Azure DevOps logs are mapped by it when ingested via Event Hubs C2C.
16+
- Adds parsing and mapping support for additional OpenVPN events.
17+
- Adds additional timestamp format handling to Azure JSON log parsing.
18+
19+
### Log Mappers
20+
- [Updated] Azure DevOps Auditing Catch All
21+
- [Updated] OpenVPN Audit Event
22+
- [Updated] OpenVPN Network Event
23+
24+
### Parsers
25+
- [Updated] /Parsers/System/Microsoft/Microsoft Azure JSON
26+
- [Updated] /Parsers/System/OpenVPN/OpenVPN Syslog

blog-cse/2025-01-31-content.md

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
---
2+
title: January 31, 2025 - Content Release
3+
image: https://help.sumologic.com/img/sumo-square.png
4+
keywords:
5+
- log mappers
6+
- parsers
7+
hide_table_of_contents: true
8+
---
9+
10+
import useBaseUrl from '@docusaurus/useBaseUrl';
11+
12+
<a href="https://help.sumologic.com/release-notes-cse/rss.xml"><img src={useBaseUrl('img/release-notes/rss-orange2.png')} alt="icon" width="50"/></a>
13+
14+
This content release includes:
15+
- Removal and updates to Cloud SIEM rules.
16+
- Parsing and mapping support for new products.
17+
- Updates to existing parsing and mappers to support additional events and field mappings.
18+
19+
Changes are enumerated below.
20+
21+
### Rules
22+
- [Deleted] MATCH-S00604 OneLogin - API Credentials - Key Used from Untrusted Location
23+
- [Updated] FIRST-S00044 First Seen AppID Generating MailItemsAccessed Event from User
24+
- Corrected typo in "MailItemsAccessed".
25+
- [Updated] FIRST-S00046 First Seen Client Generating MailItemsAccessed Event from User
26+
- Corrected typo in "MailItemsAccessed".
27+
28+
### Log Mappers
29+
- [New] Crowdstrike FileVantage Catch All
30+
- [New] Dragos Communication
31+
- [New] Dragos Indicator
32+
- [New] Dragos System|Asset
33+
- [New] Extrahop JSON Catch All
34+
- [New] F5 TMM Http Request|TMM Network|TMM Connection error
35+
- [New] F5 TMSH - Custom Parser
36+
- [New] Zendesk - Login events
37+
#### Updated Field Mappings
38+
- [Updated] Code42 Incydr Alerts C2C
39+
- [Updated] Cyber Ark EPM AggregateEvent
40+
- [Updated] Google G Suite - meet
41+
- [Updated] Palo Alto GlobalProtect - Custom Parser
42+
- [Updated] Palo Alto GlobalProtect Auth - Custom Parser
43+
- [Updated] Zendesk Catch All
44+
45+
### Parsers
46+
- [New] /Parsers/System/CrowdStrike/CrowdStrike Filevantage
47+
- [New] /Parsers/System/Extrahop/Extrahop JSON
48+
#### Updated parsers to handle additional events and field parsing
49+
- [Updated] /Parsers/System/Code42/Code42 Incydr
50+
- [Updated] /Parsers/System/Dragos/Dragos
51+
- [Updated] /Parsers/System/F5/F5 Syslog
52+
- [Updated] /Parsers/System/Microsoft/Microsoft Azure JSON
53+
- [Updated] /Parsers/System/Microsoft/Office 365
54+
- [Updated] /Parsers/System/Palo Alto/PAN Firewall CSV

blog-csoar/2024/12-31.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ import useBaseUrl from '@docusaurus/useBaseUrl';
1414

1515
This is an archive of 2024 Cloud SOAR release notes. To view the full archive, [click here](/release-notes-csoar/archive).
1616

17+
<!--truncate-->
18+
1719
---
1820
### December 31, 2024 - Application Update
1921

@@ -312,7 +314,7 @@ This release introduces three new integrations, as well as several updates.
312314
---
313315
### March 12, 2024 - Content Release
314316

315-
Our Cloud SOAR [application update](/release-notes-csoar/#march-12-2024---application-update) features an important upgrade to Python 3.12 for our Lambda functions. This enhancement is part of our ongoing commitment to security, performance, and the latest technological standards.
317+
Our Cloud SOAR [application update](#march-12-2024---application-update) features an important upgrade to Python 3.12 for our Lambda functions. This enhancement is part of our ongoing commitment to security, performance, and the latest technological standards.
316318

317319
The Python upgrade impacts a total of 38 integrations. These integrations will require updates to ensure compatibility with the new Python version.
318320

@@ -369,7 +371,7 @@ We strongly encourage all users to review the provided documentation and prepare
369371
### March 12, 2024 - Application Update
370372

371373
#### Changes and Enhancements
372-
* Python version updated. If you experience any issues, refer to our [content release note](/release-notes-csoar/#march-12-2024---content-release).
374+
* Python version updated. If you experience any issues, refer to our [content release note](#march-12-2024---content-release).
373375

374376
##### Cloud SOAR
375377
* Playbooks: Test feature now permits you to use internal Incident ID.

blog-service/2021/12-31.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Update - The [Mimecast Source](/docs/send-data/hosted-collectors/cloud-to-cloud
7676
---
7777
## October 27, 2021 (Traces)
7878

79-
New - Build custom Dashboards with [new panels](/docs/apm/traces/services-list-map) to view Service Maps filtered by service and application and Trace Lists filtered by a query to directly access trace views. Add panels to existing or new dashboards, setting filters and customized options.
79+
New - Build custom Dashboards with [new panels](/docs/apm/services-list-map) to view Service Maps filtered by service and application and Trace Lists filtered by a query to directly access trace views. Add panels to existing or new dashboards, setting filters and customized options.
8080

8181
---
8282
## October 27, 2021 (Apps)
@@ -102,7 +102,7 @@ Update - We are delighted to release the additional Logs and Metrics dashboards
102102
---
103103
## October 14, 2021 (Traces)
104104

105-
New - Operation level health metrics describe performance and availability on the level of a single SQL query or API call. They are automatically generated from tracing data real time for the most active operations, enabling you to understand application service health on one level below: what operations is this service executing towards its peers and what's the performance of each of them individually. See [Service Map and Dashboards](/docs/apm/traces/services-list-map).
105+
New - Operation level health metrics describe performance and availability on the level of a single SQL query or API call. They are automatically generated from tracing data real time for the most active operations, enabling you to understand application service health on one level below: what operations is this service executing towards its peers and what's the performance of each of them individually. See [Service Map and Dashboards](/docs/apm/services-list-map).
106106

107107
---
108108
## October 6, 2021 (Collection)
@@ -230,7 +230,7 @@ Update - We are delighted to announce the availability of enhanced search functi
230230
---
231231
## August 12, 2021 (Traces)
232232

233-
New - We are excited to introduce a new [Span Analytics](/docs/apm/traces/spans) experience to help you explore your trace data at the raw span level so you can understand the performance and behavior of your infrastructure.
233+
New - We are excited to introduce a new [Span Analytics](/docs/apm/spans) experience to help you explore your trace data at the raw span level so you can understand the performance and behavior of your infrastructure.
234234

235235
---
236236
## August 12, 2021 (Collection)
@@ -596,7 +596,7 @@ Update - Explore now offers the ability to [filter your view](/docs/dashboards
596596
---
597597
## March 24, 2021 (Traces)
598598

599-
New - We're excited to announce our [Service Map and Dashboards](/docs/apm/traces/services-list-map). A Service Map is a high-level out-of-the-box overview of your environment created from distributed tracing data. Service Maps provide you a real-time view of:
599+
New - We're excited to announce our [Service Map and Dashboards](/docs/apm/services-list-map). A Service Map is a high-level out-of-the-box overview of your environment created from distributed tracing data. Service Maps provide you a real-time view of:
600600

601601
- Your microservices and connections between them, to give you insight into their dependencies and relations.
602602
- Health and load of each microservice reflected in size and color, so you can immediately ascertain potential problems and bottlenecks in your application infrastructure.

blog-service/2022/12-31.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -558,7 +558,7 @@ Update - The [Tenable Source](/docs/send-data/hosted-collectors/cloud-to-cloud-i
558558
---
559559
## April 26, 2022 (Traces)
560560

561-
New - You can now add the results of Spans queries directly to Dashboards from the [Spans analytics](/docs/apm/traces/spans#add-to-dashboard) window. You'll use the same easy query builder to [modify your panels](/docs/dashboards/panels/modify-chart) later. You can still use [Log Search](/docs/apm/traces/search-query-language-support-for-traces) to add span results to Dashboards by running queries in the `_trace_spans` index. The same limitations of Log Search still apply, your query scan volume should not exceed 200x of your tracing ingest.
561+
New - You can now add the results of Spans queries directly to Dashboards from the [Spans analytics](/docs/apm/spans#add-to-dashboard) window. You'll use the same easy query builder to [modify your panels](/docs/dashboards/panels/modify-chart) later. You can still use [Log Search](/docs/apm/traces/search-query-language-support-for-traces) to add span results to Dashboards by running queries in the `_trace_spans` index. The same limitations of Log Search still apply, your query scan volume should not exceed 200x of your tracing ingest.
562562

563563
---
564564
## April 17, 2022 (Apps)
@@ -678,7 +678,7 @@ Update - We’ve made an improvement to the [Sumo Logic Organizations](/docs/man
678678
---
679679
## February 10, 2022 (Traces)
680680

681-
New - Number of [spans](/docs/apm/traces/spans) per Trace has been increased by 10 times to 10000 spans per trace to better support monitoring for long running and complex transactions. Please note that new spans can increase credits consumption.
681+
New - Number of [spans](/docs/apm/spans) per Trace has been increased by 10 times to 10000 spans per trace to better support monitoring for long running and complex transactions. Please note that new spans can increase credits consumption.
682682

683683
Update - Traces logs and data includes a new `duration` field that holds the difference between `endTimestamp` and `startTimestamp` in nanoseconds.
684684

blog-service/2023/12-31.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Here are some of the key features the new solution offers:
5757
* **Misconfigurations**. See areas in your environment that need to be addressed because they fail best practice security controls.
5858
* **Suspicious activity assessment**. See suspicious activity across users, web interactions, networks, and Identity Access Management (IAM).
5959

60-
To learn how you can set up and use Cloud Infrastructure Security for AWS, and for preview limitations, check out our technical documentation [here](/docs/security/cloud-infrastructure-security/cloud-infrastructure-security-for-aws/).
60+
To learn how you can set up and use Cloud Infrastructure Security for AWS, and for preview limitations, check out our technical documentation [here](/docs/security/additional-security-features/cloud-infrastructure-security/cloud-infrastructure-security-for-aws/).
6161

6262
:::note
6363
To use the solution, you are required to sign up and activate Amazon GuardDuty and AWS Security Hub.
@@ -758,7 +758,7 @@ We're excited to announce the release of our new cloud-to-cloud source for Trell
758758

759759
We’re happy to announce a new security option allowing administrators to set a custom policy for the number of days an API Access Key can go unused before being automatically deactivated. This setting allows administrators to tailor the feature to suit their organization’s specific security requirements. This enhances the security of your account by reducing the risk of unauthorized access through abandoned access keys. This ensures that only active access keys can be used to access your account and its resources.
760760

761-
[Learn more](/docs/manage/security/access-keys#edit-deactivate-or-delete-an-access-key).
761+
[Learn more](/docs/manage/security/access-keys#access-keys-deactivation-policy).
762762

763763

764764
---
@@ -1012,7 +1012,7 @@ We're excited to introduce an improved approach to calculating and aggregating p
10121012

10131013
What's New?
10141014
* All APM metrics on dashboards now use the recently released [Metrics Histograms](/docs/metrics/introduction/metric-histograms/).
1015-
* The Service List panel replaces the existing timeseries table in the Application Details panel and is now included in out-of-the-box dashboards for APM views. This change leverages the new and useful visualization for [Services List](/docs/apm/traces/services-list-map/#services-list-view) released earlier.
1015+
* The Service List panel replaces the existing timeseries table in the Application Details panel and is now included in out-of-the-box dashboards for APM views. This change leverages the new and useful visualization for [Services List](/docs/apm/services-list-map/#services-list-view) released earlier.
10161016
* The top bar selector for latency type has been renamed to `latency_type`, which now automatically drives all latency percentile metrics in all panels that support pct metrics.
10171017

10181018
[Learn more](/docs/apm/traces/tracing-dashboards/).
@@ -1359,7 +1359,7 @@ Update - We have updated the **Reuse Password After** password policy. Previousl
13591359

13601360
#### Tracing Services List
13611361

1362-
New - Our new tracing **Services List** view provides a high-level summary of your service health insights and important KPIs in one compact table, allowing you to spot potential issues in your application infrastructure. [Learn more](/docs/apm/traces/services-list-map).
1362+
New - Our new tracing **Services List** view provides a high-level summary of your service health insights and important KPIs in one compact table, allowing you to spot potential issues in your application infrastructure. [Learn more](/docs/apm/services-list-map).
13631363

13641364
---
13651365
### January 17, 2023 (Metrics)

0 commit comments

Comments
 (0)