← Back to integrations
FIREWALL
Juniper
Trusteed integrates with Juniper firewalls to sync dynamic blocklists, blocking attacker IPs and reducing SIEM noise in real time.
Prerequisites
- A Juniper device that supports dynamic address feeds.
- A Trusteed account with access to the Noise-Aware IP blocklist feed.
Setup Steps
- Log in to your Trusteed Console.
- Go to Integrations → Firewalls → Juniper.
- Click Connect under the Juniper logo and assign a unique integration name.
- Copy the credentials (displayed once) for your Juniper configuration.
- On the Juniper device, define the Trusteed feed server:
set security dynamic-address feed-server trusteed-feed description "Trusteed Feed"
set security dynamic-address feed-server trusteed-feed url https://<username>:<password>@api.trusteed.io
- Configure the feed path and update interval:
set security dynamic-address feed-server trusteed-feed feed-name trusteed-blocklist description "Trusteed Feed"
set security dynamic-address feed-server trusteed-feed feed-name trusteed-blocklist path /v1/integrations/<integration_id>/content
set security dynamic-address feed-server trusteed-feed feed-name trusteed-blocklist update-interval 120 hold-interval 43200
- Map the feed to an address list and commit the configuration.
Blocklist Format Example
Plain text format, one IP per line:
192.168.38.187
192.168.38.186
Outcome
- Attacker IPs automatically blocked at the Juniper firewall.
- SOC and SIEM pipelines see fewer false positives.
- Analysts focus on enriched, high-fidelity signals instead of background noise.
Next Steps
- Explore Trusteed’s Blocklist Catalog for additional feeds.
- Combine Juniper enforcement with SIEM/SOAR integration for visibility.
- Automate playbooks with Trusteed’s IP intelligence for faster remediation.