Skip to content

tiktok phishing Detection

ID: tiktok-phish

Severity: info

Author: rxerium

Tags: phishing,tiktok,osint

A tiktok phishing website was detected

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

View on Github