Skip to content

trading212 phishing Detection

ID: trading212-phish

Severity: info

Author: rxerium

Tags: phishing,trading212,osint

A trading212 phishing website was detected

id: trading212-phish
info:
name: trading212 phishing Detection
author: rxerium
severity: info
description: |
A trading212 phishing website was detected
reference:
- https://trading212.com
metadata:
max-request: 1
tags: phishing,trading212,osint
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
words:
- 'Commission-free investing for everyone | Trading 212'
- type: status
status:
- 200
- type: dsl
dsl:
- '!contains(host,"trading212.com")'
# digest: 490a00463044022033c3f2723c8ca9a3908096ac17cf19da21e605cc61d19d18c9c38865506c0859022007c9e10d56959a7371f342868b2de8624ca5ecdd6abc0e816bd3bfc69cf9516b: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/trading212-phish.yaml"

View on Github