GithubHelp home page GithubHelp logo

rahardian-dwi-saputra / snort-ubuntu Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 1.57 MB

Praktek IDS (Intrusion Detection System) menggunakan Snort di Ubuntu

cyber-defense cyber-security intrusion-detection-system network-traffic-monitor snort snort-rules ubuntu2204

snort-ubuntu's Introduction

Snort IDS

Snort menggunakan serangkaian aturan yang membantu menentukan aktivitas jaringan berbahaya dan menggunakan aturan tersebut untuk menemukan paket yang cocok dan menghasilkan peringatan bagi pengguna.

User manual Snort: http://manual-snort-org.s3-website-us-east-1.amazonaws.com/

Arsitektur Lab

alt text

Requirement

Instalasi Snort di Ubuntu

  • Cek nama interface yang tersedia
ifconfig

alt text

  • Lakukan update terlebih dahulu
sudo apt update

alt text

  • Install Snort
sudo apt install snort

alt text

  • Cek hasil instalasi snort
snort -V

alt text

  • Buat file backup untuk konfigurasi snort
sudo cp /etc/snort/snort.conf /etc/snort/snort.conf.backup

alt text

Konfigurasi Snort

  • Masuk sebagai user root

alt text

  • Buka file konfigurasi snort
nano /etc/snort/snort.conf
  • Tambahkan IP network dibaris berikut

alt text

  • Cek validasi konfigurasi snort
snort -T -c /etc/snort/snort.conf

alt text

  • Jalankan snort
snort -A console -q -c /etc/snort/snort.conf -i enp0s3

alt text

  • Lakukan port scanning dengan tool nmap di sisi Attacker
nmap <IP_target>

alt text

  • Log terdeteksi di snort. Tekan Ctrl+C untuk menghentikan snort

alt text

Simulasi Serangan

snort-ubuntu's People

Contributors

rahardian-dwi-saputra avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.