35 lines
825 B
YAML
35 lines
825 B
YAML
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: 4a0a00473045022100b037a7bfdc836b14adaa7e46c962ff9448bdf967017a0b7ef63dc7e9352f226002204ae7611233a27f389f2b82afe3d459480539a5e2d73b2d6b633e71c2afd86f4e:922c64590222798bb761d5b6d8e72950 |