Skip to content

Auditor explain

1. False positive warning: "Trojaned version"

[

github.com

https://github.com/wazuh/wazuh/issues/19346

](https://github.com/wazuh/wazuh/issues/19346)


2. File '/usr/sbin/htcacheclean' modified Mode: scheduled Changed attributes:

File '/usr/sbin/htcacheclean' modified Mode: scheduled Changed attributes: inode Old inode was: '2147483647', now it is '1152921500312510208'

rule.level 7

/usr/sbin/htcacheclean is a utility used in conjunction with the Apache HTTP server's caching system. Specifically, it manages disk space usage by cleaning up and maintaining the cache, which can grow large over time. It removes outdated or least-used files from the cache, helping to prevent the system from running out of disk space while maintaining efficient web server performance. This tool is typically used in environments where Apache's mod_cache_disk is enabled to cache HTTP responses.


3.full_log WirelessRadioManagerd

File '/usr/sbin/WirelessRadioManagerd' modified

/usr/sbin/WirelessRadioManagerd is a system process on some Linux-based systems that manages wireless radio functions, such as enabling or disabling Wi-Fi and Bluetooth. It is typically used in conjunction with hardware that includes wireless communication features, and it may be responsible for managing the power state of these wireless radios or responding to changes in configuration. The process might be part of a broader wireless management utility or service on your system, often related to system control tools or network management frameworks like NetworkManager or similar utilities. If you are investigating this process due to performance or security concerns, you could check its configuration, logs, or related packages to understand its role more specifically on your system.


4. File '/usr/sbin/apachectl' modified Mode: scheduled Changed attributes: inode Old inode was: '2147483647', now it is '1152921500312529152'

  • Recent Updates: If Apache was recently updated or reconfigured, the modification of this script might be expected, as package managers like apt or yum may have updated the script during an upgrade.
  • Potential Security Concern: If you were not expecting this change, it could be a sign of unauthorized tampering or a security incident. You may want to:

5. File '/usr/sbin/ipconfig' modified

new wi-fi connection new ip... etc.


6. /usr/sbin/slapcat is a utility that comes with OpenLDAP, a widely-used open-source implementation of the Lightweight Directory Access Protocol (LDAP).

slapcat as a database reader specifically for OpenLDAP. It allows you to view or export the entire LDAP database in a raw, readable format (LDIF), much like dumping the contents of a traditional database to a file for inspection or backup. Here’s a simplified analogy: * In relational databases (like MySQL, PostgreSQL), you might use a command like mysqldump or pg_dump to export the database contents to a file. * Similarly, in OpenLDAP, slapcat dumps the entire LDAP directory in LDIF format, which you can think of as a text-based representation of the database. However, unlike relational databases where you might perform SQL queries to retrieve specific data, slapcat dumps the entire LDAP database to a file rather than querying for specific records (though it can be parsed manually or filtered afterward).

Key Features of slapcat:

  • Offline Access: It reads directly from the database files, bypassing the running LDAP server.
  • Full Dump: Outputs all directory data, including user records, groups, configurations, and more.
  • LDIF Format: The exported data is in LDIF format, which can be re-imported with slapadd or used for migrations. In a sense, it's like taking a full snapshot of your LDAP directory, allowing you to inspect it outside the running server.

7./usr/sbin/auditreduce is a command-line utility that is part of the audit subsystem

in UNIX-like operating systems, specifically for systems like Solaris or FreeBSD. It is used to reduce or filter audit trail files, allowing you to extract specific records based on various criteria. This tool is useful in security and compliance environments where detailed auditing is required. Audit logs can grow very large, and auditreduce helps filter the logs to focus on specific events or time ranges, making it easier to analyze audit data.


8. xdg-permission-store.service

The xdg-permission-store.service is a system service that handles permission storage for applications using the XDG desktop environment standard. It allows apps to request, store, and manage permissions for accessing system resources like files, locations, or other sensitive data.