SigmaHQ/rules/windows/sysmon/sysmon_bitsadmin_download.yml
Michael Haag c5f05dd829 bitsadmin & VSSAdmin
+Bitsadmin download
+VSSAdmin delete
2017-03-08 22:49:35 -08:00

19 lines
475 B
YAML

title: Bitsadmin download
status: experimental
description: Detects usage of bitsadmin downloading a file
reference: https://blog.netspi.com/15-ways-to-download-a-file/#bitsadmin
author: Michael Haag
logsource:
product: sysmon
detection:
selection:
EventID: 1
Image:
- '*\bitsadmin.exe'
CommandLine:
- '/transfer'
condition: selection
falsepositives:
- Some legitimate apps use this, but limited.
level: medium