Skip to content

chrome phishing Detection

ID: chrome-phish

Severity: info

Author: rxerium

Tags: phishing,chrome,osint

A chrome phishing website was detected

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: 4b0a00483046022100fe79c902a721d398fea47bd09fd1931d391d67cd42ed488cca30f0197f7e7ecd022100f5e01cd4695e38fe4d7fb2d74ca770cce240b5dea46b28772fdcb9597cefcaee:922c64590222798bb761d5b6d8e72950

This template is used to detect vulnerabilities in web applications. It can be used with the Nuclei tool to scan for specific patterns or behaviors.

Terminal window
$ nuclei -u "URL" -t "http/osint/phishing/chrome-phish.yaml"

View on Github