Security Onion Panel - Detect
ID: security-onion-panel
Severity: info
Author: rxerium
Tags: panel,security,onion,detect,securityonionsolutions
Description
Section titled “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.
YAML Source
Section titled “YAML Source”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 classification: cpe: cpe:2.3:a:securityonionsolutions:security_onion:*:*:*:*:*:*:*:* metadata: verified: true max-request: 2 vendor: securityonionsolutions product: security_onion shodan-query: - title:"Security Onion" - http.title:"security onion" fofa-query: title="security onion" google-query: intitle:"security onion" tags: panel,security,onion,detect,securityonionsolutions
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# digest: 4a0a004730450221009305e9d4d8a099d14c63b8b4b70f9c237f41a0d6cfa77e92074beabfdef5ce17022022e1d29b9b527f87d043468ee8c729c5064a6cbcceb5cd92acbaf21d54540cd4:922c64590222798bb761d5b6d8e72950Guide to check the vulnerabilities
Section titled “Guide to check the vulnerabilities”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.
$ nuclei -u "URL" -t "http/exposed-panels/security-onion-panel.yaml"