GLOBAL GUARD
July 1, 1999
3-4pm
3085 ENG II
In attendance:
Jeff Rowe (JR), Rick Crawford (RC), David O'Brien (DOB), Karl Levitt
(KL), Aaron Stearns (AS) and Steven Templeton (ST)

-
Aaron goes over framework for Global Guard
-
Cell (i, j)
-
1 if event occurred
-
0 if not
-
Calculated by table lookup using rules
-
Boolean arithmetic - look up in "code book"
-
Probabilistic Model - values are percents - fuzzy logic
-
Missing data handled by logical formula - no attributes (implicit) in codebook
-
Codebook - pattern matching
-
How do you keep track of host, port etc? The third dimension is attributes
-
DOB: Start with functionality before optimization
-
Event IDS - keep state - event timestamp
-
Log things from the past
-
Internal state - run garbage collector - forensic software
-
List of events
-
Logging of sensor data
-
Rules should tell you how far back to log
-
RC: Scaleability - different memory hierarchies
-
Fast codebook lookup - if see something suspicious go to much larger memory
(e.g. CYC engine). If more suspicious activity noted, then go to optical
juke box that doesn't throw anything away and is very slow
-
Log results of intermidiate computations
-
Use assumption, then toss it.
-
Need to come up with language that sits above it. Language to compile into
codebook
-
ST: Can view these as facts and use CLIPS - generating facts - loop could
go on forever.
-
Track users over domains
-
DIDS - colelct data for network and host monitors
-
SM was part of ASYM which is part of DIDS
-
Next Wednesday at 10:00am
-
Jeff and David O will go over the model document and try to come up with
code/language for SMURF and Jason's attack.