The correct answer is:
D. F-SBID ( --name “eicar”; --protocol tcp; --service HTTP; --flow from_client; --pattern “www.eicar.org”; --no_case; --context host;)
Protocol: TCP
Since the website (www.eicar.org) uses the HTTP protocol, the custom IPS signature should specify --protocol tcp.
Service: HTTP
The --service HTTP setting ensures that the signature applies to HTTP traffic.
Flow: from_client
The traffic flow should be from_client because the client (user device) initiates the request to the website.
Pattern: “www.eicar.org”
The pattern must match the website name, which is "www.eicar.org". The --no_case parameter ensures that the match is case-insensitive.
Context: host
The --context host setting specifies that the signature should inspect the Host field in the HTTP request header, which contains the domain name.
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
myrmidon3
4 months, 2 weeks agocharruco
11 months, 3 weeks agoDisposable_Me_2018
1 year agodsticht
1 year ago