nuclei-templates/technologies/osquery-fleet-detect.yaml

38 lines
773 B
YAML

id: osquery-fleet-detect
info:
name: OSQuery Fleet Detection Panel - Detect
author: Adam Crosser
severity: info
description: OSQuery Fleet Detection panel was detected.
classification:
cvss-metrics: CVSS:3.0/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
cvss-score: 0.0
cwe-id: CWE-200
reference:
- https://fleetdm.com/
metadata:
shodan-query: http.favicon.hash:-1529860313
tags: panel,fleet,osquery,tech
requests:
- method: GET
path:
- '{{BaseURL}}/login'
matchers-condition: and
matchers:
- type: word
part: body
words:
- "Fleet"
- "osquery"
- "/assets/bundle"
condition: and
- type: status
status:
- 200
# Enhanced by mp on 2023/01/29