Skip to content

Commit f1c82c2

Browse files
authored
Merge branch 'develop' into nterl0k-t1059-malicious-powershell-strings
2 parents d831e26 + 70aa840 commit f1c82c2

File tree

250 files changed

+333
-312
lines changed

Some content is hidden

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

250 files changed

+333
-312
lines changed

.github/workflows/appinspect.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,13 @@ jobs:
1818

1919
- name: Install Python Dependencies and ContentCTL and Atomic Red Team
2020
run: |
21-
pip install contentctl==5.0.0
21+
if [ -n "${{ vars.CONTENTCTL_VERSION }}" ]; then
22+
echo "Installing contentctl version ${{ vars.CONTENTCTL_VERSION }}"
23+
pip install contentctl==${{ vars.CONTENTCTL_VERSION }}
24+
else
25+
echo "Installing latest contentctl version"
26+
pip install contentctl
27+
fi
2228
git clone --depth=1 --single-branch --branch=master https://github.com/redcanaryco/atomic-red-team.git external_repos/atomic-red-team
2329
git clone --depth=1 --single-branch --branch=master https://github.com/mitre/cti external_repos/cti
2430

.github/workflows/build.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,13 @@ jobs:
1919

2020
- name: Install Python Dependencies and ContentCTL and Atomic Red Team
2121
run: |
22-
pip install contentctl==5.0.0
22+
if [ -n "${{ vars.CONTENTCTL_VERSION }}" ]; then
23+
echo "Installing contentctl version ${{ vars.CONTENTCTL_VERSION }}"
24+
pip install contentctl==${{ vars.CONTENTCTL_VERSION }}
25+
else
26+
echo "Installing latest contentctl version"
27+
pip install contentctl
28+
fi
2329
git clone --depth=1 --single-branch --branch=master https://github.com/redcanaryco/atomic-red-team.git external_repos/atomic-red-team
2430
git clone --depth=1 --single-branch --branch=master https://github.com/mitre/cti external_repos/cti
2531

.github/workflows/unit-testing.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,13 @@ jobs:
2323
- name: Install Python Dependencies and ContentCTL
2424
run: |
2525
python -m pip install --upgrade pip
26-
pip install contentctl==5.0.0
26+
if [ -n "${{ vars.CONTENTCTL_VERSION }}" ]; then
27+
echo "Installing contentctl version ${{ vars.CONTENTCTL_VERSION }}"
28+
pip install contentctl==${{ vars.CONTENTCTL_VERSION }}
29+
else
30+
echo "Installing latest contentctl version"
31+
pip install contentctl
32+
fi
2733
2834
# Running contentctl test with a few arguments, before running the command make sure you checkout into the current branch of the pull request. This step only performs unit testing on all the changes against the target-branch. In most cases this target branch will be develop
2935
# Make sure we check out the PR, even if it actually lives in a fork

contentctl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ app:
33
uid: 3449
44
title: ES Content Updates
55
appid: DA-ESS-ContentUpdate
6-
version: 4.44.0
6+
version: 5.0.0
77
description: Explore the Analytic Stories included with ES Content Updates.
88
prefix: ESCU
99
label: ESCU

data_sources/linux_secure.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@ author: Patrick Bareiss, Splunk
66
description: Data source object for Linux Secure
77
source: /var/log/secure
88
sourcetype: linux_secure
9-
supported_TA: []
9+
supported_TA:
10+
- name: Splunk Add-on for Unix and Linux
11+
url: https://splunkbase.splunk.com/app/833
12+
version: 9.2.0
1013
fields:
1114
- _time
1215
- action

detections/application/pingid_mismatch_auth_source_and_verification_response.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: PingID Mismatch Auth Source and Verification Response
22
id: 15b0694e-caa2-4009-8d83-a1f98b86d086
3-
version: 4
3+
version: 5
44
date: '2025-01-21'
55
author: Steven Dick
66
status: production

detections/application/windows_ad_suspicious_attribute_modification.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Windows AD Suspicious Attribute Modification
22
id: 5682052e-ce55-4f9f-8d28-59191420b7e0
3-
version: 3
3+
version: 4
44
date: '2025-01-21'
55
author: Dean Luxton
66
status: production

detections/application/windows_ad_suspicious_gpo_modification.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Windows AD Suspicious GPO Modification
22
id: 0a2afc18-a3b5-4452-b60a-2e774214f9bf
3-
version: 3
3+
version: 4
44
date: '2025-01-21'
55
author: Dean Luxton
66
status: experimental

detections/cloud/azure_ad_application_administrator_role_assigned.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Azure AD Application Administrator Role Assigned
22
id: eac4de87-7a56-4538-a21b-277897af6d8d
3-
version: 6
3+
version: 7
44
date: '2024-11-14'
55
author: Mauricio Velazco, Gowthamaraj Rajendran, Splunk
66
status: production

detections/cloud/azure_ad_azurehound_useragent_detected.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Azure AD AzureHound UserAgent Detected
22
id: d62852db-a1f1-40db-a7fc-c3d56fa8bda3
3-
version: 1
3+
version: 2
44
date: '2025-01-06'
55
author: Dean Luxton
66
data_source:

0 commit comments

Comments
 (0)