Difference between revisions of "SNORT"

From OnnoWiki
Jump to navigation Jump to search
Line 65: Line 65:
  
 
* [[SNORT-RULES: Coba Menulis Rules untuk pemula]]
 
* [[SNORT-RULES: Coba Menulis Rules untuk pemula]]
 +
* [[SNORT-RULES: Kode ASCII yang bermanfaat untuk menulis snort rules]]
 
* [[SNORT-RULES: Contoh Materi Workshop]]
 
* [[SNORT-RULES: Contoh Materi Workshop]]
 
* [[SNORT-RULES: The Basics]]
 
* [[SNORT-RULES: The Basics]]

Revision as of 19:36, 31 March 2017

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) yang mempunyai kemampuan untuk melakukan analisa traffic secara real time dan packet logging dari jaringan Internet Protocol (IP). Snort melakukan analisa protocol, pencarian content, pencocokan content. Snort juga dapat digunakan untuk mendeteksi serangan, termasuk, tapi tidak terbatas pada, operating system fingerprinting attempts, common gateway interface, buffer overflows, server message block probes, dan stealth port scans.

Snort dapat dikonfigurasi menggunakan tiga mode utama: sniffer, packet logger, dan 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


External links


Bacaan

Pranala Menarik

Operasi Snort

Referensi Menarik

Snort Rules