Skip to content

mega phishing Detection

ID: mega-phish

Severity: info

Author: rxerium

Tags: phishing,mega,osint

A mega phishing website was detected

id: mega-phish
info:
name: mega phishing Detection
author: rxerium
severity: info
description: |
A mega phishing website was detected
reference:
- https://mega.io
metadata:
max-request: 1
tags: phishing,mega,osint
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
words:
- 'Home - MEGA'
- 'Secure and private cloud storage for everyone. Store and share files, chat, meet, back up, sync, and more.'
condition: and
- type: status
status:
- 200
- type: dsl
dsl:
- '!contains(host,"mega.io")'
# digest: 4b0a00483046022100b4cda9c850572d2cc127c0f396ffbdc353760d41b5e7fe258ed9e07c139520ac022100f309e32c3e13c445fceb8d0facbda7ba6fbaa0bf15b40086c5f76e50568f0bda: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/mega-phish.yaml"

View on Github