Modules

Name Summary Dependencies Status
host-network HostNetworkModule retrieves basic newtork information about the host: interfaces along with their mac, ip and mask (IPv4 and IPv6) host-basic linux windows
host-basic HostBasicModule retrieves basic information about the host: hostid, architecture, platform, distribution, version and uptime linux windows
host-cpu HostCPUModule retrieves host CPU info: model, vendor and the number of cores. host-basic linux windows
host-disk HostDiskModule retrieves basic information about disk: name, model, size, type, controller and partitions. host-basic linux windows
tcp-scan TCPScanModule tries to connect to neighbor TCP ports. arp linux windows
rpm RPMModule reads package information from the rpm package manager. host-basic, netstat linux
snmp SNMPModule This module need to access the following OID TREE: .1.3.6.1.2.1 In case of snmpd, the conf (snmpd.conf) should include something like this: view systemonly included .1.3.6.1.2.1 arp linux windows
arp ARPModule reads internal ARP table to find network neighbors. ping linux windows
dpkg DPKGModule reads package information from the dpkg package manager. host-basic, netstat linux
docker DockerModule retrieves information about docker containers. host-network, tcp-scan linux windows root
ping PingModule pings local networks to discover new hosts. host-network linux windows
host-gpu HostGPUModule retrieves basic information about GPU: index, vendor and product name. host-basic linux windows
netstat NetstatModule aims to retrieve infos like the netstat command does It must be run as root to retrieve PID/process information. host-basic linux windows root