35 lines
816 B
YAML
35 lines
816 B
YAML
id: google-phish
|
|
|
|
info:
|
|
name: Google phishing Detection
|
|
author: rxerium
|
|
severity: info
|
|
description: |
|
|
A google phishing website was detected
|
|
reference:
|
|
- https://google.com
|
|
metadata:
|
|
max-request: 1
|
|
tags: phishing,google,osint
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
|
|
host-redirects: true
|
|
max-redirects: 2
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- 'Sign in - Google Accounts'
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
- type: dsl
|
|
dsl:
|
|
- '!contains(host,"google.com")'
|
|
# digest: 4b0a004830460221008bc794174be53f0870bdf40d993423ecbd867bb9f30e847aba16031b536fe09a022100e30794a81ab2a4bea4e28c7e7602c1fcbb791004099edde1d25ad93037e5a660:922c64590222798bb761d5b6d8e72950 |