Add files via upload

patch-1
Dominique RIGHETTO 2024-04-23 18:29:04 +02:00 committed by GitHub
parent f97ec9f6a3
commit 19c19cb54b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 31 additions and 0 deletions

View File

@ -0,0 +1,31 @@
id: aix-websm-detect
info:
name: AIX WebSM - Detect
author: righettod
severity: info
description: Detects IBM AIX Web-based System Manager services.
reference:
- https://en.wikipedia.org/wiki/IBM_Web-based_System_Manager
- https://www.filibeto.org/unix/aix/lib/rel/5.2/wsmadmn.pdf
metadata:
max-request: 1
verified: true
tags: network,aix,detect
tcp:
- inputs:
- data: "en_US\r\n"
host:
- "{{Hostname}}"
port: 9090
read-size: 4096
matchers:
- type: word
part: data
words:
- "/var/websm/"
- "startNewWServer"
- "WServer.HANDSHAKING"