Skip to content

roboform phishing Detection

ID: roboform-phish

Severity: info

Author: rxerium

Tags: phishing,roboform,osint

A roboform phishing website was detected

id: roboform-phish
info:
name: roboform phishing Detection
author: rxerium
severity: info
description: |
A roboform phishing website was detected
reference:
- https://roboform.com
metadata:
max-request: 1
tags: phishing,roboform,osint
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
words:
- 'Best Password Manager: No more writing down passwords'
- 'Multi-platform secure solution to simplify your online experience. One click login on Chrome, Firefox, Safari, IE, Opera, Edge, Windows, Mac, iOS, Android.'
- 'roboform'
condition: and
- type: status
status:
- 200
- type: dsl
dsl:
- '!contains(host,"roboform.com")'
# digest: 4a0a00473045022100fcb4ef0d7d1f09f9ff7627f5d3aa847536c808a653e354a1f1f361a82ef656130220316b160ef52917102760fbe4b2f5ba7c5dc531b01acc95c71f7c1b1adb4381bd: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/roboform-phish.yaml"

View on Github