Skip to content

sky phishing Detection

ID: sky-phish

Severity: info

Author: rxerium

Tags: phishing,sky,osint

A sky phishing website was detected

id: sky-phish
info:
name: sky phishing Detection
author: rxerium
severity: info
description: |
A sky phishing website was detected
reference:
- https://sky.com
metadata:
max-request: 1
tags: phishing,sky,osint
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
words:
- 'Discover TV, Broadband & Mobile Phone Packages with Sky'
- type: status
status:
- 200
- type: dsl
dsl:
- '!contains(host,"sky.com")'
# digest: 4a0a0047304502202948952456ae78074ff1e80e494cbabd0eb3e7706a39728d330d395a0fd8c7e7022100f4c7563c9a2f271079c3d75049892b9462412b6fba57fe3a8703d8ac7ba37c4b: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/sky-phish.yaml"

View on Github