Maltrail Panel - Detect
ID: maltrail-panel
Severity: info
Author: ritikchaddha
Tags: panel,maltrail,detect
Description
Section titled “Description”Maltrail is a malicious traffic detection system, utilizing publicly available (black)lists containing malicious and/or generally suspicious trails, along with static trails compiled from various AV reports and custom user defined lists, where trail can be anything from domain name, URL (e.g. hXXp://109.162.38.120/harsh02.exe for known malicious executable), IP address (e.g. 185.130.5.231 for known attacker) or HTTP User-Agent header value.
YAML Source
Section titled “YAML Source”id: maltrail-panel
info: name: Maltrail Panel - Detect author: ritikchaddha severity: info description: | Maltrail is a malicious traffic detection system, utilizing publicly available (black)lists containing malicious and/or generally suspicious trails, along with static trails compiled from various AV reports and custom user defined lists, where trail can be anything from domain name, URL (e.g. hXXp://109.162.38.120/harsh02.exe for known malicious executable), IP address (e.g. 185.130.5.231 for known attacker) or HTTP User-Agent header value. metadata: verified: true max-request: 1 shodan-query: title:"Maltrail" tags: panel,maltrail,detect
http: - method: GET path: - "{{BaseURL}}"
matchers-condition: and matchers: - type: word part: body words: - "Maltrail</title>" - "/stamparm/maltrail/wiki" - "<b>M</b>altrail" condition: or
- type: status status: - 200
extractors: - type: regex part: body group: 1 regex: - '<b>M<\/b>altrail \(v<b>([0-9.]+)<\/b>'# digest: 4a0a0047304502207904d76c32415af44b135b227c33c658fa04d3967bb4e024452a35084df97449022100adb40ffcdb16c048e6fda0d29b942cf8d20013ce0dfd99376d32813c6b5f6926: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/maltrail-panel.yaml"