Ended on 5th Jul'24 06:29 PM (Coordinated Universal Time)

Network Activity Anomaly Detection, by Consulting and Analytics Club, IIT Guwahati

Build a model to predict whether a network a network is experiencing "normal" activity or "neptune" activity

2.3k
Medium
Challenge Starts

02 Jul 03:30 am

Registration Ends

05 Jul 06:29 pm

Challenge Ends

05 Jul 06:29 pm

The dataset contains detailed records of network activities, capturing various attributes associated with network connections. Each record is labeled to indicate whether the activity is normal or a "Neptune" attack, providing a foundation for binomial classification.

A Neptune attack, also known as a SYN flood attack, is a type of denial-of-service (DoS) attack where an attacker overwhelms a target system with a high number of SYN requests, causing the system to become unresponsive to legitimate traffic. It exploits the TCP handshake process to consume resources on the target machine.

The training set contains 86,845 rows, including whether the activity (column - Attack) is normal or not. Use this to train a Machine Learning model, then predict whether the 21,712 entries in the test set have a normal activity or not (Neptune).

Note: 

  • In the target variable (Attack), “normal” means normal activity (no attack) i.e., attack = 0

  • “neptune” means Neptune attack. i.e., attack = 1

This website uses cookies to ensure you get the best experience. Learn more