Skip to content

brighthr phishing Detection

ID: brighthr-phish

Severity: info

Author: rxerium

Tags: phishing,brighthr,osint

A brighthr phishing website was detected

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

View on Github