2023-03-15 14:23:13 +00:00
|
|
|
id: mysql-detect
|
|
|
|
|
|
|
|
info:
|
|
|
|
name: MySQL - Detect
|
|
|
|
author: pussycat0x
|
|
|
|
severity: info
|
|
|
|
description: |
|
|
|
|
MySQL instance was detected.
|
|
|
|
classification:
|
|
|
|
cvss-metrics: CVSS:3.1/AV:N/AC:L/PR:N/UI:N/S:U/C:N/I:N/A:N
|
|
|
|
cwe-id: CWE-200
|
|
|
|
metadata:
|
2023-09-27 13:29:58 +00:00
|
|
|
max-request: 1
|
2023-03-15 14:23:13 +00:00
|
|
|
shodan-query: product:"MySQL"
|
2023-09-27 13:29:58 +00:00
|
|
|
verified: true
|
2023-07-24 18:27:05 +00:00
|
|
|
tags: network,mysql,db,detect
|
2023-03-15 14:23:13 +00:00
|
|
|
|
2023-04-27 04:28:59 +00:00
|
|
|
tcp:
|
2023-03-15 14:23:13 +00:00
|
|
|
- inputs:
|
|
|
|
- data: "\n"
|
|
|
|
|
|
|
|
host:
|
|
|
|
- "{{Hostname}}"
|
2023-09-16 19:35:21 +00:00
|
|
|
port: 3306
|
2023-03-15 14:23:13 +00:00
|
|
|
|
|
|
|
matchers:
|
|
|
|
- type: word
|
|
|
|
part: body
|
|
|
|
words:
|
|
|
|
- "mysql"
|
|
|
|
case-insensitive: true
|
2023-10-19 13:13:52 +00:00
|
|
|
# digest: 4a0a0047304502201d1a8c8108b1b115ca05e868ee2b1717307853bfde89943a094484ae3f692b060221009ee87ce424ac718e5555a8bd019faf1f30ff457e9de2537d6411545cc552eb02:922c64590222798bb761d5b6d8e72950
|