2019-10-28 10:59:49 +00:00
|
|
|
title: Suspicious Bitsadmin Job via PowerShell
|
|
|
|
status: experimental
|
2019-11-11 19:06:57 +00:00
|
|
|
description: Detect download by BITS jobs via PowerShell
|
2019-10-28 10:59:49 +00:00
|
|
|
references:
|
|
|
|
- https://eqllib.readthedocs.io/en/latest/analytics/ec5180c9-721a-460f-bddc-27539a284273.html
|
2019-11-11 19:06:57 +00:00
|
|
|
- https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1197/T1197.md
|
2019-10-28 10:59:49 +00:00
|
|
|
author: Endgame, JHasenbusch (ported to sigma for oscd.community)
|
2019-11-11 19:06:57 +00:00
|
|
|
date: 2018/10/30
|
|
|
|
modified: 2019/11/11
|
2019-10-28 10:59:49 +00:00
|
|
|
tags:
|
|
|
|
- attack.defense_evasion
|
|
|
|
- attack.persistence
|
|
|
|
- attack.t1197
|
|
|
|
logsource:
|
|
|
|
category: process_creation
|
|
|
|
product: windows
|
|
|
|
detection:
|
|
|
|
selection:
|
2019-11-11 19:06:57 +00:00
|
|
|
Image|endswith: '\powershell.exe'
|
|
|
|
CommandLine|contains: 'Start-BitsTransfer'
|
2019-10-28 10:59:49 +00:00
|
|
|
condition: selection
|
|
|
|
falsepositives:
|
|
|
|
- Unknown
|
|
|
|
level: medium
|