40 lines
819 B
YAML
40 lines
819 B
YAML
id: detect-addpac-voip-gateway
|
|
|
|
info:
|
|
name: AddPac GSM VoIP Gateway Panel - Detect
|
|
author: geeknik
|
|
severity: info
|
|
description: |
|
|
AddPac GSM VoIP Gateway panel was detected.
|
|
reference:
|
|
- http://www.addpac.com/addpac_eng2/down.php?file=505_f16.pdf
|
|
classification:
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
|
cvss-score: 0.0
|
|
cwe-id: CWE-200
|
|
tags: network,addpac,apos,voip
|
|
|
|
network:
|
|
- inputs:
|
|
- data: '00'
|
|
type: hex
|
|
|
|
host:
|
|
- "{{Hostname}}"
|
|
- "{{Host}}:23"
|
|
|
|
matchers:
|
|
- type: word
|
|
words:
|
|
- "Welcome"
|
|
- "APOS(tm)"
|
|
- "User Access Verification"
|
|
condition: and
|
|
|
|
extractors:
|
|
- type: regex
|
|
regex:
|
|
- 'Kernel Version \d\.\d\d\.\d\d\d'
|
|
|
|
# Enhanced by md on 2023/02/06
|