<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="http://www.cpwiki.net/skins/common/feed.css?303"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>http://www.cpwiki.net/index.php?action=history&amp;feed=atom&amp;title=firewall_log_parsing_scratch_notes</id>
		<title>firewall log parsing scratch notes - Revision history</title>
		<link rel="self" type="application/atom+xml" href="http://www.cpwiki.net/index.php?action=history&amp;feed=atom&amp;title=firewall_log_parsing_scratch_notes"/>
		<link rel="alternate" type="text/html" href="http://www.cpwiki.net/index.php?title=firewall_log_parsing_scratch_notes&amp;action=history"/>
		<updated>2026-05-20T03:56:57Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.21.10</generator>

	<entry>
		<id>http://www.cpwiki.net/index.php?title=firewall_log_parsing_scratch_notes&amp;diff=544&amp;oldid=prev</id>
		<title>Nighthawk: Created page with &quot; command run on &quot;fw log&quot; output to txt file...    cat /var/tmp/CLM_2014-10-03_06-00-00_to_09-00-00.log.txt | awk -F &quot;;&quot; '{print $3}' | awk &quot;{print $2}' |  uniq -c | sort -rn |...&quot;</title>
		<link rel="alternate" type="text/html" href="http://www.cpwiki.net/index.php?title=firewall_log_parsing_scratch_notes&amp;diff=544&amp;oldid=prev"/>
				<updated>2014-10-08T14:12:13Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot; command run on &amp;quot;fw log&amp;quot; output to txt file...    cat /var/tmp/CLM_2014-10-03_06-00-00_to_09-00-00.log.txt | awk -F &amp;quot;;&amp;quot; &amp;#039;{print $3}&amp;#039; | awk &amp;quot;{print $2}&amp;#039; |  uniq -c | sort -rn |...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&lt;br /&gt;
command run on &amp;quot;fw log&amp;quot; output to txt file...&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 cat /var/tmp/CLM_2014-10-03_06-00-00_to_09-00-00.log.txt | awk -F &amp;quot;;&amp;quot; '{print $3}' | awk &amp;quot;{print $2}' |  uniq -c | sort -rn | head&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 cat /var/tmp/CLM_2014-10-03_06-00-00_to_09-00-00.log.txt | awk '{for (i=1; i&amp;lt;=NF; i++) if ($i==&amp;quot;src:&amp;quot;) print $(i+1)}' | uniq -c | sort -rn | head&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 cat /var/tmp/CLM_2014-10-03_06-00-00_to_09-00-00.log.txt | awk '{for (i=1; i&amp;lt;=NF; i++) if ($i==&amp;quot;src:&amp;quot;) print $(i+1)}' | sort | uniq -c | sort -n -r | head&lt;br /&gt;
&lt;br /&gt;
 cat /var/tmp/CLM_2014-10-03_06-00-00_to_09-00-00.log.txt | grep &amp;quot;src: 17.24.13.25&amp;quot; | awk '{for (i=1; i&amp;lt;=NF; i++) if ($i==&amp;quot;src:&amp;quot;) print $(i+1)} ' | wc -l &lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
awk '{for (i=1; i&amp;lt;=NF; i++) if ($i==&amp;quot;src:&amp;quot;) print $(i+1)}' | sort | uniq -c | sort -n -r | head&lt;/div&gt;</summary>
		<author><name>Nighthawk</name></author>	</entry>

	</feed>