Description
n8n-nodes-radware
This is an n8n community node for interacting with Radware Threat Intelligence service.
It lets you use Radware IP Insight in your n8n workflows.
n8n is a fair-code licensed workflow automation platform.
Installation
Operations
Credentials
Compatibility
Usage
Resources
Version history
Installation
Follow the installation guide in the n8n community nodes documentation.
Operations
IP Insight
The Radware IP Insight node enables IP enrichment through Radware’s Threat Intelligence REST API endpoint.
It can process a single or multiple IPv4 addresses from different trigger types, extract IPs automatically from input data, or read them from uploaded files in various formats.
The multifunctional node is designed for secure parsing and supports retry logic for failed IP lookups.
1)Supports auto-detect that automatically extracts IPs from input.
- Automatically detects IPs or IP List from your input: free text, complete JSON objects, or delimiter-separated text (space, comma, newline, single quote, double quote)
- when “Auto-detect Input” turn off, you can select specific input format:
- Projection defines which fields to return in the API response.
- By default the projection was set to “all” but you can replace it according to your specific use-case.
- Supported fields include countryiso, iptype, riskscore, actionableinsight and more.
- Choose between “All” (includes IP which was failures to address) or “Valid Only” (successful IP Insight result only)
- This node uses Radware IP Insight API credentials.
- To authenticate, you must provide:
- Subscribe to configure Radware API keys here:
- Minimum n8n version: compatible with 1.114.4 and recent n8n releases
- Tested on: self-hosted n8n stable builds
- MIT
2)Body Input Mode: specific field, simple list, and raw JSON.
a. Field – you can select specific or multiple fields
b. Simple List – one IP per line or comma-separated or IPs with single quote and/or double quote
c. raw JSON – IP’s in JSON format
3)File Upload support with ability to parse multiple documents formatted with JSON, TXT, CSV and LOG.
4)Provides customizable field projection for specific API response data.
5)Includes configurable output modes to control response detail level.
Credentials
* Context (API ID) — Your Radware Cloud tenant/account identifier
* x-api-key — Your Radware API key
Radware Threat Intelligence Service
Compatibility
Resources
n8n community nodes documentation