what kind of attack are we attempting to mitigate?

access-list 111 permit udp any any eq 1434

class-map match-all bad_worm

match access-group 111

match packet length min 404 max 404

policy-map drop-bad-worm

class bad-worm

police 1000000 22250 22250 conform-action drop exceed-action drop violate-action drop

Taking into consideration the shown configuration, what kind of attack are we attempting to mitigate?

access-list 111 permit udp any any eq 1434

class-map match-all bad_worm

match access-group 111

match packet length min 404 max 404

policy-map drop-bad-worm

class bad-worm

police 1000000 22250 22250 conform-action drop exceed-action drop violate-action drop

Taking into consideration the shown configuration, what kind of attack are we attempting to mitigate?

A.
Smurf Attack

B.
Code Red Worm

C.
This is not valid configuration.

D.
MSQL and JavaScript attack

E.
SQL Slammer Worm



Leave a Reply 0

Your email address will not be published. Required fields are marked *