Get Sub Analysis Strings
Gets a list of strings found in the file by the analysis.
External Documentation
To learn more, visit the Intezer documentation.
Parameters
Parameter | Description |
---|---|
Root Analysis ID | The Root analysis ID. |
Sub Analysis ID | The sub analysis ID, can be retrieved from the 'List Sub Analyses IDs' action. |
Example Output
{
"result": {
"strings": [
{
"software_type": "administration_tool",
"string_value": "8!8'818E8K8T8b8s8{8",
"families": [
{
"family_id": "0b13c0d4-7779-4c06-98fa-4d33ca98f8a9",
"family_name": "WannaCry"
}
]
}
]
}
}
Workflow Library Example
Get Sub Analysis Strings with Intezer and Send Results Via Email
Preview this Workflow on desktop