v1

latestOpenAPI 3.1.02026-07-261690320.7 KB

Get malware packages

Get malware packages

get/research/malware/packages

Query parameters

pageinteger

The page number

per_pageinteger

The number of items per page

searchstring

The search term

filter_ecosystem'npm' | 'cargo' | 'pypi' | 'packagist' | 'golang' | 'maven' | 'nuget' | 'ruby' | 'open_vsx' | 'github_act' | 'vscode' | 'chrome' | 'wordpress' | 'skills_sh'

The ecosystem of the malware packages

Response

A list of malware packages

idinteger

The ID of the malware package

ecosystemstring

The ecosystem of the malware package

package_namestring

The name of the malware package

versionstring

The version of the malware package

statusstring

The status of the malware package

release_dateinteger

The release date of the malware package

detected_oninteger

The date the malware package was detected

last_updatedinteger

The date the malware package was last updated

Example response

[
  {
    "id": 1,
    "ecosystem": "npm",
    "package_name": "malware-package",
    "version": "1.0.0",
    "status": "MALWARE",
    "release_date": 1774916518,
    "detected_on": 1774916738,
    "last_updated": 1774934260,
    "reasons": [
      "Clearly malicious code"
    ]
  }
]