Files
splunk-security_content/detections/osquery_pack___coldroot_detection.yml
2020-04-29 13:01:45 +02:00

31 lines
1.2 KiB
YAML

name: Osquery pack - ColdRoot detection
id: a6fffe5e-05c3-4c04-badc-887607fbb8dc
version: '1.0'
date: '2019-01-29'
description: This search looks for ColdRoot events from the osx-attacks osquery pack.
how_to_implement: In order to properly run this search, Splunk needs to ingest data
from your osquery deployed agents with the [osx-attacks.conf](https://github.com/facebook/osquery/blob/experimental/packs/osx-attacks.conf#L599)
pack enabled. Also the [TA-OSquery](https://github.com/d1vious/TA-osquery) must
be deployed across your indexers and universal forwarders in order to have the osquery
data populate the Alerts data model
type: ESCU
references: []
author: Rico Valdez, Splunk
search: '| from datamodel Alerts.Alerts | search app=osquery:results (name=pack_osx-attacks_OSX_ColdRoot_RAT_Launchd
OR name=pack_osx-attacks_OSX_ColdRoot_RAT_Files) | rename columns.path as path |
bucket _time span=30s | stats count(path) by _time, host, user, path'
known_false_positives: There are no known false positives.
tags:
analytics_story:
- ColdRoot MacOS RAT
kill_chain_phases:
- Installation
- Command and Control
cis20:
- CIS 4
- CIS 8
nist:
- DE.DP
- DE.CM
- PR.PT