Skip to content

Commit d46de4f

Browse files
authored
Merge branch 'develop' into nterl0k-t1110-mfasweep-detection
2 parents 50517d8 + 2c7c015 commit d46de4f

File tree

249 files changed

+315
-311
lines changed

Some content is hidden

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

249 files changed

+315
-311
lines changed

.github/workflows/appinspect.yml

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

1919
- name: Install Python Dependencies and ContentCTL and Atomic Red Team
2020
run: |
21-
pip install contentctl==5.0.0
21+
pip install contentctl==${{ vars.CONTENTCTL_VERSION }}
2222
git clone --depth=1 --single-branch --branch=master https://github.com/redcanaryco/atomic-red-team.git external_repos/atomic-red-team
2323
git clone --depth=1 --single-branch --branch=master https://github.com/mitre/cti external_repos/cti
2424

.github/workflows/build.yml

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

2020
- name: Install Python Dependencies and ContentCTL and Atomic Red Team
2121
run: |
22-
pip install contentctl==5.0.0
22+
echo "CONTENTCTL_VERSION is ${{ vars.CONTENTCTL_VERSION }}"
23+
pip install contentctl==${{ vars.CONTENTCTL_VERSION }}
2324
git clone --depth=1 --single-branch --branch=master https://github.com/redcanaryco/atomic-red-team.git external_repos/atomic-red-team
2425
git clone --depth=1 --single-branch --branch=master https://github.com/mitre/cti external_repos/cti
2526

.github/workflows/unit-testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ 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+
pip install contentctl==${{ vars.CONTENTCTL_VERSION }}
2727
2828
# 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
2929
# Make sure we check out the PR, even if it actually lives in a fork

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:

detections/cloud/azure_ad_external_guest_user_invited.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Azure AD External Guest User Invited
22
id: c1fb4edb-cab1-4359-9b40-925ffd797fb5
3-
version: 5
3+
version: 6
44
date: '2024-11-14'
55
author: Gowthamaraj Rajendran, Mauricio Velazco, Splunk
66
status: production

0 commit comments

Comments
 (0)