2019-10-28 11:59:49 +01:00
|
|
|
title: Suspicious Bitsadmin Job via PowerShell
|
2019-12-19 23:56:36 +01:00
|
|
|
id: f67dbfce-93bc-440d-86ad-a95ae8858c90
|
2022-11-21 12:31:01 +01:00
|
|
|
status: deprecated
|
2019-11-11 22:06:57 +03:00
|
|
|
description: Detect download by BITS jobs via PowerShell
|
2021-11-27 11:33:14 +01:00
|
|
|
references:
|
2022-07-11 17:48:40 +01:00
|
|
|
- https://eqllib.readthedocs.io/en/latest/analytics/ec5180c9-721a-460f-bddc-27539a284273.html
|
|
|
|
|
- https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1197/T1197.md
|
2022-10-28 15:06:36 +02:00
|
|
|
author: Endgame, JHasenbusch (ported to sigma for oscd.community)
|
2019-11-11 22:06:57 +03:00
|
|
|
date: 2018/10/30
|
2023-01-02 08:44:46 +01:00
|
|
|
modified: 2022/11/21
|
2022-10-28 15:06:36 +02:00
|
|
|
tags:
|
|
|
|
|
- attack.defense_evasion
|
|
|
|
|
- attack.persistence
|
|
|
|
|
- attack.t1197
|
2019-10-28 11:59:49 +01:00
|
|
|
logsource:
|
2022-07-11 17:48:40 +01:00
|
|
|
category: process_creation
|
|
|
|
|
product: windows
|
2019-10-28 11:59:49 +01:00
|
|
|
detection:
|
2022-07-11 17:48:40 +01:00
|
|
|
selection:
|
2022-07-14 17:35:50 +01:00
|
|
|
Image|endswith:
|
|
|
|
|
- '\powershell.exe'
|
|
|
|
|
- '\pwsh.exe'
|
2022-07-11 17:48:40 +01:00
|
|
|
CommandLine|contains: 'Start-BitsTransfer'
|
|
|
|
|
condition: selection
|
2020-01-11 00:11:27 +01:00
|
|
|
fields:
|
2022-07-11 17:48:40 +01:00
|
|
|
- ComputerName
|
|
|
|
|
- User
|
|
|
|
|
- CommandLine
|
2019-10-28 11:59:49 +01:00
|
|
|
falsepositives:
|
2022-07-11 17:48:40 +01:00
|
|
|
- Unknown
|
2021-12-03 15:48:26 +01:00
|
|
|
level: high
|