20 lines
352 B
YAML
20 lines
352 B
YAML
id: google-storage-bucket
|
|
|
|
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:
|
|
- all
|
|
|
|
extractors:
|
|
- type: regex
|
|
regex:
|
|
- "[a-z0-9.-]+\\.appspot\\.com"
|