INFO
Name: pg_auth_mon_14
Version: 3.0-3PGDG.rhel10
Arch: aarch64
Summary: PostgreSQL extension to store authentication attempts
License: MIT
Vendor: PostgreSQL Global Development Group
Build Host: pgrpms-el10ga-arm64
Build Date: Mon May 26 00:22:29 2025
Size: 73806
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/dd
/usr/lib/.build-id/dd/f725fee3f7d4b8c951c3769ef242460dc3dbf7
/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
ld-linux-aarch64.so.1()(64bit)
ld-linux-aarch64.so.1(GLIBC_2.17)(64bit)
libc.so.6()(64bit)
libc.so.6(GLIBC_2.17)(64bit)
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-3PGDG.rhel10
pg_auth_mon_14(aarch-64) 3.0-3PGDG.rhel10
CONFIG FILES
/usr/lib/.build-id a
/usr/lib/.build-id/dd a
/usr/lib/.build-id/dd/f725fee3f7d4b8c951c3769ef242460dc3dbf7 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
|