39 lines
951 B
YAML
39 lines
951 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.
|
|
reference:
|
|
- https://fleetdm.com/
|
|
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
|
|
cwe-id: CWE-200
|
|
metadata:
|
|
max-request: 1
|
|
shodan-query: http.favicon.hash:-1529860313
|
|
tags: panel,fleet,osquery,tech
|
|
|
|
http:
|
|
- method: GET
|
|
path:
|
|
- '{{BaseURL}}/login'
|
|
|
|
matchers-condition: and
|
|
matchers:
|
|
- type: word
|
|
part: body
|
|
words:
|
|
- "Fleet"
|
|
- "osquery"
|
|
- "/assets/bundle"
|
|
condition: and
|
|
|
|
- type: status
|
|
status:
|
|
- 200
|
|
|
|
# digest: 4b0a00483046022100dfcbda076563b4a1ba5cab65793dd607549e1956b369df71bdab5bb8716d56d6022100ed2b47a4fbbfdeb3dfe9cd5c667f7dcaecde9122649474fca7b9db80b7ea5c96:922c64590222798bb761d5b6d8e72950
|