Files
splunk-security_content/detections/cloud/gcp_successful_single_factor_authentication.yml
2022-11-04 12:50:51 -04:00

67 lines
2.3 KiB
YAML

name: GCP Successful Single-Factor Authentication
id: 40e17d88-87da-414e-b253-8dc1e4f9555b
version: 1
date: '2022-10-12'
author: Mauricio Velazco, Splunk
type: TTP
datamodel: []
description: 'The following analytic identifies a successful authentication event against Google Cloud Platform for an account without Multi-Factor Authentication
enabled. This could be evidence of a missconfiguration, a policy violation or an account take over attempt that should be investigated'
search: ' `gws_reports_login` event.name=login_success NOT `gws_login_mfa_methods`
| stats values(user) by _time, src_ip, login_challenge_method
| `gcp_successful_single_factor_authentication_filter`'
how_to_implement: You must install the latest version of Splunk Add-on for Google Workspace from Splunkbase (https://splunkbase.splunk.com/app/5556) which allows Splunk administrators to collect Google Workspace event data in Splunk using Google Workspace APIs.
Specifically, this analytic leverages the User log events.
known_false_positives: Although not recommended, certain users may be required without multi-factor authentication. Filter as needed
references:
- https://attack.mitre.org/techniques/T1078/004/
- https://support.google.com/a/answer/175197?hl=en
- https://www.forbes.com/sites/daveywinder/2020/07/08/new-dark-web-audit-reveals-15-billion-stolen-logins-from-100000-breaches-passwords-hackers-cybercrime/?sh=69927b2a180f
tags:
analytic_story:
- GCP Account Takeover
asset_type: Google Cloud Platform tenant
cis20:
- CIS 3
- CIS 5
- CIS 16
confidence: 90
context:
- Source:Cloud Data
- Stage:Initial Access
dataset:
- https://media.githubusercontent.com/media/splunk/attack_data/master/datasets/attack_techniques/T1078.004/gcp_single_factor_auth/gws_login.log
impact: 50
kill_chain_phases:
- Exploitation
message: Successful authentication for user $user$ without MFA
mitre_attack_id:
- T1586
- T1586.003
- T1078
- T1078.004
nist:
- DE.CM
observable:
- name: user
type: User
role:
- Victim
- name: src_ip
type: IP Address
role:
- Attacker
product:
- Splunk Enterprise
- Splunk Enterprise Security
- Splunk Cloud
required_fields:
- _time
- event.name
- event.parameters{}.multiValue{}
- user
- src_ip
- login_challenge_method
risk_score: 45
security_domain: identity