samples
turbot/flowpipe-samples/scan-file-hash-on-virustotal
OverviewPipelines
0
Triggers
0
Variables
GitHub

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

NameTypeRequiredDescriptionDefault
virustotal_credstringYesName for VirusTotal credentials to use. If not provided, the default credentials will be used.default
file_hashstringYesThe hash of the file to get the behaviour summary for.-

Outputs

NameDescription
file_analysis
behaviour_summary
behaviours
behaviour_mitre_trees
comments
file_collections
file_execution_parents
file_pe_resource_children
file_pe_resource_parents