41 lines
1.2 KiB
YAML
41 lines
1.2 KiB
YAML
id: niagara-fox-info-enum
|
|
|
|
info:
|
|
name: Niagara Fox Protocol Information Enumeration
|
|
author: pussycat0x
|
|
severity: info
|
|
description: |
|
|
Niagara Fox Protocol is a building automation protocol used between the Niagara software systems by Tridium.
|
|
reference:
|
|
- https://nmap.org/nsedoc/scripts/fox-info.html
|
|
metadata:
|
|
max-request: 1
|
|
shodan-query: product:"Niagara Fox"
|
|
verified: true
|
|
tags: network,fox,niagara,enum
|
|
|
|
tcp:
|
|
- inputs:
|
|
- data: "fox a 1 -1 fox hello\n{\nfox.version=s:1.0\nid=i:1\n};;\n"
|
|
host:
|
|
- "{{Hostname}}"
|
|
port: 1911
|
|
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "fox.version"
|
|
|
|
extractors:
|
|
- type: regex
|
|
regex:
|
|
- "fox.version=s:([0-9.]+)"
|
|
- "hostName=s:([0-9.]+)"
|
|
- "hostAddress=s:([0-9.]+)"
|
|
- "app.name=s:([A-Za-z0-9]+)"
|
|
- "app.version=s:([0-9.]+)"
|
|
- "vm.name=s:([A-Za-z ()0-9]+)"
|
|
- "vm.version=s:([0-9._-a-z]+)"
|
|
- "os.name=s:([A-Z]+)"
|
|
- "os.version=s:([0-9.]+)"
|
|
# digest: 4b0a00483046022100e5be6f32c270f9113060cd8d9d42e94aa13be16caac7469492c517a608d59915022100e33dac3e1d7cd60a9e00219de087a9897d79767f4c782d91d73b8953afa575c0:922c64590222798bb761d5b6d8e72950 |