Refer to the exhibit. An analyst sees this syslog message from a Cisco ASA. What does this log entry indicate?
Exhibit
Refer to the exhibit. ``` Mar 1 12:34:56 192.168.1.100 %ASA-4-106023: Deny tcp src outside:10.0.0.1/54321 dst inside:192.168.1.100/80 by access-group "OUTSIDE_IN" [0x0, 0x0] ```
Trap 1: The access-group 'OUTSIDE_IN' permitted the traffic.
Deny indicates blocked.
Trap 2: An internal host attempted to connect to an external web server.
Source is outside, destination is inside.
Trap 3: The ASA allowed the connection because it is a stateful firewall.
Log says 'Deny'.
- A
The access-group 'OUTSIDE_IN' permitted the traffic.
Why wrong: Deny indicates blocked.
- B
An internal host attempted to connect to an external web server.
Why wrong: Source is outside, destination is inside.
- C
An external host attempted to connect to an internal web server and was blocked.
Matches the deny action and direction.
- D
The ASA allowed the connection because it is a stateful firewall.
Why wrong: Log says 'Deny'.