Author Archive for Michael Daniluk

Terrorists on the Internet … Dude

Upon finding out that I study information security, a question people often ask me is:

“Alright dude, so like, if all these terrorists go around posting stuff on the Internet, why can’t we just use their Internet posts to track them down?”

What annoys me is that I can think of several answers to this question but I do not know which one is in actuality most of the times true.

Continue reading ‘Terrorists on the Internet … Dude’

Email Source Authentication through Network Services: An Open Question

Suppose you have an email that claims to be from a particular web destination (”Chase Bank”, “eBay”, “Middle of Nowhere Bank”, etc.) and directs you to a url purportedly at that location. Suppose further that you possess the capability of extracting both these pieces of information from any email if the email falls into said category. So you have

A. Purported Web Destination of Email
B. URL Email is Instructing you to Follow

So here is an open-ended question: how can you use existing network services to determine that B is an authentic location in A? A subset of existing spam filtering heuristics work quite well towards this end (visible text of html link does not match actual url, href attribute is expressed as IP address, etc.), but using network services opens of a new dimension of validation, one in which the data gathered for heuristic application are outside the control of the email’s sender. So post any ideas you have. Kurt asked a similar question at an SFS meeting last semester pertaining to the parasitic storage project. Whereas his aim was using network services for caching, my aim is using them for source authentication. Thanks and please keep the discussion focused, at least primarily, on this particular method.