34 lines
793 B
YAML
34 lines
793 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
|
|
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: 4a0a0047304502203d347a736b2c3c16287dc276216e4fc519a54f008b5fa03a9a9e53925adfe5b8022100b625d8601eb14b97b93e08012b84e5cc7426633adce899885cd0f1ed0d2e15fe:922c64590222798bb761d5b6d8e72950 |