<?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 event "http://ebiquity.umbc.edu/ontology/event.owl#">
	<!ENTITY person "http://ebiquity.umbc.edu/ontology/person.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:event = "&event;"
		xmlns:person = "&person;"
		xmlns:assert = "&assert;">
	<event:Event rdf:about="http://ebiquity.umbc.edu/event/html/id/459/MS-defense-Social-Media-Analytics-Digital-Footprints">
		<rdfs:label><![CDATA[MS defense: Social Media Analytics: Digital Footprints]]></rdfs:label>
		<event:title><![CDATA[MS defense: Social Media Analytics: Digital Footprints]]></event:title>
		<event:speaker>
<person:MSAlumnus rdf:about="http://ebiquity.umbc.edu/person/html/Sandhya/Krishnan"><person:name><![CDATA[Sandhya Krishnan]]></person:name><rdfs:label><![CDATA[Sandhya Krishnan]]></rdfs:label></person:MSAlumnus>
		</event:speaker>
		<event:startDate rdf:datatype="&xsd;dateTime">2013-05-13T10:30:00-05:00</event:startDate>
		<event:endDate rdf:datatype="&xsd;dateTime">2013-05-13T12:00:00-05:00</event:endDate>
		<event:location><![CDATA[325b ITE]]></event:location>
		<event:abstract><![CDATA[<p>In this work we describe an approach to distinguish real and impostor/ compromised accounts on social media. Compromising a user's social media account is not only a breach of security, but can also lead to dissemination of misinformation at a fast pace on social media. There have been several such high profile attacks recently, including on Twitter feeds of AP, CBS, and Delta Airlines. A fake account for the Prime Minister's Office in India was used to spread malicious rumors last year. Our approach builds a profile or footprint of users using both the content of their tweets and the structure of their network. We analyze the real time content of users (Tweets, Facebook posts, etc.) and compare them with information about the user from reliable sources on the Web (e.g., newspapers, news channels, etc.) in order to compute a similarity metric between content from the two sources. We also compute a metric based on the social network analysis of the users: who connects to them, who they are connected with, and how central they are in their network. We have shown how such an approach can easily detect fake accounts for not just well known people such as President Obama, but also for lesser known people and organizations. We also show promising initial results on how this approach can be used to detect an account which has been hacked.</p>

<p>Committee: Anupam Joshi (chair), Tim Finin, Tim Oates, Ponnurangam Kumaraguru (IIIT Delhi)</p>
]]></event:abstract>
		<event:uri><![CDATA[http://www.csee.umbc.edu/2013/05/ms-defense-social-media-analytics-digital-footprints-513/]]></event:uri>
		<event:tag><![CDATA[cybersecurity]]></event:tag>
		<event:tag><![CDATA[social media]]></event:tag>
	</event:Event>

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

</rdf:RDF>
