Files
splunk-security_content/detections/experimental/cloud/gcp_detect_gcploit_framework.yml
2022-03-09 14:43:09 +01:00

56 lines
1.8 KiB
YAML

name: GCP Detect gcploit framework
id: a1c5a85e-a162-410c-a5d9-99ff639e5a52
version: 1
date: '2020-10-08'
author: Rod Soto, Splunk
type: TTP
datamodel: []
description: This search provides detection of GCPloit exploitation framework. This
framework can be used to escalate privileges and move laterally from compromised
high privilege accounts.
search: '`google_gcp_pubsub_message` data.protoPayload.request.function.timeout=539s
| table src src_user data.resource.labels.project_id data.protoPayload.request.function.serviceAccountEmail
data.protoPayload.authorizationInfo{}.permission data.protoPayload.request.location
http_user_agent | `gcp_detect_gcploit_framework_filter`'
how_to_implement: You must install splunk GCP add-on. This search works with gcp:pubsub:message
logs
known_false_positives: Payload.request.function.timeout value can possibly be match
with other functions or requests however the source user and target request account
may indicate an attempt to move laterally accross acounts or projects
references:
- https://github.com/dxa4481/gcploit
- https://www.youtube.com/watch?v=Ml09R38jpok
tags:
analytic_story:
- GCP Cross Account Activity
asset_type: GCP Account
kill_chain_phases:
- Exploitation
mitre_attack_id:
- T1078
product:
- Splunk Enterprise
- Splunk Enterprise Security
- Splunk Cloud
required_fields:
- _time
- data.protoPayload.request.function.timeout
- src
- src_user
- data.resource.labels.project_id
- data.protoPayload.request.function.serviceAccountEmail
- data.protoPayload.authorizationInfo{}.permission
- data.protoPayload.request.location
- http_user_agent
security_domain: threat
confidence: 50
impact: 50
risk_score: 25
context: []
observable:
- name: user
type: User
role:
- Victim
message: tbd