Configure SecIntel Feeds in Juniper ATP Cloud Portal
You can configure SecIntel feeds to get curated and verified threat intelligence from multiple sources. These SecIntel feeds are pushed to your devices, which then block C&C communications at line rate and subscribe to the SecIntel’s infected host feed.
You can configure the following SecIntel feeds for integration with Juniper ATP Cloud:
-
Third Party Threat Feeds—IP and URL threat feeds
-
Dynamic Address Group Feeds—Juniper-provided and third-party DAG feeds.
SecIntel supports 32 C&C feeds. Four of the C&C feeds are predefined Juniper threat feeds:
-
cc_ip
-
cc_url
-
cc_ipv6
-
cc_cert_sha1
The remaining 28 feeds can be configured as third-party or custom C&C feeds added through OpenAPI.
To configure SecIntel feeds in the Juniper ATP Cloud portal:
|
Field |
Guidelines |
Predefined Cloud Feed Name |
|---|---|---|
|
Third Party Threat Feeds |
||
|
IP Threat Feeds |
||
|
DShield |
Click the toggle button to enable DShield feeds as third-party feeds. |
cc_ip_dhield |
|
Block List |
Click the toggle button to enable block list feeds as third-party feeds. |
cc_ip_blocklist |
|
Tor |
Click the toggle button to enable tor feeds as third-party feeds. |
cc_ip_tor |
|
Threatfox IP |
Click the toggle button to enable Threatfox feeds as third-party feeds. |
cc_ip_threatfox |
|
Feodo Tracker |
Click the toggle button to enable Feodo feeds as third-party feeds. |
cc_ip_feodotracker |
|
For more information about third-party threat feeds, see Third-Party Threat Feeds. |
||
|
URL Threat Feeds |
||
|
Threatfox URL |
Click the toggle button to enable Threatfox feed as third-party feeds. ThreatFox is a free platform from abuse.ch with the goal of sharing indicators of compromise (IoC) associated with malware with the infosec community, antivirus vendors and threat intelligence providers. The IOC can be an IP address, domain name, or URL. |
cc_url_threatfox |
|
Open Phish |
Click the toggle button to enable OpenPhish feed as third-party feeds. OpenPhish is a fully automated self-contained platform for phishing intelligence. It identifies phishing sites and performs intelligence analysis in real time without human intervention and without using any external resources, such as blocklists. For malware inspection, SecIntel will analyze traffic using URLs in this feed. |
cc_url_openphish |
|
URLhaus URL Threat Feed |
Click the toggle button to enable URLhaus feed as third-party feeds. URLhaus is a threat intelligence feed that shares malicious URLs that are used for malware distribution. |
cc_url_urlhaus |
|
Domain Threat Feeds |
||
|
Threatfox Domains |
Click the toggle button to enable Threatfox feed as third-party feeds. |
cc_domain_threatfox |
|
Dynamic Address Group Feeds |
||
|
Third Party DAG Feeds Third-party DAG feeds require specific configuration parameters, including a predefined cloud feed name. For a sample configuration, see Example: Enable Microsoft Office 365 Feeds. You can use the same procedure to configure and enable other supported third-party DAG feeds with the appropriate feed-specific values. |
||
|
paypal |
Click the toggle button to enable feeds from Paypal. |
ipfilter_paypal |
|
amazonaws |
Click the toggle button to enable feeds from AWS. You can filter and view the DAG feeds from AWS regions and services that are relevant to you. To configure DAG filters for AWS feed, click Configure, and follow the instructions in Add and Manage DAG Filters. |
ipfilter_amazonaws |
|
zoom |
Click the toggle button to enable feeds from Zoom. |
ipfilter_zoom |
|
|
Click the toggle button to enable feeds from Google. |
ipfilter_google |
|
okta |
Click the toggle button to enable feeds from Okta. |
ipfilter_okta |
|
atlassian |
Click the toggle button to enable feeds from Atlassian. |
ipfilter_atlassian |
|
oracleoci |
Click the toggle button to enable feeds from Oracle oci. |
ipfilter_oracleoci |
|
cloudflare |
Click the toggle button to enable feeds from Cloudflare. |
ipfilter_cloudflare |
|
zpa zscaler |
Click the toggle button to enable feeds from Zscaler Private Access (ZPA). The ZPA service provides secure access to the applications and services within your organization. |
ipfilter_zscaler_zpa |
|
|
Click the toggle button to enable feeds from Facebook. |
ipfilter_facebook |
|
microsoftazure |
Click the toggle button to enable feeds from Microsoft Azure. You can filter and view the DAG feeds from Azure regions and services that are relevant to you. To configure DAG filter for Azure feeds, click Configure, and follow the instructions in Add and Manage DAG Filters. |
ipfilter_microsoftazure |
|
office365 |
Click the toggle button to enable office365 IP filter feed as a third party feed. The office365 IP filter feed is an up-to-date list of published IP addresses for Office 365 service endpoints which you can use in security policies. |
ipfilter_office365 |
|
zscaler |
Click the toggle button to enable feeds from Zscaler. |
ipfilter_zscaler |
You've configured the SecIntel feeds in Juniper ATP Cloud and enabled the required threat intelligence sources for your deployment. Selected Juniper threat feed categories, third‑party threat feeds, and DAG feeds automatically synchronize with your devices. You can use the feeds to identify, monitor, and block malicious communications based on your security policies.
Example: Enable Microsoft Office 365 Feeds
Third-party DAG feeds require certain configuration parameters, including a predefined cloud feed name.
To enable Microsoft Office 365 feeds:
-
Select the Using the office365 Feed check box in Juniper ATP Cloud to push Microsoft Office 365 services endpoint IP addresses to the SRX Series Firewall. The office365 feed works differently from other feeds on this page and requires specific configuration parameters, including a predefined name ipfilter_office365.
-
After you select the check box, create a dynamic address object on the SRX Series Firewall that refers to the ipfilter_office365 feed:
set security dynamic-address address-name office365 profile category IPFilter feed ipfilter_office365
A security policy can then reference the dynamic address name (office365 in this example) in the source or destination address.
A sample security policy is as follows:
policy o365 { match { source-address any; destination-address office365; application any; } then { deny; log { session-init; } } } Use the CLI command
show services security-intelligence category summaryto verify the office365 feed has been pushed to the SRX Series Firewall.Update Statusshould displayStore succeeded..Category name :IPFilter Status :Enable Description :IPFilter data Update interval :3600s TTL :3456000s Feed name :ipfilter_office365 Version :20180405.1 Objects number:934 Create time :2018-04-16 07:05:33 PDT Update time :2018-04-16 12:17:47 PDT Update status :Store succeeded Expired :No Options :N/A
Use the CLI command
show security dynamic-address category-name IPFilterto show all the individual feeds under IPFILTER.No. IP-start IP-end Feed Address 1 x.x.x.x x.x.x.x IPFilter/ipfilter_office365 office365 2 x.x.x.x x.x.x.x IPFilter/ipfilter_office365 office365 3 x.x.x.x x.x.x.x IPFilter/ipfilter_office365 office365 4 x.x.x.x x.x.x.x IPFilter/ipfilter_office365 office365 5 x.x.x.x x.x.x.x IPFilter/ipfilter_office365 office365 6 x.x.x.x x.x.x.x IPFilter/ipfilter_office365 office365 7 x.x.x.x x.x.x.x IPFilter/ipfilter_office365 office365 8 x.x.x.x x.x.x.x IPFilter/ipfilter_office365 office365 9 x.x.x.x x.x.x.x IPFilter/ipfilter_office365 office365 10 x.x.x.x x.x.x.x IPFilter/ipfilter_office365 office365 11 x.x.x.x x.x.x.x IPFilter/ipfilter_office365 office365 12 x.x.x.x x.x.x.x IPFilter/ipfilter_office365 office365 13 x.x.x.x x.x.x.x IPFilter/ipfilter_office365 office365
You've enabled the Microsoft Office 365 feed and verified that the feed data is available on the SRX Series Firewall. You can now use the ipfilter_office365 dynamic address object in security policies to manage traffic for Microsoft Office 365 services.
Third-Party Threat Feeds
If an enabled third‑party threat feed detects malware, the event appears under with a threat level of 10.
On the enrolled SRX Series Firewalls, you can configure policies with the permit or block actions for each feed. The C&C and Infected Host feeds require a SecIntel policy enabled on the SRX Series Firewall.
Third-party threat feeds are updated every 24 hours.
-
Third-party threat feeds are open-source, and the Juniper ATP Cloud administrator is responsible for determining the accuracy of each feed. Juniper Networks does not investigate false positives generated by the third-party threat feeds.
-
Configured SRX Series Firewall policies will block malicious IP addresses based on the enabled third-party threat feeds. However, any event from the feeds do not affect the host threat scores. Only events from the Juniper threat feeds affect the host threat scores.
