samples
turbot/flowpipe-samples/scan-file-hash-on-virustotal
Get Involved
Version
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_cred | string | Yes | Name for VirusTotal credentials to use. If not provided, the default credentials will be used. | 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 |