ESET Threat Intelligence – Table of Contents

MISP

The ESET Malware Information Sharing Platform (MISP) server contains IoCs described in the reports. Every time a new report is available, the administrator receives an email notification. Historical reports are also available.

Scripts to interact with ESET MISP

There are scripts developed to help users interact with ESET MISP. Currently, the YARA extractor script is available. The YARA extractor script enables users to retrieve the YARA rules from the reports published on MISP and utilize these rules in their system.

The script and usage examples are available on GitHub.

To interact with the MISP server using scripts or automation tools, you need to have your MISP API key. You can find your MISP API key on the ESET Malware Information Sharing Platform > Automation.

MISP API key value displayed on the Automation page

Reports in MISP

The reports in MISP are accessible by the ETI (ESET Threat Intelligence) Portal download link to PDF and ETI Portal Report UUID. The ETI Portal download link to PDF and ETI Portal Report UUID are provided as object attributes of the MISP Event. Refer to the example below.

ETI Portal Report ID:

"type": "other"

"category": "External analysis"

"comment": "ETI Portal Report ID"

"value": ETI Portal Report ID in the format of UUID, for example, "1351b9c3-b176-4de3-9234-2fe03c2913d5"

ETI Portal download link (PDF):

"type": "other"

"category": "External analysis"

"comment": "ETI Portal download link (PDF)"

"value": ETI Portal download link to PDF, for example, "https://eti.eset.com/reports/apt/download/1351b9c3-b176-4de3-9234-2fe03c2913d5"

ETI Portal Report ID

ETI Portal Report ID can be used with the ESET Threat Intelligence APIv2.

The ESET Threat Intelligence API documentation (Swagger/OpenAPI) is available through the provided link. To use the ESET Threat Intelligence API, you must have the ESET Threat Intelligence Portal API credentials generated.

For the APT (Advanced Persistent Threat) report download PDF link, use the https://eti.eset.com/api/v2/apt-reports/{reportUuid}/files endpoint. Alternatively, you can use the direct API download link: https://eti.eset.com/api/v2/apt-reports/{reportUuid}/download/pdf.

ETI Portal download link (PDF)

The ETI Portal download link (PDF) directs to the ESET Threat Intelligence Portal UI, which requires authentication using your ESET Business Account/ESET PROTECT Hub login credentials. MISP UI and ESET Threat Intelligence Portal UI users can use the link to download PDFs in the browser.

JSON

Below is an example of a MISP Event in JSON format.