35 lines
878 B
YAML
35 lines
878 B
YAML
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: 4a0a00473045022052d591f6513e4a8aa08c437d0b910804091b95b218b76d07cb395bad4308ba85022100b78d761b84b7bcb0766ce5828c93f7ecbe60c76018124dd7f3474b6011384be1:922c64590222798bb761d5b6d8e72950 |