{ "info": { "_postman_id": "8cae10de-c571-47ab-8dc9-69bab6c66797", "name": "Identify RRs with RFC1918 IPs in Public Authoritative DNS zones", "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json" }, "item": [ { "name": "Identify RRs with RFC1918 IPs in Public Authoritative DNS zones", "request": { "auth": { "type": "basic", "basic": [ { "key": "password", "value": "password", "type": "string" }, { "key": "username", "value": "user", "type": "string" }, { "key": "saveHelperData", "value": true, "type": "boolean" }, { "key": "showPassword", "value": false, "type": "boolean" } ] }, "method": "POST", "header": [ { "key": "Content-Type", "value": "application/json" }, { "key": "Authorization", "value": "Basic YWRtaW46aW5mb2Jsb3g=" } ], "body": { "mode": "raw", "raw": "[{\n \"data\": {\n \t\"view\": \"External\",\n \"ipv4addr~\": \"(^127\\\\.)|(^10\\\\.)|(^172\\\\.1[6-9]\\\\.)|(^172\\\\.2[0-9]\\\\.)|(^172\\\\.3[0-1]\\\\.)|(^192\\\\.168\\\\.)\"\n },\n \"method\": \"GET\",\n \n \"object\": \"record:host\"\n},\n{\n \"data\": {\n \t\"view\": \"External\",\n \"ipv4addr~\": \"(^127\\\\.)|(^10\\\\.)|(^172\\\\.1[6-9]\\\\.)|(^172\\\\.2[0-9]\\\\.)|(^172\\\\.3[0-1]\\\\.)|(^192\\\\.168\\\\.)\"\n },\n \"method\": \"GET\",\n \"object\": \"record:a\"\n},\n{\n \"data\": {\n \t\"view\": \"External\",\n \"ipv4addr~\": \"(^127\\\\.)|(^10\\\\.)|(^172\\\\.1[6-9]\\\\.)|(^172\\\\.2[0-9]\\\\.)|(^172\\\\.3[0-1]\\\\.)|(^192\\\\.168\\\\.)\"\n },\n \"method\": \"GET\",\n \"object\": \"record:ptr\"\n}]" }, "url": { "raw": "https:///wapi/v2.9/request", "protocol": "https", "host": [ "" ], "path": [ "wapi", "v2.9", "request" ] } }, "response": [] } ] }