All pastes #2076684 Raw Edit

Stuff

public text v1 · immutable
#2076684 ·published 2011-06-08 11:06 UTC
rendered paste body
select a.* from snort.acid_event a,snort.acid_event b where a.timestamp>='2011-06-08 00:00:00' and a.timestamp>=b.timestamp and a.sid!=b.sid and a.plugin_id=b.plugin_id and a.plugin_sid=b.plugin_sid and (UNIX_TIMESTAMP(a.timestamp)-UNIX_TIMESTAMP(b.timestamp))<=2;