Download presentation
Presentation is loading. Please wait.
Published byHarold Burns Modified over 9 years ago
1
Grid-wide Intrusion Detection Stuart Kenny*, Brian Coghlan Trinity College Dublin
2
December 2004Grid-wide Intrusion Detection2 Overview SANTA-G SANTA-G NetTracer Intrusion Detection System Summary
3
December 2004Grid-wide Intrusion Detection3 SANTA-G Developed by TCD within CrossGrid Framework for accessing monitoring information via Grid InfoSys Info providers insert data periodically –Inefficient, or impossible, when dealing with large amounts data –Better to leave data where it was created –Data transferred when requested by client
4
December 2004Grid-wide Intrusion Detection4 SANTA-G
5
December 2004Grid-wide Intrusion Detection5 SANTA-G NetTracer Demonstrates SANTA-G framework Access libpcap logfiles via EDG R-GMA –Tcpdump logfiles, network monitoring –SNORT logfiles, intrusion detection Uses R-GMA CanonicalProducer (TCD)
6
December 2004Grid-wide Intrusion Detection6 SANTA-G NetTracer
7
December 2004Grid-wide Intrusion Detection7 SANTA-G Intrusion Detection We can use SNORT functionality of NetTracer as basis of Grid-wide intrusion detection system.
8
December 2004Grid-wide Intrusion Detection8 SANTA-G Intrusion Detection
9
December 2004Grid-wide Intrusion Detection9 SANTA-G Intrusion Detection
10
December 2004Grid-wide Intrusion Detection10 Grid Intrusion Detection Each site hosts NetTracer SNORT sensors on each monitored node Detected alerts are streamed to R-GMA Grid-wide intrusion log: –GOC collects alerts from multiple sites –Uses R-GMA archiver
11
December 2004Grid-wide Intrusion Detection11 Grid Intrusion Detection
12
December 2004Grid-wide Intrusion Detection12 Grid-wide Intrusion Alerts Grid-wide alerts: –GOC runs custom Consumers querying for specific alert patterns –Consumers send alerts if pattern detected An example filter might be: Consumer alert = new Consumer(“SELECT * FROM snortAlerts WHERE message=“DDOS mstream client to handler”, Consumer.CONTINUOUS); while(true){ ResultSet ddosAlerts = alerts.pop(); while(ddosAlerts.next()){ sendEmailAlert(ddosAlerts.getString(“alert_timestamp”,… }
13
December 2004Grid-wide Intrusion Detection13 Summary SANTA-G framework allows client access to monitoring data through Grid InfoSys Example provided by SANTA-G NetTracer SNORT functionality of NetTracer used to construct Grid-wide IDS Alerts from multiple sites collected by GOC GOC analyses IDS log and generates Grid-wide intrusion alerts To be deployed on Grid-Ireland Jan ‘05
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.