Question
Please help me ASAP

Practice Writing Snort Rules 54_Server Write a rule that will detect UDP traffic from any IP any port going to IP address 19
0 0
Add a comment Improve this question Transcribed image text
Answer #1

#RULE 1

alert udp any any -> 192.168.0.54 any (msg: "54 Server has been hit!"; sid:9000001;)

#RULE 2

alert tcp any any -> any any (content: "ANRC"; msg: "ANRC spotted"; sid:9000002;)

#RULE 3

alert udp $EXTERNAL_NET any -> $HOME_NET 21 (msg: "UDP port 21 detected!"; sid:9000003;)

#RULE 4

alert tcp $EXTERNAL_NET any <-> $HOME_NET any (content: "|5468AF69C27320|"; msg:"Bad Binary!"; sid:9000004;)

#RULE 6

alert tcp any any -> any any (msg: "MS_OFF"; content:"microsoft"; offset:16; sid:9000006;)

if you have any doubt then please ask me without any hesitation in the comment section below , if you like my answer then please thumbs up for the answer , before giving thumbs down please discuss the question it may possible that we may understand the question different way and we can edit and change the answers if you argue, thanks :)

Add a comment
Know the answer?
Add Answer to:
Please help me ASAP Practice Writing Snort Rules" 54_Server Write a rule that will detect UDP traffic from any IP any port going to IP address 192.168.0.54 any port and print the Message &#34...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • 1. Let’s consider the network shown in Figure 1 where Snort is deployed. 1.1: In Figure...

    1. Let’s consider the network shown in Figure 1 where Snort is deployed. 1.1: In Figure 1, why is Snort deployed in the DMZ instead of the Internal Network? (9 points) 1.2: In Figure 1, say True or False to the following statement: “Snort can see both incoming packets from the left firewall and outgoing packets from the right firewall”. (5 points) 1.3: In Figure 1, assume a packet P matches the following Snort rule when the packet is analyzed...

  • 1. What would these iptables rules do? iptables -A INPUT -p tcp -m tcp --dport 80...

    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...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT