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

30 lines
690 B
YAML
Raw Normal View History

2018-01-27 10:57:30 +01:00
title: Bitsadmin Download
2017-03-08 22:49:35 -08:00
status: experimental
description: Detects usage of bitsadmin downloading a file
references:
2017-04-07 15:42:03 +02:00
- https://blog.netspi.com/15-ways-to-download-a-file/#bitsadmin
- https://isc.sans.edu/diary/22264
2018-07-19 23:36:13 +02:00
tags:
- attack.defense_evasion
- attack.persistence
- attack.t1197
- attack.s0190
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
2017-09-12 23:54:04 +02:00
fields:
- CommandLine
- ParentCommandLine
2017-03-08 22:49:35 -08:00
falsepositives:
- Some legitimate apps use this, but limited.
level: medium