From c8a3864f086992d2eb2aca90d3f12f27ef4a02cb Mon Sep 17 00:00:00 2001 From: Thabisocn Date: Fri, 29 Sep 2023 16:05:22 +0200 Subject: [PATCH 1/3] 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" + From 7d97ff2b778e35e50ce5b1a476af5b7eda28d38f Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Sat, 30 Sep 2023 06:05:33 +0530 Subject: [PATCH 2/3] Update and rename google-bucket.yaml to google-storage-bucket.yaml --- .../android/{google-bucket.yaml => google-storage-bucket.yaml} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename file/android/{google-bucket.yaml => google-storage-bucket.yaml} (74%) diff --git a/file/android/google-bucket.yaml b/file/android/google-storage-bucket.yaml similarity index 74% rename from file/android/google-bucket.yaml rename to file/android/google-storage-bucket.yaml index 3dd2d6d4838..0b17ae30ee3 100644 --- a/file/android/google-bucket.yaml +++ b/file/android/google-storage-bucket.yaml @@ -1,7 +1,7 @@ id: google-storage-bucket info: - name: Detect Mobile apps using Google storage Bucket + name: Google Storage Bucket - Detection author: Thabisocn severity: info @@ -13,4 +13,3 @@ file: - type: regex regex: - "[a-z0-9.-]+\\.appspot\\.com" - From cb0cb3ea0a5ae7a7c629d073368e95684eb69726 Mon Sep 17 00:00:00 2001 From: Dhiyaneshwaran Date: Sat, 30 Sep 2023 06:10:31 +0530 Subject: [PATCH 3/3] metadata update --- file/android/google-storage-bucket.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/file/android/google-storage-bucket.yaml b/file/android/google-storage-bucket.yaml index 0b17ae30ee3..95d3d860f3d 100644 --- a/file/android/google-storage-bucket.yaml +++ b/file/android/google-storage-bucket.yaml @@ -4,6 +4,10 @@ info: name: Google Storage Bucket - Detection author: Thabisocn severity: info + metadata: + github-query: "/[a-z0-9.-]+\\.appspot\\.com/" + verified: "true" + tags: file,android,google file: - extensions: