Skip to content

Commit 4bbcd76

Browse files
authored
Merge branch 'main' into chvik/berry
2 parents 1f865c7 + d02e35f commit 4bbcd76

File tree

82 files changed

+688
-493
lines changed

Some content is hidden

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

82 files changed

+688
-493
lines changed

.clabot

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
"JV0812",
66
"jpipkin1",
77
"JainM6",
8+
"@dependabot[bot]",
9+
"dependabot[bot]",
810
"docsSeema",
911
"angadrandhawa1",
1012
"kkujawa-sumo",

blog-cse/2025-03-13-content.md

Lines changed: 87 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,87 @@
1+
---
2+
title: March 13, 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+
<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+
16+
This release includes:
17+
- New detection rules for Azure DevOps to identify suspicious or sensitive activity in CI/CD pipelines
18+
- New support for Barracuda WAF and CloudGen Firewall
19+
- Support for CyberArk Audit events
20+
- Updates to 1Password mappers to realign field mappings to reflect proper directionality
21+
- Fix for normalizedActions in AWS CloudTrail Policy Change mapper
22+
- Additions to CrowdStrike Audit and UserActivity log mappers to map additional fields and add alternate values
23+
- Support for additional events from Kubernetes and Linux OS logs
24+
25+
## Rules
26+
- [New] CHAIN-S00022 Azure DevOps - Agent Pool Created and Deleted within a Short Period
27+
- This detection monitors for the creation and deletion of Agent Pools within 5 days by the same user, with the intent of finding Agent Pools active for short durations.
28+
- [New] MATCH-S00997 Azure DevOps - Browser Observed in Personal Access Token (PAT) Use
29+
- This detection monitors for the use of a PAT for authentication from a User Agent String indicating a web browser.
30+
- [New] MATCH-S00995 Azure DevOps - Change Made to Administrator Group
31+
- This detection monitors for additions to the following groups: Project Administrators, Project Collection Administrators, Project Collection Service Accounts, Build Administrators, Project Collection Build Administrators
32+
- [New] FIRST-S00098 Azure DevOps - First Seen Pull Request Policy Bypassed
33+
- This detection monitors for when a user performs a pull request bypass for the first time.
34+
- [New] FIRST-S00099 Azure DevOps - First Seen User Creating Agent Pool
35+
- This detection monitors for new users creating an agent pool. This user has not been observed creating agent pools during the baseline period and may be a new admin or involved in suspicious account activity.
36+
- [New] FIRST-S00092 Azure DevOps - First Seen User Creating Release Pipeline
37+
- This detection monitors for users creating a release pipeline for the first time after the baseline period (by default, 90 days).
38+
- [New] FIRST-S00097 Azure DevOps - First Seen User Modifying Build Variables
39+
- This detection monitors for a user modifying a variable group for the first time.
40+
- [New] FIRST-S00096 Azure DevOps - First Seen User Modifying Release Pipeline
41+
- This detection monitors for users modifying a release pipeline for the first time after the baseline period (by default, 90 days).
42+
- [New] MATCH-S00998 Azure DevOps - Known Malicious Tooling Detected ADOKit
43+
- This is a simple detection matching on “ADOKit” at the start of the HTTP User Agent String (UAS). This detection effectively catches basic ADOKit use. It is brittle to attackers changing the User Agent String to another more innocuous browser to mask the traffic.
44+
- [New] MATCH-S00994 Azure DevOps - Member Added to Sensitive Group
45+
- This detection monitors for changes to the following groups: Project Administrators, Project Collection Administrators, Project Collection Service Accounts, Build Administrator
46+
- [New] FIRST-S00095 Azure DevOps - New Agent OS Added to Agent Pool
47+
- This detection monitors for the addition of an agent to an agent pool when the OS of the agent has not been observed in this pool during the baseline period.
48+
- [New] FIRST-S00094 Azure DevOps - New Extension Installed
49+
- This detection monitors for new extensions installed organization-wide after a 30-day baseline, based on the user installing the new extension.
50+
- [New] OUTLIER-S00030 Azure DevOps - Outlier in Pools Deleted Rapidly
51+
- This detection identifies statistical outliers in user behavior for the number of pools deleted in an hourly window.
52+
- [New] MATCH-S00996 Azure DevOps - Personal Access Token (PAT) Misuse Observed
53+
- This detection monitors for use of a Personal Access Token in conjunction with categories of action that aren’t normally associated with PAT authentication.
54+
- [New] CHAIN-S00021 Azure DevOps - Pipeline Created and Deleted within a Short Period
55+
- This detection monitors for the creation and deletion of the same pipeline within a short period (by default, a day).
56+
- [New] MATCH-S00993 Azure DevOps - Pipeline Retention Settings Reduced
57+
- This detection monitors for any reduction in the pipeline retention settings.
58+
59+
60+
## Log Mappers
61+
- [New] Barracuda Authentication
62+
- [New] Barracuda Catch All
63+
- [New] Barracuda CloudGen Auth Service dcclient and events
64+
- [New] Barracuda CloudGen Firewall Activity
65+
- [New] Barracuda CloudGen Settings DNS
66+
- [New] Barracuda Network Firewall Event|Web Firewall Event|Access Firewall Event
67+
- [New] Barracuda System Event
68+
- [New] CyberArk Audit Authentication
69+
- [New] CyberArk Audit Catch All
70+
- [Updated] 1Password Item Audit Actions
71+
- [Updated] 1Password Item Usage Actions
72+
- [Updated] 1Password Item Usage C2C
73+
- [Updated] 1Password Signin C2C
74+
- [Updated] CloudTrail - iam.amazonaws.com - Policy Change
75+
- [Updated] CrowdStrike Audit Logs
76+
- [Updated] CrowdStrike Falcon Host API DetectionSummaryEvent
77+
- [Updated] CrowdStrike Falcon Host API DetectionSummaryEvent (CNC)
78+
- [Updated] CrowdStrike UserActivity Logs
79+
- [Updated] Linux OS Syslog - Process sshd - SSH Auth Failure
80+
- [Updated] Linux OS Syslog - Process sshd - SSH Bind Listening and negotiate event
81+
82+
## Parsers
83+
- [New] /Parsers/System/Barracuda/Barracuda CloudGen
84+
- [New] /Parsers/System/Barracuda/Barracuda WAF
85+
- [New] /Parsers/System/Cyber-Ark/CyberArk Audit
86+
- [Updated] /Parsers/System/Kubernetes/Kubernetes
87+
- [Updated] /Parsers/System/Linux/Linux OS Syslog

cid-redirects.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@
8787
"/Start_Here/Customize_Your_Sumo_Logic_Experience": "/docs/get-started",
8888
"/Start_Here/Getting_Started": "/docs/get-started",
8989
"/Start_Here/Getting_Started/Analyst_or_Administrator": "/docs/get-started/onboarding-checklists",
90+
"/Start_Here/Quick_Start_Tutorial": "/docs/get-started/quickstart",
9091
"/Start-Here/09Customize-Your-Sumo-Logic-Experience/Preferences-Page": "/docs/get-started/account-settings-preferences",
9192
"/Start-Here/02Getting-Started/Glossary": "/docs/contributing/glossary",
9293
"/docs/contributing/create-document": "/docs/contributing/create-edit-doc",
@@ -741,6 +742,7 @@
741742
"/07Sumo-Logic-Apps/01Amazon_and_AWS/AWS_Network_Firewall/Install_the_AWS_Network_Firewall_App_and_View_the_Dashboards": "/docs/cse/ingestion/ingestion-sources-for-cloud-siem/aws-network-firewall",
742743
"/07Sumo-Logic-Apps/01Amazon_and_AWS/AWS_Security_Hub": "/docs/integrations/amazon-aws/security-hub",
743744
"/07Sumo-Logic-Apps/01Amazon_and_AWS/AWS_Security_Hub/1-Ingest-findings-into-AWS-Security_Hub": "/docs/integrations/amazon-aws/security-hub",
745+
"/07Sumo-Logic-Apps/01Amazon_and_AWS/AWS_Security_Hub/2-Collect-findings-for-the-AWS-Security-Hub-App": "/docs/integrations/amazon-aws/security-hub",
744746
"/07Sumo-Logic-Apps/01Amazon_and_AWS/AWS_Security_Hub/2-Collect-Findings-for-the-AWS-Security-Hub-App": "/docs/integrations/amazon-aws/security-hub",
745747
"/07Sumo-Logic-Apps/01Amazon_and_AWS/AWS_Security_Hub/3-Install_the_AWS_Security_Hub_App_and_view_the_Dashboards": "/docs/integrations/amazon-aws/security-hub",
746748
"/07Sumo-Logic-Apps/01Amazon_and_AWS/AWS_WAF": "/docs/integrations/amazon-aws/waf",
@@ -2997,6 +2999,7 @@
29972999
"/Cloud_SIEM_Enterprise/Records%2C_Signals%2C_Entities%2C_and_Insights": "/docs/cse/records-signals-entities-insights",
29983000
"/Cloud_SIEM_Enterprise/Records%2C_Signals%2C_Entities%2C_and_Insights/00Insight_Generation_Process": "/docs/cse/get-started-with-cloud-siem/insight-generation-process",
29993001
"/Cloud_SIEM_Enterprise/Records%2C_Signals%2C_Entities%2C_and_Insights/05Set_Insight_Generation_Window_and_Threshold": "/docs/cse/records-signals-entities-insights/set-insight-generation-window-threshold",
3002+
"/docs/cse/records-signals-entities-insights/signal-index-migration-faq": "/docs/cse/records-signals-entities-insights/search-cse-records-in-sumo",
30003003
"/Cloud_SIEM_Enterprise/Records%2C_Signals%2C_Entities%2C_and_Insights/07Entity_Criticality": "/docs/cse/records-signals-entities-insights/entity-criticality",
30013004
"/Cloud_SIEM_Enterprise/Records%2C_Signals%2C_Entities%2C_and_Insights/11Create_a_Custom_Entity_Type": "/docs/cse/records-signals-entities-insights/create-custom-entity-type",
30023005
"/Cloud_SIEM_Enterprise/Records%2C_Signals%2C_Entities%2C_and_Insights/13Using_Tags_with_Insights%2C_Signals%2C_Entities%2C_and_Rules": "/docs/cse/records-signals-entities-insights/tags-insights-signals-entities-rules",
@@ -3482,6 +3485,7 @@
34823485
"/Observability_Solution/Kubernetes_Solution/07Global_Intelligence_for_Kubernetes_DevOps_App": "/docs/integrations/global-intelligence/kubernetes-devops",
34833486
"/Observability_Solution/Kubernetes_Solution/06Kubernetes_Alerts": "/docs/observability/kubernetes/alerts",
34843487
"/Observability_Solution/Kubernetes_Solution/08Next_Steps": "/docs/observability/kubernetes",
3488+
"/Observability_Solution/Kubernetes_Solution/09Create_a_New_Dashboard_(New)": "/docs/observability/kubernetes",
34853489
"/Observability_Solution/Kubernetes_Solution/18Install_the_Kubernetes_Alerts,_App_and_view_the_Dashboards": "/docs/observability/kubernetes/apps",
34863490
"/Observability_Solution/Kubernetes_Solution/17Next_Steps": "/docs/observability/kubernetes",
34873491
"/Observability_Solution/Kubernetes_Solution/zDrill_down_to_discover_root_causes": "/docs/observability/kubernetes",
@@ -3542,6 +3546,7 @@
35423546
"/Send_Data/Sources/Source_timestamp_and_time_zone_options/Timestamp_conventions": "/docs/send-data/reference-information/time-reference",
35433547
"/Send_Data/Sources/AWS_S3_Source": "/docs/send-data/hosted-collectors/amazon-aws/aws-s3-source",
35443548
"/Send_Data/01_Design_Your_Deployment/Best_Practices:_Good_Source_Category,_Bad_Source_Category": "/docs/send-data/best-practices",
3549+
"/03Send-Data/Sources/02Sources-for-Hosted-Collectors/Amazon_Web_Services": "/docs/send-data/hosted-collectors/amazon-aws",
35453550
"/03Send-Data/Sources/02Sources-for-Hosted-Collectors/Amazon_Web_Services/AWS_S3_Source": "/docs/send-data/hosted-collectors/amazon-aws/aws-s3-source",
35463551
"/03Send-Data/Sources/02Sources-for-Hosted-Collectors/Amazon_Web_Services/Amazon_CloudWatch_Source_for_Metrics": "/docs/send-data/collect-from-other-data-sources/amazon-cloudwatch-logs",
35473552
"/Send-Data/Sources": "/docs/send-data",
@@ -3788,6 +3793,7 @@
37883793
"/Apps/Installing_Apps_from_the_Library": "/docs/get-started/apps-integrations",
37893794
"/Apps/Linux_App/Linux_App_Dashboards": "/docs/integrations/hosts-operating-systems/linux",
37903795
"/Apps/Linux_Performance_App/Collect_Logs_for_the_Linux_Performance_App": "/docs/integrations/hosts-operating-systems/linux",
3796+
"/Apps/Preview_Apps": "/docs/integrations",
37913797
"/Apps/Preview_Apps/Cylance": "/docs/integrations/security-threat-detection/cylance",
37923798
"/Apps/Preview_Apps/Cylance_App": "/docs/integrations/security-threat-detection/cylance",
37933799
"/Apps/Preview_Apps/AWS_Lambda/AWS_Lambda_App_Dashboards": "/docs/integrations/amazon-aws/lambda",
@@ -3826,6 +3832,7 @@
38263832
"/Beta/Installation_Tokens": "/docs/manage/security/installation-tokens",
38273833
"/Beta/Metadata_Ingest_Budgets": "/docs/manage/ingestion-volume/ingest-budgets/daily-volume",
38283834
"/Beta/Metrics-Rules": "/docs/metrics/metric-rules-editor",
3835+
"/Beta/Saved_beta_content/Beta---Library/Apps_in_Sumo_Logic/01_Sumo_Logic_Apps": "/docs/integrations",
38293836
"/Beta/SLO_Reliability_Management": "/docs/observability/reliability-management-slo",
38303837
"/Beta/SLO_Reliability_Management/Access_and_Create_SLOs": "/docs/observability/reliability-management-slo",
38313838
"/Beta/Workday/Collect_Logs_for_the_Workday_App": "/docs/integrations/saas-cloud/workday",
@@ -3834,6 +3841,7 @@
38343841
"/Cloud_SIEM_Enterprise/Entities_and_Insights/Insight_Generation_Process": "/docs/cse/records-signals-entities-insights",
38353842
"/Cloud_SIEM_Enterprise/Entities_and_Insights/Global_Intelligence_for_Security_Insights": "/docs/cse/records-signals-entities-insights/global-intelligence-security-insights",
38363843
"/Dashboards-and-Alerts": "/docs/alerts",
3844+
"/Dashboards_and_Alerts": "/docs/alerts",
38373845
"/Dashboards_and_Alerts/Alerts/01_Scheduled_Searches": "/docs/alerts/scheduled-searches/schedule-search",
38383846
"/Dashboards_and_Alerts/Alerts/Create_a_Real_Time_Alert": "/docs/alerts/scheduled-searches/create-real-time-alert",
38393847
"/Dashboards_and_Alerts/Alerts/Save_to_Index": "/docs/alerts/scheduled-searches/save-to-index",
@@ -3850,6 +3858,7 @@
38503858
"/Manage/Connections_and_Integrations/Webhook_Connections/Webhook_Connection_for_Slack": "/docs/alerts/webhook-connections/slack",
38513859
"/Manage/Connections-and-Integrations/Webhook-Connections/Webhook-Connection-for-Slack": "/docs/alerts/webhook-connections/slack",
38523860
"/Manage/Connections-and-Integrations/Webhook-Connections/Webhook-Connection-for-PagerDuty": "/docs/alerts/webhook-connections/pagerduty",
3861+
"/Manage/Kubernetes_Solution": "/docs/observability/kubernetes",
38533862
"/Manage/Logs-to-Metrics": "/docs/metrics/logs-to-metrics",
38543863
"/Metrics/Metric-Queries-and-Alerts/01Metrics_Explorer": "/docs/metrics/metrics-queries/metrics-explorer",
38553864
"/Metrics/Metric-Queries-and-Alerts/Metrics_Monitors_and_Alerts": "/docs/alerts/monitors",

0 commit comments

Comments
 (0)