When analyzing logs from a Palo Alto Networks firewall, which specific threat log field is most useful for identifying the 'User-Agent' string used by a beaconing malware to blend in with legitimate web traffic?
Trap 1: rule-name
This indicates which security policy allowed the traffic.
Trap 2: action
Action indicates whether the traffic was allowed or dropped.
Trap 3: source-ip
Source-ip identifies the host, not the application context.
- A
rule-name
Why wrong: This indicates which security policy allowed the traffic.
- B
http-user-agent
This field explicitly captures the User-Agent string from the HTTP request.
- C
action
Why wrong: Action indicates whether the traffic was allowed or dropped.
- D
source-ip
Why wrong: Source-ip identifies the host, not the application context.