nuclei-templates/http/osint/phishing/samsung-phish.yaml

33 lines
636 B
YAML

id: samsung-phish
info:
name: samsung phishing Detection
author: rxerium
severity: info
description: |
A samsung phishing website was detected
reference:
- https://samsung.com
tags: phishing,samsung
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
words:
- 'Samsung UK | Mobile | Home Electronics | Home Appliances | TV'
- type: status
status:
- 200
- type: dsl
dsl:
- '!contains(host,"samsung.com")'