-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Extend Atomic MacOS Stealer - FileGrabber Rules #5669
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
+77
−3
Merged
Changes from 8 commits
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
7600d4b
Adding new macos ttp
JasonPhang98 7a85aaa
Changing title
JasonPhang98 25c1a17
add id
JasonPhang98 b0d0899
fix yaml
JasonPhang98 29fc643
fix yaml line
JasonPhang98 cfd37a4
space fix
JasonPhang98 387afb1
delete file
swachchhanda000 cae9248
Rename proc_creation_macos_malware_amos_curl_post to proc_creation_ma…
swachchhanda000 e7c840f
Update proc_creation_macos_malware_amos_curl_post.yml
JasonPhang98 e7cc0eb
Update proc_creation_macos_malware_amos_curl_post.yml
JasonPhang98 300b197
Update file_event_macos_malware_amos_persistence.yml
JasonPhang98 b1fdb1d
Update file_event_macos_malware_amos_persistence.yml
JasonPhang98 3fc9e6c
Update file_event_macos_malware_amos_persistence.yml
JasonPhang98 ca07966
Update file_event_macos_malware_amos_persistence.yml
JasonPhang98 2cedba2
Update file_event_macos_malware_amos_persistence.yml
JasonPhang98 3b660b7
Update file_event_macos_malware_amos_persistence.yml
JasonPhang98 d767473
Update file_event_macos_malware_amos_persistence.yml
JasonPhang98 f7f394d
Update rules-emerging-threats/2025/Malware/Atomic-MacOS-Stealer/file_…
JasonPhang98 9eb9dc6
Update rules-emerging-threats/2025/Malware/Atomic-MacOS-Stealer/proc_…
JasonPhang98 f5c9f18
Update rules-emerging-threats/2025/Malware/Atomic-MacOS-Stealer/proc_…
JasonPhang98 e5825dc
Update rules-emerging-threats/2025/Malware/Atomic-MacOS-Stealer/file_…
JasonPhang98 10a26a7
Update rules-emerging-threats/2025/Malware/Atomic-MacOS-Stealer/file_…
JasonPhang98 19c1978
Update rules-emerging-threats/2025/Malware/Atomic-MacOS-Stealer/file_…
JasonPhang98 0bda2f2
Merge branch 'master' into amos
nasbench 549b7ef
Deprecate and update Atomic MacOS Stealer detection rules
nasbench bbce54e
Update file_event_macos_malware_amos_persistence.yml
nasbench 65bd477
Update rules-emerging-threats/2025/Malware/Atomic-MacOS-Stealer/proc_…
nasbench 9165409
Merge branch 'master' into amos
swachchhanda000 6d9a1f6
Merge branch 'master' into amos
swachchhanda000 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
25 changes: 25 additions & 0 deletions
25
...g-threats/2025/Malware/Atomic-MacOS-Stealer/file_event_macos_malware_amos_persistence.yml
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,25 @@ | ||
| title: Atomic macOS Stealer Persistence Indicators | ||
| id: e710a880-1f18-4417-b6a0-b5afdf7e3023 | ||
| status: experimental | ||
| description: Detects creation of persistence artifacts placed by Atomic macOS Stealer in macOS systems. Recent Atomic macOS Stealer variants have been observed dropping these to maintain persistent access after compromise. | ||
| references: | ||
| - https://moonlock.com/amos-backdoor-persistent-access | ||
| author: Jason Phang Vern - Onn, Robbin Ooi Zhen Heng (Gen Digital) | ||
| date: 2025-10-02 | ||
| tags: | ||
| - attack.persistence | ||
| - attack.t1564.001 | ||
|
nasbench marked this conversation as resolved.
|
||
| - attack.t1543.004 | ||
| - detection.emerging-threats | ||
| logsource: | ||
| category: file_event | ||
| product: macos | ||
| detection: | ||
| selection_user_dotfiles: | ||
| TargetFilename|re: ^/Users/[^/]+/\.(helper|agent)$ | ||
| selection_launchdaemon: | ||
| TargetFilename|re: ^/Library/LaunchDaemons/com\.finder\.helper\.plist$ | ||
|
JasonPhang98 marked this conversation as resolved.
Outdated
|
||
| condition: 1 of selection_* | ||
| falsepositives: | ||
| - Unknown | ||
| level: high | ||
26 changes: 26 additions & 0 deletions
26
...-threats/2025/Malware/Atomic-MacOS-Stealer/proc_creation_macos_malware_amos_curl_post.yml
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,26 @@ | ||
| title: MacOS Curl Exfiltration | ||
| id: e710a880-1f18-4417-b6a0-b5afdf7e33da | ||
| status: experimental | ||
| description: Detects execution of FileGrabber on macOS, which is associated with Amos infostealer campaigns targeting sensitive user files. | ||
| references: | ||
| - https://www.trendmicro.com/en_us/research/25/i/an-mdr-analysis-of-the-amos-stealer-campaign.html | ||
|
JasonPhang98 marked this conversation as resolved.
|
||
| - https://hunt.io/blog/macos-clickfix-applescript-terminal-phishing | ||
| author: Jason Phang Vern - Onn, Robbin Ooi Zhen Heng (Gen Digital) | ||
| date: 2025-10-02 | ||
| tags: | ||
| - attack.execution | ||
| - attack.t1059.002 | ||
|
nasbench marked this conversation as resolved.
|
||
| - detection.emerging-threats | ||
| logsource: | ||
| category: process_creation | ||
| product: macos | ||
| detection: | ||
| selection: | ||
| CommandLine|contains|all: | ||
| - 'curl' | ||
| - 'POST' | ||
| - 'BuildID' | ||
|
JasonPhang98 marked this conversation as resolved.
JasonPhang98 marked this conversation as resolved.
|
||
| condition: selection | ||
| falsepositives: | ||
| - Unknown | ||
| level: high | ||
File renamed without changes.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.