Skip to content

libre office phishing Detection

ID: libre-office-phish

Severity: info

Author: rxerium

Tags: phishing,libre-office,osint

A libre office phishing website was detected

id: libre-office-phish
info:
name: libre office phishing Detection
author: rxerium
severity: info
description: |
A libre office phishing website was detected
reference:
- https://libreoffice.org
metadata:
max-request: 1
tags: phishing,libre-office,osint
http:
- method: GET
path:
- "{{BaseURL}}"
host-redirects: true
max-redirects: 2
matchers-condition: and
matchers:
- type: word
words:
- 'Home | LibreOffice - Free Office Suite - Based on OpenOffice - Compatible with Microsoft'
- type: status
status:
- 200
- type: dsl
dsl:
- '!contains(host,"libreoffice.org")'
# digest: 490a00463044022050a65a9d49f31e40c12518e911f65f2cc9468076389404528621d270e38b38e602200a00385c372155707e3607eb8b9c27548babf18991b909ee69f5c848bd34e6b5: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/libre-office-phish.yaml"

View on Github