nerdexam
Cisco

200-201 · Question #531

Refer to the exhibit. A security analyst examines Apache web server logs and notices the entries. Which security concern is occurring?

The correct answer is A. Someone is attempting to exploit a vulnerability in XMLRPC functionality. The Apache web server logs show entries indicative of attempts to exploit a vulnerability specifically targeting the XML-RPC functionality.

Submitted by marco_it· Mar 6, 2026Network Intrusion Analysis

Question

Refer to the exhibit. A security analyst examines Apache web server logs and notices the entries. Which security concern is occurring?

Exhibit

200-201 question #531 exhibit

Options

  • ASomeone is attempting to exploit a vulnerability in XMLRPC functionality
  • BAn attacker potentially gained shell access to the web server
  • CThe web server is experiencing a denial-of-service attack
  • DA brute-force attack is being attempted against common administrative login pages

How the community answered

(37 responses)
  • A
    78% (29)
  • B
    3% (1)
  • C
    14% (5)
  • D
    5% (2)

Why each option

The Apache web server logs show entries indicative of attempts to exploit a vulnerability specifically targeting the XML-RPC functionality.

ASomeone is attempting to exploit a vulnerability in XMLRPC functionalityCorrect

Log entries displaying repeated or suspicious requests, particularly POST requests directed at `/xmlrpc.php` or similar XML-RPC endpoints with malformed or unusual XML payloads, are common indicators of attempts to exploit vulnerabilities within that service.

BAn attacker potentially gained shell access to the web server

While a successful exploit could lead to shell access, the log entries themselves would primarily show the exploit attempt against XML-RPC, not direct evidence of shell access unless specific command execution is logged.

CThe web server is experiencing a denial-of-service attack

A denial-of-service attack typically involves an overwhelming volume of requests aimed at resource exhaustion, not specific, targeted requests to a niche functionality like XML-RPC for exploitation.

DA brute-force attack is being attempted against common administrative login pages

Brute-force attacks against administrative login pages would show numerous failed login attempts against common login paths (e.g., `/admin`, `/wp-login.php`), not requests specifically targeting XML-RPC endpoints.

Concept tested: Identifying web server log anomalies for XML-RPC exploits

Topics

#Web server logs#Apache#XMLRPC exploit#Vulnerability exploitation

Community Discussion

No community discussion yet for this question.

Full 200-201 Practice