Skip to content

naver login phishing Detection

ID: naver-login-phish

Severity: info

Author: hahwul

Tags: phishing,naver,osint

A naver login phishing website was detected

id: naver-login-phish
info:
name: naver login phishing Detection
author: hahwul
severity: info
description: |
A naver login phishing website was detected
reference:
- https://nid.naver.com
- https://www.navercorp.com
metadata:
max-request: 1
tags: phishing,naver,osint
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
words:
- '네이버 : 로그인'
- '로그인'
- type: status
status:
- 200
- type: dsl
dsl:
- '!contains(host,"nid.naver.com")'
# digest: 490a0046304402201ea48e376a0e9c88808ba67ce929c696deec6b907c5264088cd27e514302b84e02200c174a00323086455fe4fee5e3e122d366b7df9fcf0bb27029dc540b4c54ad32: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/naver-login-phish.yaml"

View on Github