Skip to content

vlc media phishing Detection

ID: vlc-media-phish

Severity: info

Author: rxerium

Tags: phishing,vlc-media,osint

A vlc media phishing website was detected

id: vlc-media-phish
info:
name: vlc media phishing Detection
author: rxerium
severity: info
description: |
A vlc media phishing website was detected
reference:
- https://www.videolan.org
metadata:
max-request: 1
tags: phishing,vlc-media,osint
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
words:
- 'VLC: Official site - Free multimedia solutions for all OS! - VideoLAN'
- type: status
status:
- 200
- type: dsl
dsl:
- '!contains(host,"videolan.org")'
# digest: 4a0a0047304502210087346ab6510d36957865f52f16cfe43718bfcd5e3a3a960306c235f611b5f60902204eee96f298c7427b56b5e413b59cb54683b571af8585e7da61a97cc7ac2a3e52: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/vlc-player-phish.yaml"

View on Github