1. Packages
  2. Zscaler Internet Access (ZIA)
  3. API Docs
  4. getSandboxReport
Viewing docs for pulumi-resource-zia v1.3.8
published on Friday, Mar 13, 2026 by Zscaler
zia logo
Viewing docs for pulumi-resource-zia v1.3.8
published on Friday, Mar 13, 2026 by Zscaler

    Use this data source to retrieve a sandbox report for a given MD5 hash.

    Using getSandboxReport

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getSandboxReport(args: GetSandboxReportArgs, opts?: InvokeOptions): Promise<GetSandboxReportResult>
    function getSandboxReportOutput(args: GetSandboxReportOutputArgs, opts?: InvokeOptions): Output<GetSandboxReportResult>
    def get_sandbox_report(details: Optional[str] = None,
                           md5_hash: Optional[str] = None,
                           opts: Optional[InvokeOptions] = None) -> GetSandboxReportResult
    def get_sandbox_report_output(details: Optional[pulumi.Input[str]] = None,
                           md5_hash: Optional[pulumi.Input[str]] = None,
                           opts: Optional[InvokeOptions] = None) -> Output[GetSandboxReportResult]
    func GetSandboxReport(ctx *Context, args *GetSandboxReportArgs, opts ...InvokeOption) (*GetSandboxReportResult, error)
    func GetSandboxReportOutput(ctx *Context, args *GetSandboxReportOutputArgs, opts ...InvokeOption) GetSandboxReportResultOutput

    > Note: This function is named GetSandboxReport in the Go SDK.

    public static class GetSandboxReport 
    {
        public static Task<GetSandboxReportResult> InvokeAsync(GetSandboxReportArgs args, InvokeOptions? opts = null)
        public static Output<GetSandboxReportResult> Invoke(GetSandboxReportInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetSandboxReportResult> getSandboxReport(GetSandboxReportArgs args, InvokeOptions options)
    public static Output<GetSandboxReportResult> getSandboxReport(GetSandboxReportArgs args, InvokeOptions options)
    
    fn::invoke:
      function: zia:getSandboxReport
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Md5Hash string
    The MD5 hash of the file to retrieve the sandbox report for.
    Details string
    The level of detail for the report. Accepted values: 'summary' or 'full'. Defaults to 'summary'.
    Md5Hash string
    The MD5 hash of the file to retrieve the sandbox report for.
    Details string
    The level of detail for the report. Accepted values: 'summary' or 'full'. Defaults to 'summary'.
    md5Hash String
    The MD5 hash of the file to retrieve the sandbox report for.
    details String
    The level of detail for the report. Accepted values: 'summary' or 'full'. Defaults to 'summary'.
    md5Hash string
    The MD5 hash of the file to retrieve the sandbox report for.
    details string
    The level of detail for the report. Accepted values: 'summary' or 'full'. Defaults to 'summary'.
    md5_hash str
    The MD5 hash of the file to retrieve the sandbox report for.
    details str
    The level of detail for the report. Accepted values: 'summary' or 'full'. Defaults to 'summary'.
    md5Hash String
    The MD5 hash of the file to retrieve the sandbox report for.
    details String
    The level of detail for the report. Accepted values: 'summary' or 'full'. Defaults to 'summary'.

    getSandboxReport Result

    The following output properties are available:

    Exploit List<zscaler.PulumiPackage.Zia.Outputs.SandboxRssOutput>
    Exploit RSS entries from the full report.
    Md5Hash string
    The MD5 hash of the file.
    Networking List<zscaler.PulumiPackage.Zia.Outputs.SandboxRssOutput>
    Networking RSS entries from the full report.
    Persistence List<zscaler.PulumiPackage.Zia.Outputs.SandboxRssOutput>
    Persistence RSS entries from the full report.
    SecurityBypass List<zscaler.PulumiPackage.Zia.Outputs.SandboxRssOutput>
    Security bypass RSS entries from the full report.
    Spyware List<zscaler.PulumiPackage.Zia.Outputs.SandboxRssOutput>
    Spyware RSS entries from the full report.
    Stealth List<zscaler.PulumiPackage.Zia.Outputs.SandboxRssOutput>
    Stealth RSS entries from the full report.
    SystemSummary List<zscaler.PulumiPackage.Zia.Outputs.SandboxRssOutput>
    System summary RSS entries from the full report.
    Classification zscaler.PulumiPackage.Zia.Outputs.ClassificationOutput
    Classification details of the analyzed file.
    FileProperties zscaler.PulumiPackage.Zia.Outputs.FilePropertiesOutput
    File properties from the sandbox analysis.
    Origin zscaler.PulumiPackage.Zia.Outputs.OriginOutput
    Origin information of the analyzed file.
    Summary zscaler.PulumiPackage.Zia.Outputs.SummaryDetailOutput
    Summary details of the sandbox analysis.
    Exploit []SandboxRssOutput
    Exploit RSS entries from the full report.
    Md5Hash string
    The MD5 hash of the file.
    Networking []SandboxRssOutput
    Networking RSS entries from the full report.
    Persistence []SandboxRssOutput
    Persistence RSS entries from the full report.
    SecurityBypass []SandboxRssOutput
    Security bypass RSS entries from the full report.
    Spyware []SandboxRssOutput
    Spyware RSS entries from the full report.
    Stealth []SandboxRssOutput
    Stealth RSS entries from the full report.
    SystemSummary []SandboxRssOutput
    System summary RSS entries from the full report.
    Classification ClassificationOutput
    Classification details of the analyzed file.
    FileProperties FilePropertiesOutput
    File properties from the sandbox analysis.
    Origin OriginOutput
    Origin information of the analyzed file.
    Summary SummaryDetailOutput
    Summary details of the sandbox analysis.
    exploit List<SandboxRssOutput>
    Exploit RSS entries from the full report.
    md5Hash String
    The MD5 hash of the file.
    networking List<SandboxRssOutput>
    Networking RSS entries from the full report.
    persistence List<SandboxRssOutput>
    Persistence RSS entries from the full report.
    securityBypass List<SandboxRssOutput>
    Security bypass RSS entries from the full report.
    spyware List<SandboxRssOutput>
    Spyware RSS entries from the full report.
    stealth List<SandboxRssOutput>
    Stealth RSS entries from the full report.
    systemSummary List<SandboxRssOutput>
    System summary RSS entries from the full report.
    classification ClassificationOutput
    Classification details of the analyzed file.
    fileProperties FilePropertiesOutput
    File properties from the sandbox analysis.
    origin OriginOutput
    Origin information of the analyzed file.
    summary SummaryDetailOutput
    Summary details of the sandbox analysis.
    exploit SandboxRssOutput[]
    Exploit RSS entries from the full report.
    md5Hash string
    The MD5 hash of the file.
    networking SandboxRssOutput[]
    Networking RSS entries from the full report.
    persistence SandboxRssOutput[]
    Persistence RSS entries from the full report.
    securityBypass SandboxRssOutput[]
    Security bypass RSS entries from the full report.
    spyware SandboxRssOutput[]
    Spyware RSS entries from the full report.
    stealth SandboxRssOutput[]
    Stealth RSS entries from the full report.
    systemSummary SandboxRssOutput[]
    System summary RSS entries from the full report.
    classification ClassificationOutput
    Classification details of the analyzed file.
    fileProperties FilePropertiesOutput
    File properties from the sandbox analysis.
    origin OriginOutput
    Origin information of the analyzed file.
    summary SummaryDetailOutput
    Summary details of the sandbox analysis.
    exploit Sequence[SandboxRssOutput]
    Exploit RSS entries from the full report.
    md5_hash str
    The MD5 hash of the file.
    networking Sequence[SandboxRssOutput]
    Networking RSS entries from the full report.
    persistence Sequence[SandboxRssOutput]
    Persistence RSS entries from the full report.
    security_bypass Sequence[SandboxRssOutput]
    Security bypass RSS entries from the full report.
    spyware Sequence[SandboxRssOutput]
    Spyware RSS entries from the full report.
    stealth Sequence[SandboxRssOutput]
    Stealth RSS entries from the full report.
    system_summary Sequence[SandboxRssOutput]
    System summary RSS entries from the full report.
    classification ClassificationOutput
    Classification details of the analyzed file.
    file_properties FilePropertiesOutput
    File properties from the sandbox analysis.
    origin OriginOutput
    Origin information of the analyzed file.
    summary SummaryDetailOutput
    Summary details of the sandbox analysis.
    exploit List<Property Map>
    Exploit RSS entries from the full report.
    md5Hash String
    The MD5 hash of the file.
    networking List<Property Map>
    Networking RSS entries from the full report.
    persistence List<Property Map>
    Persistence RSS entries from the full report.
    securityBypass List<Property Map>
    Security bypass RSS entries from the full report.
    spyware List<Property Map>
    Spyware RSS entries from the full report.
    stealth List<Property Map>
    Stealth RSS entries from the full report.
    systemSummary List<Property Map>
    System summary RSS entries from the full report.
    classification Property Map
    Classification details of the analyzed file.
    fileProperties Property Map
    File properties from the sandbox analysis.
    origin Property Map
    Origin information of the analyzed file.
    summary Property Map
    Summary details of the sandbox analysis.

    Supporting Types

    ClassificationOutput

    Category string
    DetectedMalware string
    Score int
    Type string
    Category string
    DetectedMalware string
    Score int
    Type string
    category String
    detectedMalware String
    score Integer
    type String
    category string
    detectedMalware string
    score number
    type string
    category String
    detectedMalware String
    score Number
    type String

    FilePropertiesOutput

    DigitalCertificate string
    FileSize int
    FileType string
    Issuer string
    Md5 string
    RootCa string
    Sha1 string
    Sha256 string
    Ssdeep string
    DigitalCertificate string
    FileSize int
    FileType string
    Issuer string
    Md5 string
    RootCa string
    Sha1 string
    Sha256 string
    Ssdeep string
    digitalCertificate String
    fileSize Integer
    fileType String
    issuer String
    md5 String
    rootCa String
    sha1 String
    sha256 String
    ssdeep String
    digitalCertificate string
    fileSize number
    fileType string
    issuer string
    md5 string
    rootCa string
    sha1 string
    sha256 string
    ssdeep string
    digitalCertificate String
    fileSize Number
    fileType String
    issuer String
    md5 String
    rootCa String
    sha1 String
    sha256 String
    ssdeep String

    OriginOutput

    Country string
    Language string
    Risk string
    Country string
    Language string
    Risk string
    country String
    language String
    risk String
    country string
    language string
    risk string
    country String
    language String
    risk String

    SandboxRssOutput

    Risk string
    Signature string
    SignatureSources List<string>
    Risk string
    Signature string
    SignatureSources []string
    risk String
    signature String
    signatureSources List<String>
    risk string
    signature string
    signatureSources string[]
    risk str
    signature str
    signature_sources Sequence[str]
    risk String
    signature String
    signatureSources List<String>

    SummaryDetailOutput

    Category string
    Duration int
    FileType string
    StartTime int
    Status string
    Category string
    Duration int
    FileType string
    StartTime int
    Status string
    category String
    duration Integer
    fileType String
    startTime Integer
    status String
    category string
    duration number
    fileType string
    startTime number
    status string
    category String
    duration Number
    fileType String
    startTime Number
    status String

    Package Details

    Repository
    zia zscaler/pulumi-zia
    License
    zia logo
    Viewing docs for pulumi-resource-zia v1.3.8
    published on Friday, Mar 13, 2026 by Zscaler
      Try Pulumi Cloud free. Your team will thank you.