← RETURN TO CITADEL

♜ AUTH MONITOR

SSH VISIBILITY · AUTH.LOG · JOURNALD · FAIL2BAN · SENTINEL FOUNDATION

STATUS: ACTIVE FOUNDATION

PROJECT SNAPSHOT

STARTED

May 2026

STATUS

Monitoring foundation active

LOG SOURCES

/var/log/auth.log · journald

TECH STACK

Ubuntu · OpenSSH · Fail2Ban · Bash · systemd

PROJECT OVERVIEW

Auth Monitor is the authentication visibility layer of The Citadel. It focuses on observing SSH login activity, failed authentication attempts, successful remote sessions, and Fail2Ban activity from the Ubuntu host.

This project lays the groundwork for Sentinel, the future detection and alerting module inside The Citadel platform.

CURRENT CAPABILITIES

OBSERVED SECURITY EVENTS

Failed password for citadel-user
Failed password for citadel-user
Accepted password for citadel-user

Fail2Ban sshd jail:
Total failed: 31
Total banned: 3
Log source: /var/log/auth.log

COMMAND AREAS PRACTICED

tail -f /var/log/auth.log
journalctl -u ssh --no-pager
sudo fail2ban-client status
sudo fail2ban-client status sshd
systemctl status ssh --no-pager

SECURITY VALUE

Authentication monitoring provides visibility into access attempts against the Linux host. This helps identify failed logins, validate successful remote administration, and confirm that Fail2Ban is responding to repeated authentication failures.

ROLE IN THE CITADEL

Auth Monitor is the bridge between the Linux Hardening Lab and Sentinel. It turns raw authentication logs into security evidence and prepares the platform for future alerting, event review, and suspicious activity detection.

NEXT OBJECTIVES

Citadel Project Switchboard

Module Links Active
01 //
Linux Hardening
SSH, UFW, Fail2Ban, permissions, and operating guardrails.
Open Module →
02 //
Cloudflare Tunnel
Secure public access without exposing the VM directly.
Open Module →
03 //
Docker Lab
Containerization practice, deployment notes, and recovery workflows.
Open Module →
04 //
Auth Monitor
Authentication visibility and login monitoring foundation.
Open Module →
05 //
SIEM Sandbox
Security monitoring lab and future detection engineering space.
Open Module →
06 //
Auto Deploy
Automation pipeline for future repeatable deployment workflows.
Open Module →
07 //
Odysseus
AI assistant prototype, RAG memory core, and hardware roadmap.
Open Module →
08 //
B-MAK
Private operations case study using sanitized public-safe data only.
Open Module →