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

33 lines
614 B
YAML

id: figma-phish
info:
name: figma phishing Detection
author: rxerium
severity: info
description: |
A figma phishing website was detected
reference:
- https://figma.com
tags: phishing,figma,osint
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
words:
- 'Figma: The Collaborative Interface Design Tool'
- type: status
status:
- 200
- type: dsl
dsl:
- '!contains(host,"figma.com")'