forked from SigmaHQ/sigma
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge PR SigmaHQ#4675 from @X-Junior - New Emerging Threat Rules For …
…Peach Sandstorm APT new: Peach Sandstorm APT Process Activity Indicators new: Potential Peach Sandstorm APT C2 Communication Activity --------- Co-authored-by: nasbench <[email protected]> Co-authored-by: phantinuss <[email protected]>
- Loading branch information
1 parent
feded2f
commit 3fb5392
Showing
3 changed files
with
47 additions
and
0 deletions.
There are no files selected for viewing
22 changes: 22 additions & 0 deletions
22
...ging-threats/2023/TA/Peach-Sandstorm/proc_creation_win_apt_peach_sandstorm_indicators.yml
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
title: Peach Sandstorm APT Process Activity Indicators | ||
id: 2e7bbd54-2f26-476e-b4a1-ba5f1a012614 | ||
status: experimental | ||
description: Detects process creation activity related to Peach Sandstorm APT | ||
references: | ||
- https://twitter.com/MsftSecIntel/status/1737895710169628824 | ||
- https://www.virustotal.com/gui/file/364275326bbfc4a3b89233dabdaf3230a3d149ab774678342a40644ad9f8d614/details | ||
author: X__Junior (Nextron Systems) | ||
date: 2024/01/15 | ||
tags: | ||
- attack.execution | ||
- detection.emerging_threats | ||
logsource: | ||
category: process_creation | ||
product: windows | ||
detection: | ||
selection: | ||
CommandLine|contains: 'QP''s\*(58vaP!tF4' | ||
condition: selection | ||
falsepositives: | ||
- Unlikely | ||
level: high |
24 changes: 24 additions & 0 deletions
24
...-threats/2023/TA/Peach-Sandstorm/proxy_apt_peach_sandstorm_falsefont_backdoor_c2_coms.yml
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
title: Potential Peach Sandstorm APT C2 Communication Activity | ||
id: b8225208-81d0-4715-a822-12bcdd583e0f | ||
status: experimental | ||
description: Detects potential C2 communication activity related to Peach Sandstorm APT | ||
references: | ||
- https://twitter.com/MsftSecIntel/status/1737895710169628824 | ||
- https://www.virustotal.com/gui/file/364275326bbfc4a3b89233dabdaf3230a3d149ab774678342a40644ad9f8d614/details | ||
author: X__Junior (Nextron Systems) | ||
date: 2024/01/15 | ||
tags: | ||
- attack.command_and_control | ||
- detection.emerging_threats | ||
logsource: | ||
category: proxy | ||
detection: | ||
selection: | ||
cs-method: 'GET' | ||
c-uri|endswith: | ||
- '/api/Core/Command/Init' | ||
- '/api/Core/Command/Restart' | ||
condition: selection | ||
falsepositives: | ||
- Unknown | ||
level: medium |
This file contains 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