Files
blue-team-tools/rules/windows/process_creation/win_susp_rasdial_activity.yml
T

25 lines
670 B
YAML
Raw Normal View History

title: Suspicious RASdial Activity
2019-11-12 23:12:27 +01:00
id: 6bba49bf-7f8c-47d6-a1bb-6b4dece4640e
description: Detects suspicious process related to rasdial.exe
status: experimental
references:
2019-03-02 00:14:20 +01:00
- https://twitter.com/subTee/status/891298217907830785
author: juju4
date: 2019/01/16
tags:
- attack.defense_evasion
- attack.execution
2020-06-16 14:46:08 -06:00
- attack.t1059
- attack.t1064 # an old one
logsource:
2019-03-02 00:14:20 +01:00
category: process_creation
product: windows
detection:
2019-03-02 00:14:20 +01:00
selection:
2020-08-18 14:40:37 +02:00
Image|endswith:
- rasdial.exe
2019-03-02 00:14:20 +01:00
condition: selection
falsepositives:
2019-03-02 00:14:20 +01:00
- False positives depend on scripts and administrative tools used in the monitored environment
level: medium