Actions16
- 8-K Filing Actions
- CSIRT Entry Actions
- Group Actions
- IOC Actions
- Negotiation Actions
- Press Article Actions
- Ransomnote Actions
- Victim Actions
- YARA Rule Actions
Overview
This node integrates with the ransomware.live API to retrieve information related to ransomware incidents and associated data. Specifically, for the "Press Article" resource with the "List Recent Articles" operation, it fetches recent press articles about ransomware events. Users can optionally filter these articles by a 2-letter ISO country code.
This node is useful for cybersecurity analysts, threat intelligence teams, or researchers who want to stay updated on the latest ransomware-related news and press coverage. For example, an analyst could use this node to automatically gather recent press articles from specific countries to monitor emerging threats or trends.
Properties
| Name | Meaning |
|---|---|
| Country | Filter recent press articles by a 2-letter ISO country code (e.g., FR, US). Optional. |
Output
The node outputs an array of JSON objects representing recent press articles retrieved from the ransomware.live API. Each item in the output corresponds to one press article with its associated metadata as provided by the API.
No binary data output is produced by this operation.
Dependencies
- Requires an API key credential for the ransomware.live API.
- The node uses the base URL
https://api-pro.ransomware.liveunless overridden by credentials. - Proper configuration of the API authentication token in n8n credentials is necessary.
Troubleshooting
- Unsupported Operation Error: If you select an operation not supported for the "Press Article" resource (other than "all" or "recent"), the node will throw an error indicating the unsupported operation.
- Invalid Country Code: Providing an invalid or malformed country code may result in no results or API errors. Ensure the country code is a valid 2-letter ISO code.
- Authentication Errors: If the API key credential is missing or invalid, the node will fail to authenticate with the ransomware.live API. Verify that the API key is correctly configured.
- Empty Results: If no recent articles match the filters, the output may be empty. Try broadening or removing filters.
Links and References
- ransomware.live API Documentation (for detailed API endpoints and parameters)
- ISO 3166-1 alpha-2 country codes (for valid country codes)