Question
Write a program to recognize port scanning on a specific host. Recognize the scan by analyzing the hosts trace file and/or the TCP dump file.
Write a program to recognize port scanning on a specific host. Recognize the scan by analyzing the hosts trace file and/or the TCP dump file. Output the range of ports scanned and the duration of the scan. Describe the scan; was it sent at regular intervals, for example? What type of scan occurred? What was the time interval?
Extend the program to recognize a port scan in real-time? Capture the packets associated with the scan. Measure the performance of the program. Produce an output log for the program, which contains information about the captured packets.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started