Honeytokens
[Posted July 23, 2003 by corbet]
A "honeypot" is a digital system whose purpose is to attract and identify
illegal activity. Traditionally, honeypots are sacrificial computers
placed on a network. The honeypot system serves no useful purpose; no
legitimate user will have any reason to access it. As a result, any
accesses which actually happen are likely to be somebody attempting
something nasty. The honeypot can thus serve as a sort of early warning
system, as well as a laboratory in which cracker techniques can be studied
in real time.
A new paper by Lance
Spitzner points out that the honeypot concept can be applied in other
contexts. One such application is "honeytokens," a bit of information
which should never be accessed. An example might be login information
placed in a message in a senior manager's mail spool; anybody attempting to
actually log in using that information is almost guaranteed to be an
attacker. A properly setup system could initiate a trace and catch the
attacker before he gets into something truly useful.
This idea is not particularly new; direct (physical) mail companies have
long embedded special addresses in their lists to track the use of those
lists, for example. The security community has not, until now, made much
use of this technique, however. Properly used, honeytokens could become a
valuable part of intrusion detection and other security-related systems.
Stolen information may not bite, but it may yet manage to strike back at
thieves anyway.
(
Log in to post comments)