PrepAway - Latest Free Exam Questions & Answers

which message filter to drop all executable attachments entering and leaving the Cisco Email Security Applianc

A Cisco Email Security Appliance uses which message filter to drop all executable attachments
entering and leaving the Cisco Email Security Appliance?

PrepAway - Latest Free Exam Questions & Answers

A.
drop-exe: if (attachment-filename == “\\.exe$”) OR (attachment-filetype == “exe”) { drop(); }

B.
drop-exe: if (recv-listener == “InboundMail” ) AND ( (attachment-filename == “\\.exe$”) OR
(attachment-filetype == “exe”)) { drop(); }

C.
drop-exe! if (attachment-filename == “\\.exe$”) OR (attachment-filetype == “exe”) { drop(); }

D.
drop-exe! if (recv-listener == “InboundMail” ) AND ( (attachment-filename == “\\.exe$”) OR
(attachment-filetype == “exe”)) { drop(); }

Explanation:

One Comment on “which message filter to drop all executable attachments entering and leaving the Cisco Email Security Applianc


Leave a Reply