Update sysmon_registry_persistence_search_order.yml

This commit is contained in:
Jonhnathan
2020-11-28 13:49:18 -03:00
committed by GitHub
parent 3c75bc922a
commit ef34c94e6a
@@ -18,12 +18,18 @@ detection:
selection: # Detect new COM servers in the user hive
TargetObject: 'HKU\\*_Classes\CLSID\\*\InProcServer32\(Default)'
filter:
Details|contains: # Exclude privileged directories and observed FPs
- Details|contains: # Exclude privileged directories and observed FPs
- '%%systemroot%%\system32\'
- '%%systemroot%%\SysWow64\'
- '\AppData\Local\Microsoft\OneDrive\\*\FileCoAuthLib64.dll'
- '\AppData\Local\Microsoft\OneDrive\\*\FileSyncShell64.dll'
- '\AppData\Local\Microsoft\TeamsMeetingAddin\\*\Microsoft.Teams.AddinLoader.dll'
- Details|contains|all:
- '\AppData\Local\Microsoft\OneDrive\'
- '\FileCoAuthLib64.dll'
- Details|contains|all:
- '\AppData\Local\Microsoft\OneDrive\'
- '\FileSyncShell64.dll'
- Details|contains|all:
- '\AppData\Local\Microsoft\TeamsMeetingAddin\'
- '\Microsoft.Teams.AddinLoader.dll'
condition: selection and not filter
falsepositives:
- Some installed utilities (i.e. OneDrive) may serve new COM objects at user-level