<?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:TechReport rdf:about="http://ebiquity.umbc.edu/paper/html/id/53/SHOMAR-An-Open-Architecture-for-Distributed-Intrusion-Detection-Services">
		<rdfs:label><![CDATA[SHOMAR: An Open Architecture for Distributed Intrusion Detection Services]]></rdfs:label>
		<pub:title><![CDATA[SHOMAR: An Open Architecture for Distributed Intrusion Detection Services]]></pub:title>
		<pub:publishedOn rdf:datatype="&xsd;dateTime">2002-09-12T00:00:00-05:00</pub:publishedOn>
		<pub:abstract><![CDATA[Distributed Intrusion Detection Systems (DIDS) offer an alternative to centralized intrusion detection.
Current research indicates that a distributed intrusion detection paradigm may afford
greater coverage, consequently providing an increase in security. In some cases, DIDS offer an
alternative to centralized analysis, consequently improving scalabity. SHOMAR, the distributed
architecture presented in this paper, provides an open framework that enables secure access to
heterogeneous software and hardware components of a distributed intrusion detection system.
SHOMAR is built upon a simplified Public Key Infrastructure that provides for authentication,
non-repudiation, anti-playback, and access control. This framework supports a broad spectrum of
approaches, ranging from hierarchical to peer-to-peer. The system topology and rules governing
access to intrusion detection services is based solely upon policy, which is enforced through the
use of a capability manager. The protoype system uses Java. The Extensible Markup Language is
the sole medium for data exchange between intrusion detection components. SHOMAR provides a
distributed service infrastructure independent of the underlying communications network.]]></pub:abstract>
		<pub:counter>6077</pub:counter>
		<pub:tag><![CDATA[intrusion detection]]></pub:tag>
		<pub:tag><![CDATA[security]]></pub:tag>
		<pub:tag><![CDATA[semantic web]]></pub:tag>
		<pub:publisher><![CDATA[University of Maryland, Baltimore County]]></pub:publisher>
		<pub:author>
			<rdf:List>
				<rdf:first>
					<person:Person rdf:about="http://ebiquity.umbc.edu/person/html/Filip/Perich"><person:name><![CDATA[Filip Perich]]></person:name><rdfs:label><![CDATA[Filip Perich]]></rdfs:label></person:Person>
				</rdf:first>
				<rdf:rest>					<rdf:List>
						<rdf:first>
							<person:Person rdf:about="http://ebiquity.umbc.edu/person/html/Charles/Nicholas"><person:name><![CDATA[Charles Nicholas]]></person:name><rdfs:label><![CDATA[Charles Nicholas]]></rdfs:label></person:Person>
						</rdf:first>
						<rdf:rest rdf:resource="&rdf;nil" />
					</rdf:List>
				</rdf:rest>
			</rdf:List>
		</pub:author>
		<pub:firstAuthor>
<person:Person rdf:about="http://ebiquity.umbc.edu/person/html/Filip/Perich"><person:name><![CDATA[Filip Perich]]></person:name><rdfs:label><![CDATA[Filip Perich]]></rdfs:label></person:Person>
		</pub:firstAuthor>
		<pub:relatedProject><project:PastProject rdf:about="http://ebiquity.umbc.edu/project/html/id/33/Intrusion-Detection"><project:title><![CDATA[Intrusion Detection]]></project:title><rdfs:label><![CDATA[Intrusion Detection]]></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/12.pdf]]></pub:softCopyURI>
			<pub:softCopySize>167780</pub:softCopySize>
			</pub:SoftCopy>
			</pub:softCopy>
	</pub:TechReport>

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

</rdf:RDF>
