Skip to content

figma phishing Detection

ID: figma-phish

Severity: info

Author: rxerium

Tags: phishing,figma,osint

A figma phishing website was detected

id: figma-phish
info:
name: figma phishing Detection
author: rxerium
severity: info
description: |
A figma phishing website was detected
reference:
- https://figma.com
metadata:
max-request: 1
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")'
# digest: 4a0a00473045022100d86f492aceb8c7c322cf53b55b78f8d1739d8545eeed245e85c6d176915028ec02203331c99c3e93dcc8a972701fc1112462331a80640ee298329fe4596a97c4716a: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/figma-phish.yaml"

View on Github