{ "opencollection": "1.0.0", "info": { "name": "Juniper Networks Juniper Apstra Allowlists and Blocklists Threat Intelligence API", "version": "4.2.0" }, "request": { "auth": { "type": "apikey", "key": "AuthToken", "value": "{{AuthToken}}", "placement": "header" } }, "items": [ { "info": { "name": "Threat Intelligence", "type": "folder" }, "items": [ { "info": { "name": "Juniper Networks List threat feeds", "type": "http" }, "http": { "method": "GET", "url": "https://{apstra_server}/api/threat-intelligence/feeds" }, "docs": "Returns available threat intelligence feeds and their status." }, { "info": { "name": "Juniper Networks Look up IP reputation", "type": "http" }, "http": { "method": "GET", "url": "https://{apstra_server}/api/threat-intelligence/ip-lookup", "params": [ { "name": "ip", "value": "", "type": "query", "description": "IP address to look up" } ] }, "docs": "Returns the threat reputation score and details for an IP address." }, { "info": { "name": "Juniper Networks Look up URL reputation", "type": "http" }, "http": { "method": "GET", "url": "https://{apstra_server}/api/threat-intelligence/url-lookup", "params": [ { "name": "url", "value": "", "type": "query", "description": "URL to look up" } ] }, "docs": "Returns the threat reputation and category for a URL." }, { "info": { "name": "Juniper Networks Look up domain reputation", "type": "http" }, "http": { "method": "GET", "url": "https://{apstra_server}/api/threat-intelligence/domain-lookup", "params": [ { "name": "domain", "value": "", "type": "query", "description": "Domain name to look up" } ] }, "docs": "Returns the threat reputation for a domain name." }, { "info": { "name": "Juniper Networks Look up file hash", "type": "http" }, "http": { "method": "GET", "url": "https://{apstra_server}/api/threat-intelligence/hash-lookup", "params": [ { "name": "hash", "value": "", "type": "query", "description": "File hash (MD5, SHA1, or SHA256)" }, { "name": "hash_type", "value": "", "type": "query", "description": "Hash type" } ] }, "docs": "Returns the malware analysis verdict for a file hash." } ] } ], "bundled": true }