Detonate File - SecneurX Analysis
SecneurX Analysis Pack.#
This Playbook is part of theSupported versions
Supported Cortex XSOAR versions: 6.2.0 and later.
Detonates a file using the SecneurX Analysis Integration. Returns relevant reports to the War Room and file reputations to the context data.
#
DependenciesThis playbook uses the following sub-playbooks, integrations, and scripts.
#
Sub-playbooks- GenericPolling
#
Integrations- Secneurx Analysis
#
ScriptsThis playbook does not use any scripts.
#
Commands- snx-analysis-submit-file
- snx-analysis-get-report
#
Playbook InputsName | Description | Default Value | Required |
---|---|---|---|
File | File object of the file to detonate. The File is taken from the context. | File | Optional |
Platform | Operating system platform to run the analysis on. Supported values are: ["Windows7", "Windows10", "Android", "Ubuntu"]. | Windows7 | Optional |
Duration | Analysis duration in seconds. | 120 | Optional |
Priority | Analysis priority. Possible values are "High" or "Normal". | Normal | Optional |
Extension | Extension of the submitted file. Supported values are: ["sh", "js", "7z", "py", "doc", "rtf", "xls", "ppt", "pps", "ps1", "bat", "eml", "exe", "iso", "jar", "txt", "odt", "odp", "ods", "swf", "msg", "msi", "url", "pdf", "rar", "vbs", "zip", "cab", "lnk", "xml", "dll", "tar", "hta", "elf", "docx", "docm", "link", "xlsx", "xlsm", "xlsb", "pptx", "ppam", "html"]. | Optional | |
Reboot | Reboot the system during analysis. The value should be "True" or "False". | False | Optional |
FilePassword | Password of the submitted file. | Optional | |
ReportFormat | The resource type to download. Supported values are: ["json", "html"]. | json | Optional |
Interval | Duration for executing the pooling (in minutes). | 1 | Optional |
Timeout | The duration after which to stop pooling and to resume the playbook (in minutes). | 15 | Optional |
#
Playbook OutputsPath | Description | Type |
---|---|---|
SecneurXAnalysis.Report.SHA256 | SHA256 value of the analyzed sample. | string |
SecneurXAnalysis.Report.Platform | Platform of the analyzed sample. | String |
SecneurXAnalysis.Report.Verdict | Summary result of the analyzed sample. | string |
SecneurXAnalysis.Report.Tags | More details of the analyzed sample. | string |
SecneurXAnalysis.Report.DnsRequests | List of DNS data observed in the analyzed sample. | string |
SecneurXAnalysis.Report.HttpRequests | List of HTTP data observed in the analyzed sample. | string |
SecneurXAnalysis.Report.JA3Digests | List of JA3 data observed in the analyzed sample. | string |
SecneurXAnalysis.Report.ProcessCreated | Process behaviour data observed in the analyzed sample. | string |
SecneurXAnalysis.Report.RegistrySet | List of Registry creations observed in the analyzed sample. | string |
SecneurXAnalysis.Report.RegistryDeleted | List of Registry deletions observed in the analyzed sample. | string |
SecneurXAnalysis.Report.FileCreated | List of File creations observed in the analyzed sample. | string |
SecneurXAnalysis.Report.FileDropped | List of File drops observed in the analyzed sample. | string |
SecneurXAnalysis.Report.FileDeleted | List of File deletions observed in the analyzed sample. | string |
SecneurXAnalysis.Report.FileModified | List of File changes observed in the analyzed sample. | string |
SecneurXAnalysis.Report.IOC | List of IOC's observed in the analyzed sample. | string |
SecneurXAnalysis.Report.Status | Analysis queued sample state. | String |
SecneurXAnalysis.SubmitFile.error_msg | Error message when the file type i not supported. | string |