Skip to content

disneyplus phishing Detection

ID: disneyplus-phish

Severity: info

Author: rxerium

Tags: phishing,disneyplus,osint

A disneyplus phishing website was detected

id: disneyplus-phish
info:
name: disneyplus phishing Detection
author: rxerium
severity: info
description: |
A disneyplus phishing website was detected
reference:
- https://disneyplus.com
metadata:
max-request: 1
tags: phishing,disneyplus,osint
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
words:
- 'Disney+ | Stream new Originals, blockbusters and series'
- type: status
status:
- 200
- type: dsl
dsl:
- '!contains(host,"disneyplus.com")'
# digest: 4b0a004830460221009c3a03b9302ce6c93dc66bb04da9eb0e5dbcf9a53cc4790af95e3036d8ba9406022100fc8b4981f38e2e7090deab44caa42a330224f1072c30dd30e9c3a5c0d9e6551e: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/disneyplus-phish.yaml"

View on Github