SELECT
op_date,
op,
op_data ->> 'worder_m_id',
op_data ->> 'item_attribute1_id',
op_data ->> 'qty_man'
FROM uyumlog.log
WHERE table_name = 'prdt_worder_m' and op_data ->> 'worder_m_id' = '4149'
ORDER BY op_date asc
Intelligence View
PostgreSQL Log Viewing
SELECT op_date, op, op_data ->> 'worder_m_id', op_data ->> 'item_attribute1_id', op_data ->> 'qty_man' FROM uyumlog.log WHERE table_name = 'prdt_worder_m' and op_data ->> 'worder_m_id' = '4149' ORDER BY op_date…
SOC Incident Playbook: Vulnerability Remediation & Verification
title: Detect Exploitation - PostgreSQL Log Viewing
id: a0cd11c9-fabd-467e-98f6-0e4b75f2f4a3
status: experimental
description: Automatisch generierte SIEM-Erkennungsregel basierend auf CTI Intelligence
references:
- https://tsecurity.de/
author: iShareStuff CTI Automated Detection Engine
date: 2026-09-24
logsource:
category: network_connection
product: any
detection:
selection:
CommandLine|contains:
- 'exploit'
condition: selection
falsepositives:
- Legitime administrative Zugriffe oder Penetrationstests
level: high
tags:
- attack.initial_accessrule CTI_Threat_Indicator {
meta:
author = "iShareStuff CTI Automated Detection Engine"
date = "2026-09-24"
description = "YARA Signature for "
strings:
$str = "PostgreSQL Log Viewing" ascii wide
condition:
any of them
}tsecurity.de Cognitive Threat RAG
Kognitive Analyse für identifizierte Bedrohung: Erhöhte Bedrohungslage im Bereich PostgreSQL Log Viewing.... Basierend auf 368k Vektor-Korrelationen werden sofortige Isolationsmaßnahmen für betroffene Endpunkte empfohlen.
Netzwerk/Remote-Zugriff ohne Vorauthentifizierung möglich.
- 1. Perimeter-Inspektion: Relevante Portfreigaben und exponierte Endpunkte unverzüglich scannen.
- 2. Patch-Applikation: Hersteller-Hotfix einspielen oder betroffene Daemons in isolierte DMZ-Segmente überführen.
- 3. Telemetrie & EDR-Alerts: Prozessaufrufe und Child-Processes auf anomale Shell-Spawns überwachen.
SOCIAL SHARE CARD GENERATOR