Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Please do this python programming with step wise comments also. This needs to be done in python programming. 3. Interactive program about cyber-attacks (10 points):
Please do this python programming with step wise comments also. This needs to be done in python programming.
3. Interactive program about cyber-attacks (10 points): a. Create an attack history dictionary with the contents as given below: i. Attack type: SQL injection, IP spoofing, DDoS, DNS poisoning, Theft ii. Date of last attack: 5 Feb 2020, iii. Component effected: database, router, cache memory, network, computer node iv. Cost of recovery (dollar amount) b. Enter upto 5 such attacks and display the contents of your dictionary. (4 points) c. Sort and display the attacks according to date and cost. Use appropriate methods such as add_attack, display_attak etc. for each of functionality mentioned above. (6 points) 3. Interactive program about cyber-attacks (10 points): a. Create an attack history dictionary with the contents as given below: i. Attack type: SQL injection, IP spoofing, DDoS, DNS poisoning, Theft ii. Date of last attack: 5 Feb 2020, iii. Component effected: database, router, cache memory, network, computer node iv. Cost of recovery (dollar amount) b. Enter upto 5 such attacks and display the contents of your dictionary. (4 points) c. Sort and display the attacks according to date and cost. Use appropriate methods such as add_attack, display_attak etc. for each of functionality mentioned above. (6 points)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