Difference between revisions of "SNORT"
Onnowpurbo (talk | contribs) |
Onnowpurbo (talk | contribs) |
||
Line 36: | Line 36: | ||
==Pranala Menarik== | ==Pranala Menarik== | ||
+ | * [[Instalasi SNORT dan BASE]] | ||
* [[SNORT: Compile SNORT dan BASE]] | * [[SNORT: Compile SNORT dan BASE]] | ||
* [[SNORT: Install SNORT]] | * [[SNORT: Install SNORT]] | ||
[[Category: Keamanan Jaringan]] | [[Category: Keamanan Jaringan]] |
Revision as of 09:17, 4 August 2011
Snort adalah free dan open source network intrusion prevention system (NIPS) dan network intrusion detection system (NIDS), yang di kembangkan oleh Martin Roesch tahun 1998. Snort saat ini di kembangkan oleh Sourcefire, dimana Roesch adalah founder dan CTO. Tahun 2009, Snort terpilih sebagai ‘greatest open source software of all time.’
Uses
Snort’s open source network-based intrusion detection system (NIDS) has the ability to perform real-time traffic analysis and packet logging on Internet Protocol (IP) networks. Snort performs protocol analysis, content searching, and content matching. The program can also be used to detect probes or attacks, including, but not limited to, operating system fingerprinting attempts, common gateway interface, buffer overflows, server message block probes, and stealth port scans.
Snort can be configured in three main modes: sniffer, packet logger, and network intrusion detection.
In sniffer mode, the program will read network packets and display them on the console. In packet logger mode, the program will log packets to the disk. In intrusion detection mode, the program will monitor network traffic and analyze it against a ruleset defined by the user. The program will then perform a specific action based on what has been identified.
There are several third party tools interfacing Snort for administration, reporting and log analysis:
See also
- Intrusion Detection System (IDS)
- Intrusion Prevention System
- Network Intrusion Detection
- Metasploit Project
- nmap
- Snort
- Wireshark
External links