Create Moxa-Nport.yaml
parent
a93db3021e
commit
d41c65243e
|
@ -0,0 +1,29 @@
|
||||||
|
id: Moxa-Nport
|
||||||
|
|
||||||
|
info:
|
||||||
|
name: Moxa-Nport-Serial-to-Ethernet
|
||||||
|
author: prajiteshsingh
|
||||||
|
severity: info
|
||||||
|
description: Serial-to-Ethernet-devices used in OT environment
|
||||||
|
reference:
|
||||||
|
- https://www.moxa.com/en/
|
||||||
|
metadata:
|
||||||
|
verified: true
|
||||||
|
shodan-query: title:"NPort Web Console"
|
||||||
|
tags: ics,serial-to-ethernet-devices
|
||||||
|
|
||||||
|
requests:
|
||||||
|
- raw:
|
||||||
|
- |+
|
||||||
|
GET /HTTP/1.1
|
||||||
|
Host: {{Hostname}}
|
||||||
|
|
||||||
|
matchers-condition: and
|
||||||
|
matchers:
|
||||||
|
- type: word
|
||||||
|
part: body
|
||||||
|
words:
|
||||||
|
- "NPort Web Console"
|
||||||
|
- type: status
|
||||||
|
status:
|
||||||
|
- 200
|
Loading…
Reference in New Issue