idaholab / cape2stix

This software allows for the conversion, extraction, and transformation of malware behavior data from "Malware Configuration And Payload Extraction" (CAPEv2) sandbox reports, to Structured Threat Information eXpression (STIX). This allows for further analysis to be performed, sharing of threat data, and transit to a graph database.
BSD 3-Clause "New" or "Revised" License
6 stars 2 forks source link

Registry Autostart #5

Open Fhree99 opened 1 year ago

Fhree99 commented 1 year ago

MATCH (m:malware) -[n]-> (r:windows-registry-key WHERE r.key =\~ '.CurrentVersion\\Run\\.' OR r.key =\~ '.CurrentVersion\\RunOnce\\.') RETURN m,r