Modules

Name Summary Dependencies Status
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
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
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
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
host-gpu HostGPUModule retrieves basic information about GPU: index, vendor and product name. host-basic linux windows
ping PingModule pings local networks to discover new hosts. host-network linux windows
rpm RPMModule reads package information from the rpm package manager. host-basic, netstat linux
snmp SNMPModule Module to collect data through SNMP protocol. arp linux windows
tcp-scan TCPScanModule tries to connect to neighbor TCP ports. arp linux windows