INFO
Name: pg_auth_mon_14
Version: 1.0-1.rhel7
Arch: ppc64le
Summary: PostgreSQL extension to store authentication attempts
License: MIT
Vendor: (none)
Build Host: power3-pgrpms.ox.uk.enterprisedb.com
Build Date: Wed Sep 22 11:36:02 2021
Size: 71163
URL: https://github.com/RafiaSabih/pg_auth_mon/
Description: The goal of this extension is to ease monitoring of login attempts to your database.
Although each failed login is written to database log file, but it is not straightforward
to identify through that information alone if your database is under some malicious
intents. However, if the information like total failed as well as successful login
attempts, timestamp of last failed and successful login are maintained individually,
then we can easily answer questions like,
* if the user genuinely mistyped their password or their username is being compromised?
* if there is any particular time when the malicious user/application is active?
FILES
/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.sql
/usr/pgsql-14/share/extension/pg_auth_mon.control
REQUIRES
postgresql14-server
postgresql14-libs
rpmlib(FileDigests) 4.6.0-1
rpmlib(PayloadFilesHavePrefix) 4.0-1
rpmlib(CompressedFileNames) 3.0.4-1
rpmlib(PayloadIsXz) 5.2-1
PROVIDES
pg_auth_mon_14 1.0-1.rhel7
pg_auth_mon_14(ppc-64) 1.0-1.rhel7
CONFIG FILES
/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.sql
/usr/pgsql-14/share/extension/pg_auth_mon.control
LICENSE FILES
MIT
|