INFO
Name: pg_auth_mon_14
Version: 3.0-6PGDG.rhel10.2
Arch: ppc64le
Summary: PostgreSQL extension to store authentication attempts
License: MIT
Vendor: PostgreSQL Global Development Group
Build Host: pgrpms-rhel-10-2-ppc64le-pgbuild
Build Date: Mon May 25 14:19:29 2026
Size: 73150
URL: https://github.com/RafiaSabih/pg_auth_mon/
Description: This extension eases monitoring of login attempts to your database. Postgres
writes each login attempt to a log file, but it is hard to identify through
that information alone if your database is under malicious activity.
Maintaining separately information like the total number of successful login
attempts, or a timestamp of the last failed login helps to answer questions
like:
- when has a user successfully logged in for the last time ?
- has a user genuinely mistyped their password or has their username been compromised?
- is there any particular time when a malicious role is active?
Once we have spot a suspicious activity, we may dig deeper by using this
information along with the log file to identify the particular IP address etc.
FILES
/usr/lib/.build-id
/usr/lib/.build-id/5d
/usr/lib/.build-id/5d/70f150aa58bcbf9fca6e391b89ded3dc3352a8
/usr/pgsql-14/doc/extension/README-pg_auth_mon.md
/usr/pgsql-14/lib/pg_auth_mon.so
/usr/pgsql-14/share/extension/pg_auth_mon--1.0--1.1.sql
/usr/pgsql-14/share/extension/pg_auth_mon--1.0.sql
/usr/pgsql-14/share/extension/pg_auth_mon.control
REQUIRES
libc.so.6()(64bit)
libc.so.6(GLIBC_2.17)(64bit)
openssl-libs 1.1.1k
postgresql14-libs
postgresql14-server
rpmlib(CompressedFileNames) 3.0.4-1
rpmlib(FileDigests) 4.6.0-1
rpmlib(PayloadFilesHavePrefix) 4.0-1
rpmlib(PayloadIsZstd) 5.4.18-1
rtld(GNU_HASH)
PROVIDES
pg_auth_mon_14 3.0-6PGDG.rhel10.2
pg_auth_mon_14(ppc-64) 3.0-6PGDG.rhel10.2
CONFIG FILES
/usr/lib/.build-id a
/usr/lib/.build-id/5d a
/usr/lib/.build-id/5d/70f150aa58bcbf9fca6e391b89ded3dc3352a8 a
/usr/pgsql-14/doc/extension/README-pg_auth_mon.md d
/usr/pgsql-14/lib/pg_auth_mon.so
/usr/pgsql-14/share/extension/pg_auth_mon--1.0--1.1.sql
/usr/pgsql-14/share/extension/pg_auth_mon--1.0.sql
/usr/pgsql-14/share/extension/pg_auth_mon.control
LICENSE FILES
MIT
|