270 likes | 379 Vues
This document covers the essentials of log analysis and intrusion detection systems (IDS) on both Windows and Linux platforms. It defines log analysis, providing examples such as user authentication and application logs. It also details the Linux auditing process, covering tools like Syslog, Metalog, and LogRotater. Furthermore, the document explains IDS, particularly how to set up Snort for detecting suspicious activities, including configuration, rule creation, and testing. Real-world scenarios illustrate Snort's operation in detecting various attacks such as Trojans and network scans.
E N D
Log Analysis and Intrusion Detection By Srikrishna Gudavalli Venkata Naga Vamsi Krishna Ravi Kiran Yellepeddy
Log Analysis (Windows And linux) What is log analysis? Describes an event (or) process activity in detail on the system. Examples : • user authentication event log • ftp authentication .
Setup for LogAnalysis • Application Log Specific to particular application. eg:MS word,Windows Media Player • Security Log Specifically logs all the security features. • System Log Logs all the system related activities.
Linux Auditing • Sysklog • Metalog • LogRotater Basic Linux Auditing Syslogd: Gives information about the general activities about the Kernel,Mails,Process and Remote logins.
Intrusion Detection Systems (IDS) • What is an intrusion Detection System (IDS)? Intrusion Detection Systems look for attack signatures, which are specific patterns that usually indicate malicious or suspicious intent Example : Snort
Steps to setup IDS • Installation of snort • Creation of Snort configuration files • Creation of rules • Testing of rules
Using Snort in Different Scenarios • Ping • nmap Scan Utility • Subseven Trojan • Telnet • Internet Explorer
Pinging the server from the client and sniffing data on server by snort.
Adding preprocessor to the config files of Snort to filter port scanner.
Using Internet Explorer to detect directory traversal attack by snort
Alert for the Directory Traversal attack in snort alerts file