Skip to content

skype phishing Detection

ID: skype-phish

Severity: info

Author: rxerium

Tags: phishing,skype,osint

A skype phishing website was detected

id: skype-phish
info:
name: skype phishing Detection
author: rxerium
severity: info
description: |
A skype phishing website was detected
reference:
- https://skype.com
metadata:
max-request: 1
tags: phishing,skype,osint
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
words:
- 'Skype | Stay connected with free video calls worldwide'
- type: status
status:
- 200
- type: dsl
dsl:
- '!contains(host,"skype.com")'
# digest: 4a0a00473045022100a8c6992d6d3979567f960a162af7cebfb60397f8dc425a2e919ee31182025c2502203b7e91bb53d9bad7924a08063589b8b0af3777d7566f6ba51325a5f0f9b7323f: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/skype-phish.yaml"

View on Github