SY0-501 · Question #508
Ann, a user, reports she is unable to access an application from her desktop. A security analyst verifies Ann's access and checks the SIEM for any errors. The security analyst reviews the log file…
The correct answer is C. Host-based firewall. The log file shows traffic being dropped on Ann's local system, indicating a host-based security control is blocking outbound connections to the application on port 443.
Question
Ann, a user, reports she is unable to access an application from her desktop. A security analyst verifies Ann's access and checks the SIEM for any errors. The security analyst reviews the log file from Ann's system and notices the following output:
2017--08-21 10:48:12 DROP TCP 172.20.89.232 239.255.255.255 443 1900 250 -------- RECEIVE 2017--08-21 10:48:12 DROP UDP 192.168.72.205 239.255.255.255 443 1900 250 -------- RECEIVE Which of the following is MOST likely preventing Ann from accessing the application from the desktop?
Options
- AWeb application firewall
- BDLP
- CHost-based firewall
- DUTM
- ENetwork-based firewall
How the community answered
(46 responses)- A2% (1)
- C85% (39)
- D9% (4)
- E4% (2)
Why each option
The log file shows traffic being dropped on Ann's local system, indicating a host-based security control is blocking outbound connections to the application on port 443.
A web application firewall operates at the application layer on the server side to protect web applications, and its logs would not appear on Ann's local desktop system.
Data Loss Prevention (DLP) solutions are designed to prevent unauthorized data exfiltration, not to block inbound/outbound network connections at the transport layer as shown in the log.
The log output shows DROP entries originating from Ann's local system with both TCP and UDP traffic being blocked on RECEIVE. This pattern is characteristic of a host-based firewall (such as Windows Firewall) running on Ann's desktop that is filtering and dropping traffic locally before it can reach the application. The log format resembles Windows Firewall log entries, confirming the blocking occurs at the host level rather than on a network device.
A Unified Threat Management (UTM) appliance is a network-based device whose logs would appear on the UTM appliance itself, not on Ann's local desktop system.
A network-based firewall operates on a separate network device, and its drop logs would be recorded on that device rather than appearing in the log file pulled from Ann's desktop system.
Concept tested: Identifying host-based firewall logs blocking application access
Source: https://learn.microsoft.com/en-us/windows/security/operating-system-security/network-security/windows-firewall/tools#windows-firewall-log-file
Topics
Community Discussion
No community discussion yet for this question.