<?xml version="1.0"?>

<!DOCTYPE owl [
  <!ENTITY rdf "http://www.w3.org/1999/02/22-rdf-syntax-ns#">
  <!ENTITY rdfs "http://www.w3.org/2000/01/rdf-schema#">
  <!ENTITY xsd "http://www.w3.org/2001/XMLSchema#">
  <!ENTITY owl "http://www.w3.org/2002/07/owl#">
  <!ENTITY cc "http://web.resource.org/cc/#">
  <!ENTITY project "http://ebiquity.umbc.edu/ontology/project.owl#">
  <!ENTITY person "http://ebiquity.umbc.edu/ontology/person.owl#">
  <!ENTITY pub "http://ebiquity.umbc.edu/ontology/publication.owl#">
  <!ENTITY assert "http://ebiquity.umbc.edu/ontology/assertion.owl#">]>

<!--
  This ontology document is licensed under the Creative Commons
  Attribution License. To view a copy of this license, visit
  http://creativecommons.org/licenses/by/2.0/ or send a letter to
  Creative Commons, 559 Nathan Abbott Way, Stanford, California
  94305, USA.
-->

<rdf:RDF 
  xmlns:rdf = "&rdf;"
  xmlns:rdfs = "&rdfs;"
  xmlns:xsd = "&xsd;"
  xmlns:owl = "&owl;"
  xmlns:cc = "&cc;"
  xmlns:project = "&project;"
  xmlns:person = "&person;"
  xmlns:pub = "&pub;"
  xmlns:assert = "&assert;">
  <pub:PhdThesis rdf:about="http://ebiquity.umbc.edu/paper/html/id/153/Intrusion-Detection-Modeling-System-State-to-Detect-and-Classify-Aberrant-Behavior">
    <rdfs:label><![CDATA[Intrusion Detection:  Modeling System State to Detect and Classify Aberrant Behavior]]></rdfs:label>
    <pub:title><![CDATA[Intrusion Detection:  Modeling System State to Detect and Classify Aberrant Behavior]]></pub:title>
    <pub:publishedOn rdf:datatype="&xsd;dateTime">2004-02-17T00:00:00-05:00</pub:publishedOn>
    <pub:abstract><![CDATA[We present a dual-phase host-based intrusion detection process. We have demonstrated, through experimental validation, that our process improves the current state of intrusion detection
capabilities. The first phase uses cluster analysis to compare samples of low-level
operating system data to an established model of normalcy. The second phase takes instances
of non-conforming data from phase-1, maps that data to instances of our target-centric ontology
and reasons over it. The reasoning process serves two purposes: primarily it is intended
to classify the anomalous data as a specific type, or class, of attack. Its secondary purpose is
to provide an orthogonal test to differentiate between true and false positives.
We developed a novel metric (self-distance) to quantify the streams of system calls
generated by a process and we have constructed a feature set from the low-level operating
system data, which is subsequently used as input to the clustering process. We experimented
with different clustering algorithms (Fuzzy c-Medoid, k-Means, and Principal Direction Divisive
Partitioning), distance measures (Euclidean and Mahalanobis), and the effects of znormalizing
the data set. Our experiments indicated that the Fuzzy c-Mediod algorithm using
the Mahalanobis metric as a distance measure was the optimal performer, yielding an
F-Measure of .9822. The F-Measure is a common method for describing accuracy and is
combination of precision and recall.
</p>
<p>
We experimentally demonstrated the case for migrating from taxonomic classification
systems and their syntactical representation languages to ontologies and semantically rich
ontology specification languages. We created a data model of the relationships that hold
between the low-level data and instances of attacks and intrusions. We used the DARPA
Agent Markup Language + Ontology Inference Layer to specify the data model as a ontology
and the Java Theorem Prover, a sound and complete First Order Logic theorem prover, to
reason over and classify instances data that were deemed to be anomalous in the first phase
of our process. Our classification mechanism achieved an F-Measure of .9776.
The overall F-Measure of our dual-phase process was .9718. </p>
<p>Ignoring the characteristics
of the data population is a classic mistake that is made when evaluating intrusion systems.
This is also referred to as the base-rate fallacy. When evaluating the posterior probability (the
probability of an alarm given an intrusion) of our process, we achieved a score of .998. </p>
We also present two novel mechanisms to detect and mitigate aberrant behaviors encountered
in Mobile Ad Hoc and Wireless Sensor networks. Both of these networks consist
of resource constrained devices. Accordingly, we present our intrusion detection mechanisms
as protocols that monitor network state rather than system state. </p>]]></pub:abstract>
    <pub:organization><![CDATA[Department of Computer Science and Electrical Engineering]]></pub:organization>
    <pub:counter>3322</pub:counter>
    <pub:tag><![CDATA[intrusion detection]]></pub:tag>
    <pub:tag><![CDATA[fuzzy clustering]]></pub:tag>
    <pub:tag><![CDATA[daml+oil]]></pub:tag>
    <pub:tag><![CDATA[security]]></pub:tag>
    <pub:tag><![CDATA[semantic web]]></pub:tag>
    <pub:school><![CDATA[University of Maryland, Baltimore County]]></pub:school>
    <pub:author>
       <rdf:List>
         <rdf:first><person:Alumnus rdf:about="http://ebiquity.umbc.edu/person/html/Jeffrey/L/Undercoffer/"><person:name><![CDATA[Jeffrey L Undercoffer]]></person:name><rdfs:label><![CDATA[Jeffrey L Undercoffer]]></rdfs:label></person:Alumnus></rdf:first>
         <rdf:rest rdf:resource="&rdf;nil" />
       </rdf:List>
    </pub:author>
    <pub:firstAuthor><person:Alumnus rdf:about="http://ebiquity.umbc.edu/person/html/Jeffrey/L/Undercoffer/"><person:name><![CDATA[Jeffrey L Undercoffer]]></person:name><rdfs:label><![CDATA[Jeffrey L Undercoffer]]></rdfs:label></person:Alumnus></pub:firstAuthor>
    <pub:relatedProject><project:PastProject rdf:about="http://ebiquity.umbc.edu/project/html/id/74/Distributed-Trust-Management-in-Mobile-Ad-Hoc-Networks"><project:title><![CDATA[Distributed Trust Management in Mobile Ad Hoc Networks]]></project:title><rdfs:label><![CDATA[Distributed Trust Management in Mobile Ad Hoc Networks]]></rdfs:label></project:PastProject></pub:relatedProject>
    <pub:softCopy><pub:SoftCopy>
      <pub:softCopyFormat><![CDATA[PDF Document]]></pub:softCopyFormat>
      <pub:softCopyURI><![CDATA[http://ebiquity.umbc.edu/get/a/publication/82.pdf]]></pub:softCopyURI>
      <pub:softCopySize>1364618</pub:softCopySize>
    </pub:SoftCopy></pub:softCopy>
  </pub:PhdThesis>

  <rdf:Description rdf:about="">
    <cc:License rdf:resource="http://creativecommons.org/licenses/by/2.0/" />
  </rdf:Description>

</rdf:RDF>
