Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

fiaif-scan(8) [debian man page]

FIAIF-SCAN(8)					      Administration and Privileged Commands					     FIAIF-SCAN(8)

NAME
fiaif-scan - print syslog entries in human readable form SYNOPSIS
fiaif-scan [ -n ] [ -m ] DESCRIPTION
fiaif-scan reads lines from STDIN and prints to STDOUT, in human readable form, any packets found (standard syslog format is assumed). Each log message is parsed based on the configuration files at the time fiaf-scan is run. The idea is to enable the user to quickly iden- tify which zone rule is causing the packet to be logged, and how to change this, if necessary. OPTIONS
-n Don't do a reverse lookup of IP addresses or ports; display them as numbers. This reduces the number of host lookups and speeds up scanning. -m print the MAC address on each line. EXAMPLE
fiaf-scan -n </var/log/messages Scan from the current system log and display any packets on the console. Don't look up names for IP addressses or ports; just show the numbers. FILES
/etc/fiaif/fiaif.conf AUTHOR
Anders Fugmann <anders(at)fugmann.net> BUGS
The program has been tested only with messages from the standard syslog. It may work on lines from ulogd, but this has not been tested. Bash may not be the fastest parser in the world. Expect this software to be slow. (40 lines per sec on a K6-II/300Mhz without name lookups). Please report other bugs to <fiaif@fiaif.net>. SEE ALSO
fiaif.conf(5), zone.conf(5), iptables(8), syslog(3) Linux Feb 2003 FIAIF-SCAN(8)

Check Out this Related Man Page

MDNS-SCAN(1)						      General Commands Manual						      MDNS-SCAN(1)

NAME
mdns-scan - Scan for mDNS/DNS-SD services published on the local network SYNOPSIS
mdns-scan DESCRIPTION
mdns-scan is a tool for scanning for mDNS/DNS-SD published services on the local network. It issues a mDNS PTR query to the special RR _services._dns-sd._udp.local for retrieving a list of all currently registered services on the local link. OPTIONS
mdns-scan has no commandline options. NOTES
mdns-scan is not a good mDNS citizen since it queries continuously for services and doesn't implement features like Duplicate Suppression. It is intended for usage as a debugging tool only. mdns-scan is incomplete since it doesn't resolve mDNS services for you - it just dumps their PTR RRs. To understand these records you need minimal knowledge of DNS-SD and how it works. mdns-scan does not terminate on its own behalf. It scans for services continuously until the user kills it by pressing C-c. mdns-scan does not rely on a local mDNS responder daemon. It has no dependencies besides the GNU libc. It has been tested on Linux only. mdns-scan does NOT scan for local mDNS enabled hosts or A/AAAA RRs, it scans for DNS-SD registered services, nothing else. SEE ALSO
mDNSResponder(8) AUTHOR
mdns-scan has been written by Lennart Poettering <mzqrovna@0pointer.de> 0.4 Jan 21, 2004 MDNS-SCAN(1)
Man Page

13 More Discussions You Might Find Interesting

1. Solaris

log file scanner

anyone know of a FREE logfile checker that they would recommend? looking to scan thru syslog, sulog, messages, etc... looking for security type related entries., thanks, brian (1 Reply)
Discussion started by: BG_JrAdmin
1 Replies

2. Shell Programming and Scripting

Expect: Parsing/evaluating lines of numbers

There *has* to be an elegant way to do this in Expect... I have a command that returns lines of numbers. Like: prompt% mycommand --loop=5 9 4956 4951 4951 4956 9 4960 4951 4951 4956 9 4956 4951 4951 4956 9 4956 4951 4951 4956 9 4956 4951 4951 4956 prompt% All numbers must be... (0 Replies)
Discussion started by: kajkaj
0 Replies

3. UNIX for Advanced & Expert Users

Need solution concatenate and display 2 lines as 1 with a condition for 2 line ?

I have 2 pattern of lines (SQL query and Time taken)in a log i need to capture all SQL queries with time taken >20 sec and need to display as one line. 2 lines from log: 2007-10-23 11:39:17,061 DEBUG - SQL Query : SELECT A.GROUP_CD , C.FN_CD FROM UP_GROUP A , PRD_GROUP_TO_FN B , PRD_FN... (1 Reply)
Discussion started by: vithala
1 Replies

4. Shell Programming and Scripting

concatenate and display 2 lines as 1 with a condition for 2 line ?

I have 2 pattern of lines (SQL query and Time taken)in a log i need to capture all SQL queries with time taken >20 sec and need to display as one line. 2 lines from log: 2007-10-23 11:39:17,061 DEBUG - SQL Query : SELECT A.GROUP_CD , C.FN_CD FROM UP_GROUP A , PRD_GROUP_TO_FN B , PRD_FN... (7 Replies)
Discussion started by: vithala
7 Replies

5. Shell Programming and Scripting

Merging last and syslog data on time

This is on a HP-UX system. I need to merge the 2 reports, for each line in syslog I need to lookup who was logged in to the pts/# based on the time from the last.txt report. Here is what I get from sulog.log cat syslog | grep "su:" | grep "Jun 14" Jul 14 08:02:48 server1 su: - 2 ... (8 Replies)
Discussion started by: Ikon
8 Replies

6. AIX

Diverting an app log to the syslog

My windows developers want to scan an Oracle log live; samba won't give them what they want. They are trying to scan logs with Microsoft Operations Monitoring. I set up syslog to export to the external windows server and that is working, but is there a way to send the updates to the oracle log to... (3 Replies)
Discussion started by: tommysalami
3 Replies

7. SuSE

syslog-ng - dont log specific entries

Hi @ all, I´ve a short question, perhaps somebody could help me ... How can I configure syslog-ng either not to log specific entries in messages or write them into another file ... Here´re my extract from syslog-ng.conf: ... filter f_imap { match(imap); }; ... destination... (5 Replies)
Discussion started by: jackcracker
5 Replies

8. UNIX for Dummies Questions & Answers

egrep getting numbers only

Hello, I am kind of a noob with unix, so i'd like some help. I am trying to get some ip address with an nmap scan and then put from the result of the scan only the ip numbers this is an example Starting Nmap 5.21 ( Nmap - Free Security Scanner For Network Exploration & Security Audits )... (3 Replies)
Discussion started by: AscaL
3 Replies

9. UNIX for Dummies Questions & Answers

best way to scan?

i want to scan all open and closed ports on a server. how can i do this. i intend on using nmap, but if there are better ways to do it, please let me know. i understand there are a total of 6335 allowable ports on a server. so out of that 6335, i want to know which is open or closed. id... (1 Reply)
Discussion started by: SkySmart
1 Replies

10. AIX

syslog rotation problem

i have added below two lines in syslog.conf file. Is there anything wrong in the below lines? *.info /var/adm/syslog rotate time 1d files 10 local0.debug /var/adm/conserv.log rotate time 1d files 10 Though I have restarted syslogd with the below commands, log... (5 Replies)
Discussion started by: sudhakarn
5 Replies

11. Shell Programming and Scripting

Advice on monitoring gziped files

so, every 5 minutes, i monitor some data files based on their line numbers. so if i checked now and there are 100 lines in the file, i will scan the 100 lines for specific errors. if i check again 5 minutes later and there are 150 lines in the file, i will monitor the file from line 100 to... (2 Replies)
Discussion started by: SkySmart
2 Replies

12. Shell Programming and Scripting

Reg scanning time based log file

Hi, I have a requirement to scan Oracle's alert log file. This file logs all event for Oracle database and each line will have timestamp followed by messages (which might be one or more lines). Example. Thu Aug 15 17:35:59 2013 VKTM detected a time drift. Please check trace file for more... (1 Reply)
Discussion started by: manickaraja
1 Replies

13. Shell Programming and Scripting

awk adjustment to print total

im trying to print all lines in the /var/log/syslog file that contain the pattern CRON. and after all the lines have been printed, i want a total of all the lines that contained "CRON" to be printed at the end. the below command is printing the correct lines, but it is giving me the sum of all... (1 Reply)
Discussion started by: SkySmart
1 Replies