Malcore: Simple File Analysis
  • Malcore API docs
  • Packer Checking
  • Deep Static Analysis
  • PCAP diffing
  • Gather sections
  • Shellcode Emulation
  • Executable File Analysis
  • Binary Diffing
  • Script Analysis
  • Ransom Note Comparison
  • PCAP Analysis
  • Snort Rule Generation
  • Hash Checksum
  • Strings
  • Imports and Exports
  • Status Check
  • Yara Rule Scanning
  • Parse Exif Data
  • Domain Analysis
  • Threat Score
  • Execute From URL
  • Document File Analysis
  • URL Checking
  • Browser Extension Analysis
  • Android Permission Lookup
  • AndroidManifest Parsing
  • Phone Application Analysis
  • Dynamic Analysis
  • Threat Feed
  • AI Classifier
  • Scan Results Manipulation
Powered by GitBook
On this page
  • [ POST ] https://api.malcore.io/api/execfromurl
  • Path Params
  • Headers
  • Request
  • Response

Execute From URL

[ POST ] https://api.malcore.io/api/execfromurl

Execute a file from a given URL


Path Params

  • url string

Headers

  • apiKey string

  • X-No-Poll string


Request

curl -X POST https://api.malcore.io/api/execfromurl \
	-H "apiKey: myapikey" \
	-H "X-No-Poll: true" \
    -F "url=https://myurl.com/my/download/path.exe" \

Response

🟢 200

{
  "status": "running",
  "uuid": "myuuid"
}

🔴 400

{}
PreviousThreat ScoreNextDocument File Analysis

Last updated 1 year ago