nerdexam
(ISC)2

CISSP · Question #847

Which of the following is the MOST important output from a mobile application threat modeling exercise according to Open Web Application Security Project (OWASP)?

The correct answer is D. A data flow diagram for the application and attack surface analysis. OWASP identifies the data flow diagram (DFD) and attack surface analysis as the most critical outputs of a mobile application threat modeling exercise, as they provide the foundational view of how data moves and where it can be attacked.

Submitted by priya_blr· Mar 5, 2026Software Development Security

Question

Which of the following is the MOST important output from a mobile application threat modeling exercise according to Open Web Application Security Project (OWASP)?

Options

  • AApplication interface entry and endpoints
  • BThe likelihood and impact of a vulnerability
  • CCountermeasures and mitigations for vulnerabilities
  • DA data flow diagram for the application and attack surface analysis

How the community answered

(27 responses)
  • A
    7% (2)
  • B
    7% (2)
  • C
    4% (1)
  • D
    81% (22)

Why each option

OWASP identifies the data flow diagram (DFD) and attack surface analysis as the most critical outputs of a mobile application threat modeling exercise, as they provide the foundational view of how data moves and where it can be attacked.

AApplication interface entry and endpoints

While identifying application interface entry points and endpoints is a component of attack surface analysis, it is only a subset of the most important output and does not capture the full data flow context required by OWASP's threat modeling process.

BThe likelihood and impact of a vulnerability

Likelihood and impact analysis (risk rating) is a subsequent step that occurs after threats are identified using the DFD and attack surface analysis, making it a downstream output rather than the most important primary output.

CCountermeasures and mitigations for vulnerabilities

Countermeasures and mitigations are the final phase of threat modeling, derived only after the data flow diagram and attack surface have been analyzed and threats have been enumerated, so they depend on the more foundational DFD output.

DA data flow diagram for the application and attack surface analysisCorrect

According to OWASP's mobile application threat modeling guidance, a data flow diagram combined with an attack surface analysis is the most important output because it visually maps how data traverses the application, identifies trust boundaries, and enumerates all potential attacker entry points. This artifact serves as the foundation for all subsequent threat identification, risk rating, and mitigation planning activities. Without the DFD and attack surface analysis, other threat modeling outputs lack the structural context needed to be actionable.

Concept tested: OWASP mobile application threat modeling primary outputs

Source: https://owasp.org/www-project-mobile-security/migrated_content/operations/Threat_Model.html

Topics

#threat modeling#OWASP#mobile application security#attack surface analysis

Community Discussion

No community discussion yet for this question.

Full CISSP Practice