Linux
⦁ From the following iptable rules – will the IP address – 163.172.2.10 - be allowed to connect on port 25? Why or why not? (3pt):
-A INPUT -s 202.46.32.0/19 -j DROP -m comment --comment "server - Group: script-kiddies - drop"
-A INPUT -s 163.172.0.0/16 -j DROP -m comment --comment "server - Group: script-kiddies - drop"
-A INPUT -s 86.62.64.0/18 -j DROP -m comment --comment "server - Group: script-kiddies - drop"
-A INPUT -s 94.185.83.64/26 -j DROP -m comment --comment "server - Group: script-kiddies - drop"
-A INPUT -s 193.189.116.0/23 -j DROP -m comment --comment "server - Group: script-kiddies - drop"
-A INPUT -s 31.184.195.26 -j DROP -m comment --comment "server - Group: script-kiddies - drop"
-A INPUT -s 192.168.128.0/20 -j ACCEPT -m comment --comment "server - Object: localnet - accept"
-A INPUT -s 127.0.0.1 -j ACCEPT -m comment --comment "server - Object: local - accept"
-A INPUT -s 127.0.0.2 -j ACCEPT -m comment --comment "server - Object: local2 - accept"
-A INPUT -p tcp --destination-port 25 -j DROP -m comment --comment "server - Proto: 25 - drop"
-A INPUT -p tcp --destination-port 842 -j DROP -m comment --comment "server - Proto: 842 - drop"
⦁ What is the difference between SPF and DKIM records? (2pt)
-A INPUT -s 163.172.0.0/16 -j DROP -m comment --comment "server - Group: script-kiddies - drop"
-A INPUT -p tcp --destination-port 25 -j DROP -m comment --comment "server - Proto: 25 - drop
this statement will not allow 163.172.2.10 to communicate
diffrence between SPF and DKIM
1. DKIM protects email from being altered in transit, SPF does not.
2.SPF checks the IP of the last SMTP server hop against an authorized list whereas DKIM validates the mail was initially sent by a given domain, and warrantees its integrity.
3.
Linux ⦁ From the following iptable rules – will the IP address – 163.172.2.10 - be...
These are iptables rules from a Linux system. Can you explain what these rules are doing? iptables -A INPUT -i eth0 -p tcp --dport 80 -m state --state NEW,ESTABLISHED -j ACCEPT iptables -A OUTPUT -o eth0 -p tcp --sport 80 -m state --state ESTABLISHED -j ACCEPT iptables -A INPUT -i eth0 -p tcp --dport 443 -m state --state NEW,ESTABLISHED -j ACCEPT iptables -A OUTPUT -o eth0 -p tcp --sport 443 -m state --state ESTABLISHED -j ACCEPT
These are iptables rules from a Linux system. Can you explain what these rules are doing? iptables -A INPUT -i eth0 -p tcp --dport 80 -m state --state NEW,ESTABLISHED -j ACCEPT iptables -A OUTPUT -o eth0 -p tcp --sport 80 -m state --state ESTABLISHED -j ACCEPT
1. What would these iptables rules do? iptables -A INPUT -p tcp -m tcp --dport 80 -j ACCEPT iptables -A INPUT -p tcp -m tcp --dport 443 -j ACCEPT Allow web server traffic Block web server traffic Force port 80 traffic to port 443 Allow traffic from both 80 and 443 using UDP protocols 2. Timestamps are important because can not be changed or deleted by attackers when configured properly, allows you to correlate events across the network can always...
computer networks help please !!!
could someone help with the following tasks!
ANY HELP WILL BE IMMENSELY APPRECIATED! THANKS.
Task 1 In the following scenario, we would like to find out more information about a host that is on out network. Given an IP address we would like to search for additional information, we can start with obtaining the IP address off the default route. When running on a Linux VM, this like most likely to be the internal IP...
Description: In this assignment, you will be launching a denial of service attack on a web server. We will be using hping3, a command-line oriented network security tool inside Kali Linux (an advanced penetration testing Linux distribution). Setting up the victim machine Download the Windows XP virtual machine with WebGoat server installed, using the following link. We will use this machine as the victim machine and launch a DoS attack on the WebGoat server.https://drive.google.com/open?id=0BwCbaZv8DevUejBPWlNHREFVc2s Open the victim machine and launch...
Q1 Error detection/correction Can these schemes correct bit errors: Internet checksums, two-dimendional parity, cyclic redundancy check (CRC) A. Yes, No, No B. No, Yes, Yes c. No, Yes, No D. No, No, Yes E. Ho, hum, ha Q2 CRC vs Internet checksums Which of these is not true? A. CRC's are commonly used at the link layer B. CRC's can detect any bit error of up to r bits with an r-bit EDC. c. CRC's are more resilient to bursty...
USING Unix/Linux shell !!!: 1) Write a script (project2.sh) that will take information from a file, and print (user’s choice of printers) identical form letters to each recipient. Either E197, E-199, E-194 printers or to project2.output. Prompt the user for their choice. 2) The script and output file are due: per Moodle timeline. Please upload your fully functioning script (project2.sh) your data file (project2.input) and your output file (project2.output) into Moodle. 3) Requirements of the script. a. You can use...
You need not run Python programs on a computer in solving the following problems. Place your answers into separate "text" files using the names indicated on each problem. Please create your text files using the same text editor that you use for your .py files. Answer submitted in another file format such as .doc, .pages, .rtf, or.pdf will lose least one point per problem! [1] 3 points Use file math.txt What is the precise output from the following code? bar...
Read and Complete Case Study #2 –Managing
People.
The central components of your analysis should include issue
identification, issue analysis, solutions, and potential
limitations to your solutions. The case analyses serve to:
a) Provide an opportunity to apply the class concepts in the
solution of practical problems.
b) Provide you with a common task through which you can learn to be
more effective thinkers and problem-solves in your
organizations.
The written case analysis will be evaluated based on your
effectiveness...