36 lines
962 B
YAML
36 lines
962 B
YAML
id: security-onion-panel
|
|
|
|
info:
|
|
name: Security Onion Panel - Detect
|
|
author: rxerium
|
|
severity: info
|
|
description: |
|
|
Security Onion is a free and open source Linux distribution for intrusion detection, security monitoring, and log management. It includes CyberChef, NetworkMiner, and many other security tools.
|
|
reference:
|
|
- https://securityonionsolutions.com/
|
|
- https://github.com/Security-Onion-Solutions/securityonion
|
|
metadata:
|
|
verified: true
|
|
shodan-query: title:"Security Onion"
|
|
tags: panel,security,onion,detect
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- "{{BaseURL}}"
|
|
- "{{BaseURL}}/login/"
|
|
|
|
stop-at-first-match: true
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- '<title>Security Onion'
|
|
- 'Login to Security Onion'
|
|
- 'Security Onion Solutions'
|
|
condition: or
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|