nuclei-templates/network/enumeration/niagara-fox-info-enum.yaml

40 lines
1.0 KiB
YAML
Raw Normal View History

2022-10-26 18:13:10 +00:00
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.
metadata:
verified: true
shodan-query: 'product:"Niagara Fox"'
reference:
2022-10-26 18:15:17 +00:00
- https://nmap.org/nsedoc/scripts/fox-info.html
2022-10-26 18:13:10 +00:00
tags: network,fox,niagara
network:
- inputs:
- data: "fox a 1 -1 fox hello\n{\nfox.version=s:1.0\nid=i:1\n};;\n"
host:
- "{{Hostname}}"
- "{{Host}}:1911"
2022-10-28 04:52:20 +00:00
2022-10-26 18:13:10 +00:00
matchers:
- type: word
words:
2022-10-28 04:52:20 +00:00
- "fox.version"
2022-10-26 18:13:10 +00:00
extractors:
- type: regex
regex:
2022-10-27 17:21:17 +00:00
- "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.]+)"