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")'
|
2024-03-25 11:57:16 +00:00
|
|
|
|
# digest: 4a0a00473045022100966cbfd26c77ddff3d91a17ecd0e5afe917cb93e5d09f9bfdbdb1ea26a645c3502205f9bd583edab2e3a8340073cc65f5b064449b17783788172f93807780bc3a27b:922c64590222798bb761d5b6d8e72950
|