Skip to content

netflix phishing Detection

ID: netflix-phish

Severity: info

Author: rxerium

Tags: phishing,netflix,osint

A netflix phishing website was detected

id: netflix-phish
info:
name: netflix phishing Detection
author: rxerium
severity: info
description: |
A netflix phishing website was detected
reference:
- https://netflix.com
metadata:
max-request: 1
tags: phishing,netflix,osint
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
words:
- 'Watch Netflix films & TV programmes online or stream right to your smart TV, game console, PC, Mac, mobile, tablet and more.'
- type: status
status:
- 200
- type: dsl
dsl:
- '!contains(host,"netflix.com")'
# digest: 4b0a00483046022100951919397b533a31121de3cd8623b648020eb23ab6ab3cc5066564a5c634354e022100b0cb40a980ad87e2c8ebdfb45d8593ec092a1aa3f35eb540e1cae2cab4d0757d: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/netflix-phish.yaml"

View on Github