2024-02-17 11:46:39 +00:00
|
|
|
|
id: chrome-phish
|
|
|
|
|
|
2024-03-23 09:28:19 +00:00
|
|
|
|
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
|
2024-03-08 07:16:17 +00:00
|
|
|
|
tags: phishing,chrome,osint
|
2024-02-17 11:46:39 +00:00
|
|
|
|
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:
|
2024-03-08 08:09:59 +00:00
|
|
|
|
- '!contains(host,"google.com")'
|
|
|
|
|
# digest: 4b0a004830460221009c0bf2e0e47df63d66cda4397ead2229b9390a489143bc2fa7a656c5cef26ce4022100ad12521a083f842b717a69809979be22e75bec76df26e7f3a816d09f1d6e42db:922c64590222798bb761d5b6d8e72950
|