Files
splunk-security_content/baselines/previously_seen_cloud_compute_images.yml
Patrick Bareiss 7cbc9a9ba6 WIP
2020-04-30 10:34:18 +02:00

19 lines
841 B
YAML

name: Previously Seen Cloud Compute Images
id: 3782ad10-5ce2-46e2-b9c4-1de9ecd3aecc
version: 1
date: '2018-03-12'
description: This search builds a table of previously seen images used to launch cloud
compute instances
how_to_implement: You must be ingesting the approrpiate cloud infrastructure logs
and have the Security Research cloud data model installed.
author: David Dorsey, Splunk
search: '| tstats earliest(_time) as firstTime, latest(_time) as lastTime from datamodel=Cloud_Infrastructure.Compute
where Compute.action=run `previously_seen_cloud_compute_image_input_filter` by Compute.image_id
| `drop_dm_object_name("Compute")` | outputlookup previously_seen_cloud_compute_images
| stats count'
tags:
analytics_story:
- Cloud Cryptomining
detections:
- Cloud Compute Instance Created With Previously Unseen Image