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.
Question
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)- A7% (2)
- B7% (2)
- C4% (1)
- D81% (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.
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.
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.
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.
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
Community Discussion
No community discussion yet for this question.