{"id":"9c7e131a-0f2c-4ae0-9d43-b04f4e266d43","title":"Uncommon Child Process Of Appvlp.EXE","description":"Detects uncommon child processes of Appvlp.EXE\nAppvlp or the Application Virtualization Utility is included with Microsoft Office. Attackers are able to abuse \"AppVLP\" to execute shell commands.\nNormally, this binary is used for Application Virtualization, but it can also be abused to circumvent the ASR file path rule folder\nor to mark a file as a system file.\n","author":"Sreeman","status":"test","level":"medium","date":"2020-03-13","modified":"2023-11-09","tags":["attack.stealth","attack.t1218","attack.execution"],"technique_ids":["T1218"],"logsource":{"category":"process_creation","product":"windows"},"falsepositives":["Unknown"],"references":["https://lolbas-project.github.io/lolbas/OtherMSBinaries/Appvlp/"],"source_path":"rules/windows/process_creation/proc_creation_win_appvlp_uncommon_child_process.yml","source_sha256":"4da348fc02a27da4c1d88d8bbe2f715dbb7e19bc7bb7e75192f49784893982e2","source_url":"https://github.com/anpa1200/sigma/blob/b249e9683190cffdcaf188ccbfb90bf4759844e1/rules/windows/process_creation/proc_creation_win_appvlp_uncommon_child_process.yml","license":"Detection Rule License 1.1","license_url":"https://github.com/SigmaHQ/Detection-Rule-License/blob/main/LICENSE.Detection.Rules.md","yaml":"title: Uncommon Child Process Of Appvlp.EXE\nid: 9c7e131a-0f2c-4ae0-9d43-b04f4e266d43\nstatus: test\ndescription: |\n    Detects uncommon child processes of Appvlp.EXE\n    Appvlp or the Application Virtualization Utility is included with Microsoft Office. Attackers are able to abuse \"AppVLP\" to execute shell commands.\n    Normally, this binary is used for Application Virtualization, but it can also be abused to circumvent the ASR file path rule folder\n    or to mark a file as a system file.\nreferences:\n    - https://lolbas-project.github.io/lolbas/OtherMSBinaries/Appvlp/\nauthor: Sreeman\ndate: 2020-03-13\nmodified: 2023-11-09\ntags:\n    - attack.stealth\n    - attack.t1218\n    - attack.execution\nlogsource:\n    category: process_creation\n    product: windows\ndetection:\n    selection:\n        ParentImage|endswith: '\\appvlp.exe'\n    # Note: Filters based on data from EchoTrail: https://www.echotrail.io/insights/search/appvlp.exe/\n    filter_main_generic:\n        Image|endswith:\n            - ':\\Windows\\SysWOW64\\rundll32.exe'\n            - ':\\Windows\\System32\\rundll32.exe'\n    filter_optional_office_msoasb:\n        Image|contains: ':\\Program Files\\Microsoft Office'\n        Image|endswith: '\\msoasb.exe'\n    filter_optional_office_skype:\n        Image|contains|all:\n            - ':\\Program Files\\Microsoft Office'\n            - '\\SkypeSrv\\'\n        Image|endswith: '\\SKYPESERVER.EXE'\n    filter_optional_office_msouc:\n        Image|contains: ':\\Program Files\\Microsoft Office'\n        Image|endswith: '\\MSOUC.EXE'\n    condition: selection and not 1 of filter_main_* and not 1 of filter_optional_*\nfalsepositives:\n    - Unknown\nlevel: medium\n","validation":"yaml_parsed_not_backend_compiled_or_live_validated","techniques":[{"key":"enterprise/T1218","id":"T1218","name":"System Binary Proxy Execution","page":"techniques/enterprise/T1218/"}],"data_path":"data/detection-rules/9c7e131a-0f2c-4ae0-9d43-b04f4e266d43.json","kind":"sigma"}
