diff --git a/exposed-panels/Moxa-Nport.yaml b/exposed-panels/Moxa-Nport.yaml new file mode 100644 index 0000000000..e046106e9d --- /dev/null +++ b/exposed-panels/Moxa-Nport.yaml @@ -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