Detectionmediumtest
LOLBAS Data Exfiltration by DataSvcUtil.exe
Detects when a user performs data exfiltration by using DataSvcUtil.exe
Convert In Phoenix Studio
Open this Sigma rule in the converter with the YAML preloaded and ready for backend selection.
Launch
Ialle Teixeira, Austin SongerCreated Thu Sep 30Updated Mon May 16e290b10b-1023-4452-a4a9-eb31a9013b3awindows
Log Source
WindowsProcess Creation
ProductWindows← raw: windows
CategoryProcess Creation← raw: process_creation
Events generated when a new process is spawned on the system. Covers command-line arguments, parent/child relationships, and process metadata.
Detection Logic
Detection Logic2 selectors
detection:
selection_cli:
CommandLine|contains:
- '/in:'
- '/out:'
- '/uri:'
selection_img:
- Image|endswith: '\DataSvcUtil.exe'
- OriginalFileName: 'DataSvcUtil.exe'
condition: all of selection*False Positives
DataSvcUtil.exe being used may be performed by a system administrator.
Verify whether the user identity, user agent, and/or hostname should be making changes in your environment.
DataSvcUtil.exe being executed from unfamiliar users should be investigated. If known behavior is causing false positives, it can be exempted from the rule.
MITRE ATT&CK
Tactics
Techniques
Rule Metadata
Rule ID
e290b10b-1023-4452-a4a9-eb31a9013b3a
Status
test
Level
medium
Type
Detection
Created
Thu Sep 30
Modified
Mon May 16
Author
Path
rules/windows/process_creation/proc_creation_win_lolbin_data_exfiltration_by_using_datasvcutil.yml
Raw Tags
attack.exfiltrationattack.t1567