Skip to content

Wikipedia phishing Detection

ID: Wikipedia-phish

Severity: info

Author: rxerium

Tags: phishing,wikipedia,osint

A Wikipedia phishing website was detected

id: Wikipedia-phish
info:
name: Wikipedia phishing Detection
author: rxerium
severity: info
description: |
A Wikipedia phishing website was detected
reference:
- https://wikipedia.com
metadata:
max-request: 1
tags: phishing,wikipedia,osint
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
words:
- 'Log in - Wikipedia'
- type: status
status:
- 200
- type: dsl
dsl:
- '!contains(host,"wikipedia.org")'
# digest: 490a00463044022075a9d88bb5cb3f39ae1f129227842443cfd5ce02d59a47b5ce1f0ce79a66fa3402207f4e46360524f34e8304c955455b9a504623fbf58b485bbca94dd33f16f6f52b: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/wikipedia-phish.yaml"

View on Github