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