feat: shai hulud worm targeting npm supply chain attack#5658
Merged
swachchhanda000 merged 8 commits intoSigmaHQ:masterfrom Oct 19, 2025
Merged
feat: shai hulud worm targeting npm supply chain attack#5658swachchhanda000 merged 8 commits intoSigmaHQ:masterfrom
swachchhanda000 merged 8 commits intoSigmaHQ:masterfrom
Conversation
phantinuss
reviewed
Sep 24, 2025
rules/windows/process_creation/proc_creation_win_pua_trufflehog.yml
Outdated
Show resolved
Hide resolved
phantinuss
approved these changes
Sep 25, 2025
nasbench
approved these changes
Oct 12, 2025
a6254cb to
b9a91bb
Compare
Contributor
There was a problem hiding this comment.
Pull Request Overview
Adds new Sigma rules to detect Shai-Hulud NPM supply chain attack behaviors (malicious workflow creation, GitHub activity, data exfiltration) and potentially unwanted TruffleHog executions on Windows and Linux.
- Introduces TruffleHog PUA process creation detection for Windows and Linux.
- Adds emerging threat rules for Shai-Hulud malicious workflow file creation, GitHub audit activity, and curl-based exfiltration.
- Provides campaign-focused tagging and references for emerging threat context.
Reviewed Changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 11 comments.
Show a summary per file
| File | Description |
|---|---|
| rules/windows/process_creation/proc_creation_win_pua_trufflehog.yml | New Windows TruffleHog execution detection rule. |
| rules/linux/process_creation/proc_creation_lnx_pua_trufflehog.yml | New Linux TruffleHog execution detection rule. |
| rules-emerging-threats/2025/Malware/Shai-Hulud/proc_creation_lnx_mal_shai_hululd_exfiltration.yml | Curl-based exfiltration detection for Shai-Hulud on Linux. |
| rules-emerging-threats/2025/Malware/Shai-Hulud/github_mal_shai_hulud_npm_attack.yml | GitHub audit rule for malicious workflow activity. |
| rules-emerging-threats/2025/Malware/Shai-Hulud/file_event_lnx_mal_shai_hulud_workflow.yml | Detects creation of malicious workflow file on filesystem. |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
rules/windows/process_creation/proc_creation_win_pua_trufflehog.yml
Outdated
Show resolved
Hide resolved
rules/windows/process_creation/proc_creation_win_pua_trufflehog.yml
Outdated
Show resolved
Hide resolved
rules/linux/process_creation/proc_creation_lnx_pua_trufflehog.yml
Outdated
Show resolved
Hide resolved
rules/linux/process_creation/proc_creation_lnx_pua_trufflehog.yml
Outdated
Show resolved
Hide resolved
rules-emerging-threats/2025/Malware/Shai-Hulud/github_mal_shai_hulud_npm_attack.yml
Show resolved
Hide resolved
rules-emerging-threats/2025/Malware/Shai-Hulud/file_event_lnx_mal_shai_hulud_workflow.yml
Outdated
Show resolved
Hide resolved
...-emerging-threats/2025/Malware/Shai-Hulud/proc_creation_lnx_mal_shai_hululd_exfiltration.yml
Show resolved
Hide resolved
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
swachchhanda000
added a commit
to montysecurity/sigma
that referenced
this pull request
Nov 19, 2025
…argeting npm supply chain attack new - Shai-Hulud Malicious GitHub Workflow Creation new - Shai-Hulud NPM Attack GitHub Activity new - Shai-Hulud NPM Package Malicious Exfiltration via Curl new - PUA - TruffleHog Execution new - PUA - TruffleHog Execution - Linux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary of the Pull Request
Changelog
new - Shai-Hulud Malicious GitHub Workflow Creation
new - Shai-Hulud NPM Attack GitHub Activity
new - Shai-Hulud NPM Package Malicious Exfiltration via Curl
new - PUA - TruffleHog Execution
new - PUA - TruffleHog Execution - Linux
Example Log Event
Fixed Issues
SigmaHQ Rule Creation Conventions