mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 01:45:21 +00:00
Create gcp_full_network_traffic_packet_capture.yml
This commit is contained in:
parent
5b72cdb3c2
commit
a973c6c445
26
rules/cloud/gcp/gcp_full_network_traffic_packet_capture.yml
Normal file
26
rules/cloud/gcp/gcp_full_network_traffic_packet_capture.yml
Normal file
@ -0,0 +1,26 @@
|
||||
title: Google Full Network Traffic Packet Capture
|
||||
id: 980a7598-1e7f-4962-9372-2d754c930d0e
|
||||
description: Identifies potential full network packet capture in AWS. This feature can potentially be abused to read sensitive data from unencrypted internal traffic.
|
||||
author: Austin Songer
|
||||
status: experimental
|
||||
date: 2021/08/13
|
||||
references:
|
||||
- https://cloud.google.com/kubernetes-engine/docs/how-to/audit-logging
|
||||
- https://developers.google.com/resources/api-libraries/documentation/compute/v1/java/latest/com/google/api/services/compute/Compute.PacketMirrorings.html
|
||||
logsource:
|
||||
service: gcp.audit
|
||||
detection:
|
||||
selection:
|
||||
gcp.audit.method_name:
|
||||
- v*.Compute.PacketMirrorings.Get
|
||||
- v*.Compute.PacketMirrorings.Delete
|
||||
- v*.Compute.PacketMirrorings.Insert
|
||||
- v*.Compute.PacketMirrorings.Patch
|
||||
condition: selection
|
||||
level: medium
|
||||
tags:
|
||||
- attack.collection
|
||||
- attack.t1074
|
||||
falsepositives:
|
||||
- Full Network Packet Capture may be done by a system or network administrator.
|
||||
- If known behavior is causing false positives, it can be exempted from the rule.
|
Loading…
Reference in New Issue
Block a user