Lastline Analyst API

Web API for submitting files (PE, PDF, Office documents, Flash, Java applets, Android applications, archives) and URLs to the Lastline analysis cloud for high-resolution behavioral malware analysis, then retrieving task results, analysis reports, behavior activities, generated artifacts and network indicators of compromise. The API is asynchronous: submissions return a task UUID which is later resolved through get_completed() and get_result(). Responses are JSON or XML selected by a URL extension. The reference documentation remains live at analysis.lastline.com.

API entry from apis.yml

apis.yml Raw ↑
aid: lastline:analyst-api
name: Lastline Analyst API
description: 'Web API for submitting files (PE, PDF, Office documents, Flash, Java applets, Android applications,
  archives) and URLs to the Lastline analysis cloud for high-resolution behavioral malware analysis, then
  retrieving task results, analysis reports, behavior activities, generated artifacts and network indicators
  of compromise. The API is asynchronous: submissions return a task UUID which is later resolved through
  get_completed() and get_result(). Responses are JSON or XML selected by a URL extension. The reference
  documentation remains live at analysis.lastline.com.'
humanURL: https://analysis.lastline.com/analysis/api-docs/html/overview.html
baseURL: https://analysis.lastline.com/analysis
tags:
- Malware Analysis
- Sandboxing
- Threat Intelligence
- Security
properties:
- type: Documentation
  url: https://analysis.lastline.com/analysis/api-docs/html/overview.html
- type: APIReference
  url: https://analysis.lastline.com/analysis/api-docs/html/api.html
- type: GettingStarted
  url: https://analysis.lastline.com/analysis/api-docs/html/overview.html#getting-started
- type: Authentication
  url: authentication/lastline-authentication.yml
- type: ErrorCatalog
  url: errors/lastline-error-codes.yml
- type: Conventions
  url: conventions/lastline-conventions.yml
- type: DataModel
  url: data-model/lastline-data-model.yml