From c8a3864f086992d2eb2aca90d3f12f27ef4a02cb Mon Sep 17 00:00:00 2001 From: Thabisocn Date: Fri, 29 Sep 2023 16:05:22 +0200 Subject: [PATCH] Added a google bucket detecter --- file/android/google-bucket.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 file/android/google-bucket.yaml diff --git a/file/android/google-bucket.yaml b/file/android/google-bucket.yaml new file mode 100644 index 00000000000..3dd2d6d4838 --- /dev/null +++ b/file/android/google-bucket.yaml @@ -0,0 +1,16 @@ +id: google-storage-bucket + +info: + name: Detect Mobile apps using Google storage Bucket + author: Thabisocn + severity: info + +file: + - extensions: + - all + + extractors: + - type: regex + regex: + - "[a-z0-9.-]+\\.appspot\\.com" +