logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

prads-asset-report - PRADS Text Reporting Module

Author

Bugs

Description

       PRADS is a Passive Real-time Asset Detection System.

       PRADS  passively  listens to network traffic and gathers information on hosts and services it sees on the
       network. This information can be used to map your network, letting you know what services and  hosts  are
       alive/used,  or  can  be  used  together  with  your  favorite  IDS/IPS setup for "event to host/service"
       correlation.

       Gathering info about your hosts in real-time will also let you detect assets that are just  connected  to
       the network for a short period of time, where a active network scan (nmap etc.) would take long time, and
       not common to run continually, hence missing the asset.

       prads-asset-report  parses  prads-asset.log  prints out some useful information about the hosts prads has
       managed to gather info about.

Name

       prads-asset-report - PRADS Text Reporting Module

Options

-r<file>
              PRADS Raw Report File

       -w<file>
              Output file

       -i<IP>
              Just get info for this IP

       -n     Do not convert IP addresses to names.

       -p     Do not convert RFC 1918 IP addresses to names.

Problems

       1. Much more logic can be built into it!

See Also

Synopsis

          prads-asset-report -r /var/log/prads-asset.log -w /tmp/asset-report.txt

See Also