<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-4353543511919580539</id><updated>2011-07-30T10:56:35.136-07:00</updated><title type='text'>Intrusion Detection Systems</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://intrustiondetectionsystem.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4353543511919580539/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://intrustiondetectionsystem.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>priya</name><uri>http://www.blogger.com/profile/03942658134816105582</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://2.bp.blogspot.com/_13umG2RqkAU/SqkXitXwF1I/AAAAAAAABCI/Qs0eCTVwwqU/S220/priya_pic.jpg'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>32</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-4353543511919580539.post-1792018472634976632</id><published>2010-03-22T06:58:00.001-07:00</published><updated>2010-03-22T08:54:38.066-07:00</updated><title type='text'>Kinds of evasions</title><content type='html'>Now the next point to consider is ... do all IDS systems have common evasions?&lt;br /&gt;&lt;br /&gt;When we read the paper on fixing the evasions through FSM, snort was the system under consideration ... there is no specific information provided regarding to what extent where the evasions present in the system were identified ... how can we confirm that if we have identified certain types of evasions we have addressed all that present in the specific IDS system. &lt;br /&gt;&lt;br /&gt;Now concentrating on the basic evasion types as described in the case of SQL injection ... next question is ... if we use snort ... what kinds of intrusions in general it would address ... &lt;br /&gt;&lt;br /&gt;http://en.wikipedia.org/wiki/Intrusion_detection_system_evasion_techniques ... talks about vulnerability scanners that also incorporate IDS evasion techniques&lt;br /&gt;&lt;br /&gt;http://www.mail-archive.com/issforum@iss.net/msg02072.html --&gt; "ADMmutate is a shellcode mutation engine, can evade NIDS&lt;br /&gt;&lt;br /&gt;A way of breaking into a system. An exploit takes advantage of a weakness in a system in order to hack it. Exploits are the root of the hacker culture. Hackers gain fame by discovering an exploit. Others gain fame by writing scripts for it. Legions of script-kiddies apply the exploit to millions of systems, whether it makes sense or not. Since people make the same mistakes over-and-over, exploits for very different systems start to look very much like each other. Most exploits can be classified under major categories: buffer overflow, directory climbing, defaults, Denial of Service."&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4353543511919580539-1792018472634976632?l=intrustiondetectionsystem.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://intrustiondetectionsystem.blogspot.com/feeds/1792018472634976632/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://intrustiondetectionsystem.blogspot.com/2010/03/kinds-of-evasions.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4353543511919580539/posts/default/1792018472634976632'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4353543511919580539/posts/default/1792018472634976632'/><link rel='alternate' type='text/html' href='http://intrustiondetectionsystem.blogspot.com/2010/03/kinds-of-evasions.html' title='Kinds of evasions'/><author><name>priya</name><uri>http://www.blogger.com/profile/03942658134816105582</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://2.bp.blogspot.com/_13umG2RqkAU/SqkXitXwF1I/AAAAAAAABCI/Qs0eCTVwwqU/S220/priya_pic.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4353543511919580539.post-4687985385717524087</id><published>2010-03-17T07:38:00.000-07:00</published><updated>2010-03-17T07:49:28.869-07:00</updated><title type='text'>thoughts on evasion identification</title><content type='html'>Possible study that should be undertaken:&lt;br /&gt;&lt;br /&gt;When we draw an FSM for a specific situation which gets translated to a ruleset , all that we can identify is that the evasive path ... what could a possible evasive path ? Is it not the state where-in the alarm trigger is expected and there is no alarm raised for an attack ... so in this scenario ... even if we are able to generate test cases from the FSM ... how far is this going to be towards our goal of identifying evasions in the IDS system from the users point of view ...&lt;br /&gt;&lt;br /&gt;Now let us consider a situation ... where-in we are aware of the possible modes of evasion available for a kind of attack ... say sql-injection ... would it not be beneficial to identify a testing technique ... that mainly assess the IDS system if it is evasive ... and then maybe compare the systems for check which one performs better with respect to a given evasion ...&lt;br /&gt;&lt;br /&gt;Is it not better to have a tool developed which would automatically test the IDS systems for the evasions and check what all evasions it is vulnerable to ? Coz for a developer before he/ she uses the IDS system they want to understand if it is prone to known evasions ... this could also be done from the IDS system developer point of view ... they need a tool to identify ... now the next question is how is this different from the AGENT tool developed ... as we understand the tool is mainly used to generate automated test data which can be run on the IDS system there-by identifying possible evasions by going through the code ... now what we want to avoid is reading through the code to understand the evasions ... &lt;br /&gt;&lt;br /&gt;first point we need to be clear is who we are targetting this application ... if it for the IDS system developers ... then there is a possibility that there might be new evasions ... if we are targetting for the developers who are going to use the IDS system then ... we can assume that the evasions that needs to be checked are mostly known ... hence the tool should directly test the IDS system for those evasions ... ?&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4353543511919580539-4687985385717524087?l=intrustiondetectionsystem.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://intrustiondetectionsystem.blogspot.com/feeds/4687985385717524087/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://intrustiondetectionsystem.blogspot.com/2010/03/thoughts-on-evasion-identification.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4353543511919580539/posts/default/4687985385717524087'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4353543511919580539/posts/default/4687985385717524087'/><link rel='alternate' type='text/html' href='http://intrustiondetectionsystem.blogspot.com/2010/03/thoughts-on-evasion-identification.html' title='thoughts on evasion identification'/><author><name>priya</name><uri>http://www.blogger.com/profile/03942658134816105582</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://2.bp.blogspot.com/_13umG2RqkAU/SqkXitXwF1I/AAAAAAAABCI/Qs0eCTVwwqU/S220/priya_pic.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4353543511919580539.post-8520256448271114549</id><published>2010-03-17T07:05:00.000-07:00</published><updated>2010-03-17T07:37:24.594-07:00</updated><title type='text'>FSM for SQL injection</title><content type='html'>SQL Injection attack is found to be one of the most vulnerable in the case of websites. Identity thefts seem to be happening often due to the support of the attack. &lt;br /&gt;Hence the white paper "The SQL Injection and Signature Evasion" discusses the possible evasion techniques that are prevalent and also quotes how the products of Impervia may suit protection against them.&lt;br /&gt;&lt;br /&gt;Our focus here is mainly to understand the various evasion techniques available. This is done by using the SQL injection example quoted by them, drawing FSM for the situation and deriving test cases and checking if the specific evasion flow could be identified from the list of test cases drawn for the situation.&lt;br /&gt;&lt;br /&gt;The example used in the paper is a SQL injection attack on a healthcare website&lt;br /&gt;--&gt; one of the module lists the SSN of all the family members based on the gender&lt;br /&gt;If the query is genuine, then the web address looks like&lt;br /&gt;http://www.superhealth.com/show_members.asp?gender=m&lt;br /&gt;&lt;br /&gt;and the query looks like&lt;br /&gt;selet SSN, Name from PATIENTS where FAMILY = XXX and gender='m'&lt;br /&gt;&lt;br /&gt;This indicates that the query is done at  particular family level and that the person trying to retrieve the information should have permission to perform the query. So based on this initial understanding we can try to come up with rule sets that the IDS system should be have been built upon to prevent a basic attack. Lets not worry about the evasion or any problem associated there-off.&lt;br /&gt;&lt;br /&gt;r1 --&gt; user login attempt with username&lt;br /&gt;r2 --&gt; user login attempt with password&lt;br /&gt;r3 --&gt; guest user / no login required / can access the website login page ... and browse through for information on the products that are available etc ... and plan for registration&lt;br /&gt;r4 --&gt; registered user logs in successful/ login attempt succeeded&lt;br /&gt;r5 --&gt; registered user login attempt failed&lt;br /&gt;r6 --&gt; registered user query database for SSN information for their family/ no alarm raised&lt;br /&gt;r7 --&gt; guest user query database for SSN information for their family / alarm should be raised&lt;br /&gt;r8 --&gt; server decodes the query to assess the quality and genuineness of it/ responds back&lt;br /&gt;&lt;br /&gt;some tips on IPS testing from CISCO &lt;br /&gt;http://www.cisco.com/web/about/security/intelligence/cwilliams-ips.html&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4353543511919580539-8520256448271114549?l=intrustiondetectionsystem.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://intrustiondetectionsystem.blogspot.com/feeds/8520256448271114549/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://intrustiondetectionsystem.blogspot.com/2010/03/fsm-for-sql-injection.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4353543511919580539/posts/default/8520256448271114549'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4353543511919580539/posts/default/8520256448271114549'/><link rel='alternate' type='text/html' href='http://intrustiondetectionsystem.blogspot.com/2010/03/fsm-for-sql-injection.html' title='FSM for SQL injection'/><author><name>priya</name><uri>http://www.blogger.com/profile/03942658134816105582</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://2.bp.blogspot.com/_13umG2RqkAU/SqkXitXwF1I/AAAAAAAABCI/Qs0eCTVwwqU/S220/priya_pic.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4353543511919580539.post-4092277974398010980</id><published>2010-02-23T09:37:00.000-08:00</published><updated>2010-02-23T09:47:13.541-08:00</updated><title type='text'>Thoughts</title><content type='html'>The aim is to figure out the signature evasions in NIDS systems. Currently how does it work ?&lt;br /&gt;&lt;br /&gt;There are rule sets (or could be considered as policy)  defined which mimic the real series of event execution, based on which the NIDS identifies if the system is working fine of there are possible intrusions.&lt;br /&gt;&lt;br /&gt;Now the existence of the NIDS system or any IDS is known to all. So intruders also come up with a counter attack so as to successful in their venture. The fact is however the IDS is designed to figure out the vulnerable , the rule sets cannot be perfect, there are possible loop holes and the intruders capitalize on these loop holes. &lt;br /&gt;&lt;br /&gt;Research has been done to understand the possible signature evasion in the case of an NIDS system with deterministic FSM in place. Test data generator by name AGENT has been implemented using prologue to test the NIDS and identify the possible evasions. Now this test data is based on the rule set and it targets both black and white hat problems.&lt;br /&gt;&lt;br /&gt;What we want to do is try to generate test data from the deterministic FSM defined based on the rule set. Research has also been done to identify algorithms which will fix the evasions by considering the FSM of the rule set defined. &lt;br /&gt;&lt;br /&gt;Revisiting what we want to do&lt;br /&gt;1. We want to figure out the evasions in the rule sets for the IDS. Rule sets direct the IDS with respect to their performance. If we can identify the evasion in the rule set, we can directly related that to the performance of the NIDS&lt;br /&gt;2. So the rule set can be defined as FSM. We can identify possible evasions. Generate test data depicting those evasions and then use the test data to test the IDS systems. If the system can detect the intrusion then the system is well defined. If not then this would be considered as an evasion to the system.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4353543511919580539-4092277974398010980?l=intrustiondetectionsystem.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://intrustiondetectionsystem.blogspot.com/feeds/4092277974398010980/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://intrustiondetectionsystem.blogspot.com/2010/02/thoughts.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4353543511919580539/posts/default/4092277974398010980'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4353543511919580539/posts/default/4092277974398010980'/><link rel='alternate' type='text/html' href='http://intrustiondetectionsystem.blogspot.com/2010/02/thoughts.html' title='Thoughts'/><author><name>priya</name><uri>http://www.blogger.com/profile/03942658134816105582</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://2.bp.blogspot.com/_13umG2RqkAU/SqkXitXwF1I/AAAAAAAABCI/Qs0eCTVwwqU/S220/priya_pic.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4353543511919580539.post-8029413727743943521</id><published>2010-01-26T05:47:00.000-08:00</published><updated>2010-01-26T07:43:46.764-08:00</updated><title type='text'>Characterization and Solution to A Stateful IDS Evasion</title><content type='html'>Issam Aib, Tung Tran, and Raouf Boutaba&lt;br /&gt;University of Waterloo, Waterloo, ON, Canada&lt;br /&gt;(iaib, t3tran, rboutaba)@uwaterloo.ca&lt;br /&gt;2009 29th IEEE International Conference on Distributed Computing Systems&lt;br /&gt;&lt;br /&gt;In this paper, the authors discuss about the concept of signature evasion, where-in the attackers on purpose try to tamper with the flow stored as a regular flow to complete the attack.&lt;br /&gt;&lt;br /&gt;The authors explain this concept through an FTP session intrusion. The steps or states involved in the flow of a normal and admin user authentication are coded as rule set and. Here, the authors say that a normal user by following his states, can innately access a file which he/ she is not authorized to view. This is possible without raising any alarm.&lt;br /&gt;&lt;br /&gt;Among the set of rules that are defined for a specific operation, if a fake network packet (in the example scenario) can trigger a signature, then the signature is considered to be evasive (i.e. something which can be deceived easily)&lt;br /&gt;&lt;br /&gt;Thus in order to address such a scenario, they have come up with an algorithm based on deterministic finite automate, i.e. using the states of the flow to raise the false positive alarms in the right time.&lt;br /&gt;&lt;br /&gt;The set of rules that are defined for a specific flow of operation could contain both an evasive rule and a target rule (which assists in identifying the attack).&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4353543511919580539-8029413727743943521?l=intrustiondetectionsystem.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://intrustiondetectionsystem.blogspot.com/feeds/8029413727743943521/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://intrustiondetectionsystem.blogspot.com/2010/01/characterization-and-solution-to.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4353543511919580539/posts/default/8029413727743943521'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4353543511919580539/posts/default/8029413727743943521'/><link rel='alternate' type='text/html' href='http://intrustiondetectionsystem.blogspot.com/2010/01/characterization-and-solution-to.html' title='Characterization and Solution to A Stateful IDS Evasion'/><author><name>priya</name><uri>http://www.blogger.com/profile/03942658134816105582</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://2.bp.blogspot.com/_13umG2RqkAU/SqkXitXwF1I/AAAAAAAABCI/Qs0eCTVwwqU/S220/priya_pic.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4353543511919580539.post-2067471368079973332</id><published>2010-01-24T20:49:00.000-08:00</published><updated>2010-01-24T21:19:23.628-08:00</updated><title type='text'>Understanding about Finite State Automata machines</title><content type='html'>Finite State Automata are helpful in depicting the states and their relationship from start to end of a system. FSM representation could be done either using a state chart or regular expressions.&lt;br /&gt;&lt;br /&gt;In the case of intrusion detection systems, if we go by the raw definition of FSM, it is feasible for us to implement a FSM based detection technique. Now let us assume that the detection technique is implemented using an FSM. Then will the technique not be misuse. Is it possible for it to be anomalous in nature? In the misuse scenario, we normally store all the possible intrusions that we have come across and then try to match with the incoming intrusions and raise an alarm. In the case of anomalous, we do the opposite thing, where-in the system is trained with the expected behavior. The expected series of behavior could be classified using the FSM.&lt;br /&gt;&lt;br /&gt;Now the question is, if we use FSM, is there a possibility of reducing the false alarm rates?&lt;br /&gt;&lt;br /&gt;Above the advantages of FSM usage, the motive here in front of us is to understand the possibility of generating test cases from the IDS FSM.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4353543511919580539-2067471368079973332?l=intrustiondetectionsystem.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://intrustiondetectionsystem.blogspot.com/feeds/2067471368079973332/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://intrustiondetectionsystem.blogspot.com/2010/01/understanding-about-finite-state.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4353543511919580539/posts/default/2067471368079973332'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4353543511919580539/posts/default/2067471368079973332'/><link rel='alternate' type='text/html' href='http://intrustiondetectionsystem.blogspot.com/2010/01/understanding-about-finite-state.html' title='Understanding about Finite State Automata machines'/><author><name>priya</name><uri>http://www.blogger.com/profile/03942658134816105582</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://2.bp.blogspot.com/_13umG2RqkAU/SqkXitXwF1I/AAAAAAAABCI/Qs0eCTVwwqU/S220/priya_pic.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4353543511919580539.post-6850816441862359086</id><published>2010-01-22T14:32:00.000-08:00</published><updated>2010-01-26T07:06:56.385-08:00</updated><title type='text'>IDS systems using FSM technique</title><content type='html'>http://www.springerlink.com/content/g25w816354413354/fulltext.pdf&lt;br /&gt;&lt;br /&gt;http://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;arnumber=4285750 (A Memory-Efficient Reconfigurable Aho-Corasick FSM Implementation for Intrusion Detection Systems)&lt;br /&gt;&lt;br /&gt;http://opensiuc.lib.siu.edu/cgi/viewcontent.cgi?article=1009&amp;context=ece_articles (Self-Addressable Memory-Based FSM: A Scalable Intrusion Detection Engine)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4353543511919580539-6850816441862359086?l=intrustiondetectionsystem.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://intrustiondetectionsystem.blogspot.com/feeds/6850816441862359086/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://intrustiondetectionsystem.blogspot.com/2010/01/ids-systems-using-fsm-technique.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4353543511919580539/posts/default/6850816441862359086'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4353543511919580539/posts/default/6850816441862359086'/><link rel='alternate' type='text/html' href='http://intrustiondetectionsystem.blogspot.com/2010/01/ids-systems-using-fsm-technique.html' title='IDS systems using FSM technique'/><author><name>priya</name><uri>http://www.blogger.com/profile/03942658134816105582</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://2.bp.blogspot.com/_13umG2RqkAU/SqkXitXwF1I/AAAAAAAABCI/Qs0eCTVwwqU/S220/priya_pic.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4353543511919580539.post-371542739804936674</id><published>2010-01-21T07:29:00.000-08:00</published><updated>2010-01-21T07:34:02.295-08:00</updated><title type='text'>Generation and use of test data sets in IDS testing</title><content type='html'>Vidar Evenrud Seeberg, "Generation and use of test data sets in IDS testing", September 16, 2005&lt;br /&gt;&lt;br /&gt;When evaluating an IDS, the evaluator can choose mainly between four approaches in&lt;br /&gt;generating and using test data sets:&lt;br /&gt; &lt;br /&gt; The evaluator can base the test on an empty test data set (no background trac)&lt;br /&gt; The evaluator can generate test data by recording real network trac&lt;br /&gt; The evaluator can generate test data by sanitizing recorded real network trac&lt;br /&gt; The evaluator can generate test data using simulated traffic&lt;br /&gt;&lt;br /&gt;Quoted reference to arrive at the approaches-&lt;br /&gt;&lt;br /&gt;P Mell, V Hu, R Lippmann, J Haines, and M Zissman. An overview of issues in testing&lt;br /&gt;intrusion detection systems. Technical Report NIST IR 7007, National Institute of&lt;br /&gt;Standards and Technology, August 2003.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4353543511919580539-371542739804936674?l=intrustiondetectionsystem.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://intrustiondetectionsystem.blogspot.com/feeds/371542739804936674/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://intrustiondetectionsystem.blogspot.com/2010/01/generation-and-use-of-test-data-sets-in.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4353543511919580539/posts/default/371542739804936674'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4353543511919580539/posts/default/371542739804936674'/><link rel='alternate' type='text/html' href='http://intrustiondetectionsystem.blogspot.com/2010/01/generation-and-use-of-test-data-sets-in.html' title='Generation and use of test data sets in IDS testing'/><author><name>priya</name><uri>http://www.blogger.com/profile/03942658134816105582</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://2.bp.blogspot.com/_13umG2RqkAU/SqkXitXwF1I/AAAAAAAABCI/Qs0eCTVwwqU/S220/priya_pic.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4353543511919580539.post-1245427678064008829</id><published>2010-01-21T07:21:00.000-08:00</published><updated>2010-01-21T07:29:40.490-08:00</updated><title type='text'>Intrusion Detection Testing and Benchmarking Methodologies</title><content type='html'>Nicholas Athanasides, Randal Abler et al, "Intrusion Detection Testing and Benchmarking Methodologies", Georgia Institute of Technology, Proceedings of the First IEEE International workshop on Information assurance (IWIA '03)&lt;br /&gt;&lt;br /&gt;The authors discuss the existing tools and testing methodologies for performing benchmark testing of intrusion detection systems. Based on their study they propose the use of an open source environment to execute the testing.&lt;br /&gt;&lt;br /&gt;Environments discussed include:&lt;br /&gt;&lt;br /&gt;1. DARPA Environment&lt;br /&gt;2. LARIAT environment&lt;br /&gt;&lt;br /&gt;In addition the authors have also listed the test suite and the tools that could be used&lt;br /&gt;&lt;br /&gt;1. Nidsbench and IDS Wakeup&lt;br /&gt;2. IDSwakeup&lt;br /&gt;3. Flame Thrower&lt;br /&gt;4. WebAvalanche/ WebReflector&lt;br /&gt;5. Tcpreplay&lt;br /&gt;6. Fragrouter&lt;br /&gt;7. Hping2&lt;br /&gt;8. Iperf&lt;br /&gt;&lt;br /&gt;- Issues in generating realistic evaluation environments are also discussed&lt;br /&gt;&lt;br /&gt;- Examples of IDS Evaluation environments include:&lt;br /&gt;&lt;br /&gt;1. DARPA Like Environment&lt;br /&gt;2. Custom Software&lt;br /&gt;3. Advanced security audit trail analysis on Unix&lt;br /&gt;4. Vendor Independent testing lab&lt;br /&gt;5. Trade magazine evaluation&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4353543511919580539-1245427678064008829?l=intrustiondetectionsystem.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://intrustiondetectionsystem.blogspot.com/feeds/1245427678064008829/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://intrustiondetectionsystem.blogspot.com/2010/01/intrusion-detection-testing-and.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4353543511919580539/posts/default/1245427678064008829'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4353543511919580539/posts/default/1245427678064008829'/><link rel='alternate' type='text/html' href='http://intrustiondetectionsystem.blogspot.com/2010/01/intrusion-detection-testing-and.html' title='Intrusion Detection Testing and Benchmarking Methodologies'/><author><name>priya</name><uri>http://www.blogger.com/profile/03942658134816105582</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://2.bp.blogspot.com/_13umG2RqkAU/SqkXitXwF1I/AAAAAAAABCI/Qs0eCTVwwqU/S220/priya_pic.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4353543511919580539.post-1755605271521197303</id><published>2010-01-21T06:49:00.000-08:00</published><updated>2010-01-21T07:21:00.174-08:00</updated><title type='text'>A methodology of testing intrusion detection systems</title><content type='html'>Nicholas J.Puketza, et al, "A methodology of testing intrusion detection systems", University of California&lt;br /&gt;&lt;br /&gt;- Elaborate information is provided on the testing methodology to assess the performance of IDS&lt;br /&gt;&lt;br /&gt;- the authors have quoted that test data could be obtained from sources such as CERT advisories, periodicals such as PHRACK and 2600, USENET, analyzing the vulnerabilities detected by security tools such as COPS and TIGER&lt;br /&gt;&lt;br /&gt;Possible articles that could be referred to related to obtaining intrusion data:&lt;br /&gt;&lt;br /&gt;1. M. Bishop, \A Taxonomy of UNIX System and Network Vulnerabilities," Technical&lt;br /&gt;Report CSE-95-10, University of California at Davis, September 1995.&lt;br /&gt;2. D. Farmer and W. Venema, \Improving the Security of Your Site by Breaking Into&lt;br /&gt;It," USENET posting, December 1993.&lt;br /&gt;3. D. Farmer and E. H. Spaord, \The COPS Security Checker System," Proc., Summer&lt;br /&gt;USENIX Conference, pp. 165-170, June 1990.&lt;br /&gt;4. S. Kumar and E. H. Spaord, \A Pattern Matching Model for Misuse Intrusion Detec-&lt;br /&gt;tion," Proc., 17th National Computer Security Conference, Baltimore, MD, pp. 11-21,&lt;br /&gt;October 1994.&lt;br /&gt;5. D. R. Saord, D. L. Schales, and D. K. Hess, \The TAMU Security Package: An&lt;br /&gt;Ongoing Response to Internet Intruders in an Academic Environment," Proc., Fourth&lt;br /&gt;USENIX UNIX Security Symposium, Santa Clara, CA, pp. 91-118, October, 1993.&lt;br /&gt;&lt;br /&gt;- test case selection based on 3 different strategies is elaborated&lt;br /&gt;&lt;br /&gt;The authors have not provided in depth information on how large volume of test data could be generated, but they have given guidance related to the direction which needs to be adopted to achieve it&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4353543511919580539-1755605271521197303?l=intrustiondetectionsystem.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://intrustiondetectionsystem.blogspot.com/feeds/1755605271521197303/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://intrustiondetectionsystem.blogspot.com/2010/01/methodology-of-testing-intrusion.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4353543511919580539/posts/default/1755605271521197303'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4353543511919580539/posts/default/1755605271521197303'/><link rel='alternate' type='text/html' href='http://intrustiondetectionsystem.blogspot.com/2010/01/methodology-of-testing-intrusion.html' title='A methodology of testing intrusion detection systems'/><author><name>priya</name><uri>http://www.blogger.com/profile/03942658134816105582</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://2.bp.blogspot.com/_13umG2RqkAU/SqkXitXwF1I/AAAAAAAABCI/Qs0eCTVwwqU/S220/priya_pic.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4353543511919580539.post-3496267865575898685</id><published>2010-01-20T12:44:00.000-08:00</published><updated>2010-01-21T06:48:43.291-08:00</updated><title type='text'>Generation of test data for testing intrusion detection systems</title><content type='html'>Internet has information related to the generation of test data for testing IDS systems in assessing its efficiency. detection techniques are implemented based on finite state machines and descriptive languages for the systems in place. But there is no sufficient data available on how these systems are tested.&lt;br /&gt;&lt;br /&gt;Following listing consists of the papers available in this area along with the amount of information it contains pertaining to test data generation and usage of test data generation tools if any.&lt;br /&gt;&lt;br /&gt;- Nicholas J.Puketza, et al, "A methodology of testing intrusion detection systems", University of california&lt;br /&gt;&lt;br /&gt;- Nicholas Athanasides, Randal Abler et al, "Intrusion Detection Testing and Benchmarking Methodologies", Georgia Institute of Technology, Proceedings of the First IEEE International workshop on Information assurance (IWIA '03)&lt;br /&gt;&lt;br /&gt;- Ming Li and Wei Zhao, "A principle of a data synthesizer for Performance test of anti-DDOS Flood Attacks", International journal of computers, issue 3, volume 1, 2007&lt;br /&gt;&lt;br /&gt;- Vidar Evenrud Seeberg, "Generation and use of test data sets in IDS testing", September 16, 2005&lt;br /&gt;&lt;br /&gt;- John McHugh, "Testing Intrusion Detection Systems: A Critique of the 1998 and 1999 DARPA Intrusion Detection System Evaluations as Performed by Lincoln Laboratory"&lt;br /&gt;&lt;br /&gt;- Darren Mutz et al, "An Experience Developing an IDS Simulator for the Black Box testing of Network Intrusion Detection Systems", Proceedings of the 19th Annual Computer Security Applications Conference (ACSAC 2003)&lt;br /&gt;&lt;br /&gt;- Roy A. Maxion et al, "Benchmarking Anomaly-based detection systems", 2000 IEEE&lt;br /&gt;&lt;br /&gt;- Emilie Lundin Barse et al, "Synthesizing Test Data for Fraud Detection Systems"&lt;br /&gt;&lt;br /&gt;- R Sekar, A Gupta et al, "Specification based anomaly detection : A new approach for detecting network intrusions", CCS'02 November 18-22, 2002, Washington DC, USA, ACM&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4353543511919580539-3496267865575898685?l=intrustiondetectionsystem.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://intrustiondetectionsystem.blogspot.com/feeds/3496267865575898685/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://intrustiondetectionsystem.blogspot.com/2010/01/generation-of-test-data-for-testing.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4353543511919580539/posts/default/3496267865575898685'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4353543511919580539/posts/default/3496267865575898685'/><link rel='alternate' type='text/html' href='http://intrustiondetectionsystem.blogspot.com/2010/01/generation-of-test-data-for-testing.html' title='Generation of test data for testing intrusion detection systems'/><author><name>priya</name><uri>http://www.blogger.com/profile/03942658134816105582</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://2.bp.blogspot.com/_13umG2RqkAU/SqkXitXwF1I/AAAAAAAABCI/Qs0eCTVwwqU/S220/priya_pic.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4353543511919580539.post-816483077882056254</id><published>2010-01-08T07:42:00.000-08:00</published><updated>2010-01-08T09:54:41.440-08:00</updated><title type='text'>Tools for testing IDS</title><content type='html'>1. RACOON - RACOON: Rapidly Generating User Command Data For Anomaly Detection From Customizable Templates (http://ieeexplore.ieee.org/stamp/stamp.jsp?arnumber=01377229) &lt;br /&gt;2. fTester - (http://dev.inversepath.com/trac/ftester) Firewall and IDS Testing tool&lt;br /&gt;3. Tcpreplay - network traffic testing (http://tcpreplay.synfin.net/trac/)&lt;br /&gt;4. Nemesis -  well suited for testing Network Intrusion Detection Systems, firewalls, IP stacks and a variety of other tasks (http://nemesis.sourceforge.net/)&lt;br /&gt;5. IDSwakeup - IDSwakeup is to generate false attack that mimic well known ones, in order to see if NIDS detects them and generates false positives&lt;br /&gt;6. Unix tool EXPECT - Simulation of “normal” and “intruder” behaviour.&lt;br /&gt;Extends TCL interpreter to provide simulation scripts. (http://expect.nist.gov/)&lt;br /&gt;7. Fragrouter: Routes network traffic such that it elude most NIDS. (http://www.securityfocus.com/tools/176)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4353543511919580539-816483077882056254?l=intrustiondetectionsystem.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://intrustiondetectionsystem.blogspot.com/feeds/816483077882056254/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://intrustiondetectionsystem.blogspot.com/2010/01/tools-for-testing-ids.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4353543511919580539/posts/default/816483077882056254'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4353543511919580539/posts/default/816483077882056254'/><link rel='alternate' type='text/html' href='http://intrustiondetectionsystem.blogspot.com/2010/01/tools-for-testing-ids.html' title='Tools for testing IDS'/><author><name>priya</name><uri>http://www.blogger.com/profile/03942658134816105582</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://2.bp.blogspot.com/_13umG2RqkAU/SqkXitXwF1I/AAAAAAAABCI/Qs0eCTVwwqU/S220/priya_pic.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4353543511919580539.post-4620060782532236001</id><published>2010-01-08T07:25:00.000-08:00</published><updated>2010-01-08T07:29:09.333-08:00</updated><title type='text'>Issues involved in anomaly based detection technique</title><content type='html'>1. Inadvertently including malicious activity as part of a profile is a common problem with anomaly-based IDPS (Intrusion Detection and Prevention systems) products&lt;br /&gt;2. It can be very challenging to build profiles in some cases to make them accurate, because computing activity can be so complex.&lt;br /&gt;3. It is often difficult for analysts to determine why a particular alert was generated and to validate that an alert is accurate and not a false positive, because of the complexity of events and number of events that may have caused the alert to be generated.&lt;br /&gt;&lt;br /&gt;Source - http://csrc.nist.gov/publications/nistpubs/800-94/SP800-94.pdf&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4353543511919580539-4620060782532236001?l=intrustiondetectionsystem.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://intrustiondetectionsystem.blogspot.com/feeds/4620060782532236001/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://intrustiondetectionsystem.blogspot.com/2010/01/issues-involved-in-anomaly-based.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4353543511919580539/posts/default/4620060782532236001'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4353543511919580539/posts/default/4620060782532236001'/><link rel='alternate' type='text/html' href='http://intrustiondetectionsystem.blogspot.com/2010/01/issues-involved-in-anomaly-based.html' title='Issues involved in anomaly based detection technique'/><author><name>priya</name><uri>http://www.blogger.com/profile/03942658134816105582</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://2.bp.blogspot.com/_13umG2RqkAU/SqkXitXwF1I/AAAAAAAABCI/Qs0eCTVwwqU/S220/priya_pic.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4353543511919580539.post-6957260829500645730</id><published>2010-01-07T18:27:00.000-08:00</published><updated>2010-01-08T08:33:13.984-08:00</updated><title type='text'>Evaluating Network Intrusion Detection Signatures</title><content type='html'>http://www.securityfocus.com/infocus/1623&lt;br /&gt;&lt;br /&gt;Evaluating Network Intrusion Detection Signatures, Part One&lt;br /&gt;&lt;br /&gt;http://www.securityfocus.com/infocus/1630&lt;br /&gt;&lt;br /&gt;Evaluating Network Intrusion Detection Signatures, Part Two&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4353543511919580539-6957260829500645730?l=intrustiondetectionsystem.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://intrustiondetectionsystem.blogspot.com/feeds/6957260829500645730/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://intrustiondetectionsystem.blogspot.com/2010/01/racoon-tool-to-generated-user-profiles.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4353543511919580539/posts/default/6957260829500645730'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4353543511919580539/posts/default/6957260829500645730'/><link rel='alternate' type='text/html' href='http://intrustiondetectionsystem.blogspot.com/2010/01/racoon-tool-to-generated-user-profiles.html' title='Evaluating Network Intrusion Detection Signatures'/><author><name>priya</name><uri>http://www.blogger.com/profile/03942658134816105582</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://2.bp.blogspot.com/_13umG2RqkAU/SqkXitXwF1I/AAAAAAAABCI/Qs0eCTVwwqU/S220/priya_pic.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4353543511919580539.post-6996098066163580750</id><published>2010-01-07T18:20:00.000-08:00</published><updated>2010-01-07T18:27:29.288-08:00</updated><title type='text'>IDS measurements which can be used to assess performance accuracy</title><content type='html'>source - TESTING INTRUSION&lt;br /&gt;DETECTION SYSTEMS&lt;br /&gt;Elizabeth B. Lennon, Editor&lt;br /&gt;Information Technology Laboratory&lt;br /&gt;National Institute of Standards and Technology&lt;br /&gt;&lt;br /&gt;1. Coverage&lt;br /&gt;2. Probability of False Alarms&lt;br /&gt;3. Probability of Detection&lt;br /&gt;4. Resistance to attacks directed at the IDS&lt;br /&gt;5. Ability to Handle High Bandwidth Traffic&lt;br /&gt;6. Ability to Correlate Events&lt;br /&gt;7. Ability to Detect Never-Before-Seen Attacks&lt;br /&gt;8. Ability to Identify an Attack&lt;br /&gt;9. Ability to Determine Attack Success&lt;br /&gt;10. Capacity Verification for NIDS&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4353543511919580539-6996098066163580750?l=intrustiondetectionsystem.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://intrustiondetectionsystem.blogspot.com/feeds/6996098066163580750/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://intrustiondetectionsystem.blogspot.com/2010/01/ids-measurements-which-can-be-used-to.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4353543511919580539/posts/default/6996098066163580750'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4353543511919580539/posts/default/6996098066163580750'/><link rel='alternate' type='text/html' href='http://intrustiondetectionsystem.blogspot.com/2010/01/ids-measurements-which-can-be-used-to.html' title='IDS measurements which can be used to assess performance accuracy'/><author><name>priya</name><uri>http://www.blogger.com/profile/03942658134816105582</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://2.bp.blogspot.com/_13umG2RqkAU/SqkXitXwF1I/AAAAAAAABCI/Qs0eCTVwwqU/S220/priya_pic.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4353543511919580539.post-6526143569503085735</id><published>2010-01-07T16:10:00.001-08:00</published><updated>2010-01-07T16:10:27.750-08:00</updated><title type='text'>USim: A User Behavior Simulation Framework for Training and Testing IDSes in GUI Based Systems</title><content type='html'>by A. Garg, S.Vidyaraman, S. Upadhyaya et al,&lt;br /&gt;&lt;br /&gt;Currently reading&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4353543511919580539-6526143569503085735?l=intrustiondetectionsystem.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://intrustiondetectionsystem.blogspot.com/feeds/6526143569503085735/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://intrustiondetectionsystem.blogspot.com/2010/01/usim-user-behavior-simulation-framework.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4353543511919580539/posts/default/6526143569503085735'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4353543511919580539/posts/default/6526143569503085735'/><link rel='alternate' type='text/html' href='http://intrustiondetectionsystem.blogspot.com/2010/01/usim-user-behavior-simulation-framework.html' title='USim: A User Behavior Simulation Framework for Training and Testing IDSes in GUI Based Systems'/><author><name>priya</name><uri>http://www.blogger.com/profile/03942658134816105582</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://2.bp.blogspot.com/_13umG2RqkAU/SqkXitXwF1I/AAAAAAAABCI/Qs0eCTVwwqU/S220/priya_pic.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4353543511919580539.post-900940125789798449</id><published>2010-01-05T11:47:00.000-08:00</published><updated>2010-01-05T12:38:43.824-08:00</updated><title type='text'>Information to be looked at</title><content type='html'>Firewall and IDS Testing toolhttp://www.secguru.com/link/firewall_and_ids_testing_tool&lt;br /&gt;&lt;br /&gt;IDS Testing info from NIST website&lt;br /&gt;http://www.itl.nist.gov/lab/bulletns/&lt;br /&gt;&lt;br /&gt;http://csrc.nist.gov/publications/nistbul/bulletin07-03.pdf&lt;br /&gt;http://csrc.nist.gov/publications/nistpubs/800-94/SP800-94.pdf&lt;br /&gt;http://csrc.nist.gov/publications/nistbul/04-2004.pdf&lt;br /&gt;http://csrc.nist.gov/publications/nistir/nistir-7007.pdf&lt;br /&gt;&lt;br /&gt;An Experience Developing an IDS Stimulator for the Black-Box Testing of Network Intrusion Detection Systems (2003)&lt;br /&gt;&lt;br /&gt;Evaluating intrusion detection systems: The 1998 darpa off-line intrusion detection evaluation (2000)&lt;br /&gt;&lt;br /&gt;Testing Network Intrusion Detection Systems (2006) (http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.129.9810)&lt;br /&gt;&lt;br /&gt;Data Collection Mechanisms for Intrusion Detection Systems (2000)&lt;br /&gt;&lt;br /&gt;Intrusion Detection Systems - Technologies, . . . (2003)&lt;br /&gt;&lt;br /&gt;Automated Audit Trail Analysis and Intrusion Detection: A Survey (1988)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4353543511919580539-900940125789798449?l=intrustiondetectionsystem.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://intrustiondetectionsystem.blogspot.com/feeds/900940125789798449/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://intrustiondetectionsystem.blogspot.com/2010/01/firewall-and-ids-testing-tool.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4353543511919580539/posts/default/900940125789798449'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4353543511919580539/posts/default/900940125789798449'/><link rel='alternate' type='text/html' href='http://intrustiondetectionsystem.blogspot.com/2010/01/firewall-and-ids-testing-tool.html' title='Information to be looked at'/><author><name>priya</name><uri>http://www.blogger.com/profile/03942658134816105582</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://2.bp.blogspot.com/_13umG2RqkAU/SqkXitXwF1I/AAAAAAAABCI/Qs0eCTVwwqU/S220/priya_pic.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4353543511919580539.post-3434075463085650398</id><published>2009-12-15T05:46:00.000-08:00</published><updated>2009-12-15T05:49:09.232-08:00</updated><title type='text'>Classification of anomaly based intrusion detection under relevant areas</title><content type='html'>Anomaly Detection &lt;br /&gt;-Misuse &lt;br /&gt;-System Calls &lt;br /&gt;-Adaptive &lt;br /&gt;-Feature Selection &lt;br /&gt;-Network Based &lt;br /&gt;-Host Based &lt;br /&gt;-Behavior Based &lt;br /&gt;-Cooperative &lt;br /&gt;-Cost Sensitive &lt;br /&gt;&lt;br /&gt;The authors as quoted in my previous blog have collated relevant papers related to the classification mentioned above. This could act as a good starting point to understand more about the different anomaly based systems&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4353543511919580539-3434075463085650398?l=intrustiondetectionsystem.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://intrustiondetectionsystem.blogspot.com/feeds/3434075463085650398/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://intrustiondetectionsystem.blogspot.com/2009/12/classification-of-anomaly-based.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4353543511919580539/posts/default/3434075463085650398'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4353543511919580539/posts/default/3434075463085650398'/><link rel='alternate' type='text/html' href='http://intrustiondetectionsystem.blogspot.com/2009/12/classification-of-anomaly-based.html' title='Classification of anomaly based intrusion detection under relevant areas'/><author><name>priya</name><uri>http://www.blogger.com/profile/03942658134816105582</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://2.bp.blogspot.com/_13umG2RqkAU/SqkXitXwF1I/AAAAAAAABCI/Qs0eCTVwwqU/S220/priya_pic.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4353543511919580539.post-5768936859117392333</id><published>2009-12-15T05:25:00.000-08:00</published><updated>2009-12-15T05:45:57.724-08:00</updated><title type='text'>Intrusion detection systems and models</title><content type='html'>Joseph S. Sherif, Tommy G. Dearmond, California Institute of Technology&lt;br /&gt;&lt;br /&gt;Mahoney, M., “Computer Security: A Survey of Attacks and Defenses” Hyperlink docshow.net/ids.htm,  2000. &lt;br /&gt;&lt;br /&gt;http://cs.fit.edu/~mmahoney/ids.html&lt;br /&gt;&lt;br /&gt;According to Mohoney, there exists at least six types of attacks to the system&lt;br /&gt;&lt;br /&gt;1. Worms - self replicating programs that spread across a network. &lt;br /&gt;   The three security flaws that the worms exploited were&lt;br /&gt;   a. a backdoor in the sendmail server program that allowed clients to execute remote commands on the server&lt;br /&gt;   b. a buffer overflow vulnerability in the fingerd server&lt;br /&gt;   c. weak passwords&lt;br /&gt;&lt;br /&gt;2. Viruses - programs that replicate when a user performs some action such as running a program. &lt;br /&gt;   types discussed in this paper include the following&lt;br /&gt;   a. Boot sector infectors&lt;br /&gt;   b. File infectors&lt;br /&gt;   c. Email viruses&lt;br /&gt;&lt;br /&gt;3. Server attacks - a client exploits a bug in the server to cause it to perform some unintended action. &lt;br /&gt;   Examples,&lt;br /&gt;   a. Microsoft IIS 4.0 web server&lt;br /&gt;   b. Cold Fusion web server&lt;br /&gt;   c. lpd attack&lt;br /&gt;   d. Sendmail buffer overflow&lt;br /&gt;   e. rpc.statd buffer overflow   &lt;br /&gt;&lt;br /&gt;4. Client attacks - a server exploits a bug in a client to cause it to perform some unintended action. &lt;br /&gt;   a. Microsoft Office 2000 UA Control&lt;br /&gt;   b. Microsoft Outlook&lt;br /&gt;&lt;br /&gt;5. Network attacks (denial of service) - a remote attacker exploits a bug in the network software or weakness in the protocol to cause a server, router, or network to fail. &lt;br /&gt;   a. Winnuke&lt;br /&gt;   b. IRDP spoofing&lt;br /&gt;   c. Teardrop&lt;br /&gt;   d. Land&lt;br /&gt;   e. Ping of death&lt;br /&gt;   f. Smurf&lt;br /&gt;   g. Vengeance&lt;br /&gt;   h. SYN flood&lt;br /&gt;   i. Local network attacks&lt;br /&gt;   j. SNMP attacks&lt;br /&gt;&lt;br /&gt;6. Root attacks - a user on a multiuser operating system obtains the priveliges of another user (usually root) by either &lt;br /&gt;- Obtaining the other user's password, or &lt;br /&gt;- Bypassing controls that restrict access. &lt;br /&gt;&lt;br /&gt;NT attacks - NT password weaknesses&lt;br /&gt;UNIX attacks - Shell script attacks, Dynamic library attacks, Directory tree escapes, Symbolic links in /tmp, Console attacks&lt;br /&gt;Password Capture - Sniffer attacks, Weak encryption, Trojan attacks, Backdoor passwords, Stored passwords, Hardware key attacks&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4353543511919580539-5768936859117392333?l=intrustiondetectionsystem.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://intrustiondetectionsystem.blogspot.com/feeds/5768936859117392333/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://intrustiondetectionsystem.blogspot.com/2009/12/intrusion-detection-systems-and-models.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4353543511919580539/posts/default/5768936859117392333'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4353543511919580539/posts/default/5768936859117392333'/><link rel='alternate' type='text/html' href='http://intrustiondetectionsystem.blogspot.com/2009/12/intrusion-detection-systems-and-models.html' title='Intrusion detection systems and models'/><author><name>priya</name><uri>http://www.blogger.com/profile/03942658134816105582</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://2.bp.blogspot.com/_13umG2RqkAU/SqkXitXwF1I/AAAAAAAABCI/Qs0eCTVwwqU/S220/priya_pic.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4353543511919580539.post-7232972395668240134</id><published>2009-12-14T07:02:00.000-08:00</published><updated>2009-12-15T05:24:50.929-08:00</updated><title type='text'>Techniques to detect anomalies (IDS)</title><content type='html'>Susheela Sarasamma, Julie Huff, "Anomaly based techniques for intrusion detection systems", Northrop Grumman Mission Systems&lt;br /&gt;In this presentation, the authors provide information on the various anomaly based techniques which can be used for the IDS.&lt;br /&gt;General anomaly based techniques include, statistical, neural network and machine learning.&lt;br /&gt;&lt;br /&gt;The authors have specifically discussed a couple of anomaly detection techniques for an IDS which include the following&lt;br /&gt;1. A novel anomaly detection technique using Kohonen network&lt;br /&gt;2. Conclusions on the test conducted on multi-level k map&lt;br /&gt;&lt;br /&gt;Kinds of anomalies to be considered as outliers include the following&lt;br /&gt;1. outlier detection&lt;br /&gt;2. novelty detection&lt;br /&gt;3. noice detection&lt;br /&gt;4. deviation detection&lt;br /&gt;5. exception mining&lt;br /&gt;&lt;br /&gt;* Now suppose we have to come up with efficient testing techniques for anomaly based intrusion detection systems there are set of things which we might want to understand&lt;br /&gt;&lt;br /&gt;- study the different anomaly based intrusion detection systems. As the test methodology might vary depending on the technique which has been adopted.&lt;br /&gt;&lt;br /&gt;- research on the platform which might be required for performing the testing for such a system.&lt;br /&gt;&lt;br /&gt;- in addition we might have to come to a decision or rather the focus of the research&lt;br /&gt;&lt;br /&gt;- we might also want to understand the typical attacks in the case of the anomaly based intrusions&lt;br /&gt;&lt;br /&gt;- audit trails how are they being used for testing purposes&lt;br /&gt;&lt;br /&gt;- if we need to compose of a testing methodology, then how should the evaluation  be done for it&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4353543511919580539-7232972395668240134?l=intrustiondetectionsystem.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://intrustiondetectionsystem.blogspot.com/feeds/7232972395668240134/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://intrustiondetectionsystem.blogspot.com/2009/12/techniques-to-detect-anomalies-ids.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4353543511919580539/posts/default/7232972395668240134'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4353543511919580539/posts/default/7232972395668240134'/><link rel='alternate' type='text/html' href='http://intrustiondetectionsystem.blogspot.com/2009/12/techniques-to-detect-anomalies-ids.html' title='Techniques to detect anomalies (IDS)'/><author><name>priya</name><uri>http://www.blogger.com/profile/03942658134816105582</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://2.bp.blogspot.com/_13umG2RqkAU/SqkXitXwF1I/AAAAAAAABCI/Qs0eCTVwwqU/S220/priya_pic.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4353543511919580539.post-6347328972413000101</id><published>2009-12-11T10:02:00.000-08:00</published><updated>2009-12-11T10:14:37.832-08:00</updated><title type='text'>Road Map</title><content type='html'>In the last quarter report, there were two potential streams identify for research&lt;br /&gt;&lt;br /&gt;1. Testing of anomaly based intrusion detection systems&lt;br /&gt;&lt;br /&gt;2. Modeling intrusion detection systems&lt;br /&gt;&lt;br /&gt;Proceeding ahead with the testing of anomaly based IDS, we intended to do the following&lt;br /&gt;&lt;br /&gt;1. Understand the anomaly based IDS models&lt;br /&gt;2. How currently the IDS systems are tested. i.e. testing methodology, test scripts generation etc&lt;br /&gt;3. How audit records are used to understand any intrusions in the system etc.&lt;br /&gt;&lt;br /&gt;Currently, based on the information obtained. There are not many research papers supporting the testing of IDS systems.&lt;br /&gt;&lt;br /&gt;When we are not getting sufficient information, the thought on what could have led to scenario is a question that comes up. In addition most of the testing related research have been carried out a few years ago, implying there is no currently existing research based on the literature review that has been obtained.&lt;br /&gt;&lt;br /&gt;Given the situation what could be the steps ahead.&lt;br /&gt;&lt;br /&gt;1. Irrespective of the availability of specific information, understanding the basic model of anomaly based IDS would help us in deriving better testing techniques.&lt;br /&gt;&lt;br /&gt;2. Improvement of the test scripts could be an option which need to be worked on.&lt;br /&gt;&lt;br /&gt;3. In addition, there was also some work related to the software platform for testing IDS undertaken by Prof. Biswanath Mukherjee and his associates.&lt;br /&gt;&lt;br /&gt;4. The model itself could be looked at. One fact that should be considered is that anomaly based IDS does have the ability to raise an alarm for all possible situations which it was not trained before, hence there is greater probability of false alarms as well. Hence we could spend some effort here to understand how this could be avoided.&lt;br /&gt;&lt;br /&gt;Though we have signature and anomaly based IDS. Current industry preference is signature since it is trained to identify fixed anomalies and it does most of the time. While in the case of anomaly based IDS, it is dynamic, but there is a probability if the system is trained to accept an intrusion as a normal behavior it cannot differentiate.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4353543511919580539-6347328972413000101?l=intrustiondetectionsystem.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://intrustiondetectionsystem.blogspot.com/feeds/6347328972413000101/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://intrustiondetectionsystem.blogspot.com/2009/12/road-map.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4353543511919580539/posts/default/6347328972413000101'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4353543511919580539/posts/default/6347328972413000101'/><link rel='alternate' type='text/html' href='http://intrustiondetectionsystem.blogspot.com/2009/12/road-map.html' title='Road Map'/><author><name>priya</name><uri>http://www.blogger.com/profile/03942658134816105582</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://2.bp.blogspot.com/_13umG2RqkAU/SqkXitXwF1I/AAAAAAAABCI/Qs0eCTVwwqU/S220/priya_pic.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4353543511919580539.post-1842218399912139249</id><published>2009-12-09T10:43:00.000-08:00</published><updated>2009-12-09T10:45:33.086-08:00</updated><title type='text'>General definition of anomaly based intrusion detection</title><content type='html'>An Anomaly-Based Intrusion Detection System, is a system for detecting computer intrusions and misuse by monitoring system activity and classifying it as either normal or anomalous. The classification is based on heuristics or rules, rather than patterns or signatures, and will detect any type of misuse that falls out of normal system operation. This is as opposed to signature based systems which can only detect attacks for which a signature has previously been created.&lt;br /&gt;&lt;br /&gt;In order to determine what is attack traffic, the system must be taught to recognise normal system activity. This can be accomplished in several ways, most often with artificial intelligence type techniques. Systems using neural networks have been used to great effect. Another method is to define what normal usage of the system comprises using a strict mathematical model, and flag any deviation from this as an attack. This is known as strict anomaly detection.&lt;br /&gt;Source : - http://en.wikipedia.org/wiki/Anomaly-based_intrusion_detection_system&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4353543511919580539-1842218399912139249?l=intrustiondetectionsystem.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://intrustiondetectionsystem.blogspot.com/feeds/1842218399912139249/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://intrustiondetectionsystem.blogspot.com/2009/12/general-definition-of-anomaly-based.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4353543511919580539/posts/default/1842218399912139249'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4353543511919580539/posts/default/1842218399912139249'/><link rel='alternate' type='text/html' href='http://intrustiondetectionsystem.blogspot.com/2009/12/general-definition-of-anomaly-based.html' title='General definition of anomaly based intrusion detection'/><author><name>priya</name><uri>http://www.blogger.com/profile/03942658134816105582</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://2.bp.blogspot.com/_13umG2RqkAU/SqkXitXwF1I/AAAAAAAABCI/Qs0eCTVwwqU/S220/priya_pic.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4353543511919580539.post-4529784679163759964</id><published>2009-12-09T10:07:00.000-08:00</published><updated>2009-12-09T10:43:31.811-08:00</updated><title type='text'>IDS Testing Methodology</title><content type='html'>Nicolas J Puketza et al, "A methodology for testing intrusion detection systems"&lt;br /&gt;In this paper, the authors try to test the performance objectives of the IDS systems&lt;br /&gt;Precondition - IDS systems should be installed and configured appropriately.&lt;br /&gt;They have considered the basic testing procedure as described below and brought in variations in it&lt;br /&gt;1. create or select a set of test scripts&lt;br /&gt;2. establish the desired conditions in the computing environment&lt;br /&gt;3. start the IDS&lt;br /&gt;4. run the test scripts&lt;br /&gt;5. analyze the IDS's output&lt;br /&gt;The different IDS Tests considered include the following&lt;br /&gt;&lt;br /&gt;1. Intrusion Identification tests&lt;br /&gt;- Basic detection tests&lt;br /&gt;a. create a set of intrusion scripts&lt;br /&gt;b. as much as possible, eliminate unrelated computing acitvity in testing environment&lt;br /&gt;c. start the IDS&lt;br /&gt;d. run the intrusion scripts&lt;br /&gt;Another technique, test results include a number associting it to warning based on the level of abnormal behavior. This would assist the testers in better classification of the abnormal behavior.&lt;br /&gt;- Normal Users test - Here instead of the intruder scripts, normal user scripts are introduced resulting in the understanding on how often normal scenarios are flagged as intrusions.&lt;br /&gt;&lt;br /&gt;2. Resource Usage tests&lt;br /&gt;This is done to understand the resource consumption of the IDS systems. The main test is the disk space. The procedure adopted is as follows:&lt;br /&gt;1. eliminate unrelated activity in the test environment&lt;br /&gt;2. start the IDS&lt;br /&gt;3. run the test script for a measured period of time (e.g., one hour) and&lt;br /&gt;4. calculate the total disk space used by the IDS to record the session associated with the script.&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Evaluation:&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4353543511919580539-4529784679163759964?l=intrustiondetectionsystem.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://intrustiondetectionsystem.blogspot.com/feeds/4529784679163759964/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://intrustiondetectionsystem.blogspot.com/2009/12/ids-testing-methodology.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4353543511919580539/posts/default/4529784679163759964'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4353543511919580539/posts/default/4529784679163759964'/><link rel='alternate' type='text/html' href='http://intrustiondetectionsystem.blogspot.com/2009/12/ids-testing-methodology.html' title='IDS Testing Methodology'/><author><name>priya</name><uri>http://www.blogger.com/profile/03942658134816105582</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://2.bp.blogspot.com/_13umG2RqkAU/SqkXitXwF1I/AAAAAAAABCI/Qs0eCTVwwqU/S220/priya_pic.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4353543511919580539.post-8918952879934937067</id><published>2009-12-04T14:32:00.000-08:00</published><updated>2009-12-04T15:20:06.142-08:00</updated><title type='text'>An intrusion detection model</title><content type='html'>Denning, D. E. 1987. An intrusion detection model. IEEE Transactions of Software Engineer-&lt;br /&gt;ing 13, 2, 222 - 232.&lt;br /&gt;&lt;br /&gt;The model denning arrived at was for a generic purpose which could cater to any kind of environment and system vulnerability and the type of intrusion. He believed that most of the intrusions could be identified from the audit records that is created by the intrusion detection system. He proposed a model in lines of the IDES and claimed it to work well.&lt;br /&gt;&lt;br /&gt;The model proposed by him was expected to cater to the following list of intrusions&lt;br /&gt;1. attempted break-in&lt;br /&gt;2. masquerading or successful break-in&lt;br /&gt;3. penetration by legitimate user&lt;br /&gt;4. leakage by legitimate user&lt;br /&gt;5. Inference by legitimate user&lt;br /&gt;6. Trojan horse&lt;br /&gt;7. Virus&lt;br /&gt;8. Denial of service&lt;br /&gt;&lt;br /&gt;Model proposed by him:&lt;br /&gt;&lt;br /&gt;Since his model was a general purpose one, he called it as an intrusion-detection expert system (IDES). The six main components of his model includes the following:&lt;br /&gt;subjects&lt;br /&gt;objects&lt;br /&gt;audit records&lt;br /&gt;profiles&lt;br /&gt;anomaly records&lt;br /&gt;activity rules&lt;br /&gt;&lt;br /&gt;Denning also describes various metrics and statistical models using the audit records could be analyzed for detecting anomalies&lt;br /&gt;&lt;br /&gt;The metrics defined are:&lt;br /&gt;&lt;br /&gt;1. event counter - number of audit records satisfying some property occurring during a period&lt;br /&gt;2. interval timer - length of time between two related events&lt;br /&gt;3. resource measure - quantity of resources consumed by some action during a period as specified in the Resource-Usage field of the audit records.&lt;br /&gt;&lt;br /&gt;Statistical models proposed include the following:&lt;br /&gt;&lt;br /&gt;1. Operational model&lt;br /&gt;2. Mean and standard deviation model&lt;br /&gt;3. Multivariate model&lt;br /&gt;4. Markov Process model&lt;br /&gt;5. Time series model&lt;br /&gt;&lt;br /&gt;In this paper, in addition to defining metrics and models, Denning also elaborates on the various profiles of data that could be generated for different sessions.&lt;br /&gt;&lt;br /&gt;Thus this data could be used for designing intrusion detection system test cases&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4353543511919580539-8918952879934937067?l=intrustiondetectionsystem.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://intrustiondetectionsystem.blogspot.com/feeds/8918952879934937067/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://intrustiondetectionsystem.blogspot.com/2009/12/intrusion-detection-model.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4353543511919580539/posts/default/8918952879934937067'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4353543511919580539/posts/default/8918952879934937067'/><link rel='alternate' type='text/html' href='http://intrustiondetectionsystem.blogspot.com/2009/12/intrusion-detection-model.html' title='An intrusion detection model'/><author><name>priya</name><uri>http://www.blogger.com/profile/03942658134816105582</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://2.bp.blogspot.com/_13umG2RqkAU/SqkXitXwF1I/AAAAAAAABCI/Qs0eCTVwwqU/S220/priya_pic.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4353543511919580539.post-2215767280545249092</id><published>2009-12-04T11:05:00.001-08:00</published><updated>2009-12-04T14:31:44.250-08:00</updated><title type='text'>Follow - up survey - focus</title><content type='html'>The authors from the University of Minnesotta as explained in my previous blog had conducted an extensive study on the anomaly detection in different domains. The domain of interest to us are the intrusion detection systems, where-in they try to focus on the intrusions based on anomaly's in computer systems.&lt;br /&gt;&lt;br /&gt;According to the authors the complexity with respect to anomaly detection in computer intrusion systems is the volume of data. In general labeled data corresponding to the expected behavior is available while those beyond expected are large in number and difficult to collate. In addition we understand that behavior beyond the normal and expected are considered to be an anomaly.&lt;br /&gt;&lt;br /&gt;Denning in his paper classifies the types of intrusion detection systems to be host and network based.&lt;br /&gt;(Denning, D. E. 1987. An intrusion detection model. IEEE Transactions of Software Engineer-&lt;br /&gt;ing 13, 2, 222{232.)&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4353543511919580539-2215767280545249092?l=intrustiondetectionsystem.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://intrustiondetectionsystem.blogspot.com/feeds/2215767280545249092/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://intrustiondetectionsystem.blogspot.com/2009/12/follow-up-survey-focus.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4353543511919580539/posts/default/2215767280545249092'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4353543511919580539/posts/default/2215767280545249092'/><link rel='alternate' type='text/html' href='http://intrustiondetectionsystem.blogspot.com/2009/12/follow-up-survey-focus.html' title='Follow - up survey - focus'/><author><name>priya</name><uri>http://www.blogger.com/profile/03942658134816105582</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://2.bp.blogspot.com/_13umG2RqkAU/SqkXitXwF1I/AAAAAAAABCI/Qs0eCTVwwqU/S220/priya_pic.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4353543511919580539.post-4419242380676316216</id><published>2009-12-04T10:46:00.000-08:00</published><updated>2009-12-04T14:34:56.472-08:00</updated><title type='text'>Anamoly detection</title><content type='html'>This is based on the technical report consisting of a survey conducted by Varun Chandola, Arindam Banerjee and Vipin Kumar from University of Minnessota.&lt;br /&gt;&lt;br /&gt;They talk in detail on what anamolies are and how they could be identified by using different techniques.&lt;br /&gt;&lt;br /&gt;They discuss about anomaly detection in terms of intrusions from the following perspective&lt;br /&gt;&lt;br /&gt;1. Host based intrusion detection systems&lt;br /&gt;2. Network intrusion detection systems&lt;br /&gt;&lt;br /&gt;Apart from the intrusion detection systems, they also delve into fraud detections like credit card, mobile, insurance claim frauds and insider trading detections.&lt;br /&gt;&lt;br /&gt;The different techniques that they discuss on to detect anomaly include the following&lt;br /&gt;&lt;br /&gt;1. Neural network based&lt;br /&gt;2. Bayesian network based&lt;br /&gt;3. Support vector machine based&lt;br /&gt;4. rule based&lt;br /&gt;&lt;br /&gt;The authors also talk about the additional anomaly detection techniques from a mathematical perspective as well.&lt;br /&gt;&lt;br /&gt;Among the research objectives that we have in place, one of them is to identify the testing technique that could be adopted to detect anomaly based intrusions.&lt;br /&gt;&lt;br /&gt;Thus the technical report defined by the authors could act as an input to the way test data is being prepared for identifying intrusions. Effort needs to be added in order to achieve this. At the same time, this does sound to be a source to be taken into consideration.&lt;br /&gt;&lt;br /&gt;The authors process of writing down the advantages and disadvantages of each technique they describe which could be used for anomaly detection could also add into the understanding.&lt;br /&gt;&lt;br /&gt;One drawback which the authors quote is that, they believe the data considered for describing the various techniques in the report is not standard. It seems to be varying across. So the results that they have achieved might not give us a consistent understanding. Hence one of their future work would be to unify all the assumptions that they have considered.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4353543511919580539-4419242380676316216?l=intrustiondetectionsystem.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://intrustiondetectionsystem.blogspot.com/feeds/4419242380676316216/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://intrustiondetectionsystem.blogspot.com/2009/12/anamoly-detection.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4353543511919580539/posts/default/4419242380676316216'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4353543511919580539/posts/default/4419242380676316216'/><link rel='alternate' type='text/html' href='http://intrustiondetectionsystem.blogspot.com/2009/12/anamoly-detection.html' title='Anamoly detection'/><author><name>priya</name><uri>http://www.blogger.com/profile/03942658134816105582</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://2.bp.blogspot.com/_13umG2RqkAU/SqkXitXwF1I/AAAAAAAABCI/Qs0eCTVwwqU/S220/priya_pic.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4353543511919580539.post-3082437707454642726</id><published>2009-11-06T11:55:00.000-08:00</published><updated>2009-11-06T12:08:51.908-08:00</updated><title type='text'>New tool for detecting intrusions in the web</title><content type='html'>Authors Sean McAllister, Engin Kirda and Christopher Kruegel in their paper "Leveraging User Interactions for In-Depth Testing of Web Applications" talk about a new scanner (automated testing tool) which they have put in place for detecting web application vulnerabilities as the reflected and stored cross site scripting.&lt;br /&gt;&lt;br /&gt;Their claim is that the new tool deleveloped would be able to identify more defects comparatively.  This is due to the fact that more number of test cases could be generated leading to more test scenario coverage for the web applications.&lt;br /&gt;&lt;br /&gt;In the process of their evaluation, they have tested three applications with 3 other existing scanners along with their new developed one. Burp Spider, w3af spider and Acunetix Web Vulnerability are the others. They had concentrated on blogging applications, Forum application and online shopping application.&lt;br /&gt;&lt;br /&gt;The authors feel that black box testing might not be very efficient as it lacks the capability to enter to all the requisite pages to perform the testing. While the tool they have developed has the feature to store and use the values keyed in so as to enter into the pages of the application and ensure there is no possible vulnerability injected in.&lt;br /&gt;&lt;br /&gt;In order to ensure that they application does a deeper testing, the techniques adopted by them include guided fuzzing and stateful fuzzing.&lt;br /&gt;&lt;br /&gt;In the case of guided fuzzing, it stores the previous valid values entered by the user and tries to reevaluate the page and compares the existence of any possible intrusion. They also use the extended fuzzing concept where-in they try to extensively use the data and dig even deeper into the application. Next is the stateful fuzzing which was built to ensure that the use cases are not repeated often as a result of the requirement of guided fuzzing in performing the testing of the applications. They call this as the undesirable side-effects.&lt;br /&gt;&lt;br /&gt;They seem to be happy with what they have produced and talk about no extention to their current work.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4353543511919580539-3082437707454642726?l=intrustiondetectionsystem.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://intrustiondetectionsystem.blogspot.com/feeds/3082437707454642726/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://intrustiondetectionsystem.blogspot.com/2009/11/new-tool-for-detecting-intrusions-in.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4353543511919580539/posts/default/3082437707454642726'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4353543511919580539/posts/default/3082437707454642726'/><link rel='alternate' type='text/html' href='http://intrustiondetectionsystem.blogspot.com/2009/11/new-tool-for-detecting-intrusions-in.html' title='New tool for detecting intrusions in the web'/><author><name>priya</name><uri>http://www.blogger.com/profile/03942658134816105582</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://2.bp.blogspot.com/_13umG2RqkAU/SqkXitXwF1I/AAAAAAAABCI/Qs0eCTVwwqU/S220/priya_pic.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4353543511919580539.post-8061306498784105574</id><published>2009-11-06T11:27:00.000-08:00</published><updated>2009-11-06T11:40:06.232-08:00</updated><title type='text'>Swarm attacks</title><content type='html'>swarm attacks against networks are in trend these days, where-in the aim of the attacker is not to win his bid immediately but to win in increments there-by resulting in the performance degradation of the IDS systems.&lt;br /&gt;&lt;br /&gt;Though the IDS systems are being tested for misuse patterns of the system, such attacks go beyond the scanner. One reason could be a repeated performance without violation could train the IDS system to accept that as a basic behavior or the network its protecting.&lt;br /&gt;&lt;br /&gt;Hence the authors Simon P Chung and Aloysius K. Mok in their paper "Swarm Attacks against Network-level Emulation/ Analysis" (11th international symposium, RAID 2008 Cambridge, MA, USA, September 2008 Proceedings) try to analyze the possibility of breaking through the network by attacking the system incrementally. Their work is to understand if the IDS in place will defer to detect such an attack. They have implemented an attack similar to this for 8 different systems to see if the behavior will differ.&lt;br /&gt;&lt;br /&gt;Now the question that arises is, we have different testing methodologies that concentrate on misuse and anamoly based intrusion detection. If the swarm attack is to fall under the category of repeating the same attack more number of times but performing limited violations, it is not a misuse patter of intrusion detection.&lt;br /&gt;&lt;br /&gt;How can the IDS be trained such that it is able to understand such swarm attacks.&lt;br /&gt;&lt;br /&gt;Further the authors quote that due to time gap between two attacks of the swarm attack, there is higher probability of even the Intrusion prevention systems not identifying the trend thereby evading the identification of the attack that is existing.&lt;br /&gt;&lt;br /&gt;Future work as quoted by the authors is that they want to extend their research extensively on both types of systems to understand what the real time behavior&lt;br /&gt;&lt;br /&gt;RAID - Recent Advances in Intrusion Detection&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4353543511919580539-8061306498784105574?l=intrustiondetectionsystem.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://intrustiondetectionsystem.blogspot.com/feeds/8061306498784105574/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://intrustiondetectionsystem.blogspot.com/2009/11/swarm-attacks.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4353543511919580539/posts/default/8061306498784105574'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4353543511919580539/posts/default/8061306498784105574'/><link rel='alternate' type='text/html' href='http://intrustiondetectionsystem.blogspot.com/2009/11/swarm-attacks.html' title='Swarm attacks'/><author><name>priya</name><uri>http://www.blogger.com/profile/03942658134816105582</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://2.bp.blogspot.com/_13umG2RqkAU/SqkXitXwF1I/AAAAAAAABCI/Qs0eCTVwwqU/S220/priya_pic.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4353543511919580539.post-6762496039235032834</id><published>2009-11-06T10:41:00.000-08:00</published><updated>2009-11-06T10:58:01.477-08:00</updated><title type='text'>An overview of testing issues in IDS</title><content type='html'>The paper gives a list of possible measurements which could be obtained as a result of testing the IDS.&lt;br /&gt;&lt;br /&gt;Centres that are currently spending efforts on testing the IDS include the following:&lt;br /&gt;&lt;br /&gt;1. University of California at DAVIS&lt;br /&gt;2. IBM Zurich&lt;br /&gt;3. MIT Lincoln Laboratory&lt;br /&gt;4. Air Force Research Laboratory&lt;br /&gt;5. MITRE&lt;br /&gt;6. Neohapsis/ Network-Computing&lt;br /&gt;7. The NSS Group&lt;br /&gt;8. Network World Fusion&lt;br /&gt;&lt;br /&gt;List of challenges as quoted include the following&lt;br /&gt;&lt;br /&gt;1. Difficulties in Collecting Attack Scripts and Victim Software&lt;br /&gt;2. Differing Requirements for Testing Signature Based vs. Anomaly Based&lt;br /&gt;IDSs&lt;br /&gt;3. Differing Requirements for Testing Network Based vs. Host Based IDSs&lt;br /&gt;4. Four Approaches to Using Background Traffic in IDS Tests&lt;br /&gt;- Testing using no background traffic/logs&lt;br /&gt;- Testing using real traffic/logs&lt;br /&gt;- Testing using sanitized traffic/logs&lt;br /&gt;- Testing by generating traffic on a testbed network&lt;br /&gt;&lt;br /&gt;Recommendations&lt;br /&gt;&lt;br /&gt;1. Shared Datasets&lt;br /&gt;2. Attack Traces&lt;br /&gt;3. Cleansing Real Data&lt;br /&gt;4. Sensor and Detector Alert Datasets&lt;br /&gt;5. Real-life performance metrics&lt;br /&gt;6. New Technologies&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4353543511919580539-6762496039235032834?l=intrustiondetectionsystem.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://intrustiondetectionsystem.blogspot.com/feeds/6762496039235032834/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://intrustiondetectionsystem.blogspot.com/2009/11/overview-of-testing-issues-in-ids.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4353543511919580539/posts/default/6762496039235032834'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4353543511919580539/posts/default/6762496039235032834'/><link rel='alternate' type='text/html' href='http://intrustiondetectionsystem.blogspot.com/2009/11/overview-of-testing-issues-in-ids.html' title='An overview of testing issues in IDS'/><author><name>priya</name><uri>http://www.blogger.com/profile/03942658134816105582</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://2.bp.blogspot.com/_13umG2RqkAU/SqkXitXwF1I/AAAAAAAABCI/Qs0eCTVwwqU/S220/priya_pic.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4353543511919580539.post-6531657645905688932</id><published>2009-10-20T09:13:00.000-07:00</published><updated>2009-10-20T09:56:37.969-07:00</updated><title type='text'>Synthesizing Test Data for Fraud Detection Systems</title><content type='html'>&lt;span style="font-weight: bold;"&gt;&lt;/span&gt;&lt;a href="http://dblp.uni-trier.de/rec/bibtex/conf/acsac/BarseKJ03" name="p4"&gt;&lt;/a&gt;Emilie Lundin Barse, &lt;a href="http://www.informatik.uni-trier.de/%7Eley/db/indices/a-tree/k/Kvarnstr=ouml=m:H=aring=kan.html"&gt;Håkan Kvarnström&lt;/a&gt;, &lt;a href="http://www.informatik.uni-trier.de/%7Eley/db/indices/a-tree/j/Jonsson:Erland.html"&gt;Erland Jonsson&lt;/a&gt;: Synthesizing Test Data for Fraud Detection Systems. &lt;a href="http://www.informatik.uni-trier.de/%7Eley/db/conf/acsac/acsac2003.html#BarseKJ03"&gt;ACSAC 2003&lt;/a&gt;: 384-395&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4353543511919580539-6531657645905688932?l=intrustiondetectionsystem.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://intrustiondetectionsystem.blogspot.com/feeds/6531657645905688932/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://intrustiondetectionsystem.blogspot.com/2009/10/synthesizing-test-data-for-fraud.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4353543511919580539/posts/default/6531657645905688932'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4353543511919580539/posts/default/6531657645905688932'/><link rel='alternate' type='text/html' href='http://intrustiondetectionsystem.blogspot.com/2009/10/synthesizing-test-data-for-fraud.html' title='Synthesizing Test Data for Fraud Detection Systems'/><author><name>priya</name><uri>http://www.blogger.com/profile/03942658134816105582</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://2.bp.blogspot.com/_13umG2RqkAU/SqkXitXwF1I/AAAAAAAABCI/Qs0eCTVwwqU/S220/priya_pic.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4353543511919580539.post-3243440750083175698</id><published>2009-10-13T11:11:00.000-07:00</published><updated>2009-10-13T11:16:19.131-07:00</updated><title type='text'>Day 2 Research</title><content type='html'>Following the paper on Intrusion Detection System testing, the authors came up with a following paper:&lt;br /&gt;&lt;br /&gt;&lt;a style="font-weight: bold;" href="http://view.samurajdata.se/psview.php?id=dbe5beed&amp;amp;page=1"&gt;"A Software Platform for Testing Intrusion Detection Systems"&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;(Its a post script hence I have provided a link to its conversion)&lt;br /&gt;&lt;br /&gt;In Prof. B. Mukherjee's web page, I could get details on related work, but nothing beyond 1997 on the testing of Intrusion Detection Systems. I do not have access to the following 3 papers which I got from this page. (&lt;span style="font-weight: bold;"&gt;http://networks.cs.ucdavis.edu/~mukherje/bio/pubsa.html)&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;G. Dias, K. Levitt, and B. Mukherjee,&lt;br /&gt;``Modeling Attacks on Computer Systems: Evaluating Vulnerabilities and Forming a Basis for Intrusion Detection,''&lt;br /&gt;Proc., CERT Workshop, Pleasanton, CA, June 1990.&lt;br /&gt;&lt;br /&gt;N. Puketza, B. Mukherjee, R. A. Olsson, K. Zhang,&lt;br /&gt;``Testing Intrusion Detection Systems: Design Methodologies and Results from an Early Prototype,''&lt;br /&gt;Proc., National Computer Security Conference (NCSC), Baltimore, MD, pp. 1-10, Oct. 1994.&lt;br /&gt;&lt;br /&gt;M. Chung, K. Zhang, N. Puketza, R. A. Olsson, and B. Mukherjee,&lt;br /&gt;``Simulating Concurrent Intrusions for Testing Intrusion Detection Systems--Parallelizing Intrusions,''&lt;br /&gt;Proc., 18th National Information Systems Security Conference, Baltimore, MD, pp. 173-183, Oct. 1995.&lt;br /&gt;&lt;br /&gt;Following 2 papers are beyond the references obtained from the web page of the authors of "A Methodology of testing Intrusion Detection Systems"&lt;br /&gt;&lt;br /&gt;&lt;a style="font-weight: bold;" href="http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.8.5163"&gt;An Overview of Issues in Testing Intrusion Detection Systems&lt;/a&gt;&lt;br /&gt;by Peter Mell ,  Vincent Hu ,  Richard Lippmann ,  Josh Haines ,  Marc Zissman&lt;br /&gt;&lt;br /&gt;&lt;a style="font-weight: bold;" href="http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.4.4860"&gt;Synthesizing Test Data for Fraud Detection Systems (2003)&lt;/a&gt;&lt;br /&gt;by Emilie Lundin Barse ,  Emilie Lundin ,  Kvarnström Erl&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4353543511919580539-3243440750083175698?l=intrustiondetectionsystem.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://intrustiondetectionsystem.blogspot.com/feeds/3243440750083175698/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://intrustiondetectionsystem.blogspot.com/2009/10/day-2-research.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4353543511919580539/posts/default/3243440750083175698'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4353543511919580539/posts/default/3243440750083175698'/><link rel='alternate' type='text/html' href='http://intrustiondetectionsystem.blogspot.com/2009/10/day-2-research.html' title='Day 2 Research'/><author><name>priya</name><uri>http://www.blogger.com/profile/03942658134816105582</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://2.bp.blogspot.com/_13umG2RqkAU/SqkXitXwF1I/AAAAAAAABCI/Qs0eCTVwwqU/S220/priya_pic.jpg'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-4353543511919580539.post-675078817889144436</id><published>2009-10-10T08:11:00.000-07:00</published><updated>2009-10-10T08:38:35.829-07:00</updated><title type='text'>IEEE Paper 1</title><content type='html'>&lt;a href="http://ieeexplore.ieee.org/stamp/stamp.jsp?tp=&amp;amp;arnumber=544350&amp;amp;isnumber=11896"&gt;A Methodology of Testing Intrusion Detection Systems&lt;/a&gt;:&lt;br /&gt;&lt;u&gt;&lt;/u&gt;&lt;br /&gt;&lt;u&gt;Introduction:&lt;br /&gt;&lt;/u&gt;Software Testing concepts have been used as a basis for performing testing of the Intrusion detection systems.&lt;br /&gt;Testing goals concentrated are the performance measures of the intrusion detection systems. The test case selection and procedures have been filtered to satisfy this goal.&lt;br /&gt;&lt;br /&gt;&lt;u&gt;Issues in evaluating an IDS&lt;/u&gt;&lt;br /&gt;1. It might be difficult to identify all possible intrusions in a website where the IDS could be employed so as to arrive at the parameters for testing&lt;br /&gt;2. Depending on the usage of the system, the IDS may at times miss out on identifying and tracking specific attacks&lt;br /&gt;&lt;br /&gt;&lt;u&gt;Types of Intrustions in focus:&lt;/u&gt;&lt;br /&gt;&lt;br /&gt;1. Single Intruder Single Terminal (SIST)&lt;br /&gt;2. Single Intruder Multiple Terminal (SIMT)&lt;br /&gt;3. Multiple Intruder Multiple Terminal (MIMT)&lt;br /&gt;&lt;br /&gt;&lt;u&gt;Performance Objectives:&lt;/u&gt;&lt;br /&gt;&lt;br /&gt;Broad Detection Range&lt;br /&gt;Economy in Resource Usage&lt;br /&gt;Resilience to Stress&lt;br /&gt;&lt;br /&gt;&lt;u&gt;Proposed Methodology:&lt;/u&gt;&lt;br /&gt;Intrusion Identification tests&lt;br /&gt;Resource Usage tests&lt;br /&gt;Stress tests - Smoke screen noise, background noise, High Volume Sessions, Intensity and Load&lt;br /&gt;&lt;br /&gt;&lt;u&gt;Future Work:&lt;/u&gt;&lt;br /&gt;1. Careful development of a suite of Intrusion test cases for basic detection system&lt;br /&gt;2. Identification of additional performance objectives based on the information obtained from testing of other systems&lt;br /&gt;3. Another task is to fine tune the testing procedures and develop suitable metrics to create a benchmark suite of IDSS, similar in spirit to the well established benchmarks such as SPECmarks, Livermore Loops and Dhrystone , which are used to test the performance of various computer architectures.&lt;br /&gt;4. Testing techniques arrived at in this paper could be looked to adopt to testing other systems as well&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/4353543511919580539-675078817889144436?l=intrustiondetectionsystem.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://intrustiondetectionsystem.blogspot.com/feeds/675078817889144436/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://intrustiondetectionsystem.blogspot.com/2009/10/ieee-paper-1.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/4353543511919580539/posts/default/675078817889144436'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/4353543511919580539/posts/default/675078817889144436'/><link rel='alternate' type='text/html' href='http://intrustiondetectionsystem.blogspot.com/2009/10/ieee-paper-1.html' title='IEEE Paper 1'/><author><name>priya</name><uri>http://www.blogger.com/profile/03942658134816105582</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='31' height='32' src='http://2.bp.blogspot.com/_13umG2RqkAU/SqkXitXwF1I/AAAAAAAABCI/Qs0eCTVwwqU/S220/priya_pic.jpg'/></author><thr:total>0</thr:total></entry></feed>
