Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

prads-asset-report(1) [debian man page]

PRADS-ASSET-REPORT(1)						    networking						     PRADS-ASSET-REPORT(1)

NAME
prads-asset-report - PRADS Text Reporting Module SYNOPSIS
prads-asset-report -r /var/log/prads-asset.log -w /tmp/asset-report.txt 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. 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
o PRADS <http://prads.projects.linpro.no/> o p0f <http://lcamtuf.coredump.cx/p0f.shtml> o PADS <http://passive.sourceforge.net/> BUGS
Report bugs here: o http://github.com/gamelinux/prads/issues For general questions: o http://projects.linpro.no/mailman/listinfo/prads-devel o http://projects.linpro.no/mailman/listinfo/prads-users AUTHOR
edwardfjellskaal@gmail.com COPYRIGHT
GPL 0.2 2010-06-21 PRADS-ASSET-REPORT(1)

Check Out this Related Man Page

LedgerSMB::DBObject::Asset_Class(3pm)			User Contributed Perl Documentation		     LedgerSMB::DBObject::Asset_Class(3pm)

NAME
LedgerSMB::DBObject::Asset_Class - LedgerSMB Base Class for Asset Classes SYNOPSIS
This library contains the base utility functions for creating, saving, and retrieving depreciation categories of assets. STANDARD PROPERTIES
id Integer ID of record. lable Text description of asset class asset_account_id Integer id of asset account. dep_account_id Integer id of depreciation account. method Integer id of depreciation method. METHODS
save Properties used: id: (Optional) ID of existing class to overwrite. asset_account_id: Account id to store asset values dep_account_id: Account id for depreciation information method: ID of depreciation method label: Name of the asset class unit_label: Label of the depreciation unit Typically sets ID if no match found or if ID not provided. get_metadata sets: asset_accounts to arrayref of asset accounts dep_accounts to arrayref of depreciation accounts dep_methods to arrayrefo of depreciation methods get_asset_class() Requires id to be set. Sets all other standard properties if the record is found. list_asset_classes Sets classes to a list of all asset classes, ordered as per db. Copyright (C) 2010, The LedgerSMB core team. This file is licensed under the Gnu General Public License version 2, or at your option any later version. A copy of the license should have been included with your software. perl v5.14.2 2012-03-25 LedgerSMB::DBObject::Asset_Class(3pm)
Man Page

5 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Countof/space used by certain file type

I am very new to Unix, and am managing a digital asset management system. The GUI lets me do certain things, but I am finding that the real power is in the Solaris back-end. I have been asked to report how many and how much space the xml files in our repository are taking up. Is there a way to do... (2 Replies)
Discussion started by: pfulgione
2 Replies

2. UNIX for Dummies Questions & Answers

simultaneous network start

Hi! I need to start a program at several hosts in the network at the same time. Starting time difference should be no more than several milliseconds. What is the best way to do that? Thanks! (5 Replies)
Discussion started by: harjar
5 Replies

3. Shell Programming and Scripting

how to rename multiple files with a single command

Hi I have following list of files at a path: 01.AR.asset 01.AR.index 01.AR.asset.vf 01.AR.asset.xv I want to rename all these files as follows: 73.AR.asset.Z 73.AR.index.Z 73.AR.asset.vf.Z 73.AR.asset.xv.Z Can any body give me a single command to acheive the above results. ... (5 Replies)
Discussion started by: tayyabq8
5 Replies

4. UNIX for Advanced & Expert Users

Gathering data using SAR

Hi everyone, I would like to ask if it is possible to gather SAR data on a specified time. let say yesterdays report, i want to get data at around 12PM and 5PM. thank you. (2 Replies)
Discussion started by: cwiggler
2 Replies

5. Shell Programming and Scripting

Combine 2 values into single variable

Hi gurus, I need to manipulate the output of a database query. The output contains 2 fields (asset and serial number) and I'd like to combine them into a single value, seperated by whitespace. the orginal data is in seprate fileds and of the following format: asset serial asset serial etc ... (6 Replies)
Discussion started by: melias
6 Replies