mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 01:45:21 +00:00
Update win_mal_service_installs.yml - Corrected logsource
Fix mistake (incorrect logsource for event ID 4697) in #1629.
This commit is contained in:
parent
bcf2bf2e4d
commit
6b63a309da
@ -1,3 +1,4 @@
|
||||
action: global
|
||||
title: Malicious Service Installations
|
||||
id: 2cfe636e-317a-4bee-9f2c-1066d9f54d1a
|
||||
description: Detects known malicious service installs that only appear in cases of lateral movement, credential dumping, and other suspicious activities.
|
||||
@ -17,23 +18,32 @@ tags:
|
||||
- car.2013-09-005
|
||||
- attack.t1543.003
|
||||
- attack.t1569.002
|
||||
detection:
|
||||
condition: selection and 1 of malsvc_*
|
||||
falsepositives:
|
||||
- Penetration testing
|
||||
level: critical
|
||||
---
|
||||
logsource:
|
||||
product: windows
|
||||
service: system
|
||||
detection:
|
||||
selection:
|
||||
EventID:
|
||||
- 4697
|
||||
- 7045
|
||||
EventID: 7045
|
||||
malsvc_paexec:
|
||||
ServiceFileName|contains: '\PAExec'
|
||||
malsvc_wannacry:
|
||||
ServiceName: 'mssecsvc2.0'
|
||||
malsvc_persistence:
|
||||
ServiceFileName|contains: 'net user'
|
||||
malsvc_apt29:
|
||||
ServiceName: 'Java(TM) Virtual Machine Support Service'
|
||||
---
|
||||
logsource:
|
||||
product: windows
|
||||
service: security
|
||||
detection:
|
||||
selection:
|
||||
EventID: 4697
|
||||
malsvc_apt29:
|
||||
ServiceName: 'javamtsup'
|
||||
condition: selection and 1 of malsvc_*
|
||||
falsepositives:
|
||||
- Penetration testing
|
||||
level: critical
|
||||
|
Loading…
Reference in New Issue
Block a user