Skip to content

aliexpress phishing Detection

ID: aliexpress-phish

Severity: info

Author: rxerium

Tags: phishing,aliexpress,osint

An aliexpress phishing website was detected

id: aliexpress-phish
info:
name: aliexpress phishing Detection
author: rxerium
severity: info
description: |
An aliexpress phishing website was detected
reference:
- https://aliexpress.com
metadata:
max-request: 1
tags: phishing,aliexpress,osint
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
words:
- 'AliExpress - Affordable Prices on Top Brands with Free Shipping'
- type: status
status:
- 200
- type: dsl
dsl:
- '!contains(host,"aliexpress.com")'
# digest: 4a0a00473045022100d9016de24800ad9d44ca32de3192f3e8397a5c228e208e8d2212e12fa6e6cc22022033980c72aa5c9824fe26a648ea4f9833a7c54b95e76b4fddbf53538416fbd305: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/aliexpress-phish.yaml"

View on Github