Skip to content

Commit c736391

Browse files
committed
Merge branch 'master' into akira-ransomware
2 parents 96b5006 + a99b163 commit c736391

3,520 files changed

Lines changed: 18932 additions & 11711 deletions

File tree

Some content is hidden

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

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,4 @@ Link the fixed issues here, in case your commit fixes issues with rules or code
4444

4545
### SigmaHQ Rule Creation Conventions
4646

47-
- If your PR adds new rules, please consider following and applying these [conventions](https://github.com/SigmaHQ/sigma-specification/blob/main/sigmahq/sigmahq_conventions.md)
47+
- If your PR adds new rules, please consider following and applying these [conventions](https://github.com/SigmaHQ/sigma-specification/blob/main/sigmahq/)

.github/latest_archiver_output.md

Lines changed: 502 additions & 474 deletions
Large diffs are not rendered by default.

.github/workflows/greetings.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ jobs:
2929
3030
It looks like this is your first pull request on the Sigma rules repository!
3131
32-
Please make sure to read the [SigmaHQ conventions](https://github.com/SigmaHQ/sigma-specification/blob/main/sigmahq/sigmahq_conventions.md) document to make sure your contribution is adhering to best practices and has all the necessary elements in place for a successful approval.
32+
Please make sure to read the [SigmaHQ conventions](https://github.com/SigmaHQ/sigma-specification/blob/main/sigmahq/) document to make sure your contribution is adhering to best practices and has all the necessary elements in place for a successful approval.
3333
3434
Thanks again, and welcome to the Sigma community! :smiley:

.github/workflows/sigma-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
python-version: 3.11
7676
- name: Install dependencies
7777
run: |
78-
# pip install sigma-cli~=0.7.1
78+
pip install pysigma
7979
pip install sigma-cli
8080
pip install pySigma-validators-sigmahq==0.7.0
8181
- name: Test Sigma Rule Syntax

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@ git push origin your-feature-branch
4848

4949
## 📚 Adding or Updating Detection Rules
5050

51-
To update or contribute a new rule please make sure to follow the guidelines in the [SigmaHQ conventions document](https://github.com/SigmaHQ/sigma-specification/blob/main/sigmahq/sigmahq_conventions.md). Consider installing the [VsCode Sigma Extension](https://marketplace.visualstudio.com/items?itemName=humpalum.sigma) for auto completion and quality of life features.
51+
To update or contribute a new rule please make sure to follow the guidelines in the [SigmaHQ conventions documents](https://github.com/SigmaHQ/sigma-specification/blob/main/sigmahq). Consider installing the [VsCode Sigma Extension](https://marketplace.visualstudio.com/items?itemName=humpalum.sigma) for auto completion and quality of life features.
5252

5353
Thank you for contributing to Sigma! 🧙‍♂️

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ If you find a false positive or would like to propose a new detection rule idea
9393
* [alterix](https://github.com/mtnmunuklu/alterix) - Converts Sigma rules to the query language of CRYPTTECH's SIEM
9494
* [AttackIQ](https://www.attackiq.com/2024/01/10/sigmaiq-attackiqs-latest-innovation-for-actionable-detections/) - Sigma Rules integrated in AttackIQ's platform, and [SigmAIQ](https://github.com/AttackIQ/SigmAIQ) for Sigma rule conversion and LLM apps
9595
* [Atomic Threat Coverage](https://github.com/atc-project/atomic-threat-coverage) (Since December 2018)
96+
* [AttackRuleMap - Mapping of Atomic Red Team tests and Sigma Rules](https://attackrulemap.com/)
9697
* [Confluent Sigma](https://github.com/confluentinc/confluent-sigma) - Kafka Streams supported Sigma rules
9798
* [IBM QRadar](https://community.ibm.com/community/user/security/blogs/gladys-koskas1/2023/08/02/qradar-natively-supports-sigma-for-rules-creation)
9899
* [Impede Detection Platform](https://impede.ai/)
@@ -102,6 +103,7 @@ If you find a false positive or would like to propose a new detection rule idea
102103
* [Nextron's Aurora Agent](https://www.nextron-systems.com/aurora/)
103104
* [Nextron's THOR Scanner](https://www.nextron-systems.com/thor/) - Scan with Sigma rules on endpoints
104105
* [RANK VASA](https://globenewswire.com/news-release/2019/03/04/1745907/0/en/RANK-Software-to-Help-MSSPs-Scale-Cybersecurity-Offerings.html)
106+
* [Security Onion](https://docs.securityonion.net/en/latest/sigma.html)
105107
* [Sekoia.io XDR](https://www.sekoia.io) - XDR supporting Sigma and Sigma Correlation rules languages
106108
* [sigma2stix](https://github.com/muchdogesec/sigma2stix) - Converts the entire SigmaHQ Ruleset into STIX 2.1 Objects.
107109
* A versioned archive of sigma2stix STIX 2.1 data is also available to [download here](https://github.com/muchdogesec/cti_knowledge_base_store/tree/main/sigma-rules).

rules/linux/auditd/lnx_auditd_omigod_scx_runasprovider_executeshellcommand.yml renamed to deprecated/linux/lnx_auditd_omigod_scx_runasprovider_executeshellcommand.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
title: OMIGOD SCX RunAsProvider ExecuteShellCommand - Auditd
22
id: 045b5f9c-49f7-4419-a236-9854fb3c827a
3-
status: test
3+
status: unsupported # This rule requires correlations. See https://github.com/SigmaHQ/sigma/discussions/4440#discussioncomment-7070862 and https://user-images.githubusercontent.com/9653181/133756156-4fb9c2b1-aa65-4380-957b-72170de36fc4.png
44
description: |
55
Rule to detect the use of the SCX RunAsProvider Invoke_ExecuteShellCommand to execute any UNIX/Linux command using the /bin/sh shell.
66
SCXcore, started as the Microsoft Operations Manager UNIX/Linux Agent, is now used in a host of products including Microsoft Operations Manager.
@@ -9,11 +9,11 @@ references:
99
- https://www.wiz.io/blog/omigod-critical-vulnerabilities-in-omi-azure
1010
- https://github.com/Azure/Azure-Sentinel/pull/3059
1111
author: Roberto Rodriguez (Cyb3rWard0g), OTR (Open Threat Research)
12-
date: 2021/09/17
13-
modified: 2022/11/26
12+
date: 2021-09-17
13+
modified: 2024-09-02
1414
tags:
15-
- attack.privilege_escalation
16-
- attack.initial_access
15+
- attack.privilege-escalation
16+
- attack.initial-access
1717
- attack.execution
1818
- attack.t1068
1919
- attack.t1190

deprecated/windows/driver_load_win_mal_poortry_driver.yml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -42,28 +42,6 @@ detection:
4242
- 'MD5=0f16a43f7989034641fd2de3eb268bf1'
4343
- 'MD5=ee6b1a79cb6641aa44c762ee90786fe0'
4444
- 'MD5=909f3fc221acbe999483c87d9ead024a'
45-
selection_hash:
46-
- sha256:
47-
- '0440ef40c46fdd2b5d86e7feef8577a8591de862cfd7928cdbcc8f47b8fa3ffc'
48-
- '9b1b15a3aacb0e786a608726c3abfc94968915cedcbd239ddf903c4a54bfcf0c'
49-
- '8e035beb02a411f8a9e92d4cf184ad34f52bbd0a81a50c222cdd4706e4e45104'
50-
- 'd7c81b0f3c14844f6424e8bdd31a128e773cb96cccef6d05cbff473f0ccb9f9c'
51-
- '05b146a48a69dd62a02759487e769bd30d39f16374bc76c86453b4ae59e7ffa4'
52-
- 'c8f9e1ad7b8cce62fba349a00bc168c849d42cfb2ca5b2c6cc4b51d054e0c497'
53-
- sha1:
54-
- '31cc8718894d6e6ce8c132f68b8caaba39b5ba7a'
55-
- 'a804ebec7e341b4d98d9e94f6e4860a55ea1638d'
56-
- '6debce728bcff73d9d1d334df0c6b1c3735e295c'
57-
- 'cc65bf60600b64feece5575f21ab89e03a728332'
58-
- '3ef30c95e40a854cc4ded94fc503d0c3dc3e620e'
59-
- 'b2f955b3e6107f831ebe67997f8586d4fe9f3e98'
60-
- md5:
61-
- '10f3679384a03cb487bda9621ceb5f90'
62-
- '04a88f5974caa621cee18f34300fc08a'
63-
- '6fcf56f6ca3210ec397e55f727353c4a'
64-
- '0f16a43f7989034641fd2de3eb268bf1'
65-
- 'ee6b1a79cb6641aa44c762ee90786fe0'
66-
- '909f3fc221acbe999483c87d9ead024a'
6745
condition: 1 of selection*
6846
falsepositives:
6947
- Legitimate BIOS driver updates (should be rare)

deprecated/windows/driver_load_win_vuln_avast_anti_rootkit_driver.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,12 @@ detection:
1919
- 'MD5=a179c4093d05a3e1ee73f6ff07f994aa'
2020
- 'SHA1=5d6b9e80e12bfc595d4d26f6afb099b3cb471dd4'
2121
- 'SHA256=4b5229b3250c8c08b98cb710d6c056144271de099a57ae09f5d2097fc41bd4f1'
22-
selection_other:
23-
- md5: 'a179c4093d05a3e1ee73f6ff07f994aa'
24-
- sha1: '5d6b9e80e12bfc595d4d26f6afb099b3cb471dd4'
25-
- sha256: '4b5229b3250c8c08b98cb710d6c056144271de099a57ae09f5d2097fc41bd4f1'
2622
driver_img:
2723
ImageLoaded|endswith: '\aswArPot.sys'
2824
driver_status:
2925
- Signed: 'false'
3026
- SignatureStatus: Expired
31-
condition: 1 of selection* or all of driver_*
27+
condition: selection_sysmon or all of driver_*
3228
falsepositives:
3329
- Unknown
3430
level: high

deprecated/windows/driver_load_win_vuln_dell_driver.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,6 @@ detection:
2626
- 'SHA1=10B30BDEE43B3A2EC4AA63375577ADE650269D25'
2727
- 'MD5=C996D7971C49252C582171D9380360F2'
2828
- 'MD5=D2FD132AB7BBC6BBB87A84F026FA0244'
29-
selection_hash:
30-
- sha256:
31-
- '0296e2ce999e67c76352613a718e11516fe1b0efc3ffdb8918fc999dd76a73a5'
32-
- 'ddbf5ecca5c8086afde1fb4f551e9e6400e94f4428fe7fb5559da5cffa654cc1'
33-
- sha1:
34-
- 'c948ae14761095e4d76b55d9de86412258be7afd'
35-
- '10b30bdee43b3a2ec4aa63375577ade650269d25'
36-
- md5:
37-
- 'c996d7971c49252c582171d9380360f2'
38-
- 'd2fd132ab7bbc6bbb87a84f026fa0244'
3929
condition: 1 of selection*
4030
falsepositives:
4131
- Legitimate BIOS driver updates (should be rare)

0 commit comments

Comments
 (0)