nerdexam
GIAC

GCIH · Question #46

You are responsible for security at a company that uses a lot of Web applications. You are most concerned about flaws in those applications allowing some attacker to get into your network. What…

The correct answer is D. Vulnerability scanning. Vulnerability scanning is the most practical method for systematically identifying known security flaws across many web applications at scale.

Web Application Attacks & Post-Exploitation

Question

You are responsible for security at a company that uses a lot of Web applications. You are most concerned about flaws in those applications allowing some attacker to get into your network. What method would be best for finding such flaws?

Options

  • AManual penetration testing
  • BCode review
  • CAutomated penetration testing
  • DVulnerability scanning

How the community answered

(43 responses)
  • A
    14% (6)
  • B
    2% (1)
  • C
    7% (3)
  • D
    77% (33)

Why each option

Vulnerability scanning is the most practical method for systematically identifying known security flaws across many web applications at scale.

AManual penetration testing

Manual penetration testing is thorough but time-intensive and impractical for covering many web applications quickly at scale.

BCode review

Code review requires access to source code and is effective at finding logic flaws but does not simulate external attack vectors the way active scanning does.

CAutomated penetration testing

Automated penetration testing goes further than scanning but is more resource-intensive and is typically used after initial vulnerability discovery, not as the primary discovery method.

DVulnerability scanningCorrect

Vulnerability scanners such as Nikto, OWASP ZAP, or Nessus are purpose-built to automatically detect known web application flaws including SQL injection, XSS, and misconfigurations across multiple applications. When a company uses a large number of web apps, automated scanning provides broad and repeatable coverage that manual methods cannot efficiently match. This makes vulnerability scanning the most efficient first-line approach for the scenario described.

Concept tested: Web application vulnerability discovery method selection

Source: https://owasp.org/www-project-web-security-testing-guide/

Topics

#vulnerability scanning#web application security#penetration testing#flaw detection

Community Discussion

No community discussion yet for this question.

Full GCIH Practice