1. Home
  2. Product Features
  3. Trunc – Security Insights Feature Overview

Trunc – Security Insights Feature Overview

Trunc has introduced a powerful new feature called Security Insights, designed to provide a quick summary of critical security events based on predefined criteria. This feature enables system administrators to gain rapid visibility into potential threats and system health, making it easier to respond swiftly and effectively. Below is an outline of the key criteria included in Security Insights:

Security Insights Criteria

Here is a table of the predefined security criteria:

CriteriaDescriptionPurposeExample LogSystem/Device
Authentication success via SSH for user ‘root’Alerts if there is a successful SSH authentication for the ‘root’ user.Identifies potential unauthorized access using the root account.Accepted password for root from 192.168.1.100 port 22Linux Server
Low memoryFlags any log entries warning about low system memory.Helps prevent system instability due to performance bottlenecks.kernel: Out of memory: Kill process 1234 (mysqld)Linux Server
System crashFlags logs indicating a system crash event.Provides immediate visibility into critical system failures.systemd: System crashed due to kernel panic.Linux Server
Review: Authentication via SSHSummarizes all direct SSH connections.Allows review of SSH activity to identify unauthorized access.sshd: Accepted publickey for user from 203.0.113.45Linux Server
Authentication success from TorAlerts if successful authentication is detected from the Tor network.Identifies attempts to mask the source of unauthorized access.Accepted password for admin from 185.220.101.35 port 22Linux Server
Authentication success from blacklisted IPsAlerts when successful authentication occurs from blacklisted IP addresses.Detects compromised systems or malicious access attempts.Accepted password for user from 45.67.89.10 (blacklisted)Linux Server
Brute force authentication attemptsFlags repeated failed authentication attempts.Detects ongoing brute force attempts on user accounts.sshd: Failed password for invalid user admin from 10.0.0.1Linux Server
Authentication success via SSH passwordAlerts if authentication via password is detected over SSH.Identifies risks from less secure, password-based authentication.Accepted password for user from 192.168.1.150 port 22Linux Server
Accounts AddedFlags any new user accounts added for review.Identifies unauthorized or suspicious account creation.useradd: New user 'john_doe' addedLinux Server
Accounts DeletedFlags any user accounts deleted for review.Detects potential unauthorized account deletions.userdel: User 'john_doe' removedLinux Server
Sudo Authentication FailsAlerts on Linux ‘sudo’ authentication failures.Highlights failed privilege escalation attempts.sudo: pam_authentication failed for userLinux Server
Su Authentication FailsAlerts on Linux ‘su’ authentication failures.Identifies failed attempts to switch users, indicating a potential issue.su: Authentication failure for rootLinux Server
New Applications InstalledLists any new applications installed.Monitors for unauthorized or suspicious software installations.dpkg: Package 'nginx' installed successfullyLinux Server
No New Applications InstalledConfirms that no new applications were installed.Ensures system integrity when no changes are expected.No package changes detected.Linux Server
Windows Event Log ClearedFlags any log that indicates the Windows event log was cleared.Detects potential attempts to hide malicious activity.Security log cleared by user SYSTEMWindows Server
Disk Space FullFlags any logs warning about the disk being full.Prevents system failures due to lack of disk space.Filesystem root full: 100% usedLinux Server
Updated on November 14, 2024
Was this article helpful?

Related Articles