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/strings
  • Query Params
  • Headers
  • Request
  • Response

Strings

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

Gather readable strings out of a file


Query Params

  • filename1 file

Headers

  • apiKey string


Request

curl -X POST  https://api.malcore.io/api/strings \
	-F "filename1=@myfile.exe" \
  -H "apiKey: myapikey" \

Response

🟢 200

{
  "results": {
    "strings": [
      "    ",
      "     ",
      "                    ",
      "            Not After : ",
      "            Not Before: ",
      "        <requestedExecutionLevel level='asInvoker' uiAccess='false' />",
      "        Issuer:%c",
      "        Serial Number:",
      "        Subject Public Key Info:",
      "        Subject:%c",
      "        Validity",
      "      </requestedPrivileges>",
      "      <requestedPrivileges>",
      "    </security>",
      "    <security>",
      "    Container Name: %s, Key Type %lu",
      "    Data:",
      "    Provider Name:
      ...
    ]
  }
}

🔴 400

{}
PreviousHash ChecksumNextImports and Exports

Last updated 1 year ago