Skip to content

gimp phishing Detection

ID: gimp-phish

Severity: info

Author: rxerium

Tags: phishing,gimp,osint

A gimp phishing website was detected

id: gimp-phish
info:
name: gimp phishing Detection
author: rxerium
severity: info
description: |
A gimp phishing website was detected
reference:
- https://gimp.org
metadata:
max-request: 1
tags: phishing,gimp,osint
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
words:
- 'GIMP - GNU Image Manipulation Program'
- type: status
status:
- 200
- type: dsl
dsl:
- '!contains(host,"gimp.org")'
# digest: 490a00463044022045ac0b1b0f7c2f429b318373cd914730775ccd328dbe8505699d6aa797e35ffd022029912c6b640b414304c2023cf2a38a7278348d079891cadfd02100111bd1cb80: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/gimp-phish.yaml"

View on Github