sample
turbot/flowpipe-samples/scan-file-hash-on-virustotal
Get Involved
Version
Pipeline: Scan File Hash on VirusTotal
Scans a file hash on VirusTotal.
Run the pipeline
To run this pipeline from your terminal:
flowpipe pipeline run scan_file_hash_on_virustotal.pipeline.scan_file_hash_on_virustotal \ --arg 'file_hash=<string>'
Use this pipeline
To call this pipeline from your pipeline, use a step:
step "pipeline" "step_name" { pipeline = scan_file_hash_on_virustotal.pipeline.scan_file_hash_on_virustotal args = { file_hash = <string> }}
Params
Name | Type | Required | Description | Default |
---|---|---|---|---|
virustotal_conn | connection.virustotal | Yes | Name for VirusTotal connections to use. If not provided, the default connections will be used. | connection.virustotal.default |
file_hash | string | Yes | The hash of the file to get the behaviour summary for. | - |
Outputs
Name | Description |
---|---|
file_analysis | |
behaviour_summary | |
behaviours | |
behaviour_mitre_trees | |
comments | |
file_collections | |
file_execution_parents | |
file_pe_resource_children | |
file_pe_resource_parents |