Skip to content
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

Adding Sigma rules and references to tmutil.yml #208

Merged
merged 2 commits into from
Aug 31, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions LOOBins/tmutil.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,16 @@ paths:
detections:
- name: "Jamf Protect: Detect the deletion of localsnapshots"
url: https://github.com/jamf/jamfprotect/blob/main/custom_analytic_detections/tmutil_activity
- name: "Sigma: Time Machine Backup Deletion Attempt Via Tmutil - MacOS"
url: https://github.com/SigmaHQ/sigma/blob/master/rules/macos/process_creation/proc_creation_macos_tmutil_delete_backup.yml
- name: "Sigma: Time Machine Backup Disabled Via Tmutil - MacOS"
url: https://github.com/SigmaHQ/sigma/blob/master/rules/macos/process_creation/proc_creation_macos_tmutil_disable_backup.yml
- name: "Sigma: New File Exclusion Added To Time Machine Via Tmutil - MacOS"
url: https://github.com/SigmaHQ/sigma/blob/master/rules/macos/process_creation/proc_creation_macos_tmutil_exclude_file_from_backup.yml
resources:
- name: mount_apfs TCC bypass and privilege escalation
url: https://theevilbit.github.io/posts/cve_2020_9771/
- name: "Manage Time Machine backups"
url: https://github.molgen.mpg.de/pages/bs/macOSnotes/mac/mac_files_tmutil.html
- name: "Living-off-the-Land: Exploring macOS LOOBins and Crafting Detection Rules - tmutil"
url: https://danielcortez.substack.com/p/living-off-the-land-exploring-macos-0fd
Loading