nerdexam
Cisco

210-250 · Question #127

Which of the following are examples of system-based sandboxing implementations? (Select all that apply.)

The correct answer is B. Google Chromium sandboxing C. Java JVM sandboxing E. HTML5 "sandbox" attribute for use with iframes. System-based sandboxing refers to sandbox mechanisms built into operating platforms, language runtimes, or browsers - not threat intelligence services or research organizations.

Security Technologies

Question

Which of the following are examples of system-based sandboxing implementations? (Select all that apply.)

Options

  • AGoogle Project Zero
  • BGoogle Chromium sandboxing
  • CJava JVM sandboxing
  • DThreat Grid
  • EHTML5 "sandbox" attribute for use with iframes.

How the community answered

(36 responses)
  • A
    8% (3)
  • B
    72% (26)
  • D
    19% (7)

Why each option

System-based sandboxing refers to sandbox mechanisms built into operating platforms, language runtimes, or browsers - not threat intelligence services or research organizations.

AGoogle Project Zero

Google Project Zero is a security research team that discovers zero-day vulnerabilities - it is an organization, not a sandboxing technology or implementation.

BGoogle Chromium sandboxingCorrect

Google Chromium sandboxing uses OS-level process isolation to confine each renderer process, restricting its access to system resources and preventing malicious content from escaping the browser - a true system-based implementation.

CJava JVM sandboxingCorrect

The Java JVM sandbox restricts bytecode access to system resources such as the filesystem and network through a security manager model, representing a runtime-enforced, system-based sandbox.

DThreat Grid

Cisco Threat Grid is a cloud-based malware analysis and threat intelligence platform used for dynamic file detonation, not a system-level sandbox embedded in an OS or runtime environment.

EHTML5 "sandbox" attribute for use with iframes.Correct

The HTML5 'sandbox' attribute for iframes is a browser-enforced, system-level restriction that disables scripts, forms, and cross-origin access for embedded content, qualifying it as a system-based sandboxing feature.

Concept tested: System-based sandboxing in browsers and language runtimes

Source: https://chromium.googlesource.com/chromium/src/+/main/docs/design/sandbox.md

Topics

#sandboxing#Google Chromium#Java JVM#HTML5 iframe

Community Discussion

No community discussion yet for this question.

Full 210-250 Practice