Merge pull request #5483 from gy741/rule-add-v126

Create zebra-printer-detect
patch-1
Dhiyaneshwaran 2022-11-11 05:26:18 +05:30 committed by GitHub
commit fedbce3805
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,30 @@
id: zebra-printer-detect
info:
name: Zebra Printer Detection
author: gy741
severity: info
reference:
- https://www.zebra.com/kr/ko/products/printers.html
metadata:
verified: true
shodan-query: html:"Zebra Technologies"
tags: iot,zebra
requests:
- method: GET
path:
- "{{BaseURL}}"
matchers-condition: and
matchers:
- type: word
part: body
words:
- 'Zebra Technologies'
- 'PrintServer'
condition: and
- type: status
status:
- 200