2017-11-01 21:12:14 +00:00
|
|
|
action: global
|
2018-01-27 09:57:30 +00:00
|
|
|
title: Suspicious RASdial Activity
|
2017-08-13 20:20:25 +00:00
|
|
|
description: Detects suspicious process related to rasdial.exe
|
|
|
|
status: experimental
|
2018-01-27 23:24:16 +00:00
|
|
|
references:
|
2017-08-13 20:20:25 +00:00
|
|
|
- https://twitter.com/subTee/status/891298217907830785
|
|
|
|
author: juju4
|
|
|
|
detection:
|
|
|
|
selection:
|
|
|
|
CommandLine:
|
|
|
|
- 'rasdial'
|
|
|
|
condition: selection
|
|
|
|
falsepositives:
|
|
|
|
- False positives depend on scripts and administrative tools used in the monitored environment
|
|
|
|
level: medium
|
2017-11-01 21:12:14 +00:00
|
|
|
---
|
|
|
|
# Windows Audit Log
|
|
|
|
logsource:
|
|
|
|
product: windows
|
|
|
|
service: security
|
|
|
|
description: 'Requirements: Audit Policy : Detailed Tracking > Audit Process creation, Group Policy : Administrative Templates\System\Audit Process Creation'
|
|
|
|
detection:
|
|
|
|
selection:
|
|
|
|
EventID: 4688
|
|
|
|
---
|
|
|
|
# Sysmon
|
|
|
|
logsource:
|
|
|
|
product: windows
|
|
|
|
service: sysmon
|
|
|
|
detection:
|
|
|
|
selection:
|
|
|
|
EventID: 1
|