ExamGecko
Question list
Search
Search

Related questions











Question 317 - 200-201 discussion

Report
Export

An engineer configured regular expression ''.''\.(pd][Oo][Cc)|[Xx][LI][Ss]|[Pp][Pp][Tt]) HTTP/1 .[01]' on Cisco ASA firewall. What does this regular expression do?

A.

It captures documents in an HTTP network session.

Answers
A.

It captures documents in an HTTP network session.

B.

It captures .doc, .xls, and .pdf files in HTTP v1.0 and v1.1.

Answers
B.

It captures .doc, .xls, and .pdf files in HTTP v1.0 and v1.1.

C.

It captures .doc, .xls, and .ppt files extensions in HTTP v1.0.

Answers
C.

It captures .doc, .xls, and .ppt files extensions in HTTP v1.0.

D.

It captures Word, Excel, and PowerPoint files in HTTPv1.0 and v1.1.

Answers
D.

It captures Word, Excel, and PowerPoint files in HTTPv1.0 and v1.1.

Suggested answer: D

Explanation:

The regular expression provided is: .\.(pd][Oo][Cc)|[Xx][LI][Ss]|[Pp][Pp][Tt]) HTTP/1 .[01]

This regular expression is designed to match file extensions for Word (.doc), Excel (.xls), and PowerPoint (.ppt) files in HTTP network sessions.

The regular expression uses character classes and alternatives to match different case variations of these file extensions.

The part .\.(pd][Oo][Cc)|[Xx][LI][Ss]|[Pp][Pp][Tt]) matches the file extensions, and HTTP/1 .[01] ensures that the match is in the context of HTTP version 1.0 or 1.1.

Cisco ASA Regular Expressions Documentation

Understanding Regular Expressions in Network Security

Filtering and Capturing HTTP Traffic with Regex

asked 07/10/2024
Felipe Huichacura
31 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first