mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-06 17:35:19 +00:00
bitsadmin & VSSAdmin
+Bitsadmin download +VSSAdmin delete
This commit is contained in:
parent
c12b62e0e4
commit
c5f05dd829
18
rules/windows/sysmon/sysmon_bitsadmin_download.yml
Normal file
18
rules/windows/sysmon/sysmon_bitsadmin_download.yml
Normal file
@ -0,0 +1,18 @@
|
||||
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
|
18
rules/windows/sysmon/sysmon_vssadmin_delete.yml
Normal file
18
rules/windows/sysmon/sysmon_vssadmin_delete.yml
Normal file
@ -0,0 +1,18 @@
|
||||
title: vssadmin delete shadow copies
|
||||
status: experimental
|
||||
description: Detects malicious usage of vssadmin deleting volume shadows
|
||||
reference: https://securingtomorrow.mcafee.com/mcafee-labs/new-teslacrypt-ransomware-arrives-via-spam/
|
||||
author: Michael Haag
|
||||
logsource:
|
||||
product: sysmon
|
||||
detection:
|
||||
selection:
|
||||
EventID: 1
|
||||
Image:
|
||||
- '*\vssadmin.exe'
|
||||
CommandLine:
|
||||
- 'Delete Shadows /All /Quiet'
|
||||
condition: selection
|
||||
falsepositives:
|
||||
- Some legitimate apps use this, but limited.
|
||||
level: medium
|
Loading…
Reference in New Issue
Block a user