35 lines
877 B
YAML
35 lines
877 B
YAML
id: chrome-phish
|
||
|
||
info:
|
||
name: chrome phishing Detection
|
||
author: rxerium
|
||
severity: info
|
||
description: |
|
||
A chrome phishing website was detected
|
||
reference:
|
||
- https://www.google.com/intl/en_uk/chrome/
|
||
metadata:
|
||
max-request: 1
|
||
tags: phishing,chrome,osint
|
||
http:
|
||
- method: GET
|
||
path:
|
||
- "{{BaseURL}}"
|
||
|
||
host-redirects: true
|
||
max-redirects: 2
|
||
|
||
matchers-condition: and
|
||
matchers:
|
||
- type: word
|
||
words:
|
||
- 'Google Chrome – Download the fast, secure browser from Google'
|
||
|
||
- type: status
|
||
status:
|
||
- 200
|
||
|
||
- type: dsl
|
||
dsl:
|
||
- '!contains(host,"google.com")'
|
||
# digest: 4b0a004830460221009c0bf2e0e47df63d66cda4397ead2229b9390a489143bc2fa7a656c5cef26ce4022100ad12521a083f842b717a69809979be22e75bec76df26e7f3a816d09f1d6e42db:922c64590222798bb761d5b6d8e72950 |