Skip to content

visual studio code phishing Detection

ID: visual-studio-code-phish

Severity: info

Author: rxerium

Tags: phishing,visual-studio-code,osint

A visual studio code phishing website was detected

id: visual-studio-code-phish
info:
name: visual studio code phishing Detection
author: rxerium
severity: info
description: |
A visual studio code phishing website was detected
reference:
- https://visualstudio.com
metadata:
max-request: 1
tags: phishing,visual-studio-code,osint
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
words:
- 'Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applications. Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows.'
- 'Visual Studio Code - Code Editing. Redefined'
condition: and
- type: status
status:
- 200
- type: dsl
dsl:
- '!contains(host,"visualstudio.com")'
# digest: 4a0a00473045022050d6aa69bbfd40b2b9be319c14070bc20e3171a4ee8d7d7dd4c43d747929023c022100fbf26b2bb95b78b1108eed3292a0e79d09fec1544751b884ad510068cf264b73: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/visual-studio-code-phish.yaml"

View on Github