what happens when a user attempts to send a zip file through the SRX device using FTP?

— Exhibit –-
[edit security utm feature-profile content-filtering]
user@host# show
profile profileA {
block-content-type {
exe;
zip;
}
notification-options {
type message;
custom-message “Not permitted. illegal file type”;
}
}

— Exhibit –-
Refer to the Exhibit.
Your SRX Series device includes the content filtering configuration shown in the exhibit.
Assuming the content filtering profile has been properly applied, what happens when a user
attempts to send a zip file through the SRX device using FTP?

— Exhibit –-
[edit security utm feature-profile content-filtering]
user@host# show
profile profileA {
block-content-type {
exe;
zip;
}
notification-options {
type message;
custom-message “Not permitted. illegal file type”;
}
}

— Exhibit –-
Refer to the Exhibit.
Your SRX Series device includes the content filtering configuration shown in the exhibit.
Assuming the content filtering profile has been properly applied, what happens when a user
attempts to send a zip file through the SRX device using FTP?

A.
The file is blocked and silently dropped.

B.
The file is blocked and a message is sent back to the user.

C.
The file is permitted and forwarded to its destination, and a message is sent back to the user.

D.
The file is permitted and forwarded to its destination.



Leave a Reply 4

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


Hassan

Hassan

just to add for who will here ask, I ll spend time:
The “block-content-type” configuration is for HTTP use only. That s why the FTP will be permitted

MP

MP

d is the right answer.