2019-01-16 22:36:31 +00:00
|
|
|
title: Quick Execution of a Series of Suspicious Commands
|
2019-11-12 22:12:27 +00:00
|
|
|
id: 61ab5496-748e-4818-a92f-de78e20fe7f1
|
2019-01-16 22:36:31 +00:00
|
|
|
description: Detects multiple suspicious process in a limited timeframe
|
|
|
|
status: experimental
|
|
|
|
references:
|
2019-03-01 23:14:20 +00:00
|
|
|
- https://car.mitre.org/wiki/CAR-2013-04-002
|
2019-01-16 22:36:31 +00:00
|
|
|
author: juju4
|
2020-01-30 15:07:37 +00:00
|
|
|
date: 2019/01/16
|
2019-03-15 23:37:09 +00:00
|
|
|
tags:
|
|
|
|
- car.2013-04-002
|
2019-01-16 22:36:31 +00:00
|
|
|
logsource:
|
2019-03-01 23:14:20 +00:00
|
|
|
category: process_creation
|
|
|
|
product: windows
|
2019-01-16 22:36:31 +00:00
|
|
|
detection:
|
2019-03-01 23:14:20 +00:00
|
|
|
selection:
|
|
|
|
CommandLine:
|
|
|
|
- arp.exe
|
|
|
|
- at.exe
|
|
|
|
- attrib.exe
|
|
|
|
- cscript.exe
|
|
|
|
- dsquery.exe
|
|
|
|
- hostname.exe
|
|
|
|
- ipconfig.exe
|
|
|
|
- mimikatz.exe
|
2019-03-11 18:28:29 +00:00
|
|
|
- nbtstat.exe
|
2019-03-01 23:14:20 +00:00
|
|
|
- net.exe
|
|
|
|
- netsh.exe
|
|
|
|
- nslookup.exe
|
|
|
|
- ping.exe
|
|
|
|
- quser.exe
|
|
|
|
- qwinsta.exe
|
|
|
|
- reg.exe
|
|
|
|
- runas.exe
|
|
|
|
- sc.exe
|
|
|
|
- schtasks.exe
|
|
|
|
- ssh.exe
|
|
|
|
- systeminfo.exe
|
|
|
|
- taskkill.exe
|
|
|
|
- telnet.exe
|
|
|
|
- tracert.exe
|
|
|
|
- wscript.exe
|
|
|
|
- xcopy.exe
|
|
|
|
- pscp.exe
|
|
|
|
- copy.exe
|
|
|
|
- robocopy.exe
|
|
|
|
- certutil.exe
|
|
|
|
- vssadmin.exe
|
|
|
|
- powershell.exe
|
|
|
|
- wevtutil.exe
|
|
|
|
- psexec.exe
|
|
|
|
- bcedit.exe
|
|
|
|
- wbadmin.exe
|
|
|
|
- icacls.exe
|
|
|
|
- diskpart.exe
|
|
|
|
timeframe: 5m
|
|
|
|
condition: selection | count() by MachineName > 5
|
2019-01-16 22:36:31 +00:00
|
|
|
falsepositives:
|
2019-03-01 23:14:20 +00:00
|
|
|
- False positives depend on scripts and administrative tools used in the monitored environment
|
2019-01-16 22:36:31 +00:00
|
|
|
level: low
|