|
NAMEnfanon - netflow anonymisationSYNOPSISnfanon [options] DESCRIPTIONnfanon is used to anonymise all IP addresses ( src, dst, next hop, router IP etc. ) in the netflow records using the CryptoPAn (Cryptography-based Prefix-preserving Anonymization) module. The key -K is used to initialize the Rijndael cipher. The key is either a 32 character string, or a 64 hex digit string starting with 0x.See
http://www.cc.gatech.edu/computing/Telecomm/cryptopan/ for more information
about CryptoPAn.
nfanon has several modes of operation. o nfanon reads a sequence of input files, specified by -r, -R and -M and anonymises the flows in the given files. The input file arguments have the same syntax and meaning as nfdump(1). o nfanon reads a sequence of input files, specified by -r, -R and -M. All anonymised flows are written to a single file specified by -w. o nfanon works as filter and reads flows from stding and writes the anonymised flows to stdout. OPTIONS
/any/dir Read recursively all files in directory
dir.
/dir/file Read all files beginning with file. /dir/file1:file2 Read all files from file1 to file2. Note: files are read in alphabetical sequence.
RETURN VALUEReturns0 No error.
255 Initialization failed. 250 Internal error. NOTESNone.SEE ALSOnfdump(1)BUGS
Visit the GSP FreeBSD Man Page Interface. |