Skip to content

instagram phishing Detection

ID: instagram-phish

Severity: info

Author: rxerium

Tags: phishing,instagram,osint

A instagram phishing website was detected

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

View on Github