Files
blue-team-tools/rules/windows/sysmon/sysmon_bitsadmin_download.yml
T

22 lines
542 B
YAML
Raw Normal View History

2017-03-08 22:49:35 -08:00
title: Bitsadmin download
status: experimental
description: Detects usage of bitsadmin downloading a file
2017-04-07 15:42:03 +02:00
reference:
- https://blog.netspi.com/15-ways-to-download-a-file/#bitsadmin
- https://isc.sans.edu/diary/22264
2017-03-08 22:49:35 -08:00
author: Michael Haag
logsource:
2017-03-13 09:23:08 +01:00
product: windows
service: sysmon
2017-03-08 22:49:35 -08:00
detection:
selection:
EventID: 1
Image:
- '*\bitsadmin.exe'
CommandLine:
- '/transfer'
condition: selection
falsepositives:
- Some legitimate apps use this, but limited.
level: medium