{"id":"b2ddd389-f676-4ac4-845a-e00781a48e5f","title":"Using SettingSyncHost.exe as LOLBin","description":"Detects using SettingSyncHost.exe to run hijacked binary","author":"Anton Kutepov, oscd.community","status":"test","level":"high","date":"2020-02-05","modified":"2021-11-27","tags":["attack.privilege-escalation","attack.persistence","attack.execution","attack.stealth","attack.t1574.008"],"technique_ids":["T1574.008"],"logsource":{"category":"process_creation","product":"windows"},"falsepositives":["Unknown"],"references":["https://www.hexacorn.com/blog/2020/02/02/settingsynchost-exe-as-a-lolbin"],"source_path":"rules/windows/process_creation/proc_creation_win_lolbin_settingsynchost.yml","source_sha256":"3733ee17485c07d04f18ad2238d20d1d7bd2bceabda3948058f0d0b99f8d6810","source_url":"https://github.com/anpa1200/sigma/blob/b249e9683190cffdcaf188ccbfb90bf4759844e1/rules/windows/process_creation/proc_creation_win_lolbin_settingsynchost.yml","license":"Detection Rule License 1.1","license_url":"https://github.com/SigmaHQ/Detection-Rule-License/blob/main/LICENSE.Detection.Rules.md","yaml":"title: Using SettingSyncHost.exe as LOLBin\nid: b2ddd389-f676-4ac4-845a-e00781a48e5f\nstatus: test\ndescription: Detects using SettingSyncHost.exe to run hijacked binary\nreferences:\n    - https://www.hexacorn.com/blog/2020/02/02/settingsynchost-exe-as-a-lolbin\nauthor: Anton Kutepov, oscd.community\ndate: 2020-02-05\nmodified: 2021-11-27\ntags:\n    - attack.privilege-escalation\n    - attack.persistence\n    - attack.execution\n    - attack.stealth\n    - attack.t1574.008\nlogsource:\n    category: process_creation\n    product: windows\ndetection:\n    system_utility:\n        Image|startswith:\n            - 'C:\\Windows\\System32\\'\n            - 'C:\\Windows\\SysWOW64\\'\n    parent_is_settingsynchost:\n        ParentCommandLine|contains|all:\n            - 'cmd.exe /c'\n            - 'RoamDiag.cmd'\n            - '-outputpath'\n    condition: not system_utility and parent_is_settingsynchost\nfalsepositives:\n    - Unknown\nlevel: high\n","validation":"yaml_parsed_not_backend_compiled_or_live_validated","techniques":[{"key":"enterprise/T1574.008","id":"T1574.008","name":"Path Interception by Search Order Hijacking","page":"techniques/enterprise/T1574.008/"}],"data_path":"data/detection-rules/b2ddd389-f676-4ac4-845a-e00781a48e5f.json","kind":"sigma"}
