From 583b60d911150b63a01b10433ad24435020192e9 Mon Sep 17 00:00:00 2001 From: pyth0n1c <87383215+pyth0n1c@users.noreply.github.com> Date: Wed, 2 Aug 2023 14:33:48 -0700 Subject: [PATCH] Fixing 'null' name field to src_ip --- detections/cloud/gcp_multiple_failed_mfa_requests_for_user.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/detections/cloud/gcp_multiple_failed_mfa_requests_for_user.yml b/detections/cloud/gcp_multiple_failed_mfa_requests_for_user.yml index 3368c5eaa5..d8b1646bcc 100644 --- a/detections/cloud/gcp_multiple_failed_mfa_requests_for_user.yml +++ b/detections/cloud/gcp_multiple_failed_mfa_requests_for_user.yml @@ -52,7 +52,7 @@ tags: type: User role: - Victim - - name: null + - name: src_ip type: IP Address role: - Attacker