Skip to content

Commit 4f55e9b

Browse files
authored
[Rule Tuning] Potential Persistence via Login Hook (#2177)
* Exclude FPs for iMazing Profile Editor and backupd
1 parent 058f11f commit 4f55e9b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

rules/macos/persistence_loginwindow_plist_modification.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[metadata]
22
creation_date = "2021/01/21"
33
maturity = "production"
4-
updated_date = "2021/05/10"
4+
updated_date = "2022/07/26"
55

66
[rule]
77
author = ["Elastic"]
@@ -28,7 +28,8 @@ type = "query"
2828
query = '''
2929
event.category:"file" and not event.type:"deletion" and
3030
file.name:"com.apple.loginwindow.plist" and
31-
process.name:(* and not (systemmigrationd or DesktopServicesHelper or diskmanagementd or rsync or launchd or cfprefsd or xpcproxy or ManagedClient or MCXCompositor))
31+
process.name:(* and not (systemmigrationd or DesktopServicesHelper or diskmanagementd or rsync or launchd or cfprefsd or xpcproxy or ManagedClient or MCXCompositor or backupd or "iMazing Profile Editor"
32+
))
3233
'''
3334

3435

0 commit comments

Comments
 (0)