From 319643dd3b0a4269f689931faf76537fa351eb66 Mon Sep 17 00:00:00 2001 From: Simone Basso Date: Tue, 23 Jan 2024 15:49:16 +0100 Subject: [PATCH] chore(minipipeline): add test case for ooni/probe#2456 (#1461) This commit adds a test case that replicates the issue described by https://github.com/ooni/probe/issues/2456 and shows that we are now able to correctly deal with that. Check the `analysis.json` and `analysis_classic.json` file and see that there are no unexplained or unexpected TCP connect failures. This happen because now we filter for IPv6-related failures. See also https://explorer.ooni.org/m/20240123143658.130691_IT_webconnectivity_03662f69246c637f. Closes https://github.com/ooni/probe/issues/2456. --- .../manual/issue-2456/analysis.json | 6018 +++++++++++++++++ .../manual/issue-2456/analysis_classic.json | 2137 ++++++ .../manual/issue-2456/measurement.json | 3492 ++++++++++ .../manual/issue-2456/observations.json | 5968 ++++++++++++++++ .../issue-2456/observations_classic.json | 2092 ++++++ script/updateminipipeline.bash | 4 + 6 files changed, 19711 insertions(+) create mode 100644 internal/minipipeline/testdata/webconnectivity/manual/issue-2456/analysis.json create mode 100644 internal/minipipeline/testdata/webconnectivity/manual/issue-2456/analysis_classic.json create mode 100644 internal/minipipeline/testdata/webconnectivity/manual/issue-2456/measurement.json create mode 100644 internal/minipipeline/testdata/webconnectivity/manual/issue-2456/observations.json create mode 100644 internal/minipipeline/testdata/webconnectivity/manual/issue-2456/observations_classic.json diff --git a/internal/minipipeline/testdata/webconnectivity/manual/issue-2456/analysis.json b/internal/minipipeline/testdata/webconnectivity/manual/issue-2456/analysis.json new file mode 100644 index 0000000000..81962f22e8 --- /dev/null +++ b/internal/minipipeline/testdata/webconnectivity/manual/issue-2456/analysis.json @@ -0,0 +1,6018 @@ +{ + "ControlExpectations": { + "DNSAddresses": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "FinalResponseFailure": "" + }, + "DNSLookupSuccess": [ + 1, + 2, + 3 + ], + "DNSLookupSuccessWithInvalidAddresses": [], + "DNSLookupSuccessWithValidAddress": [ + 1, + 2, + 3 + ], + "DNSLookupSuccessWithBogonAddresses": [], + "DNSLookupSuccessWithInvalidAddressesClassic": [], + "DNSLookupSuccessWithValidAddressClassic": [ + 1, + 2, + 3 + ], + "DNSLookupUnexpectedFailure": [], + "DNSLookupUnexplainedFailure": [], + "DNSExperimentFailure": null, + "DNSLookupExpectedFailure": [], + "DNSLookupExpectedSuccess": [], + "TCPConnectExpectedFailure": [], + "TCPConnectUnexpectedFailure": [], + "TCPConnectUnexpectedFailureDuringWebFetch": [], + "TCPConnectUnexpectedFailureDuringConnectivityCheck": [], + "TCPConnectUnexplainedFailure": [], + "TCPConnectUnexplainedFailureDuringWebFetch": [], + "TCPConnectUnexplainedFailureDuringConnectivityCheck": [], + "TLSHandshakeExpectedFailure": [], + "TLSHandshakeUnexpectedFailure": [], + "TLSHandshakeUnexpectedFailureDuringWebFetch": [], + "TLSHandshakeUnexpectedFailureDuringConnectivityCheck": [], + "TLSHandshakeUnexplainedFailure": [], + "TLSHandshakeUnexplainedFailureDuringWebFetch": [], + "TLSHandshakeUnexplainedFailureDuringConnectivityCheck": [], + "HTTPRoundTripUnexpectedFailure": [], + "HTTPRoundTripUnexplainedFailure": [], + "HTTPFinalResponseSuccessTLSWithoutControl": null, + "HTTPFinalResponseSuccessTLSWithControl": 25, + "HTTPFinalResponseSuccessTCPWithoutControl": null, + "HTTPFinalResponseSuccessTCPWithControl": null, + "HTTPFinalResponseDiffBodyProportionFactor": 1, + "HTTPFinalResponseDiffStatusCodeMatch": true, + "HTTPFinalResponseDiffTitleDifferentLongWords": {}, + "HTTPFinalResponseDiffUncommonHeadersIntersection": { + "ezp-is_archive": true, + "served-by": true, + "x-amz-cf-id": true, + "x-amz-cf-pop": true, + "x-cache": true + }, + "Linear": [ + { + "TagDepth": 0, + "Type": 3, + "Failure": "", + "TransactionID": 25, + "TagFetchBody": true, + "DNSTransactionID": 1, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": null, + "DNSEngine": null, + "DNSResolvedAddrs": [ + "108.139.210.116", + "108.139.210.47", + "108.139.210.80", + "108.139.210.95" + ], + "IPAddress": "108.139.210.80", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": 25, + "EndpointProto": "tcp", + "EndpointPort": "443", + "EndpointAddress": "108.139.210.80:443", + "TCPConnectFailure": "", + "TLSHandshakeFailure": "", + "TLSServerName": "www.csmonitor.com", + "HTTPRequestURL": "https://www.csmonitor.com", + "HTTPFailure": "", + "HTTPResponseStatusCode": 200, + "HTTPResponseBodyLength": 144904, + "HTTPResponseBodyIsTruncated": false, + "HTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "HTTPResponseLocation": null, + "HTTPResponseTitle": "Christian Science Monitor - CSMonitor.com", + "HTTPResponseIsFinal": true, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": "", + "ControlTLSHandshakeFailure": "", + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 2, + "Failure": "", + "TransactionID": 36, + "TagFetchBody": true, + "DNSTransactionID": null, + "DNSDomain": null, + "DNSLookupFailure": null, + "DNSQueryType": null, + "DNSEngine": null, + "DNSResolvedAddrs": null, + "IPAddress": "65.8.161.6", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": 36, + "EndpointProto": "tcp", + "EndpointPort": "443", + "EndpointAddress": "65.8.161.6:443", + "TCPConnectFailure": "", + "TLSHandshakeFailure": "", + "TLSServerName": "www.csmonitor.com", + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": "", + "ControlTLSHandshakeFailure": "", + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 2, + "Failure": "", + "TransactionID": 32, + "TagFetchBody": true, + "DNSTransactionID": null, + "DNSDomain": null, + "DNSLookupFailure": null, + "DNSQueryType": null, + "DNSEngine": null, + "DNSResolvedAddrs": null, + "IPAddress": "65.8.161.30", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": 32, + "EndpointProto": "tcp", + "EndpointPort": "443", + "EndpointAddress": "65.8.161.30:443", + "TCPConnectFailure": "", + "TLSHandshakeFailure": "", + "TLSServerName": "www.csmonitor.com", + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": "", + "ControlTLSHandshakeFailure": "", + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 2, + "Failure": "", + "TransactionID": 29, + "TagFetchBody": true, + "DNSTransactionID": null, + "DNSDomain": null, + "DNSLookupFailure": null, + "DNSQueryType": null, + "DNSEngine": null, + "DNSResolvedAddrs": null, + "IPAddress": "65.8.161.3", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": 29, + "EndpointProto": "tcp", + "EndpointPort": "443", + "EndpointAddress": "65.8.161.3:443", + "TCPConnectFailure": "", + "TLSHandshakeFailure": "", + "TLSServerName": "www.csmonitor.com", + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": "", + "ControlTLSHandshakeFailure": "", + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 2, + "Failure": "", + "TransactionID": 28, + "TagFetchBody": true, + "DNSTransactionID": null, + "DNSDomain": null, + "DNSLookupFailure": null, + "DNSQueryType": null, + "DNSEngine": null, + "DNSResolvedAddrs": null, + "IPAddress": "65.8.161.129", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": 28, + "EndpointProto": "tcp", + "EndpointPort": "443", + "EndpointAddress": "65.8.161.129:443", + "TCPConnectFailure": "", + "TLSHandshakeFailure": "", + "TLSServerName": "www.csmonitor.com", + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": "", + "ControlTLSHandshakeFailure": "", + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 2, + "Failure": "", + "TransactionID": 27, + "TagFetchBody": true, + "DNSTransactionID": 3, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": null, + "DNSEngine": null, + "DNSResolvedAddrs": [ + "108.139.243.106", + "108.139.243.32", + "108.139.243.41", + "108.139.243.83" + ], + "IPAddress": "108.139.243.106", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": 27, + "EndpointProto": "tcp", + "EndpointPort": "443", + "EndpointAddress": "108.139.243.106:443", + "TCPConnectFailure": "", + "TLSHandshakeFailure": "", + "TLSServerName": "www.csmonitor.com", + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": "", + "ControlTLSHandshakeFailure": "", + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 2, + "Failure": "", + "TransactionID": 21, + "TagFetchBody": true, + "DNSTransactionID": 3, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": null, + "DNSEngine": null, + "DNSResolvedAddrs": [ + "108.139.243.106", + "108.139.243.32", + "108.139.243.41", + "108.139.243.83" + ], + "IPAddress": "108.139.243.41", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": 21, + "EndpointProto": "tcp", + "EndpointPort": "443", + "EndpointAddress": "108.139.243.41:443", + "TCPConnectFailure": "", + "TLSHandshakeFailure": "", + "TLSServerName": "www.csmonitor.com", + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": "", + "ControlTLSHandshakeFailure": "", + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 2, + "Failure": "", + "TransactionID": 19, + "TagFetchBody": true, + "DNSTransactionID": 1, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": null, + "DNSEngine": null, + "DNSResolvedAddrs": [ + "108.139.210.116", + "108.139.210.47", + "108.139.210.80", + "108.139.210.95" + ], + "IPAddress": "108.139.210.95", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": 19, + "EndpointProto": "tcp", + "EndpointPort": "443", + "EndpointAddress": "108.139.210.95:443", + "TCPConnectFailure": "", + "TLSHandshakeFailure": "", + "TLSServerName": "www.csmonitor.com", + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": "", + "ControlTLSHandshakeFailure": "", + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 2, + "Failure": "", + "TransactionID": 14, + "TagFetchBody": true, + "DNSTransactionID": 1, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": null, + "DNSEngine": null, + "DNSResolvedAddrs": [ + "108.139.210.116", + "108.139.210.47", + "108.139.210.80", + "108.139.210.95" + ], + "IPAddress": "108.139.210.116", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": 14, + "EndpointProto": "tcp", + "EndpointPort": "443", + "EndpointAddress": "108.139.210.116:443", + "TCPConnectFailure": "", + "TLSHandshakeFailure": "", + "TLSServerName": "www.csmonitor.com", + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": "", + "ControlTLSHandshakeFailure": "", + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 2, + "Failure": "", + "TransactionID": 13, + "TagFetchBody": true, + "DNSTransactionID": 1, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": null, + "DNSEngine": null, + "DNSResolvedAddrs": [ + "108.139.210.116", + "108.139.210.47", + "108.139.210.80", + "108.139.210.95" + ], + "IPAddress": "108.139.210.47", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": 13, + "EndpointProto": "tcp", + "EndpointPort": "443", + "EndpointAddress": "108.139.210.47:443", + "TCPConnectFailure": "", + "TLSHandshakeFailure": "", + "TLSServerName": "www.csmonitor.com", + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": "", + "ControlTLSHandshakeFailure": "", + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 2, + "Failure": "", + "TransactionID": 10, + "TagFetchBody": true, + "DNSTransactionID": 3, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": null, + "DNSEngine": null, + "DNSResolvedAddrs": [ + "108.139.243.106", + "108.139.243.32", + "108.139.243.41", + "108.139.243.83" + ], + "IPAddress": "108.139.243.32", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": 10, + "EndpointProto": "tcp", + "EndpointPort": "443", + "EndpointAddress": "108.139.243.32:443", + "TCPConnectFailure": "", + "TLSHandshakeFailure": "", + "TLSServerName": "www.csmonitor.com", + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": "", + "ControlTLSHandshakeFailure": "", + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 2, + "Failure": "", + "TransactionID": 6, + "TagFetchBody": true, + "DNSTransactionID": 3, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": null, + "DNSEngine": null, + "DNSResolvedAddrs": [ + "108.139.243.106", + "108.139.243.32", + "108.139.243.41", + "108.139.243.83" + ], + "IPAddress": "108.139.243.83", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": 6, + "EndpointProto": "tcp", + "EndpointPort": "443", + "EndpointAddress": "108.139.243.83:443", + "TCPConnectFailure": "", + "TLSHandshakeFailure": "", + "TLSServerName": "www.csmonitor.com", + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": "", + "ControlTLSHandshakeFailure": "", + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 1, + "Failure": "network_unreachable", + "TransactionID": 39, + "TagFetchBody": true, + "DNSTransactionID": null, + "DNSDomain": null, + "DNSLookupFailure": null, + "DNSQueryType": null, + "DNSEngine": null, + "DNSResolvedAddrs": null, + "IPAddress": "2600:9000:2146:a400:1d:c25c:d00:93a1", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": 39, + "EndpointProto": "tcp", + "EndpointPort": "443", + "EndpointAddress": "[2600:9000:2146:a400:1d:c25c:d00:93a1]:443", + "TCPConnectFailure": "network_unreachable", + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": "", + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 1, + "Failure": "network_unreachable", + "TransactionID": 38, + "TagFetchBody": true, + "DNSTransactionID": null, + "DNSDomain": null, + "DNSLookupFailure": null, + "DNSQueryType": null, + "DNSEngine": null, + "DNSResolvedAddrs": null, + "IPAddress": "2600:9000:2146:7200:1d:c25c:d00:93a1", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": 38, + "EndpointProto": "tcp", + "EndpointPort": "443", + "EndpointAddress": "[2600:9000:2146:7200:1d:c25c:d00:93a1]:443", + "TCPConnectFailure": "network_unreachable", + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": "", + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 1, + "Failure": "network_unreachable", + "TransactionID": 37, + "TagFetchBody": true, + "DNSTransactionID": null, + "DNSDomain": null, + "DNSLookupFailure": null, + "DNSQueryType": null, + "DNSEngine": null, + "DNSResolvedAddrs": null, + "IPAddress": "2600:9000:2146:1000:1d:c25c:d00:93a1", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": 37, + "EndpointProto": "tcp", + "EndpointPort": "443", + "EndpointAddress": "[2600:9000:2146:1000:1d:c25c:d00:93a1]:443", + "TCPConnectFailure": "network_unreachable", + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": "", + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 1, + "Failure": "network_unreachable", + "TransactionID": 35, + "TagFetchBody": true, + "DNSTransactionID": null, + "DNSDomain": null, + "DNSLookupFailure": null, + "DNSQueryType": null, + "DNSEngine": null, + "DNSResolvedAddrs": null, + "IPAddress": "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": 35, + "EndpointProto": "tcp", + "EndpointPort": "443", + "EndpointAddress": "[2600:9000:2146:5c00:1d:c25c:d00:93a1]:443", + "TCPConnectFailure": "network_unreachable", + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": "", + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 1, + "Failure": "network_unreachable", + "TransactionID": 34, + "TagFetchBody": true, + "DNSTransactionID": null, + "DNSDomain": null, + "DNSLookupFailure": null, + "DNSQueryType": null, + "DNSEngine": null, + "DNSResolvedAddrs": null, + "IPAddress": "2600:9000:2146:e400:1d:c25c:d00:93a1", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": 34, + "EndpointProto": "tcp", + "EndpointPort": "443", + "EndpointAddress": "[2600:9000:2146:e400:1d:c25c:d00:93a1]:443", + "TCPConnectFailure": "network_unreachable", + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": "", + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 1, + "Failure": "network_unreachable", + "TransactionID": 33, + "TagFetchBody": true, + "DNSTransactionID": null, + "DNSDomain": null, + "DNSLookupFailure": null, + "DNSQueryType": null, + "DNSEngine": null, + "DNSResolvedAddrs": null, + "IPAddress": "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": 33, + "EndpointProto": "tcp", + "EndpointPort": "443", + "EndpointAddress": "[2600:9000:2146:6c00:1d:c25c:d00:93a1]:443", + "TCPConnectFailure": "network_unreachable", + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": "", + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 1, + "Failure": "network_unreachable", + "TransactionID": 31, + "TagFetchBody": true, + "DNSTransactionID": null, + "DNSDomain": null, + "DNSLookupFailure": null, + "DNSQueryType": null, + "DNSEngine": null, + "DNSResolvedAddrs": null, + "IPAddress": "2600:9000:2146:400:1d:c25c:d00:93a1", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": 31, + "EndpointProto": "tcp", + "EndpointPort": "443", + "EndpointAddress": "[2600:9000:2146:400:1d:c25c:d00:93a1]:443", + "TCPConnectFailure": "network_unreachable", + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": "", + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 1, + "Failure": "network_unreachable", + "TransactionID": 30, + "TagFetchBody": true, + "DNSTransactionID": null, + "DNSDomain": null, + "DNSLookupFailure": null, + "DNSQueryType": null, + "DNSEngine": null, + "DNSResolvedAddrs": null, + "IPAddress": "2600:9000:2146:7800:1d:c25c:d00:93a1", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": 30, + "EndpointProto": "tcp", + "EndpointPort": "443", + "EndpointAddress": "[2600:9000:2146:7800:1d:c25c:d00:93a1]:443", + "TCPConnectFailure": "network_unreachable", + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": "", + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 1, + "Failure": "network_unreachable", + "TransactionID": 26, + "TagFetchBody": true, + "DNSTransactionID": 1, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": null, + "DNSEngine": null, + "DNSResolvedAddrs": [ + "2600:9000:2306:1a00:1d:c25c:d00:93a1", + "2600:9000:2306:3c00:1d:c25c:d00:93a1", + "2600:9000:2306:5c00:1d:c25c:d00:93a1", + "2600:9000:2306:6600:1d:c25c:d00:93a1", + "2600:9000:2306:7800:1d:c25c:d00:93a1", + "2600:9000:2306:800:1d:c25c:d00:93a1", + "2600:9000:2306:9800:1d:c25c:d00:93a1", + "2600:9000:2306:d600:1d:c25c:d00:93a1" + ], + "IPAddress": "2600:9000:2306:7800:1d:c25c:d00:93a1", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": 26, + "EndpointProto": "tcp", + "EndpointPort": "443", + "EndpointAddress": "[2600:9000:2306:7800:1d:c25c:d00:93a1]:443", + "TCPConnectFailure": "network_unreachable", + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": "", + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 1, + "Failure": "network_unreachable", + "TransactionID": 24, + "TagFetchBody": true, + "DNSTransactionID": 3, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": null, + "DNSEngine": null, + "DNSResolvedAddrs": [ + "2600:9000:2248:3a00:1d:c25c:d00:93a1", + "2600:9000:2248:6800:1d:c25c:d00:93a1", + "2600:9000:2248:8600:1d:c25c:d00:93a1", + "2600:9000:2248:8a00:1d:c25c:d00:93a1", + "2600:9000:2248:b000:1d:c25c:d00:93a1", + "2600:9000:2248:be00:1d:c25c:d00:93a1", + "2600:9000:2248:ec00:1d:c25c:d00:93a1", + "2600:9000:2248:ee00:1d:c25c:d00:93a1" + ], + "IPAddress": "2600:9000:2248:6800:1d:c25c:d00:93a1", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": 24, + "EndpointProto": "tcp", + "EndpointPort": "443", + "EndpointAddress": "[2600:9000:2248:6800:1d:c25c:d00:93a1]:443", + "TCPConnectFailure": "network_unreachable", + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": "", + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 1, + "Failure": "network_unreachable", + "TransactionID": 23, + "TagFetchBody": true, + "DNSTransactionID": 3, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": null, + "DNSEngine": null, + "DNSResolvedAddrs": [ + "2600:9000:2248:3a00:1d:c25c:d00:93a1", + "2600:9000:2248:6800:1d:c25c:d00:93a1", + "2600:9000:2248:8600:1d:c25c:d00:93a1", + "2600:9000:2248:8a00:1d:c25c:d00:93a1", + "2600:9000:2248:b000:1d:c25c:d00:93a1", + "2600:9000:2248:be00:1d:c25c:d00:93a1", + "2600:9000:2248:ec00:1d:c25c:d00:93a1", + "2600:9000:2248:ee00:1d:c25c:d00:93a1" + ], + "IPAddress": "2600:9000:2248:be00:1d:c25c:d00:93a1", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": 23, + "EndpointProto": "tcp", + "EndpointPort": "443", + "EndpointAddress": "[2600:9000:2248:be00:1d:c25c:d00:93a1]:443", + "TCPConnectFailure": "network_unreachable", + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": "", + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 1, + "Failure": "network_unreachable", + "TransactionID": 22, + "TagFetchBody": true, + "DNSTransactionID": 3, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": null, + "DNSEngine": null, + "DNSResolvedAddrs": [ + "2600:9000:2248:3a00:1d:c25c:d00:93a1", + "2600:9000:2248:6800:1d:c25c:d00:93a1", + "2600:9000:2248:8600:1d:c25c:d00:93a1", + "2600:9000:2248:8a00:1d:c25c:d00:93a1", + "2600:9000:2248:b000:1d:c25c:d00:93a1", + "2600:9000:2248:be00:1d:c25c:d00:93a1", + "2600:9000:2248:ec00:1d:c25c:d00:93a1", + "2600:9000:2248:ee00:1d:c25c:d00:93a1" + ], + "IPAddress": "2600:9000:2248:ee00:1d:c25c:d00:93a1", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": 22, + "EndpointProto": "tcp", + "EndpointPort": "443", + "EndpointAddress": "[2600:9000:2248:ee00:1d:c25c:d00:93a1]:443", + "TCPConnectFailure": "network_unreachable", + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": "", + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 1, + "Failure": "network_unreachable", + "TransactionID": 20, + "TagFetchBody": true, + "DNSTransactionID": 1, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": null, + "DNSEngine": null, + "DNSResolvedAddrs": [ + "2600:9000:2306:1a00:1d:c25c:d00:93a1", + "2600:9000:2306:3c00:1d:c25c:d00:93a1", + "2600:9000:2306:5c00:1d:c25c:d00:93a1", + "2600:9000:2306:6600:1d:c25c:d00:93a1", + "2600:9000:2306:7800:1d:c25c:d00:93a1", + "2600:9000:2306:800:1d:c25c:d00:93a1", + "2600:9000:2306:9800:1d:c25c:d00:93a1", + "2600:9000:2306:d600:1d:c25c:d00:93a1" + ], + "IPAddress": "2600:9000:2306:9800:1d:c25c:d00:93a1", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": 20, + "EndpointProto": "tcp", + "EndpointPort": "443", + "EndpointAddress": "[2600:9000:2306:9800:1d:c25c:d00:93a1]:443", + "TCPConnectFailure": "network_unreachable", + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": "", + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 1, + "Failure": "network_unreachable", + "TransactionID": 18, + "TagFetchBody": true, + "DNSTransactionID": 3, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": null, + "DNSEngine": null, + "DNSResolvedAddrs": [ + "2600:9000:2248:3a00:1d:c25c:d00:93a1", + "2600:9000:2248:6800:1d:c25c:d00:93a1", + "2600:9000:2248:8600:1d:c25c:d00:93a1", + "2600:9000:2248:8a00:1d:c25c:d00:93a1", + "2600:9000:2248:b000:1d:c25c:d00:93a1", + "2600:9000:2248:be00:1d:c25c:d00:93a1", + "2600:9000:2248:ec00:1d:c25c:d00:93a1", + "2600:9000:2248:ee00:1d:c25c:d00:93a1" + ], + "IPAddress": "2600:9000:2248:8a00:1d:c25c:d00:93a1", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": 18, + "EndpointProto": "tcp", + "EndpointPort": "443", + "EndpointAddress": "[2600:9000:2248:8a00:1d:c25c:d00:93a1]:443", + "TCPConnectFailure": "network_unreachable", + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": "", + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 1, + "Failure": "network_unreachable", + "TransactionID": 17, + "TagFetchBody": true, + "DNSTransactionID": 3, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": null, + "DNSEngine": null, + "DNSResolvedAddrs": [ + "2600:9000:2248:3a00:1d:c25c:d00:93a1", + "2600:9000:2248:6800:1d:c25c:d00:93a1", + "2600:9000:2248:8600:1d:c25c:d00:93a1", + "2600:9000:2248:8a00:1d:c25c:d00:93a1", + "2600:9000:2248:b000:1d:c25c:d00:93a1", + "2600:9000:2248:be00:1d:c25c:d00:93a1", + "2600:9000:2248:ec00:1d:c25c:d00:93a1", + "2600:9000:2248:ee00:1d:c25c:d00:93a1" + ], + "IPAddress": "2600:9000:2248:ec00:1d:c25c:d00:93a1", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": 17, + "EndpointProto": "tcp", + "EndpointPort": "443", + "EndpointAddress": "[2600:9000:2248:ec00:1d:c25c:d00:93a1]:443", + "TCPConnectFailure": "network_unreachable", + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": "", + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 1, + "Failure": "network_unreachable", + "TransactionID": 16, + "TagFetchBody": true, + "DNSTransactionID": 3, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": null, + "DNSEngine": null, + "DNSResolvedAddrs": [ + "2600:9000:2248:3a00:1d:c25c:d00:93a1", + "2600:9000:2248:6800:1d:c25c:d00:93a1", + "2600:9000:2248:8600:1d:c25c:d00:93a1", + "2600:9000:2248:8a00:1d:c25c:d00:93a1", + "2600:9000:2248:b000:1d:c25c:d00:93a1", + "2600:9000:2248:be00:1d:c25c:d00:93a1", + "2600:9000:2248:ec00:1d:c25c:d00:93a1", + "2600:9000:2248:ee00:1d:c25c:d00:93a1" + ], + "IPAddress": "2600:9000:2248:b000:1d:c25c:d00:93a1", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": 16, + "EndpointProto": "tcp", + "EndpointPort": "443", + "EndpointAddress": "[2600:9000:2248:b000:1d:c25c:d00:93a1]:443", + "TCPConnectFailure": "network_unreachable", + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": "", + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 1, + "Failure": "network_unreachable", + "TransactionID": 15, + "TagFetchBody": true, + "DNSTransactionID": 1, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": null, + "DNSEngine": null, + "DNSResolvedAddrs": [ + "2600:9000:2306:1a00:1d:c25c:d00:93a1", + "2600:9000:2306:3c00:1d:c25c:d00:93a1", + "2600:9000:2306:5c00:1d:c25c:d00:93a1", + "2600:9000:2306:6600:1d:c25c:d00:93a1", + "2600:9000:2306:7800:1d:c25c:d00:93a1", + "2600:9000:2306:800:1d:c25c:d00:93a1", + "2600:9000:2306:9800:1d:c25c:d00:93a1", + "2600:9000:2306:d600:1d:c25c:d00:93a1" + ], + "IPAddress": "2600:9000:2306:6600:1d:c25c:d00:93a1", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": 15, + "EndpointProto": "tcp", + "EndpointPort": "443", + "EndpointAddress": "[2600:9000:2306:6600:1d:c25c:d00:93a1]:443", + "TCPConnectFailure": "network_unreachable", + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": "", + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 1, + "Failure": "network_unreachable", + "TransactionID": 12, + "TagFetchBody": true, + "DNSTransactionID": 3, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": null, + "DNSEngine": null, + "DNSResolvedAddrs": [ + "2600:9000:2248:3a00:1d:c25c:d00:93a1", + "2600:9000:2248:6800:1d:c25c:d00:93a1", + "2600:9000:2248:8600:1d:c25c:d00:93a1", + "2600:9000:2248:8a00:1d:c25c:d00:93a1", + "2600:9000:2248:b000:1d:c25c:d00:93a1", + "2600:9000:2248:be00:1d:c25c:d00:93a1", + "2600:9000:2248:ec00:1d:c25c:d00:93a1", + "2600:9000:2248:ee00:1d:c25c:d00:93a1" + ], + "IPAddress": "2600:9000:2248:8600:1d:c25c:d00:93a1", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": 12, + "EndpointProto": "tcp", + "EndpointPort": "443", + "EndpointAddress": "[2600:9000:2248:8600:1d:c25c:d00:93a1]:443", + "TCPConnectFailure": "network_unreachable", + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": "", + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 1, + "Failure": "network_unreachable", + "TransactionID": 11, + "TagFetchBody": true, + "DNSTransactionID": 3, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": null, + "DNSEngine": null, + "DNSResolvedAddrs": [ + "2600:9000:2248:3a00:1d:c25c:d00:93a1", + "2600:9000:2248:6800:1d:c25c:d00:93a1", + "2600:9000:2248:8600:1d:c25c:d00:93a1", + "2600:9000:2248:8a00:1d:c25c:d00:93a1", + "2600:9000:2248:b000:1d:c25c:d00:93a1", + "2600:9000:2248:be00:1d:c25c:d00:93a1", + "2600:9000:2248:ec00:1d:c25c:d00:93a1", + "2600:9000:2248:ee00:1d:c25c:d00:93a1" + ], + "IPAddress": "2600:9000:2248:3a00:1d:c25c:d00:93a1", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": 11, + "EndpointProto": "tcp", + "EndpointPort": "443", + "EndpointAddress": "[2600:9000:2248:3a00:1d:c25c:d00:93a1]:443", + "TCPConnectFailure": "network_unreachable", + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": "", + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 1, + "Failure": "network_unreachable", + "TransactionID": 9, + "TagFetchBody": true, + "DNSTransactionID": 1, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": null, + "DNSEngine": null, + "DNSResolvedAddrs": [ + "2600:9000:2306:1a00:1d:c25c:d00:93a1", + "2600:9000:2306:3c00:1d:c25c:d00:93a1", + "2600:9000:2306:5c00:1d:c25c:d00:93a1", + "2600:9000:2306:6600:1d:c25c:d00:93a1", + "2600:9000:2306:7800:1d:c25c:d00:93a1", + "2600:9000:2306:800:1d:c25c:d00:93a1", + "2600:9000:2306:9800:1d:c25c:d00:93a1", + "2600:9000:2306:d600:1d:c25c:d00:93a1" + ], + "IPAddress": "2600:9000:2306:5c00:1d:c25c:d00:93a1", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": 9, + "EndpointProto": "tcp", + "EndpointPort": "443", + "EndpointAddress": "[2600:9000:2306:5c00:1d:c25c:d00:93a1]:443", + "TCPConnectFailure": "network_unreachable", + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": "", + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 1, + "Failure": "network_unreachable", + "TransactionID": 8, + "TagFetchBody": true, + "DNSTransactionID": 1, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": null, + "DNSEngine": null, + "DNSResolvedAddrs": [ + "2600:9000:2306:1a00:1d:c25c:d00:93a1", + "2600:9000:2306:3c00:1d:c25c:d00:93a1", + "2600:9000:2306:5c00:1d:c25c:d00:93a1", + "2600:9000:2306:6600:1d:c25c:d00:93a1", + "2600:9000:2306:7800:1d:c25c:d00:93a1", + "2600:9000:2306:800:1d:c25c:d00:93a1", + "2600:9000:2306:9800:1d:c25c:d00:93a1", + "2600:9000:2306:d600:1d:c25c:d00:93a1" + ], + "IPAddress": "2600:9000:2306:800:1d:c25c:d00:93a1", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": 8, + "EndpointProto": "tcp", + "EndpointPort": "443", + "EndpointAddress": "[2600:9000:2306:800:1d:c25c:d00:93a1]:443", + "TCPConnectFailure": "network_unreachable", + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": "", + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 1, + "Failure": "network_unreachable", + "TransactionID": 7, + "TagFetchBody": true, + "DNSTransactionID": 1, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": null, + "DNSEngine": null, + "DNSResolvedAddrs": [ + "2600:9000:2306:1a00:1d:c25c:d00:93a1", + "2600:9000:2306:3c00:1d:c25c:d00:93a1", + "2600:9000:2306:5c00:1d:c25c:d00:93a1", + "2600:9000:2306:6600:1d:c25c:d00:93a1", + "2600:9000:2306:7800:1d:c25c:d00:93a1", + "2600:9000:2306:800:1d:c25c:d00:93a1", + "2600:9000:2306:9800:1d:c25c:d00:93a1", + "2600:9000:2306:d600:1d:c25c:d00:93a1" + ], + "IPAddress": "2600:9000:2306:d600:1d:c25c:d00:93a1", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": 7, + "EndpointProto": "tcp", + "EndpointPort": "443", + "EndpointAddress": "[2600:9000:2306:d600:1d:c25c:d00:93a1]:443", + "TCPConnectFailure": "network_unreachable", + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": "", + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 1, + "Failure": "network_unreachable", + "TransactionID": 5, + "TagFetchBody": true, + "DNSTransactionID": 1, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": null, + "DNSEngine": null, + "DNSResolvedAddrs": [ + "2600:9000:2306:1a00:1d:c25c:d00:93a1", + "2600:9000:2306:3c00:1d:c25c:d00:93a1", + "2600:9000:2306:5c00:1d:c25c:d00:93a1", + "2600:9000:2306:6600:1d:c25c:d00:93a1", + "2600:9000:2306:7800:1d:c25c:d00:93a1", + "2600:9000:2306:800:1d:c25c:d00:93a1", + "2600:9000:2306:9800:1d:c25c:d00:93a1", + "2600:9000:2306:d600:1d:c25c:d00:93a1" + ], + "IPAddress": "2600:9000:2306:1a00:1d:c25c:d00:93a1", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": 5, + "EndpointProto": "tcp", + "EndpointPort": "443", + "EndpointAddress": "[2600:9000:2306:1a00:1d:c25c:d00:93a1]:443", + "TCPConnectFailure": "network_unreachable", + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": "", + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 1, + "Failure": "network_unreachable", + "TransactionID": 4, + "TagFetchBody": true, + "DNSTransactionID": 1, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": null, + "DNSEngine": null, + "DNSResolvedAddrs": [ + "2600:9000:2306:1a00:1d:c25c:d00:93a1", + "2600:9000:2306:3c00:1d:c25c:d00:93a1", + "2600:9000:2306:5c00:1d:c25c:d00:93a1", + "2600:9000:2306:6600:1d:c25c:d00:93a1", + "2600:9000:2306:7800:1d:c25c:d00:93a1", + "2600:9000:2306:800:1d:c25c:d00:93a1", + "2600:9000:2306:9800:1d:c25c:d00:93a1", + "2600:9000:2306:d600:1d:c25c:d00:93a1" + ], + "IPAddress": "2600:9000:2306:3c00:1d:c25c:d00:93a1", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": 4, + "EndpointProto": "tcp", + "EndpointPort": "443", + "EndpointAddress": "[2600:9000:2306:3c00:1d:c25c:d00:93a1]:443", + "TCPConnectFailure": "network_unreachable", + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": "", + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 0, + "Failure": "", + "TransactionID": 3, + "TagFetchBody": null, + "DNSTransactionID": 3, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": "A", + "DNSEngine": "doh", + "DNSResolvedAddrs": [ + "108.139.243.106", + "108.139.243.32", + "108.139.243.41", + "108.139.243.83" + ], + "IPAddress": "108.139.243.106", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": null, + "EndpointProto": null, + "EndpointPort": null, + "EndpointAddress": null, + "TCPConnectFailure": null, + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": null, + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 0, + "Failure": "", + "TransactionID": 3, + "TagFetchBody": null, + "DNSTransactionID": 3, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": "A", + "DNSEngine": "doh", + "DNSResolvedAddrs": [ + "108.139.243.106", + "108.139.243.32", + "108.139.243.41", + "108.139.243.83" + ], + "IPAddress": "108.139.243.32", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": null, + "EndpointProto": null, + "EndpointPort": null, + "EndpointAddress": null, + "TCPConnectFailure": null, + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": null, + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 0, + "Failure": "", + "TransactionID": 3, + "TagFetchBody": null, + "DNSTransactionID": 3, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": "A", + "DNSEngine": "doh", + "DNSResolvedAddrs": [ + "108.139.243.106", + "108.139.243.32", + "108.139.243.41", + "108.139.243.83" + ], + "IPAddress": "108.139.243.41", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": null, + "EndpointProto": null, + "EndpointPort": null, + "EndpointAddress": null, + "TCPConnectFailure": null, + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": null, + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 0, + "Failure": "", + "TransactionID": 3, + "TagFetchBody": null, + "DNSTransactionID": 3, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": "A", + "DNSEngine": "doh", + "DNSResolvedAddrs": [ + "108.139.243.106", + "108.139.243.32", + "108.139.243.41", + "108.139.243.83" + ], + "IPAddress": "108.139.243.83", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": null, + "EndpointProto": null, + "EndpointPort": null, + "EndpointAddress": null, + "TCPConnectFailure": null, + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": null, + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 0, + "Failure": "", + "TransactionID": 3, + "TagFetchBody": null, + "DNSTransactionID": 3, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": "AAAA", + "DNSEngine": "doh", + "DNSResolvedAddrs": [ + "2600:9000:2248:3a00:1d:c25c:d00:93a1", + "2600:9000:2248:6800:1d:c25c:d00:93a1", + "2600:9000:2248:8600:1d:c25c:d00:93a1", + "2600:9000:2248:8a00:1d:c25c:d00:93a1", + "2600:9000:2248:b000:1d:c25c:d00:93a1", + "2600:9000:2248:be00:1d:c25c:d00:93a1", + "2600:9000:2248:ec00:1d:c25c:d00:93a1", + "2600:9000:2248:ee00:1d:c25c:d00:93a1" + ], + "IPAddress": "2600:9000:2248:3a00:1d:c25c:d00:93a1", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": null, + "EndpointProto": null, + "EndpointPort": null, + "EndpointAddress": null, + "TCPConnectFailure": null, + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": null, + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 0, + "Failure": "", + "TransactionID": 3, + "TagFetchBody": null, + "DNSTransactionID": 3, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": "AAAA", + "DNSEngine": "doh", + "DNSResolvedAddrs": [ + "2600:9000:2248:3a00:1d:c25c:d00:93a1", + "2600:9000:2248:6800:1d:c25c:d00:93a1", + "2600:9000:2248:8600:1d:c25c:d00:93a1", + "2600:9000:2248:8a00:1d:c25c:d00:93a1", + "2600:9000:2248:b000:1d:c25c:d00:93a1", + "2600:9000:2248:be00:1d:c25c:d00:93a1", + "2600:9000:2248:ec00:1d:c25c:d00:93a1", + "2600:9000:2248:ee00:1d:c25c:d00:93a1" + ], + "IPAddress": "2600:9000:2248:6800:1d:c25c:d00:93a1", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": null, + "EndpointProto": null, + "EndpointPort": null, + "EndpointAddress": null, + "TCPConnectFailure": null, + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": null, + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 0, + "Failure": "", + "TransactionID": 3, + "TagFetchBody": null, + "DNSTransactionID": 3, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": "AAAA", + "DNSEngine": "doh", + "DNSResolvedAddrs": [ + "2600:9000:2248:3a00:1d:c25c:d00:93a1", + "2600:9000:2248:6800:1d:c25c:d00:93a1", + "2600:9000:2248:8600:1d:c25c:d00:93a1", + "2600:9000:2248:8a00:1d:c25c:d00:93a1", + "2600:9000:2248:b000:1d:c25c:d00:93a1", + "2600:9000:2248:be00:1d:c25c:d00:93a1", + "2600:9000:2248:ec00:1d:c25c:d00:93a1", + "2600:9000:2248:ee00:1d:c25c:d00:93a1" + ], + "IPAddress": "2600:9000:2248:8600:1d:c25c:d00:93a1", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": null, + "EndpointProto": null, + "EndpointPort": null, + "EndpointAddress": null, + "TCPConnectFailure": null, + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": null, + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 0, + "Failure": "", + "TransactionID": 3, + "TagFetchBody": null, + "DNSTransactionID": 3, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": "AAAA", + "DNSEngine": "doh", + "DNSResolvedAddrs": [ + "2600:9000:2248:3a00:1d:c25c:d00:93a1", + "2600:9000:2248:6800:1d:c25c:d00:93a1", + "2600:9000:2248:8600:1d:c25c:d00:93a1", + "2600:9000:2248:8a00:1d:c25c:d00:93a1", + "2600:9000:2248:b000:1d:c25c:d00:93a1", + "2600:9000:2248:be00:1d:c25c:d00:93a1", + "2600:9000:2248:ec00:1d:c25c:d00:93a1", + "2600:9000:2248:ee00:1d:c25c:d00:93a1" + ], + "IPAddress": "2600:9000:2248:8a00:1d:c25c:d00:93a1", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": null, + "EndpointProto": null, + "EndpointPort": null, + "EndpointAddress": null, + "TCPConnectFailure": null, + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": null, + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 0, + "Failure": "", + "TransactionID": 3, + "TagFetchBody": null, + "DNSTransactionID": 3, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": "AAAA", + "DNSEngine": "doh", + "DNSResolvedAddrs": [ + "2600:9000:2248:3a00:1d:c25c:d00:93a1", + "2600:9000:2248:6800:1d:c25c:d00:93a1", + "2600:9000:2248:8600:1d:c25c:d00:93a1", + "2600:9000:2248:8a00:1d:c25c:d00:93a1", + "2600:9000:2248:b000:1d:c25c:d00:93a1", + "2600:9000:2248:be00:1d:c25c:d00:93a1", + "2600:9000:2248:ec00:1d:c25c:d00:93a1", + "2600:9000:2248:ee00:1d:c25c:d00:93a1" + ], + "IPAddress": "2600:9000:2248:b000:1d:c25c:d00:93a1", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": null, + "EndpointProto": null, + "EndpointPort": null, + "EndpointAddress": null, + "TCPConnectFailure": null, + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": null, + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 0, + "Failure": "", + "TransactionID": 3, + "TagFetchBody": null, + "DNSTransactionID": 3, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": "AAAA", + "DNSEngine": "doh", + "DNSResolvedAddrs": [ + "2600:9000:2248:3a00:1d:c25c:d00:93a1", + "2600:9000:2248:6800:1d:c25c:d00:93a1", + "2600:9000:2248:8600:1d:c25c:d00:93a1", + "2600:9000:2248:8a00:1d:c25c:d00:93a1", + "2600:9000:2248:b000:1d:c25c:d00:93a1", + "2600:9000:2248:be00:1d:c25c:d00:93a1", + "2600:9000:2248:ec00:1d:c25c:d00:93a1", + "2600:9000:2248:ee00:1d:c25c:d00:93a1" + ], + "IPAddress": "2600:9000:2248:be00:1d:c25c:d00:93a1", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": null, + "EndpointProto": null, + "EndpointPort": null, + "EndpointAddress": null, + "TCPConnectFailure": null, + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": null, + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 0, + "Failure": "", + "TransactionID": 3, + "TagFetchBody": null, + "DNSTransactionID": 3, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": "AAAA", + "DNSEngine": "doh", + "DNSResolvedAddrs": [ + "2600:9000:2248:3a00:1d:c25c:d00:93a1", + "2600:9000:2248:6800:1d:c25c:d00:93a1", + "2600:9000:2248:8600:1d:c25c:d00:93a1", + "2600:9000:2248:8a00:1d:c25c:d00:93a1", + "2600:9000:2248:b000:1d:c25c:d00:93a1", + "2600:9000:2248:be00:1d:c25c:d00:93a1", + "2600:9000:2248:ec00:1d:c25c:d00:93a1", + "2600:9000:2248:ee00:1d:c25c:d00:93a1" + ], + "IPAddress": "2600:9000:2248:ec00:1d:c25c:d00:93a1", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": null, + "EndpointProto": null, + "EndpointPort": null, + "EndpointAddress": null, + "TCPConnectFailure": null, + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": null, + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 0, + "Failure": "", + "TransactionID": 3, + "TagFetchBody": null, + "DNSTransactionID": 3, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": "AAAA", + "DNSEngine": "doh", + "DNSResolvedAddrs": [ + "2600:9000:2248:3a00:1d:c25c:d00:93a1", + "2600:9000:2248:6800:1d:c25c:d00:93a1", + "2600:9000:2248:8600:1d:c25c:d00:93a1", + "2600:9000:2248:8a00:1d:c25c:d00:93a1", + "2600:9000:2248:b000:1d:c25c:d00:93a1", + "2600:9000:2248:be00:1d:c25c:d00:93a1", + "2600:9000:2248:ec00:1d:c25c:d00:93a1", + "2600:9000:2248:ee00:1d:c25c:d00:93a1" + ], + "IPAddress": "2600:9000:2248:ee00:1d:c25c:d00:93a1", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": null, + "EndpointProto": null, + "EndpointPort": null, + "EndpointAddress": null, + "TCPConnectFailure": null, + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": null, + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 0, + "Failure": "", + "TransactionID": 2, + "TagFetchBody": null, + "DNSTransactionID": 2, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": "ANY", + "DNSEngine": "getaddrinfo", + "DNSResolvedAddrs": [ + "108.139.210.116", + "108.139.210.47", + "108.139.210.80", + "108.139.210.95", + "2600:9000:2306:1a00:1d:c25c:d00:93a1", + "2600:9000:2306:3c00:1d:c25c:d00:93a1", + "2600:9000:2306:5c00:1d:c25c:d00:93a1", + "2600:9000:2306:6600:1d:c25c:d00:93a1", + "2600:9000:2306:7800:1d:c25c:d00:93a1", + "2600:9000:2306:800:1d:c25c:d00:93a1", + "2600:9000:2306:9800:1d:c25c:d00:93a1", + "2600:9000:2306:d600:1d:c25c:d00:93a1" + ], + "IPAddress": "108.139.210.116", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": null, + "EndpointProto": null, + "EndpointPort": null, + "EndpointAddress": null, + "TCPConnectFailure": null, + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": null, + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 0, + "Failure": "", + "TransactionID": 2, + "TagFetchBody": null, + "DNSTransactionID": 2, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": "ANY", + "DNSEngine": "getaddrinfo", + "DNSResolvedAddrs": [ + "108.139.210.116", + "108.139.210.47", + "108.139.210.80", + "108.139.210.95", + "2600:9000:2306:1a00:1d:c25c:d00:93a1", + "2600:9000:2306:3c00:1d:c25c:d00:93a1", + "2600:9000:2306:5c00:1d:c25c:d00:93a1", + "2600:9000:2306:6600:1d:c25c:d00:93a1", + "2600:9000:2306:7800:1d:c25c:d00:93a1", + "2600:9000:2306:800:1d:c25c:d00:93a1", + "2600:9000:2306:9800:1d:c25c:d00:93a1", + "2600:9000:2306:d600:1d:c25c:d00:93a1" + ], + "IPAddress": "108.139.210.47", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": null, + "EndpointProto": null, + "EndpointPort": null, + "EndpointAddress": null, + "TCPConnectFailure": null, + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": null, + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 0, + "Failure": "", + "TransactionID": 2, + "TagFetchBody": null, + "DNSTransactionID": 2, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": "ANY", + "DNSEngine": "getaddrinfo", + "DNSResolvedAddrs": [ + "108.139.210.116", + "108.139.210.47", + "108.139.210.80", + "108.139.210.95", + "2600:9000:2306:1a00:1d:c25c:d00:93a1", + "2600:9000:2306:3c00:1d:c25c:d00:93a1", + "2600:9000:2306:5c00:1d:c25c:d00:93a1", + "2600:9000:2306:6600:1d:c25c:d00:93a1", + "2600:9000:2306:7800:1d:c25c:d00:93a1", + "2600:9000:2306:800:1d:c25c:d00:93a1", + "2600:9000:2306:9800:1d:c25c:d00:93a1", + "2600:9000:2306:d600:1d:c25c:d00:93a1" + ], + "IPAddress": "108.139.210.80", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": null, + "EndpointProto": null, + "EndpointPort": null, + "EndpointAddress": null, + "TCPConnectFailure": null, + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": null, + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 0, + "Failure": "", + "TransactionID": 2, + "TagFetchBody": null, + "DNSTransactionID": 2, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": "ANY", + "DNSEngine": "getaddrinfo", + "DNSResolvedAddrs": [ + "108.139.210.116", + "108.139.210.47", + "108.139.210.80", + "108.139.210.95", + "2600:9000:2306:1a00:1d:c25c:d00:93a1", + "2600:9000:2306:3c00:1d:c25c:d00:93a1", + "2600:9000:2306:5c00:1d:c25c:d00:93a1", + "2600:9000:2306:6600:1d:c25c:d00:93a1", + "2600:9000:2306:7800:1d:c25c:d00:93a1", + "2600:9000:2306:800:1d:c25c:d00:93a1", + "2600:9000:2306:9800:1d:c25c:d00:93a1", + "2600:9000:2306:d600:1d:c25c:d00:93a1" + ], + "IPAddress": "108.139.210.95", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": null, + "EndpointProto": null, + "EndpointPort": null, + "EndpointAddress": null, + "TCPConnectFailure": null, + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": null, + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 0, + "Failure": "", + "TransactionID": 2, + "TagFetchBody": null, + "DNSTransactionID": 2, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": "ANY", + "DNSEngine": "getaddrinfo", + "DNSResolvedAddrs": [ + "108.139.210.116", + "108.139.210.47", + "108.139.210.80", + "108.139.210.95", + "2600:9000:2306:1a00:1d:c25c:d00:93a1", + "2600:9000:2306:3c00:1d:c25c:d00:93a1", + "2600:9000:2306:5c00:1d:c25c:d00:93a1", + "2600:9000:2306:6600:1d:c25c:d00:93a1", + "2600:9000:2306:7800:1d:c25c:d00:93a1", + "2600:9000:2306:800:1d:c25c:d00:93a1", + "2600:9000:2306:9800:1d:c25c:d00:93a1", + "2600:9000:2306:d600:1d:c25c:d00:93a1" + ], + "IPAddress": "2600:9000:2306:1a00:1d:c25c:d00:93a1", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": null, + "EndpointProto": null, + "EndpointPort": null, + "EndpointAddress": null, + "TCPConnectFailure": null, + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": null, + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 0, + "Failure": "", + "TransactionID": 2, + "TagFetchBody": null, + "DNSTransactionID": 2, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": "ANY", + "DNSEngine": "getaddrinfo", + "DNSResolvedAddrs": [ + "108.139.210.116", + "108.139.210.47", + "108.139.210.80", + "108.139.210.95", + "2600:9000:2306:1a00:1d:c25c:d00:93a1", + "2600:9000:2306:3c00:1d:c25c:d00:93a1", + "2600:9000:2306:5c00:1d:c25c:d00:93a1", + "2600:9000:2306:6600:1d:c25c:d00:93a1", + "2600:9000:2306:7800:1d:c25c:d00:93a1", + "2600:9000:2306:800:1d:c25c:d00:93a1", + "2600:9000:2306:9800:1d:c25c:d00:93a1", + "2600:9000:2306:d600:1d:c25c:d00:93a1" + ], + "IPAddress": "2600:9000:2306:3c00:1d:c25c:d00:93a1", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": null, + "EndpointProto": null, + "EndpointPort": null, + "EndpointAddress": null, + "TCPConnectFailure": null, + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": null, + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 0, + "Failure": "", + "TransactionID": 2, + "TagFetchBody": null, + "DNSTransactionID": 2, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": "ANY", + "DNSEngine": "getaddrinfo", + "DNSResolvedAddrs": [ + "108.139.210.116", + "108.139.210.47", + "108.139.210.80", + "108.139.210.95", + "2600:9000:2306:1a00:1d:c25c:d00:93a1", + "2600:9000:2306:3c00:1d:c25c:d00:93a1", + "2600:9000:2306:5c00:1d:c25c:d00:93a1", + "2600:9000:2306:6600:1d:c25c:d00:93a1", + "2600:9000:2306:7800:1d:c25c:d00:93a1", + "2600:9000:2306:800:1d:c25c:d00:93a1", + "2600:9000:2306:9800:1d:c25c:d00:93a1", + "2600:9000:2306:d600:1d:c25c:d00:93a1" + ], + "IPAddress": "2600:9000:2306:5c00:1d:c25c:d00:93a1", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": null, + "EndpointProto": null, + "EndpointPort": null, + "EndpointAddress": null, + "TCPConnectFailure": null, + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": null, + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 0, + "Failure": "", + "TransactionID": 2, + "TagFetchBody": null, + "DNSTransactionID": 2, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": "ANY", + "DNSEngine": "getaddrinfo", + "DNSResolvedAddrs": [ + "108.139.210.116", + "108.139.210.47", + "108.139.210.80", + "108.139.210.95", + "2600:9000:2306:1a00:1d:c25c:d00:93a1", + "2600:9000:2306:3c00:1d:c25c:d00:93a1", + "2600:9000:2306:5c00:1d:c25c:d00:93a1", + "2600:9000:2306:6600:1d:c25c:d00:93a1", + "2600:9000:2306:7800:1d:c25c:d00:93a1", + "2600:9000:2306:800:1d:c25c:d00:93a1", + "2600:9000:2306:9800:1d:c25c:d00:93a1", + "2600:9000:2306:d600:1d:c25c:d00:93a1" + ], + "IPAddress": "2600:9000:2306:6600:1d:c25c:d00:93a1", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": null, + "EndpointProto": null, + "EndpointPort": null, + "EndpointAddress": null, + "TCPConnectFailure": null, + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": null, + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 0, + "Failure": "", + "TransactionID": 2, + "TagFetchBody": null, + "DNSTransactionID": 2, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": "ANY", + "DNSEngine": "getaddrinfo", + "DNSResolvedAddrs": [ + "108.139.210.116", + "108.139.210.47", + "108.139.210.80", + "108.139.210.95", + "2600:9000:2306:1a00:1d:c25c:d00:93a1", + "2600:9000:2306:3c00:1d:c25c:d00:93a1", + "2600:9000:2306:5c00:1d:c25c:d00:93a1", + "2600:9000:2306:6600:1d:c25c:d00:93a1", + "2600:9000:2306:7800:1d:c25c:d00:93a1", + "2600:9000:2306:800:1d:c25c:d00:93a1", + "2600:9000:2306:9800:1d:c25c:d00:93a1", + "2600:9000:2306:d600:1d:c25c:d00:93a1" + ], + "IPAddress": "2600:9000:2306:7800:1d:c25c:d00:93a1", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": null, + "EndpointProto": null, + "EndpointPort": null, + "EndpointAddress": null, + "TCPConnectFailure": null, + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": null, + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 0, + "Failure": "", + "TransactionID": 2, + "TagFetchBody": null, + "DNSTransactionID": 2, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": "ANY", + "DNSEngine": "getaddrinfo", + "DNSResolvedAddrs": [ + "108.139.210.116", + "108.139.210.47", + "108.139.210.80", + "108.139.210.95", + "2600:9000:2306:1a00:1d:c25c:d00:93a1", + "2600:9000:2306:3c00:1d:c25c:d00:93a1", + "2600:9000:2306:5c00:1d:c25c:d00:93a1", + "2600:9000:2306:6600:1d:c25c:d00:93a1", + "2600:9000:2306:7800:1d:c25c:d00:93a1", + "2600:9000:2306:800:1d:c25c:d00:93a1", + "2600:9000:2306:9800:1d:c25c:d00:93a1", + "2600:9000:2306:d600:1d:c25c:d00:93a1" + ], + "IPAddress": "2600:9000:2306:800:1d:c25c:d00:93a1", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": null, + "EndpointProto": null, + "EndpointPort": null, + "EndpointAddress": null, + "TCPConnectFailure": null, + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": null, + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 0, + "Failure": "", + "TransactionID": 2, + "TagFetchBody": null, + "DNSTransactionID": 2, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": "ANY", + "DNSEngine": "getaddrinfo", + "DNSResolvedAddrs": [ + "108.139.210.116", + "108.139.210.47", + "108.139.210.80", + "108.139.210.95", + "2600:9000:2306:1a00:1d:c25c:d00:93a1", + "2600:9000:2306:3c00:1d:c25c:d00:93a1", + "2600:9000:2306:5c00:1d:c25c:d00:93a1", + "2600:9000:2306:6600:1d:c25c:d00:93a1", + "2600:9000:2306:7800:1d:c25c:d00:93a1", + "2600:9000:2306:800:1d:c25c:d00:93a1", + "2600:9000:2306:9800:1d:c25c:d00:93a1", + "2600:9000:2306:d600:1d:c25c:d00:93a1" + ], + "IPAddress": "2600:9000:2306:9800:1d:c25c:d00:93a1", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": null, + "EndpointProto": null, + "EndpointPort": null, + "EndpointAddress": null, + "TCPConnectFailure": null, + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": null, + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 0, + "Failure": "", + "TransactionID": 2, + "TagFetchBody": null, + "DNSTransactionID": 2, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": "ANY", + "DNSEngine": "getaddrinfo", + "DNSResolvedAddrs": [ + "108.139.210.116", + "108.139.210.47", + "108.139.210.80", + "108.139.210.95", + "2600:9000:2306:1a00:1d:c25c:d00:93a1", + "2600:9000:2306:3c00:1d:c25c:d00:93a1", + "2600:9000:2306:5c00:1d:c25c:d00:93a1", + "2600:9000:2306:6600:1d:c25c:d00:93a1", + "2600:9000:2306:7800:1d:c25c:d00:93a1", + "2600:9000:2306:800:1d:c25c:d00:93a1", + "2600:9000:2306:9800:1d:c25c:d00:93a1", + "2600:9000:2306:d600:1d:c25c:d00:93a1" + ], + "IPAddress": "2600:9000:2306:d600:1d:c25c:d00:93a1", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": null, + "EndpointProto": null, + "EndpointPort": null, + "EndpointAddress": null, + "TCPConnectFailure": null, + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": null, + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 0, + "Failure": "", + "TransactionID": 1, + "TagFetchBody": null, + "DNSTransactionID": 1, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": "AAAA", + "DNSEngine": "udp", + "DNSResolvedAddrs": [ + "2600:9000:2306:1a00:1d:c25c:d00:93a1", + "2600:9000:2306:3c00:1d:c25c:d00:93a1", + "2600:9000:2306:5c00:1d:c25c:d00:93a1", + "2600:9000:2306:6600:1d:c25c:d00:93a1", + "2600:9000:2306:7800:1d:c25c:d00:93a1", + "2600:9000:2306:800:1d:c25c:d00:93a1", + "2600:9000:2306:9800:1d:c25c:d00:93a1", + "2600:9000:2306:d600:1d:c25c:d00:93a1" + ], + "IPAddress": "2600:9000:2306:1a00:1d:c25c:d00:93a1", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": null, + "EndpointProto": null, + "EndpointPort": null, + "EndpointAddress": null, + "TCPConnectFailure": null, + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": null, + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 0, + "Failure": "", + "TransactionID": 1, + "TagFetchBody": null, + "DNSTransactionID": 1, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": "AAAA", + "DNSEngine": "udp", + "DNSResolvedAddrs": [ + "2600:9000:2306:1a00:1d:c25c:d00:93a1", + "2600:9000:2306:3c00:1d:c25c:d00:93a1", + "2600:9000:2306:5c00:1d:c25c:d00:93a1", + "2600:9000:2306:6600:1d:c25c:d00:93a1", + "2600:9000:2306:7800:1d:c25c:d00:93a1", + "2600:9000:2306:800:1d:c25c:d00:93a1", + "2600:9000:2306:9800:1d:c25c:d00:93a1", + "2600:9000:2306:d600:1d:c25c:d00:93a1" + ], + "IPAddress": "2600:9000:2306:3c00:1d:c25c:d00:93a1", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": null, + "EndpointProto": null, + "EndpointPort": null, + "EndpointAddress": null, + "TCPConnectFailure": null, + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": null, + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 0, + "Failure": "", + "TransactionID": 1, + "TagFetchBody": null, + "DNSTransactionID": 1, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": "AAAA", + "DNSEngine": "udp", + "DNSResolvedAddrs": [ + "2600:9000:2306:1a00:1d:c25c:d00:93a1", + "2600:9000:2306:3c00:1d:c25c:d00:93a1", + "2600:9000:2306:5c00:1d:c25c:d00:93a1", + "2600:9000:2306:6600:1d:c25c:d00:93a1", + "2600:9000:2306:7800:1d:c25c:d00:93a1", + "2600:9000:2306:800:1d:c25c:d00:93a1", + "2600:9000:2306:9800:1d:c25c:d00:93a1", + "2600:9000:2306:d600:1d:c25c:d00:93a1" + ], + "IPAddress": "2600:9000:2306:5c00:1d:c25c:d00:93a1", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": null, + "EndpointProto": null, + "EndpointPort": null, + "EndpointAddress": null, + "TCPConnectFailure": null, + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": null, + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 0, + "Failure": "", + "TransactionID": 1, + "TagFetchBody": null, + "DNSTransactionID": 1, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": "AAAA", + "DNSEngine": "udp", + "DNSResolvedAddrs": [ + "2600:9000:2306:1a00:1d:c25c:d00:93a1", + "2600:9000:2306:3c00:1d:c25c:d00:93a1", + "2600:9000:2306:5c00:1d:c25c:d00:93a1", + "2600:9000:2306:6600:1d:c25c:d00:93a1", + "2600:9000:2306:7800:1d:c25c:d00:93a1", + "2600:9000:2306:800:1d:c25c:d00:93a1", + "2600:9000:2306:9800:1d:c25c:d00:93a1", + "2600:9000:2306:d600:1d:c25c:d00:93a1" + ], + "IPAddress": "2600:9000:2306:6600:1d:c25c:d00:93a1", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": null, + "EndpointProto": null, + "EndpointPort": null, + "EndpointAddress": null, + "TCPConnectFailure": null, + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": null, + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 0, + "Failure": "", + "TransactionID": 1, + "TagFetchBody": null, + "DNSTransactionID": 1, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": "AAAA", + "DNSEngine": "udp", + "DNSResolvedAddrs": [ + "2600:9000:2306:1a00:1d:c25c:d00:93a1", + "2600:9000:2306:3c00:1d:c25c:d00:93a1", + "2600:9000:2306:5c00:1d:c25c:d00:93a1", + "2600:9000:2306:6600:1d:c25c:d00:93a1", + "2600:9000:2306:7800:1d:c25c:d00:93a1", + "2600:9000:2306:800:1d:c25c:d00:93a1", + "2600:9000:2306:9800:1d:c25c:d00:93a1", + "2600:9000:2306:d600:1d:c25c:d00:93a1" + ], + "IPAddress": "2600:9000:2306:7800:1d:c25c:d00:93a1", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": null, + "EndpointProto": null, + "EndpointPort": null, + "EndpointAddress": null, + "TCPConnectFailure": null, + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": null, + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 0, + "Failure": "", + "TransactionID": 1, + "TagFetchBody": null, + "DNSTransactionID": 1, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": "AAAA", + "DNSEngine": "udp", + "DNSResolvedAddrs": [ + "2600:9000:2306:1a00:1d:c25c:d00:93a1", + "2600:9000:2306:3c00:1d:c25c:d00:93a1", + "2600:9000:2306:5c00:1d:c25c:d00:93a1", + "2600:9000:2306:6600:1d:c25c:d00:93a1", + "2600:9000:2306:7800:1d:c25c:d00:93a1", + "2600:9000:2306:800:1d:c25c:d00:93a1", + "2600:9000:2306:9800:1d:c25c:d00:93a1", + "2600:9000:2306:d600:1d:c25c:d00:93a1" + ], + "IPAddress": "2600:9000:2306:800:1d:c25c:d00:93a1", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": null, + "EndpointProto": null, + "EndpointPort": null, + "EndpointAddress": null, + "TCPConnectFailure": null, + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": null, + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 0, + "Failure": "", + "TransactionID": 1, + "TagFetchBody": null, + "DNSTransactionID": 1, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": "AAAA", + "DNSEngine": "udp", + "DNSResolvedAddrs": [ + "2600:9000:2306:1a00:1d:c25c:d00:93a1", + "2600:9000:2306:3c00:1d:c25c:d00:93a1", + "2600:9000:2306:5c00:1d:c25c:d00:93a1", + "2600:9000:2306:6600:1d:c25c:d00:93a1", + "2600:9000:2306:7800:1d:c25c:d00:93a1", + "2600:9000:2306:800:1d:c25c:d00:93a1", + "2600:9000:2306:9800:1d:c25c:d00:93a1", + "2600:9000:2306:d600:1d:c25c:d00:93a1" + ], + "IPAddress": "2600:9000:2306:9800:1d:c25c:d00:93a1", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": null, + "EndpointProto": null, + "EndpointPort": null, + "EndpointAddress": null, + "TCPConnectFailure": null, + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": null, + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 0, + "Failure": "", + "TransactionID": 1, + "TagFetchBody": null, + "DNSTransactionID": 1, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": "AAAA", + "DNSEngine": "udp", + "DNSResolvedAddrs": [ + "2600:9000:2306:1a00:1d:c25c:d00:93a1", + "2600:9000:2306:3c00:1d:c25c:d00:93a1", + "2600:9000:2306:5c00:1d:c25c:d00:93a1", + "2600:9000:2306:6600:1d:c25c:d00:93a1", + "2600:9000:2306:7800:1d:c25c:d00:93a1", + "2600:9000:2306:800:1d:c25c:d00:93a1", + "2600:9000:2306:9800:1d:c25c:d00:93a1", + "2600:9000:2306:d600:1d:c25c:d00:93a1" + ], + "IPAddress": "2600:9000:2306:d600:1d:c25c:d00:93a1", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": null, + "EndpointProto": null, + "EndpointPort": null, + "EndpointAddress": null, + "TCPConnectFailure": null, + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": null, + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 0, + "Failure": "", + "TransactionID": 1, + "TagFetchBody": null, + "DNSTransactionID": 1, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": "A", + "DNSEngine": "udp", + "DNSResolvedAddrs": [ + "108.139.210.116", + "108.139.210.47", + "108.139.210.80", + "108.139.210.95" + ], + "IPAddress": "108.139.210.116", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": null, + "EndpointProto": null, + "EndpointPort": null, + "EndpointAddress": null, + "TCPConnectFailure": null, + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": null, + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 0, + "Failure": "", + "TransactionID": 1, + "TagFetchBody": null, + "DNSTransactionID": 1, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": "A", + "DNSEngine": "udp", + "DNSResolvedAddrs": [ + "108.139.210.116", + "108.139.210.47", + "108.139.210.80", + "108.139.210.95" + ], + "IPAddress": "108.139.210.47", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": null, + "EndpointProto": null, + "EndpointPort": null, + "EndpointAddress": null, + "TCPConnectFailure": null, + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": null, + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 0, + "Failure": "", + "TransactionID": 1, + "TagFetchBody": null, + "DNSTransactionID": 1, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": "A", + "DNSEngine": "udp", + "DNSResolvedAddrs": [ + "108.139.210.116", + "108.139.210.47", + "108.139.210.80", + "108.139.210.95" + ], + "IPAddress": "108.139.210.80", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": null, + "EndpointProto": null, + "EndpointPort": null, + "EndpointAddress": null, + "TCPConnectFailure": null, + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": null, + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 0, + "Failure": "", + "TransactionID": 1, + "TagFetchBody": null, + "DNSTransactionID": 1, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": "A", + "DNSEngine": "udp", + "DNSResolvedAddrs": [ + "108.139.210.116", + "108.139.210.47", + "108.139.210.80", + "108.139.210.95" + ], + "IPAddress": "108.139.210.95", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": null, + "EndpointProto": null, + "EndpointPort": null, + "EndpointAddress": null, + "TCPConnectFailure": null, + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": null, + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + } + ] +} \ No newline at end of file diff --git a/internal/minipipeline/testdata/webconnectivity/manual/issue-2456/analysis_classic.json b/internal/minipipeline/testdata/webconnectivity/manual/issue-2456/analysis_classic.json new file mode 100644 index 0000000000..085506df8c --- /dev/null +++ b/internal/minipipeline/testdata/webconnectivity/manual/issue-2456/analysis_classic.json @@ -0,0 +1,2137 @@ +{ + "ControlExpectations": { + "DNSAddresses": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "FinalResponseFailure": "" + }, + "DNSLookupSuccess": [ + 2 + ], + "DNSLookupSuccessWithInvalidAddresses": [], + "DNSLookupSuccessWithValidAddress": [ + 1, + 2 + ], + "DNSLookupSuccessWithBogonAddresses": [], + "DNSLookupSuccessWithInvalidAddressesClassic": [], + "DNSLookupSuccessWithValidAddressClassic": [ + 2 + ], + "DNSLookupUnexpectedFailure": [], + "DNSLookupUnexplainedFailure": [], + "DNSExperimentFailure": null, + "DNSLookupExpectedFailure": [], + "DNSLookupExpectedSuccess": [], + "TCPConnectExpectedFailure": [], + "TCPConnectUnexpectedFailure": [], + "TCPConnectUnexpectedFailureDuringWebFetch": [], + "TCPConnectUnexpectedFailureDuringConnectivityCheck": [], + "TCPConnectUnexplainedFailure": [], + "TCPConnectUnexplainedFailureDuringWebFetch": [], + "TCPConnectUnexplainedFailureDuringConnectivityCheck": [], + "TLSHandshakeExpectedFailure": [], + "TLSHandshakeUnexpectedFailure": [], + "TLSHandshakeUnexpectedFailureDuringWebFetch": [], + "TLSHandshakeUnexpectedFailureDuringConnectivityCheck": [], + "TLSHandshakeUnexplainedFailure": [], + "TLSHandshakeUnexplainedFailureDuringWebFetch": [], + "TLSHandshakeUnexplainedFailureDuringConnectivityCheck": [], + "HTTPRoundTripUnexpectedFailure": [], + "HTTPRoundTripUnexplainedFailure": [], + "HTTPFinalResponseSuccessTLSWithoutControl": null, + "HTTPFinalResponseSuccessTLSWithControl": 25, + "HTTPFinalResponseSuccessTCPWithoutControl": null, + "HTTPFinalResponseSuccessTCPWithControl": null, + "HTTPFinalResponseDiffBodyProportionFactor": 1, + "HTTPFinalResponseDiffStatusCodeMatch": true, + "HTTPFinalResponseDiffTitleDifferentLongWords": {}, + "HTTPFinalResponseDiffUncommonHeadersIntersection": { + "ezp-is_archive": true, + "served-by": true, + "x-amz-cf-id": true, + "x-amz-cf-pop": true, + "x-cache": true + }, + "Linear": [ + { + "TagDepth": 0, + "Type": 3, + "Failure": "", + "TransactionID": 25, + "TagFetchBody": true, + "DNSTransactionID": 1, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": null, + "DNSEngine": null, + "DNSResolvedAddrs": [ + "108.139.210.116", + "108.139.210.47", + "108.139.210.80", + "108.139.210.95" + ], + "IPAddress": "108.139.210.80", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": 25, + "EndpointProto": "tcp", + "EndpointPort": "443", + "EndpointAddress": "108.139.210.80:443", + "TCPConnectFailure": "", + "TLSHandshakeFailure": "", + "TLSServerName": "www.csmonitor.com", + "HTTPRequestURL": "https://www.csmonitor.com", + "HTTPFailure": "", + "HTTPResponseStatusCode": 200, + "HTTPResponseBodyLength": 144904, + "HTTPResponseBodyIsTruncated": false, + "HTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "HTTPResponseLocation": null, + "HTTPResponseTitle": "Christian Science Monitor - CSMonitor.com", + "HTTPResponseIsFinal": true, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": "", + "ControlTLSHandshakeFailure": "", + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 2, + "Failure": "", + "TransactionID": 19, + "TagFetchBody": true, + "DNSTransactionID": 1, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": null, + "DNSEngine": null, + "DNSResolvedAddrs": [ + "108.139.210.116", + "108.139.210.47", + "108.139.210.80", + "108.139.210.95" + ], + "IPAddress": "108.139.210.95", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": 19, + "EndpointProto": "tcp", + "EndpointPort": "443", + "EndpointAddress": "108.139.210.95:443", + "TCPConnectFailure": "", + "TLSHandshakeFailure": "", + "TLSServerName": "www.csmonitor.com", + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": "", + "ControlTLSHandshakeFailure": "", + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 2, + "Failure": "", + "TransactionID": 14, + "TagFetchBody": true, + "DNSTransactionID": 1, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": null, + "DNSEngine": null, + "DNSResolvedAddrs": [ + "108.139.210.116", + "108.139.210.47", + "108.139.210.80", + "108.139.210.95" + ], + "IPAddress": "108.139.210.116", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": 14, + "EndpointProto": "tcp", + "EndpointPort": "443", + "EndpointAddress": "108.139.210.116:443", + "TCPConnectFailure": "", + "TLSHandshakeFailure": "", + "TLSServerName": "www.csmonitor.com", + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": "", + "ControlTLSHandshakeFailure": "", + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 2, + "Failure": "", + "TransactionID": 13, + "TagFetchBody": true, + "DNSTransactionID": 1, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": null, + "DNSEngine": null, + "DNSResolvedAddrs": [ + "108.139.210.116", + "108.139.210.47", + "108.139.210.80", + "108.139.210.95" + ], + "IPAddress": "108.139.210.47", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": 13, + "EndpointProto": "tcp", + "EndpointPort": "443", + "EndpointAddress": "108.139.210.47:443", + "TCPConnectFailure": "", + "TLSHandshakeFailure": "", + "TLSServerName": "www.csmonitor.com", + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": "", + "ControlTLSHandshakeFailure": "", + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 1, + "Failure": "network_unreachable", + "TransactionID": 26, + "TagFetchBody": true, + "DNSTransactionID": 1, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": null, + "DNSEngine": null, + "DNSResolvedAddrs": [ + "2600:9000:2306:1a00:1d:c25c:d00:93a1", + "2600:9000:2306:3c00:1d:c25c:d00:93a1", + "2600:9000:2306:5c00:1d:c25c:d00:93a1", + "2600:9000:2306:6600:1d:c25c:d00:93a1", + "2600:9000:2306:7800:1d:c25c:d00:93a1", + "2600:9000:2306:800:1d:c25c:d00:93a1", + "2600:9000:2306:9800:1d:c25c:d00:93a1", + "2600:9000:2306:d600:1d:c25c:d00:93a1" + ], + "IPAddress": "2600:9000:2306:7800:1d:c25c:d00:93a1", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": 26, + "EndpointProto": "tcp", + "EndpointPort": "443", + "EndpointAddress": "[2600:9000:2306:7800:1d:c25c:d00:93a1]:443", + "TCPConnectFailure": "network_unreachable", + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": "", + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 1, + "Failure": "network_unreachable", + "TransactionID": 20, + "TagFetchBody": true, + "DNSTransactionID": 1, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": null, + "DNSEngine": null, + "DNSResolvedAddrs": [ + "2600:9000:2306:1a00:1d:c25c:d00:93a1", + "2600:9000:2306:3c00:1d:c25c:d00:93a1", + "2600:9000:2306:5c00:1d:c25c:d00:93a1", + "2600:9000:2306:6600:1d:c25c:d00:93a1", + "2600:9000:2306:7800:1d:c25c:d00:93a1", + "2600:9000:2306:800:1d:c25c:d00:93a1", + "2600:9000:2306:9800:1d:c25c:d00:93a1", + "2600:9000:2306:d600:1d:c25c:d00:93a1" + ], + "IPAddress": "2600:9000:2306:9800:1d:c25c:d00:93a1", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": 20, + "EndpointProto": "tcp", + "EndpointPort": "443", + "EndpointAddress": "[2600:9000:2306:9800:1d:c25c:d00:93a1]:443", + "TCPConnectFailure": "network_unreachable", + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": "", + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 1, + "Failure": "network_unreachable", + "TransactionID": 15, + "TagFetchBody": true, + "DNSTransactionID": 1, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": null, + "DNSEngine": null, + "DNSResolvedAddrs": [ + "2600:9000:2306:1a00:1d:c25c:d00:93a1", + "2600:9000:2306:3c00:1d:c25c:d00:93a1", + "2600:9000:2306:5c00:1d:c25c:d00:93a1", + "2600:9000:2306:6600:1d:c25c:d00:93a1", + "2600:9000:2306:7800:1d:c25c:d00:93a1", + "2600:9000:2306:800:1d:c25c:d00:93a1", + "2600:9000:2306:9800:1d:c25c:d00:93a1", + "2600:9000:2306:d600:1d:c25c:d00:93a1" + ], + "IPAddress": "2600:9000:2306:6600:1d:c25c:d00:93a1", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": 15, + "EndpointProto": "tcp", + "EndpointPort": "443", + "EndpointAddress": "[2600:9000:2306:6600:1d:c25c:d00:93a1]:443", + "TCPConnectFailure": "network_unreachable", + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": "", + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 1, + "Failure": "network_unreachable", + "TransactionID": 9, + "TagFetchBody": true, + "DNSTransactionID": 1, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": null, + "DNSEngine": null, + "DNSResolvedAddrs": [ + "2600:9000:2306:1a00:1d:c25c:d00:93a1", + "2600:9000:2306:3c00:1d:c25c:d00:93a1", + "2600:9000:2306:5c00:1d:c25c:d00:93a1", + "2600:9000:2306:6600:1d:c25c:d00:93a1", + "2600:9000:2306:7800:1d:c25c:d00:93a1", + "2600:9000:2306:800:1d:c25c:d00:93a1", + "2600:9000:2306:9800:1d:c25c:d00:93a1", + "2600:9000:2306:d600:1d:c25c:d00:93a1" + ], + "IPAddress": "2600:9000:2306:5c00:1d:c25c:d00:93a1", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": 9, + "EndpointProto": "tcp", + "EndpointPort": "443", + "EndpointAddress": "[2600:9000:2306:5c00:1d:c25c:d00:93a1]:443", + "TCPConnectFailure": "network_unreachable", + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": "", + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 1, + "Failure": "network_unreachable", + "TransactionID": 8, + "TagFetchBody": true, + "DNSTransactionID": 1, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": null, + "DNSEngine": null, + "DNSResolvedAddrs": [ + "2600:9000:2306:1a00:1d:c25c:d00:93a1", + "2600:9000:2306:3c00:1d:c25c:d00:93a1", + "2600:9000:2306:5c00:1d:c25c:d00:93a1", + "2600:9000:2306:6600:1d:c25c:d00:93a1", + "2600:9000:2306:7800:1d:c25c:d00:93a1", + "2600:9000:2306:800:1d:c25c:d00:93a1", + "2600:9000:2306:9800:1d:c25c:d00:93a1", + "2600:9000:2306:d600:1d:c25c:d00:93a1" + ], + "IPAddress": "2600:9000:2306:800:1d:c25c:d00:93a1", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": 8, + "EndpointProto": "tcp", + "EndpointPort": "443", + "EndpointAddress": "[2600:9000:2306:800:1d:c25c:d00:93a1]:443", + "TCPConnectFailure": "network_unreachable", + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": "", + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 1, + "Failure": "network_unreachable", + "TransactionID": 7, + "TagFetchBody": true, + "DNSTransactionID": 1, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": null, + "DNSEngine": null, + "DNSResolvedAddrs": [ + "2600:9000:2306:1a00:1d:c25c:d00:93a1", + "2600:9000:2306:3c00:1d:c25c:d00:93a1", + "2600:9000:2306:5c00:1d:c25c:d00:93a1", + "2600:9000:2306:6600:1d:c25c:d00:93a1", + "2600:9000:2306:7800:1d:c25c:d00:93a1", + "2600:9000:2306:800:1d:c25c:d00:93a1", + "2600:9000:2306:9800:1d:c25c:d00:93a1", + "2600:9000:2306:d600:1d:c25c:d00:93a1" + ], + "IPAddress": "2600:9000:2306:d600:1d:c25c:d00:93a1", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": 7, + "EndpointProto": "tcp", + "EndpointPort": "443", + "EndpointAddress": "[2600:9000:2306:d600:1d:c25c:d00:93a1]:443", + "TCPConnectFailure": "network_unreachable", + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": "", + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 1, + "Failure": "network_unreachable", + "TransactionID": 5, + "TagFetchBody": true, + "DNSTransactionID": 1, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": null, + "DNSEngine": null, + "DNSResolvedAddrs": [ + "2600:9000:2306:1a00:1d:c25c:d00:93a1", + "2600:9000:2306:3c00:1d:c25c:d00:93a1", + "2600:9000:2306:5c00:1d:c25c:d00:93a1", + "2600:9000:2306:6600:1d:c25c:d00:93a1", + "2600:9000:2306:7800:1d:c25c:d00:93a1", + "2600:9000:2306:800:1d:c25c:d00:93a1", + "2600:9000:2306:9800:1d:c25c:d00:93a1", + "2600:9000:2306:d600:1d:c25c:d00:93a1" + ], + "IPAddress": "2600:9000:2306:1a00:1d:c25c:d00:93a1", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": 5, + "EndpointProto": "tcp", + "EndpointPort": "443", + "EndpointAddress": "[2600:9000:2306:1a00:1d:c25c:d00:93a1]:443", + "TCPConnectFailure": "network_unreachable", + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": "", + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 1, + "Failure": "network_unreachable", + "TransactionID": 4, + "TagFetchBody": true, + "DNSTransactionID": 1, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": null, + "DNSEngine": null, + "DNSResolvedAddrs": [ + "2600:9000:2306:1a00:1d:c25c:d00:93a1", + "2600:9000:2306:3c00:1d:c25c:d00:93a1", + "2600:9000:2306:5c00:1d:c25c:d00:93a1", + "2600:9000:2306:6600:1d:c25c:d00:93a1", + "2600:9000:2306:7800:1d:c25c:d00:93a1", + "2600:9000:2306:800:1d:c25c:d00:93a1", + "2600:9000:2306:9800:1d:c25c:d00:93a1", + "2600:9000:2306:d600:1d:c25c:d00:93a1" + ], + "IPAddress": "2600:9000:2306:3c00:1d:c25c:d00:93a1", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": 4, + "EndpointProto": "tcp", + "EndpointPort": "443", + "EndpointAddress": "[2600:9000:2306:3c00:1d:c25c:d00:93a1]:443", + "TCPConnectFailure": "network_unreachable", + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": "", + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 0, + "Failure": "", + "TransactionID": 2, + "TagFetchBody": null, + "DNSTransactionID": 2, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": "ANY", + "DNSEngine": "getaddrinfo", + "DNSResolvedAddrs": [ + "108.139.210.116", + "108.139.210.47", + "108.139.210.80", + "108.139.210.95", + "2600:9000:2306:1a00:1d:c25c:d00:93a1", + "2600:9000:2306:3c00:1d:c25c:d00:93a1", + "2600:9000:2306:5c00:1d:c25c:d00:93a1", + "2600:9000:2306:6600:1d:c25c:d00:93a1", + "2600:9000:2306:7800:1d:c25c:d00:93a1", + "2600:9000:2306:800:1d:c25c:d00:93a1", + "2600:9000:2306:9800:1d:c25c:d00:93a1", + "2600:9000:2306:d600:1d:c25c:d00:93a1" + ], + "IPAddress": "108.139.210.116", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": null, + "EndpointProto": null, + "EndpointPort": null, + "EndpointAddress": null, + "TCPConnectFailure": null, + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": null, + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 0, + "Failure": "", + "TransactionID": 2, + "TagFetchBody": null, + "DNSTransactionID": 2, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": "ANY", + "DNSEngine": "getaddrinfo", + "DNSResolvedAddrs": [ + "108.139.210.116", + "108.139.210.47", + "108.139.210.80", + "108.139.210.95", + "2600:9000:2306:1a00:1d:c25c:d00:93a1", + "2600:9000:2306:3c00:1d:c25c:d00:93a1", + "2600:9000:2306:5c00:1d:c25c:d00:93a1", + "2600:9000:2306:6600:1d:c25c:d00:93a1", + "2600:9000:2306:7800:1d:c25c:d00:93a1", + "2600:9000:2306:800:1d:c25c:d00:93a1", + "2600:9000:2306:9800:1d:c25c:d00:93a1", + "2600:9000:2306:d600:1d:c25c:d00:93a1" + ], + "IPAddress": "108.139.210.47", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": null, + "EndpointProto": null, + "EndpointPort": null, + "EndpointAddress": null, + "TCPConnectFailure": null, + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": null, + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 0, + "Failure": "", + "TransactionID": 2, + "TagFetchBody": null, + "DNSTransactionID": 2, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": "ANY", + "DNSEngine": "getaddrinfo", + "DNSResolvedAddrs": [ + "108.139.210.116", + "108.139.210.47", + "108.139.210.80", + "108.139.210.95", + "2600:9000:2306:1a00:1d:c25c:d00:93a1", + "2600:9000:2306:3c00:1d:c25c:d00:93a1", + "2600:9000:2306:5c00:1d:c25c:d00:93a1", + "2600:9000:2306:6600:1d:c25c:d00:93a1", + "2600:9000:2306:7800:1d:c25c:d00:93a1", + "2600:9000:2306:800:1d:c25c:d00:93a1", + "2600:9000:2306:9800:1d:c25c:d00:93a1", + "2600:9000:2306:d600:1d:c25c:d00:93a1" + ], + "IPAddress": "108.139.210.80", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": null, + "EndpointProto": null, + "EndpointPort": null, + "EndpointAddress": null, + "TCPConnectFailure": null, + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": null, + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 0, + "Failure": "", + "TransactionID": 2, + "TagFetchBody": null, + "DNSTransactionID": 2, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": "ANY", + "DNSEngine": "getaddrinfo", + "DNSResolvedAddrs": [ + "108.139.210.116", + "108.139.210.47", + "108.139.210.80", + "108.139.210.95", + "2600:9000:2306:1a00:1d:c25c:d00:93a1", + "2600:9000:2306:3c00:1d:c25c:d00:93a1", + "2600:9000:2306:5c00:1d:c25c:d00:93a1", + "2600:9000:2306:6600:1d:c25c:d00:93a1", + "2600:9000:2306:7800:1d:c25c:d00:93a1", + "2600:9000:2306:800:1d:c25c:d00:93a1", + "2600:9000:2306:9800:1d:c25c:d00:93a1", + "2600:9000:2306:d600:1d:c25c:d00:93a1" + ], + "IPAddress": "108.139.210.95", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": null, + "EndpointProto": null, + "EndpointPort": null, + "EndpointAddress": null, + "TCPConnectFailure": null, + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": null, + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 0, + "Failure": "", + "TransactionID": 2, + "TagFetchBody": null, + "DNSTransactionID": 2, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": "ANY", + "DNSEngine": "getaddrinfo", + "DNSResolvedAddrs": [ + "108.139.210.116", + "108.139.210.47", + "108.139.210.80", + "108.139.210.95", + "2600:9000:2306:1a00:1d:c25c:d00:93a1", + "2600:9000:2306:3c00:1d:c25c:d00:93a1", + "2600:9000:2306:5c00:1d:c25c:d00:93a1", + "2600:9000:2306:6600:1d:c25c:d00:93a1", + "2600:9000:2306:7800:1d:c25c:d00:93a1", + "2600:9000:2306:800:1d:c25c:d00:93a1", + "2600:9000:2306:9800:1d:c25c:d00:93a1", + "2600:9000:2306:d600:1d:c25c:d00:93a1" + ], + "IPAddress": "2600:9000:2306:1a00:1d:c25c:d00:93a1", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": null, + "EndpointProto": null, + "EndpointPort": null, + "EndpointAddress": null, + "TCPConnectFailure": null, + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": null, + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 0, + "Failure": "", + "TransactionID": 2, + "TagFetchBody": null, + "DNSTransactionID": 2, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": "ANY", + "DNSEngine": "getaddrinfo", + "DNSResolvedAddrs": [ + "108.139.210.116", + "108.139.210.47", + "108.139.210.80", + "108.139.210.95", + "2600:9000:2306:1a00:1d:c25c:d00:93a1", + "2600:9000:2306:3c00:1d:c25c:d00:93a1", + "2600:9000:2306:5c00:1d:c25c:d00:93a1", + "2600:9000:2306:6600:1d:c25c:d00:93a1", + "2600:9000:2306:7800:1d:c25c:d00:93a1", + "2600:9000:2306:800:1d:c25c:d00:93a1", + "2600:9000:2306:9800:1d:c25c:d00:93a1", + "2600:9000:2306:d600:1d:c25c:d00:93a1" + ], + "IPAddress": "2600:9000:2306:3c00:1d:c25c:d00:93a1", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": null, + "EndpointProto": null, + "EndpointPort": null, + "EndpointAddress": null, + "TCPConnectFailure": null, + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": null, + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 0, + "Failure": "", + "TransactionID": 2, + "TagFetchBody": null, + "DNSTransactionID": 2, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": "ANY", + "DNSEngine": "getaddrinfo", + "DNSResolvedAddrs": [ + "108.139.210.116", + "108.139.210.47", + "108.139.210.80", + "108.139.210.95", + "2600:9000:2306:1a00:1d:c25c:d00:93a1", + "2600:9000:2306:3c00:1d:c25c:d00:93a1", + "2600:9000:2306:5c00:1d:c25c:d00:93a1", + "2600:9000:2306:6600:1d:c25c:d00:93a1", + "2600:9000:2306:7800:1d:c25c:d00:93a1", + "2600:9000:2306:800:1d:c25c:d00:93a1", + "2600:9000:2306:9800:1d:c25c:d00:93a1", + "2600:9000:2306:d600:1d:c25c:d00:93a1" + ], + "IPAddress": "2600:9000:2306:5c00:1d:c25c:d00:93a1", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": null, + "EndpointProto": null, + "EndpointPort": null, + "EndpointAddress": null, + "TCPConnectFailure": null, + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": null, + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 0, + "Failure": "", + "TransactionID": 2, + "TagFetchBody": null, + "DNSTransactionID": 2, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": "ANY", + "DNSEngine": "getaddrinfo", + "DNSResolvedAddrs": [ + "108.139.210.116", + "108.139.210.47", + "108.139.210.80", + "108.139.210.95", + "2600:9000:2306:1a00:1d:c25c:d00:93a1", + "2600:9000:2306:3c00:1d:c25c:d00:93a1", + "2600:9000:2306:5c00:1d:c25c:d00:93a1", + "2600:9000:2306:6600:1d:c25c:d00:93a1", + "2600:9000:2306:7800:1d:c25c:d00:93a1", + "2600:9000:2306:800:1d:c25c:d00:93a1", + "2600:9000:2306:9800:1d:c25c:d00:93a1", + "2600:9000:2306:d600:1d:c25c:d00:93a1" + ], + "IPAddress": "2600:9000:2306:6600:1d:c25c:d00:93a1", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": null, + "EndpointProto": null, + "EndpointPort": null, + "EndpointAddress": null, + "TCPConnectFailure": null, + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": null, + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 0, + "Failure": "", + "TransactionID": 2, + "TagFetchBody": null, + "DNSTransactionID": 2, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": "ANY", + "DNSEngine": "getaddrinfo", + "DNSResolvedAddrs": [ + "108.139.210.116", + "108.139.210.47", + "108.139.210.80", + "108.139.210.95", + "2600:9000:2306:1a00:1d:c25c:d00:93a1", + "2600:9000:2306:3c00:1d:c25c:d00:93a1", + "2600:9000:2306:5c00:1d:c25c:d00:93a1", + "2600:9000:2306:6600:1d:c25c:d00:93a1", + "2600:9000:2306:7800:1d:c25c:d00:93a1", + "2600:9000:2306:800:1d:c25c:d00:93a1", + "2600:9000:2306:9800:1d:c25c:d00:93a1", + "2600:9000:2306:d600:1d:c25c:d00:93a1" + ], + "IPAddress": "2600:9000:2306:7800:1d:c25c:d00:93a1", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": null, + "EndpointProto": null, + "EndpointPort": null, + "EndpointAddress": null, + "TCPConnectFailure": null, + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": null, + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 0, + "Failure": "", + "TransactionID": 2, + "TagFetchBody": null, + "DNSTransactionID": 2, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": "ANY", + "DNSEngine": "getaddrinfo", + "DNSResolvedAddrs": [ + "108.139.210.116", + "108.139.210.47", + "108.139.210.80", + "108.139.210.95", + "2600:9000:2306:1a00:1d:c25c:d00:93a1", + "2600:9000:2306:3c00:1d:c25c:d00:93a1", + "2600:9000:2306:5c00:1d:c25c:d00:93a1", + "2600:9000:2306:6600:1d:c25c:d00:93a1", + "2600:9000:2306:7800:1d:c25c:d00:93a1", + "2600:9000:2306:800:1d:c25c:d00:93a1", + "2600:9000:2306:9800:1d:c25c:d00:93a1", + "2600:9000:2306:d600:1d:c25c:d00:93a1" + ], + "IPAddress": "2600:9000:2306:800:1d:c25c:d00:93a1", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": null, + "EndpointProto": null, + "EndpointPort": null, + "EndpointAddress": null, + "TCPConnectFailure": null, + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": null, + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 0, + "Failure": "", + "TransactionID": 2, + "TagFetchBody": null, + "DNSTransactionID": 2, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": "ANY", + "DNSEngine": "getaddrinfo", + "DNSResolvedAddrs": [ + "108.139.210.116", + "108.139.210.47", + "108.139.210.80", + "108.139.210.95", + "2600:9000:2306:1a00:1d:c25c:d00:93a1", + "2600:9000:2306:3c00:1d:c25c:d00:93a1", + "2600:9000:2306:5c00:1d:c25c:d00:93a1", + "2600:9000:2306:6600:1d:c25c:d00:93a1", + "2600:9000:2306:7800:1d:c25c:d00:93a1", + "2600:9000:2306:800:1d:c25c:d00:93a1", + "2600:9000:2306:9800:1d:c25c:d00:93a1", + "2600:9000:2306:d600:1d:c25c:d00:93a1" + ], + "IPAddress": "2600:9000:2306:9800:1d:c25c:d00:93a1", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": null, + "EndpointProto": null, + "EndpointPort": null, + "EndpointAddress": null, + "TCPConnectFailure": null, + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": null, + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 0, + "Failure": "", + "TransactionID": 2, + "TagFetchBody": null, + "DNSTransactionID": 2, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": "ANY", + "DNSEngine": "getaddrinfo", + "DNSResolvedAddrs": [ + "108.139.210.116", + "108.139.210.47", + "108.139.210.80", + "108.139.210.95", + "2600:9000:2306:1a00:1d:c25c:d00:93a1", + "2600:9000:2306:3c00:1d:c25c:d00:93a1", + "2600:9000:2306:5c00:1d:c25c:d00:93a1", + "2600:9000:2306:6600:1d:c25c:d00:93a1", + "2600:9000:2306:7800:1d:c25c:d00:93a1", + "2600:9000:2306:800:1d:c25c:d00:93a1", + "2600:9000:2306:9800:1d:c25c:d00:93a1", + "2600:9000:2306:d600:1d:c25c:d00:93a1" + ], + "IPAddress": "2600:9000:2306:d600:1d:c25c:d00:93a1", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": null, + "EndpointProto": null, + "EndpointPort": null, + "EndpointAddress": null, + "TCPConnectFailure": null, + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": null, + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + } + ] +} \ No newline at end of file diff --git a/internal/minipipeline/testdata/webconnectivity/manual/issue-2456/measurement.json b/internal/minipipeline/testdata/webconnectivity/manual/issue-2456/measurement.json new file mode 100644 index 0000000000..f64d291702 --- /dev/null +++ b/internal/minipipeline/testdata/webconnectivity/manual/issue-2456/measurement.json @@ -0,0 +1,3492 @@ +{ + "annotations": { + "architecture": "amd64", + "engine_name": "ooniprobe-engine", + "engine_version": "3.21.0-alpha", + "go_version": "go1.20.12", + "platform": "linux", + "vcs_modified": "true", + "vcs_revision": "924cc5535851fd3691852d290c5e72fc284dc83e", + "vcs_time": "2024-01-23T11:58:41Z", + "vcs_tool": "git" + }, + "data_format_version": "0.2.0", + "extensions": { + "dnst": 0, + "httpt": 0, + "netevents": 0, + "tcpconnect": 0, + "tlshandshake": 0, + "tunnel": 0 + }, + "input": "https://www.csmonitor.com", + "measurement_start_time": "2024-01-23 14:32:07", + "probe_asn": "AS30722", + "probe_cc": "IT", + "probe_ip": "127.0.0.1", + "probe_network_name": "Vodafone Italia S.p.A.", + "report_id": "20240123T143157Z_webconnectivity_IT_30722_n1_oEXJW19MoSfNsCrd", + "resolver_asn": "AS30722", + "resolver_ip": "91.80.36.88", + "resolver_network_name": "Vodafone Italia S.p.A.", + "software_name": "miniooni", + "software_version": "3.21.0-alpha", + "test_helpers": { + "backend": { + "address": "https://2.th.ooni.org", + "type": "https" + } + }, + "test_keys": { + "agent": "redirect", + "client_resolver": "", + "retries": null, + "socksproxy": null, + "network_events": [ + { + "address": "[2600:9000:2306:7800:1d:c25c:d00:93a1]:443", + "failure": "network_unreachable", + "operation": "connect", + "proto": "tcp", + "t0": 0.15317983, + "t": 0.15322165, + "transaction_id": 26, + "tags": [ + "depth=0", + "fetch_body=true" + ] + }, + { + "address": "[2600:9000:2306:800:1d:c25c:d00:93a1]:443", + "failure": "network_unreachable", + "operation": "connect", + "proto": "tcp", + "t0": 0.153117324, + "t": 0.153221698, + "transaction_id": 8, + "tags": [ + "depth=0", + "fetch_body=true" + ] + }, + { + "address": "[2600:9000:2248:ee00:1d:c25c:d00:93a1]:443", + "failure": "network_unreachable", + "operation": "connect", + "proto": "tcp", + "t0": 0.152864787, + "t": 0.153221726, + "transaction_id": 22, + "tags": [ + "depth=0", + "fetch_body=true" + ] + }, + { + "address": "[2600:9000:2306:1a00:1d:c25c:d00:93a1]:443", + "failure": "network_unreachable", + "operation": "connect", + "proto": "tcp", + "t0": 0.152542218, + "t": 0.153264572, + "transaction_id": 5, + "tags": [ + "depth=0", + "fetch_body=true" + ] + }, + { + "address": "[2600:9000:2306:5c00:1d:c25c:d00:93a1]:443", + "failure": "network_unreachable", + "operation": "connect", + "proto": "tcp", + "t0": 0.153280687, + "t": 0.153300298, + "transaction_id": 9, + "tags": [ + "depth=0", + "fetch_body=true" + ] + }, + { + "address": "[2600:9000:2248:8600:1d:c25c:d00:93a1]:443", + "failure": "network_unreachable", + "operation": "connect", + "proto": "tcp", + "t0": 0.153327269, + "t": 0.153343864, + "transaction_id": 12, + "tags": [ + "depth=0", + "fetch_body=true" + ] + }, + { + "address": "[2600:9000:2306:9800:1d:c25c:d00:93a1]:443", + "failure": "network_unreachable", + "operation": "connect", + "proto": "tcp", + "t0": 0.153366972, + "t": 0.153382541, + "transaction_id": 20, + "tags": [ + "depth=0", + "fetch_body=true" + ] + }, + { + "address": "[2600:9000:2248:ec00:1d:c25c:d00:93a1]:443", + "failure": "network_unreachable", + "operation": "connect", + "proto": "tcp", + "t0": 0.153412724, + "t": 0.153496784, + "transaction_id": 17, + "tags": [ + "depth=0", + "fetch_body=true" + ] + }, + { + "address": "[2600:9000:2248:be00:1d:c25c:d00:93a1]:443", + "failure": "network_unreachable", + "operation": "connect", + "proto": "tcp", + "t0": 0.153087361, + "t": 0.1535762, + "transaction_id": 23, + "tags": [ + "depth=0", + "fetch_body=true" + ] + }, + { + "address": "[2600:9000:2248:3a00:1d:c25c:d00:93a1]:443", + "failure": "network_unreachable", + "operation": "connect", + "proto": "tcp", + "t0": 0.15359525, + "t": 0.153614476, + "transaction_id": 11, + "tags": [ + "depth=0", + "fetch_body=true" + ] + }, + { + "address": "[2600:9000:2248:6800:1d:c25c:d00:93a1]:443", + "failure": "network_unreachable", + "operation": "connect", + "proto": "tcp", + "t0": 0.152940236, + "t": 0.1536522, + "transaction_id": 24, + "tags": [ + "depth=0", + "fetch_body=true" + ] + }, + { + "address": "[2600:9000:2248:8a00:1d:c25c:d00:93a1]:443", + "failure": "network_unreachable", + "operation": "connect", + "proto": "tcp", + "t0": 0.153690471, + "t": 0.153709772, + "transaction_id": 18, + "tags": [ + "depth=0", + "fetch_body=true" + ] + }, + { + "address": "[2600:9000:2306:6600:1d:c25c:d00:93a1]:443", + "failure": "network_unreachable", + "operation": "connect", + "proto": "tcp", + "t0": 0.153763045, + "t": 0.153790133, + "transaction_id": 15, + "tags": [ + "depth=0", + "fetch_body=true" + ] + }, + { + "address": "[2600:9000:2306:3c00:1d:c25c:d00:93a1]:443", + "failure": "network_unreachable", + "operation": "connect", + "proto": "tcp", + "t0": 0.153804353, + "t": 0.153843132, + "transaction_id": 4, + "tags": [ + "depth=0", + "fetch_body=true" + ] + }, + { + "address": "[2600:9000:2248:b000:1d:c25c:d00:93a1]:443", + "failure": "network_unreachable", + "operation": "connect", + "proto": "tcp", + "t0": 0.153845475, + "t": 0.153890022, + "transaction_id": 16, + "tags": [ + "depth=0", + "fetch_body=true" + ] + }, + { + "address": "[2600:9000:2306:d600:1d:c25c:d00:93a1]:443", + "failure": "network_unreachable", + "operation": "connect", + "proto": "tcp", + "t0": 0.153932277, + "t": 0.153950848, + "transaction_id": 7, + "tags": [ + "depth=0", + "fetch_body=true" + ] + }, + { + "address": "108.139.243.32:443", + "failure": null, + "operation": "connect", + "proto": "tcp", + "t0": 0.153035158, + "t": 0.166867544, + "transaction_id": 10, + "tags": [ + "depth=0", + "fetch_body=true" + ] + }, + { + "address": "108.139.243.106:443", + "failure": null, + "operation": "connect", + "proto": "tcp", + "t0": 0.153273775, + "t": 0.167302859, + "transaction_id": 27, + "tags": [ + "depth=0", + "fetch_body=true" + ] + }, + { + "address": "108.139.243.83:443", + "failure": null, + "operation": "connect", + "proto": "tcp", + "t0": 0.153300458, + "t": 0.168919093, + "transaction_id": 6, + "tags": [ + "depth=0", + "fetch_body=true" + ] + }, + { + "address": "108.139.243.41:443", + "failure": null, + "operation": "connect", + "proto": "tcp", + "t0": 0.152887539, + "t": 0.174740106, + "transaction_id": 21, + "tags": [ + "depth=0", + "fetch_body=true" + ] + }, + { + "address": "108.139.210.47:443", + "failure": null, + "operation": "connect", + "proto": "tcp", + "t0": 0.153419063, + "t": 0.179217798, + "transaction_id": 13, + "tags": [ + "depth=0", + "fetch_body=true" + ] + }, + { + "address": "108.139.210.80:443", + "failure": null, + "operation": "connect", + "proto": "tcp", + "t0": 0.153540121, + "t": 0.179341261, + "transaction_id": 25, + "tags": [ + "depth=0", + "fetch_body=true" + ] + }, + { + "address": "108.139.210.95:443", + "failure": null, + "operation": "connect", + "proto": "tcp", + "t0": 0.153388677, + "t": 0.180858297, + "transaction_id": 19, + "tags": [ + "depth=0", + "fetch_body=true" + ] + }, + { + "address": "108.139.210.116:443", + "failure": null, + "operation": "connect", + "proto": "tcp", + "t0": 0.153758049, + "t": 0.181439184, + "transaction_id": 14, + "tags": [ + "depth=0", + "fetch_body=true" + ] + }, + { + "address": "108.139.210.47:443", + "failure": null, + "num_bytes": 5987, + "operation": "bytes_received_cumulative", + "proto": "tcp", + "t0": 0.289376233, + "t": 0.289376233, + "transaction_id": 13, + "tags": [ + "depth=0", + "fetch_body=true" + ] + }, + { + "address": "108.139.243.83:443", + "failure": null, + "num_bytes": 5987, + "operation": "bytes_received_cumulative", + "proto": "tcp", + "t0": 0.29578632, + "t": 0.29578632, + "transaction_id": 6, + "tags": [ + "depth=0", + "fetch_body=true" + ] + }, + { + "address": "108.139.243.32:443", + "failure": null, + "num_bytes": 5987, + "operation": "bytes_received_cumulative", + "proto": "tcp", + "t0": 0.372176335, + "t": 0.372176335, + "transaction_id": 10, + "tags": [ + "depth=0", + "fetch_body=true" + ] + }, + { + "address": "108.139.210.47:443", + "failure": null, + "num_bytes": 5987, + "operation": "bytes_received_cumulative", + "proto": "tcp", + "t0": 0.426776965, + "t": 0.426776965, + "transaction_id": 13, + "tags": [ + "depth=0", + "fetch_body=true" + ] + }, + { + "address": "108.139.243.83:443", + "failure": null, + "num_bytes": 5987, + "operation": "bytes_received_cumulative", + "proto": "tcp", + "t0": 0.43717628, + "t": 0.43717628, + "transaction_id": 6, + "tags": [ + "depth=0", + "fetch_body=true" + ] + }, + { + "address": "108.139.243.41:443", + "failure": null, + "num_bytes": 5987, + "operation": "bytes_received_cumulative", + "proto": "tcp", + "t0": 0.442393545, + "t": 0.442393545, + "transaction_id": 21, + "tags": [ + "depth=0", + "fetch_body=true" + ] + }, + { + "address": "108.139.210.47:443", + "failure": null, + "num_bytes": 5987, + "operation": "bytes_received_cumulative", + "proto": "tcp", + "t0": 0.452899411, + "t": 0.452899411, + "transaction_id": 13, + "tags": [ + "depth=0", + "fetch_body=true" + ] + }, + { + "address": "108.139.210.116:443", + "failure": null, + "num_bytes": 5987, + "operation": "bytes_received_cumulative", + "proto": "tcp", + "t0": 0.465222444, + "t": 0.465222444, + "transaction_id": 14, + "tags": [ + "depth=0", + "fetch_body=true" + ] + }, + { + "address": "108.139.210.80:443", + "failure": null, + "num_bytes": 5987, + "operation": "bytes_received_cumulative", + "proto": "tcp", + "t0": 0.547894112, + "t": 0.547894112, + "transaction_id": 25, + "tags": [ + "depth=0", + "fetch_body=true" + ] + }, + { + "address": "108.139.243.83:443", + "failure": null, + "num_bytes": 5987, + "operation": "bytes_received_cumulative", + "proto": "tcp", + "t0": 0.550203852, + "t": 0.550203852, + "transaction_id": 6, + "tags": [ + "depth=0", + "fetch_body=true" + ] + }, + { + "address": "108.139.243.106:443", + "failure": null, + "num_bytes": 5987, + "operation": "bytes_received_cumulative", + "proto": "tcp", + "t0": 0.578752036, + "t": 0.578752036, + "transaction_id": 27, + "tags": [ + "depth=0", + "fetch_body=true" + ] + }, + { + "address": "108.139.243.106:443", + "failure": null, + "num_bytes": 5987, + "operation": "bytes_received_cumulative", + "proto": "tcp", + "t0": 0.604208849, + "t": 0.604208849, + "transaction_id": 27, + "tags": [ + "depth=0", + "fetch_body=true" + ] + }, + { + "address": "108.139.243.41:443", + "failure": null, + "num_bytes": 5987, + "operation": "bytes_received_cumulative", + "proto": "tcp", + "t0": 0.627656645, + "t": 0.627656645, + "transaction_id": 21, + "tags": [ + "depth=0", + "fetch_body=true" + ] + }, + { + "address": "108.139.243.106:443", + "failure": null, + "num_bytes": 5987, + "operation": "bytes_received_cumulative", + "proto": "tcp", + "t0": 0.687614038, + "t": 0.687614038, + "transaction_id": 27, + "tags": [ + "depth=0", + "fetch_body=true" + ] + }, + { + "address": "108.139.243.32:443", + "failure": null, + "num_bytes": 5987, + "operation": "bytes_received_cumulative", + "proto": "tcp", + "t0": 0.687704961, + "t": 0.687704961, + "transaction_id": 10, + "tags": [ + "depth=0", + "fetch_body=true" + ] + }, + { + "address": "108.139.210.47:443", + "failure": null, + "num_bytes": 5987, + "operation": "bytes_received_cumulative", + "proto": "tcp", + "t0": 0.687762643, + "t": 0.687762643, + "transaction_id": 13, + "tags": [ + "depth=0", + "fetch_body=true" + ] + }, + { + "address": "108.139.210.95:443", + "failure": null, + "num_bytes": 5987, + "operation": "bytes_received_cumulative", + "proto": "tcp", + "t0": 0.687858776, + "t": 0.687858776, + "transaction_id": 19, + "tags": [ + "depth=0", + "fetch_body=true" + ] + }, + { + "failure": null, + "operation": "http_transaction_start", + "t0": 0.687902377, + "t": 0.687902377, + "transaction_id": 25, + "tags": [ + "depth=0", + "fetch_body=true" + ] + }, + { + "address": "108.139.210.116:443", + "failure": null, + "num_bytes": 5987, + "operation": "bytes_received_cumulative", + "proto": "tcp", + "t0": 0.687916329, + "t": 0.687916329, + "transaction_id": 14, + "tags": [ + "depth=0", + "fetch_body=true" + ] + }, + { + "address": "108.139.243.83:443", + "failure": null, + "num_bytes": 5987, + "operation": "bytes_received_cumulative", + "proto": "tcp", + "t0": 0.687990735, + "t": 0.687990735, + "transaction_id": 6, + "tags": [ + "depth=0", + "fetch_body=true" + ] + }, + { + "address": "108.139.243.41:443", + "failure": null, + "num_bytes": 5987, + "operation": "bytes_received_cumulative", + "proto": "tcp", + "t0": 0.688101379, + "t": 0.688101379, + "transaction_id": 21, + "tags": [ + "depth=0", + "fetch_body=true" + ] + }, + { + "failure": null, + "operation": "http_transaction_done", + "t0": 0.796104493, + "t": 0.796104493, + "transaction_id": 25, + "tags": [ + "depth=0", + "fetch_body=true" + ] + }, + { + "address": "108.139.210.80:443", + "failure": null, + "num_bytes": 152102, + "operation": "bytes_received_cumulative", + "proto": "tcp", + "t0": 0.796318935, + "t": 0.796318935, + "transaction_id": 25, + "tags": [ + "depth=0", + "fetch_body=true" + ] + }, + { + "address": "[2600:9000:2146:a400:1d:c25c:d00:93a1]:443", + "failure": "network_unreachable", + "operation": "connect", + "proto": "tcp", + "t0": 1.658414936, + "t": 1.658474387, + "transaction_id": 39, + "tags": [ + "depth=0", + "fetch_body=true" + ] + }, + { + "address": "[2600:9000:2146:6c00:1d:c25c:d00:93a1]:443", + "failure": "network_unreachable", + "operation": "connect", + "proto": "tcp", + "t0": 1.658475436, + "t": 1.6585162690000002, + "transaction_id": 33, + "tags": [ + "depth=0", + "fetch_body=true" + ] + }, + { + "address": "[2600:9000:2146:7800:1d:c25c:d00:93a1]:443", + "failure": "network_unreachable", + "operation": "connect", + "proto": "tcp", + "t0": 1.658476089, + "t": 1.658522136, + "transaction_id": 30, + "tags": [ + "depth=0", + "fetch_body=true" + ] + }, + { + "address": "[2600:9000:2146:e400:1d:c25c:d00:93a1]:443", + "failure": "network_unreachable", + "operation": "connect", + "proto": "tcp", + "t0": 1.658579207, + "t": 1.658595753, + "transaction_id": 34, + "tags": [ + "depth=0", + "fetch_body=true" + ] + }, + { + "address": "[2600:9000:2146:1000:1d:c25c:d00:93a1]:443", + "failure": "network_unreachable", + "operation": "connect", + "proto": "tcp", + "t0": 1.658590558, + "t": 1.6586208070000001, + "transaction_id": 37, + "tags": [ + "depth=0", + "fetch_body=true" + ] + }, + { + "address": "[2600:9000:2146:7200:1d:c25c:d00:93a1]:443", + "failure": "network_unreachable", + "operation": "connect", + "proto": "tcp", + "t0": 1.658617307, + "t": 1.658630651, + "transaction_id": 38, + "tags": [ + "depth=0", + "fetch_body=true" + ] + }, + { + "address": "[2600:9000:2146:400:1d:c25c:d00:93a1]:443", + "failure": "network_unreachable", + "operation": "connect", + "proto": "tcp", + "t0": 1.6586724689999999, + "t": 1.658697064, + "transaction_id": 31, + "tags": [ + "depth=0", + "fetch_body=true" + ] + }, + { + "address": "[2600:9000:2146:5c00:1d:c25c:d00:93a1]:443", + "failure": "network_unreachable", + "operation": "connect", + "proto": "tcp", + "t0": 1.658752805, + "t": 1.658790256, + "transaction_id": 35, + "tags": [ + "depth=0", + "fetch_body=true" + ] + }, + { + "address": "65.8.161.30:443", + "failure": null, + "operation": "connect", + "proto": "tcp", + "t0": 1.65857035, + "t": 1.822271278, + "transaction_id": 32, + "tags": [ + "depth=0", + "fetch_body=true" + ] + }, + { + "address": "65.8.161.129:443", + "failure": null, + "operation": "connect", + "proto": "tcp", + "t0": 1.658615523, + "t": 1.824862169, + "transaction_id": 28, + "tags": [ + "depth=0", + "fetch_body=true" + ] + }, + { + "address": "65.8.161.3:443", + "failure": null, + "operation": "connect", + "proto": "tcp", + "t0": 1.658608138, + "t": 1.825753652, + "transaction_id": 29, + "tags": [ + "depth=0", + "fetch_body=true" + ] + }, + { + "address": "65.8.161.6:443", + "failure": null, + "operation": "connect", + "proto": "tcp", + "t0": 1.658562537, + "t": 1.827289236, + "transaction_id": 36, + "tags": [ + "depth=0", + "fetch_body=true" + ] + }, + { + "address": "65.8.161.30:443", + "failure": null, + "num_bytes": 5987, + "operation": "bytes_received_cumulative", + "proto": "tcp", + "t0": 2.002699247, + "t": 2.002699247, + "transaction_id": 32, + "tags": [ + "depth=0", + "fetch_body=true" + ] + }, + { + "address": "65.8.161.3:443", + "failure": null, + "num_bytes": 5987, + "operation": "bytes_received_cumulative", + "proto": "tcp", + "t0": 2.004808414, + "t": 2.004808414, + "transaction_id": 29, + "tags": [ + "depth=0", + "fetch_body=true" + ] + }, + { + "address": "65.8.161.129:443", + "failure": null, + "num_bytes": 5987, + "operation": "bytes_received_cumulative", + "proto": "tcp", + "t0": 2.007131917, + "t": 2.007131917, + "transaction_id": 28, + "tags": [ + "depth=0", + "fetch_body=true" + ] + }, + { + "address": "65.8.161.6:443", + "failure": null, + "num_bytes": 5508, + "operation": "bytes_received_cumulative", + "proto": "tcp", + "t0": 2.01239082, + "t": 2.01239082, + "transaction_id": 36, + "tags": [ + "depth=0", + "fetch_body=true" + ] + } + ], + "x_dns_whoami": { + "system_v4": [ + { + "address": "91.80.36.88" + } + ], + "udp_v4": { + "8.8.4.4:53": [ + { + "address": "91.80.36.88" + } + ] + } + }, + "x_doh": { + "network_events": [ + { + "failure": null, + "operation": "resolve_start", + "t0": 0.000196874, + "t": 0.000196874, + "transaction_id": 3, + "tags": [ + "depth=0" + ] + }, + { + "address": "9.9.9.9:443", + "failure": null, + "operation": "connect", + "proto": "tcp", + "t0": 0.006658614, + "t": 0.033804965, + "transaction_id": 3, + "tags": [ + "depth=0" + ] + }, + { + "failure": null, + "operation": "tls_handshake_start", + "t0": 0.033855461, + "t": 0.033855461, + "transaction_id": 3, + "tags": [ + "depth=0" + ] + }, + { + "address": "9.9.9.9:443", + "failure": null, + "num_bytes": 279, + "operation": "write", + "proto": "tcp", + "t0": 0.034010641, + "t": 0.034161848, + "transaction_id": 3, + "tags": [ + "depth=0" + ] + }, + { + "address": "9.9.9.9:443", + "failure": null, + "num_bytes": 576, + "operation": "read", + "proto": "tcp", + "t0": 0.034174287, + "t": 0.060963331, + "transaction_id": 3, + "tags": [ + "depth=0" + ] + }, + { + "address": "9.9.9.9:443", + "failure": null, + "num_bytes": 2925, + "operation": "read", + "proto": "tcp", + "t0": 0.061135269, + "t": 0.061148501, + "transaction_id": 3, + "tags": [ + "depth=0" + ] + }, + { + "address": "9.9.9.9:443", + "failure": null, + "num_bytes": 80, + "operation": "write", + "proto": "tcp", + "t0": 0.062906101, + "t": 0.062931575, + "transaction_id": 3, + "tags": [ + "depth=0" + ] + }, + { + "failure": null, + "operation": "tls_handshake_done", + "t0": 0.06297864, + "t": 0.06297864, + "transaction_id": 3, + "tags": [ + "depth=0" + ] + }, + { + "address": "9.9.9.9:443", + "failure": null, + "num_bytes": 86, + "operation": "write", + "proto": "tcp", + "t0": 0.063194889, + "t": 0.063217849, + "transaction_id": 3, + "tags": [ + "depth=0" + ] + }, + { + "address": "9.9.9.9:443", + "failure": null, + "num_bytes": 163, + "operation": "write", + "proto": "tcp", + "t0": 0.063516447, + "t": 0.063528822, + "transaction_id": 3, + "tags": [ + "depth=0" + ] + }, + { + "address": "9.9.9.9:443", + "failure": null, + "num_bytes": 159, + "operation": "write", + "proto": "tcp", + "t0": 0.063563923, + "t": 0.063566333, + "transaction_id": 3, + "tags": [ + "depth=0" + ] + }, + { + "address": "9.9.9.9:443", + "failure": null, + "num_bytes": 38, + "operation": "write", + "proto": "tcp", + "t0": 0.063609102, + "t": 0.063618053, + "transaction_id": 3, + "tags": [ + "depth=0" + ] + }, + { + "address": "9.9.9.9:443", + "failure": null, + "num_bytes": 159, + "operation": "write", + "proto": "tcp", + "t0": 0.063620663, + "t": 0.063622018, + "transaction_id": 3, + "tags": [ + "depth=0" + ] + }, + { + "address": "9.9.9.9:443", + "failure": null, + "num_bytes": 594, + "operation": "read", + "proto": "tcp", + "t0": 0.063322629, + "t": 0.088329142, + "transaction_id": 3, + "tags": [ + "depth=0" + ] + }, + { + "address": "9.9.9.9:443", + "failure": null, + "num_bytes": 31, + "operation": "write", + "proto": "tcp", + "t0": 0.088446743, + "t": 0.088456486, + "transaction_id": 3, + "tags": [ + "depth=0" + ] + }, + { + "address": "9.9.9.9:443", + "failure": null, + "num_bytes": 35, + "operation": "read", + "proto": "tcp", + "t0": 0.088460743, + "t": 0.089347874, + "transaction_id": 3, + "tags": [ + "depth=0" + ] + }, + { + "address": "9.9.9.9:443", + "failure": null, + "num_bytes": 262, + "operation": "read", + "proto": "tcp", + "t0": 0.089369844, + "t": 0.132336221, + "transaction_id": 3, + "tags": [ + "depth=0" + ] + }, + { + "address": "9.9.9.9:443", + "failure": null, + "num_bytes": 364, + "operation": "read", + "proto": "tcp", + "t0": 0.132514633, + "t": 0.151571777, + "transaction_id": 3, + "tags": [ + "depth=0" + ] + }, + { + "failure": null, + "operation": "resolve_done", + "t0": 0.151904551, + "t": 0.151904551, + "transaction_id": 3, + "tags": [ + "depth=0" + ] + }, + { + "address": "9.9.9.9:443", + "failure": null, + "num_bytes": 24, + "operation": "write", + "proto": "tcp", + "t0": 0.151960791, + "t": 0.152044559, + "transaction_id": 3, + "tags": [ + "depth=0" + ] + }, + { + "address": "9.9.9.9:443", + "failure": "connection_already_closed", + "operation": "read", + "proto": "tcp", + "t0": 0.151697423, + "t": 0.152111901, + "transaction_id": 3, + "tags": [ + "depth=0" + ] + } + ], + "queries": [ + { + "answers": [ + { + "asn": 19281, + "as_org_name": "Quad9", + "answer_type": "A", + "ipv4": "9.9.9.9", + "ttl": null + }, + { + "asn": 19281, + "as_org_name": "Quad9", + "answer_type": "A", + "ipv4": "149.112.112.112", + "ttl": null + }, + { + "asn": 19281, + "as_org_name": "Quad9", + "answer_type": "AAAA", + "ipv6": "2620:fe::fe", + "ttl": null + }, + { + "asn": 19281, + "as_org_name": "Quad9", + "answer_type": "AAAA", + "ipv6": "2620:fe::9", + "ttl": null + }, + { + "answer_type": "CNAME", + "hostname": "dns.quad9.net.", + "ttl": null + } + ], + "engine": "getaddrinfo", + "failure": null, + "hostname": "dns.quad9.net", + "query_type": "ANY", + "resolver_hostname": null, + "resolver_port": null, + "resolver_address": "", + "t0": 0.000377074, + "t": 0.006487696, + "tags": [ + "depth=0" + ], + "transaction_id": 3 + } + ], + "requests": [], + "tcp_connect": [ + { + "ip": "9.9.9.9", + "port": 443, + "status": { + "failure": null, + "success": true + }, + "t0": 0.006658614, + "t": 0.033804965, + "tags": [ + "depth=0" + ], + "transaction_id": 3 + } + ], + "tls_handshakes": [ + { + "network": "tcp", + "address": "9.9.9.9:443", + "cipher_suite": "TLS_AES_256_GCM_SHA384", + "failure": null, + "negotiated_protocol": "h2", + "no_tls_verify": false, + "peer_certificates": [ + { + "data": "MIIGyDCCBk6gAwIBAgIQDQsh8YVJ+5rl2I/Z0i4MlzAKBggqhkjOPQQDAzBWMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMTAwLgYDVQQDEydEaWdpQ2VydCBUTFMgSHlicmlkIEVDQyBTSEEzODQgMjAyMCBDQTEwHhcNMjMwNzMxMDAwMDAwWhcNMjQwODA2MjM1OTU5WjBbMQswCQYDVQQGEwJVUzETMBEGA1UECBMKQ2FsaWZvcm5pYTERMA8GA1UEBxMIQmVya2VsZXkxDjAMBgNVBAoTBVF1YWQ5MRQwEgYDVQQDDAsqLnF1YWQ5Lm5ldDBZMBMGByqGSM49AgEGCCqGSM49AwEHA0IABH2L1x0DhQ0YJbM0HCmhJ9SsASVIiqDx6gK52FEsCGqsclbs+j2moJ9JCVWOrP65cxdcAvt4zCSRlG9DI4kOHWajggT3MIIE8zAfBgNVHSMEGDAWgBQKvAgpF4ylOW16Ds4zxy6z7fvDejAdBgNVHQ4EFgQUf6kSpdfGi0gCxz0qRW5AHkBg9JcwggGNBgNVHREEggGEMIIBgIILKi5xdWFkOS5uZXSCCXF1YWQ5Lm5ldIcECQkJCYcECQkJCocECQkJC4cECQkJDIcECQkJDYcECQkJDocECQkJD4cElXBwCYcElXBwCocElXBwC4cElXBwDIcElXBwDYcElXBwDocElXBwD4cElXBwcIcQJiAA/gAAAAAAAAAAAAAACYcQJiAA/gAAAAAAAAAAAAAAEIcQJiAA/gAAAAAAAAAAAAAAEYcQJiAA/gAAAAAAAAAAAAAAEocQJiAA/gAAAAAAAAAAAAAAE4cQJiAA/gAAAAAAAAAAAAAAFIcQJiAA/gAAAAAAAAAAAAAAFYcQJiAA/gAAAAAAAAAAAAAA/ocQJiAA/gAAAAAAAAAAAP4ACYcQJiAA/gAAAAAAAAAAAP4AEIcQJiAA/gAAAAAAAAAAAP4AEYcQJiAA/gAAAAAAAAAAAP4AEocQJiAA/gAAAAAAAAAAAP4AE4cQJiAA/gAAAAAAAAAAAP4AFIcQJiAA/gAAAAAAAAAAAP4AFTAOBgNVHQ8BAf8EBAMCB4AwHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCMIGbBgNVHR8EgZMwgZAwRqBEoEKGQGh0dHA6Ly9jcmwzLmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydFRMU0h5YnJpZEVDQ1NIQTM4NDIwMjBDQTEtMS5jcmwwRqBEoEKGQGh0dHA6Ly9jcmw0LmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydFRMU0h5YnJpZEVDQ1NIQTM4NDIwMjBDQTEtMS5jcmwwPgYDVR0gBDcwNTAzBgZngQwBAgIwKTAnBggrBgEFBQcCARYbaHR0cDovL3d3dy5kaWdpY2VydC5jb20vQ1BTMIGFBggrBgEFBQcBAQR5MHcwJAYIKwYBBQUHMAGGGGh0dHA6Ly9vY3NwLmRpZ2ljZXJ0LmNvbTBPBggrBgEFBQcwAoZDaHR0cDovL2NhY2VydHMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0VExTSHlicmlkRUNDU0hBMzg0MjAyMENBMS0xLmNydDAJBgNVHRMEAjAAMIIBfgYKKwYBBAHWeQIEAgSCAW4EggFqAWgAdgDuzdBk1dsazsVct520zROiModGfLzs3sNRSFlGcR+1mwAAAYmtrLxjAAAEAwBHMEUCIQCAWtmgTRnZsqjxZ7jdiDq0EEfxBB4kMj7oaZPv+URihQIgUJxBXliHw3ic/24+0NilFj/WfEcV1kNRARUhXS6xn08AdwBIsONr2qZHNA/lagL6nTDrHFIBy1bdLIHZu7+rOdiEcwAAAYmtrLxLAAAEAwBIMEYCIQClQbGksPNEGkRsO930WOdpYDBhFWVD44nw9ks9uyawJAIhAPypE9SPFDDkOgrOw+K++guz486lzdjaAfVzdyO6sw80AHUA2ra/az+1tiKfm8K7XGvocJFxbLtRhIU0vaQ9MEjX+6sAAAGJray8FwAABAMARjBEAiBMmvofeflmsV3JoyFVid5GiJaPHkH9fDWkS93eP9fgEQIgfkTwCbSFNKnF47riYP4MJow7haBO+pFwRW5WAEC1AQQwCgYIKoZIzj0EAwMDaAAwZQIwOOsRrmNqg61CQTVH/6I6W1ZKb+5efJZpgZLVhCirpay7lyiuNyC1QkF6jfTAh+nGAjEAoRSNqC4pY/1GUJ3ygEjSOkUKlFnpXSxYIxJz9yJ43z05faF/uL+mrpAV9GXi2cpt", + "format": "base64" + }, + { + "data": "MIIEFzCCAv+gAwIBAgIQB/LzXIeod6967+lHmTUlvTANBgkqhkiG9w0BAQwFADBhMQswCQYDVQQGEwJVUzEVMBMGA1UEChMMRGlnaUNlcnQgSW5jMRkwFwYDVQQLExB3d3cuZGlnaWNlcnQuY29tMSAwHgYDVQQDExdEaWdpQ2VydCBHbG9iYWwgUm9vdCBDQTAeFw0yMTA0MTQwMDAwMDBaFw0zMTA0MTMyMzU5NTlaMFYxCzAJBgNVBAYTAlVTMRUwEwYDVQQKEwxEaWdpQ2VydCBJbmMxMDAuBgNVBAMTJ0RpZ2lDZXJ0IFRMUyBIeWJyaWQgRUNDIFNIQTM4NCAyMDIwIENBMTB2MBAGByqGSM49AgEGBSuBBAAiA2IABMEbxppbmNmkKaDp1AS12+umsmxVwP/tmMZJLwYnUcu/cMEFesOxnYeJuq20ExfJqLSDyLiQ0cx0NTY8g3KwtdD3ImnI8YDEe0CPz2iHJlw5ifFNkU3aiYvkA8ND5b8vc6OCAYIwggF+MBIGA1UdEwEB/wQIMAYBAf8CAQAwHQYDVR0OBBYEFAq8CCkXjKU5bXoOzjPHLrPt+8N6MB8GA1UdIwQYMBaAFAPeUDVW0Uy7ZvCj4hsbw5eyPdFVMA4GA1UdDwEB/wQEAwIBhjAdBgNVHSUEFjAUBggrBgEFBQcDAQYIKwYBBQUHAwIwdgYIKwYBBQUHAQEEajBoMCQGCCsGAQUFBzABhhhodHRwOi8vb2NzcC5kaWdpY2VydC5jb20wQAYIKwYBBQUHMAKGNGh0dHA6Ly9jYWNlcnRzLmRpZ2ljZXJ0LmNvbS9EaWdpQ2VydEdsb2JhbFJvb3RDQS5jcnQwQgYDVR0fBDswOTA3oDWgM4YxaHR0cDovL2NybDMuZGlnaWNlcnQuY29tL0RpZ2lDZXJ0R2xvYmFsUm9vdENBLmNybDA9BgNVHSAENjA0MAsGCWCGSAGG/WwCATAHBgVngQwBATAIBgZngQwBAgEwCAYGZ4EMAQICMAgGBmeBDAECAzANBgkqhkiG9w0BAQwFAAOCAQEAR1mBf9QbH7Bx9phdGLqYR5iwfnYr6v8ai6wms0KNMeZK6BnQ79oU59cUkqGS8qcuLa/7Hfb7U7CKP/zYFgrpsC62pQsYkDUmotr2qLcy/JUjS8ZFucTP5Hzu5sn4kL1y45nDHQsFfGqXbbKrAjbYwrwsAZI/BKOLdRHHuSm8EdCGupK8JvllyDfNJvaGEwwEqonleLHBTnm8dqMLUeTF0J5q/hosVq4GNiejcxwIfZMy0MJEGdqN9A57HSgDKwmKdsp33Id6rHtSJlWncg+d0ohP/rEhxRqhqjn1VtvChMQ1H3Dau0bwhr9kAMQ+959GG50jBbl9s08PqUU643QwmA==", + "format": "base64" + } + ], + "server_name": "dns.quad9.net", + "t0": 0.033855461, + "t": 0.06297864, + "tags": [ + "depth=0" + ], + "tls_version": "TLSv1.3", + "transaction_id": 3 + } + ] + }, + "x_do53": { + "network_events": [ + { + "failure": null, + "operation": "resolve_start", + "t0": 0.000183333, + "t": 0.000183333, + "transaction_id": 1, + "tags": [ + "depth=0" + ] + }, + { + "address": "8.8.4.4:53", + "failure": null, + "num_bytes": 35, + "operation": "write", + "proto": "udp", + "t0": 0.000380086, + "t": 0.000412245, + "transaction_id": 1, + "tags": [ + "depth=0" + ] + }, + { + "address": "8.8.4.4:53", + "failure": null, + "num_bytes": 35, + "operation": "write", + "proto": "udp", + "t0": 0.000485307, + "t": 0.000525277, + "transaction_id": 1, + "tags": [ + "depth=0" + ] + }, + { + "address": "8.8.4.4:53", + "failure": null, + "num_bytes": 302, + "operation": "read", + "proto": "udp", + "t0": 0.000440988, + "t": 0.03679238, + "transaction_id": 1, + "tags": [ + "depth=0" + ] + }, + { + "address": "8.8.4.4:53", + "failure": null, + "num_bytes": 142, + "operation": "read", + "proto": "udp", + "t0": 0.000531716, + "t": 0.038883432, + "transaction_id": 1, + "tags": [ + "depth=0" + ] + }, + { + "failure": null, + "operation": "resolve_done", + "t0": 0.039304119, + "t": 0.039304119, + "transaction_id": 1, + "tags": [ + "depth=0" + ] + } + ], + "queries": [] + }, + "x_dns_duplicate_responses": [], + "queries": [ + { + "answers": [ + { + "asn": 16509, + "as_org_name": "Amazon.com, Inc.", + "answer_type": "AAAA", + "ipv6": "2600:9000:2306:d600:1d:c25c:d00:93a1", + "ttl": null + }, + { + "asn": 16509, + "as_org_name": "Amazon.com, Inc.", + "answer_type": "AAAA", + "ipv6": "2600:9000:2306:800:1d:c25c:d00:93a1", + "ttl": null + }, + { + "asn": 16509, + "as_org_name": "Amazon.com, Inc.", + "answer_type": "AAAA", + "ipv6": "2600:9000:2306:5c00:1d:c25c:d00:93a1", + "ttl": null + }, + { + "asn": 16509, + "as_org_name": "Amazon.com, Inc.", + "answer_type": "AAAA", + "ipv6": "2600:9000:2306:3c00:1d:c25c:d00:93a1", + "ttl": null + }, + { + "asn": 16509, + "as_org_name": "Amazon.com, Inc.", + "answer_type": "AAAA", + "ipv6": "2600:9000:2306:7800:1d:c25c:d00:93a1", + "ttl": null + }, + { + "asn": 16509, + "as_org_name": "Amazon.com, Inc.", + "answer_type": "AAAA", + "ipv6": "2600:9000:2306:9800:1d:c25c:d00:93a1", + "ttl": null + }, + { + "asn": 16509, + "as_org_name": "Amazon.com, Inc.", + "answer_type": "AAAA", + "ipv6": "2600:9000:2306:1a00:1d:c25c:d00:93a1", + "ttl": null + }, + { + "asn": 16509, + "as_org_name": "Amazon.com, Inc.", + "answer_type": "AAAA", + "ipv6": "2600:9000:2306:6600:1d:c25c:d00:93a1", + "ttl": null + }, + { + "answer_type": "CNAME", + "hostname": "d3t6a4n4328shg.cloudfront.net.", + "ttl": null + } + ], + "engine": "udp", + "failure": null, + "hostname": "www.csmonitor.com", + "query_type": "AAAA", + "raw_response": "ig2BgAABAAkAAAAAA3d3dwljc21vbml0b3IDY29tAAAcAAHADAAFAAEAAAoBAB8OZDN0NmE0bjQzMjhzaGcKY2xvdWRmcm9udANuZXQAwC8AHAABAAAAPAAQJgCQACMG1gAAHcJcDQCTocAvABwAAQAAADwAECYAkAAjBggAAB3CXA0Ak6HALwAcAAEAAAA8ABAmAJAAIwZcAAAdwlwNAJOhwC8AHAABAAAAPAAQJgCQACMGPAAAHcJcDQCTocAvABwAAQAAADwAECYAkAAjBngAAB3CXA0Ak6HALwAcAAEAAAA8ABAmAJAAIwaYAAAdwlwNAJOhwC8AHAABAAAAPAAQJgCQACMGGgAAHcJcDQCTocAvABwAAQAAADwAECYAkAAjBmYAAB3CXA0Ak6E=", + "resolver_hostname": null, + "resolver_port": null, + "resolver_address": "8.8.4.4:53", + "t0": 0.000206432, + "t": 0.036884327, + "tags": [ + "depth=0" + ], + "transaction_id": 1 + }, + { + "answers": [ + { + "asn": 16509, + "as_org_name": "Amazon.com, Inc.", + "answer_type": "A", + "ipv4": "108.139.210.47", + "ttl": null + }, + { + "asn": 16509, + "as_org_name": "Amazon.com, Inc.", + "answer_type": "A", + "ipv4": "108.139.210.116", + "ttl": null + }, + { + "asn": 16509, + "as_org_name": "Amazon.com, Inc.", + "answer_type": "A", + "ipv4": "108.139.210.80", + "ttl": null + }, + { + "asn": 16509, + "as_org_name": "Amazon.com, Inc.", + "answer_type": "A", + "ipv4": "108.139.210.95", + "ttl": null + }, + { + "answer_type": "CNAME", + "hostname": "d3t6a4n4328shg.cloudfront.net.", + "ttl": null + } + ], + "engine": "udp", + "failure": null, + "hostname": "www.csmonitor.com", + "query_type": "A", + "raw_response": "OqKBgAABAAUAAAAAA3d3dwljc21vbml0b3IDY29tAAABAAHADAAFAAEAAAoBAB8OZDN0NmE0bjQzMjhzaGcKY2xvdWRmcm9udANuZXQAwC8AAQABAAAAPAAEbIvSL8AvAAEAAQAAADwABGyL0nTALwABAAEAAAA8AARsi9JQwC8AAQABAAAAPAAEbIvSXw==", + "resolver_hostname": null, + "resolver_port": null, + "resolver_address": "8.8.4.4:53", + "t0": 0.000371059, + "t": 0.039021561, + "tags": [ + "depth=0" + ], + "transaction_id": 1 + }, + { + "answers": [ + { + "asn": 16509, + "as_org_name": "Amazon.com, Inc.", + "answer_type": "A", + "ipv4": "108.139.210.47", + "ttl": null + }, + { + "asn": 16509, + "as_org_name": "Amazon.com, Inc.", + "answer_type": "A", + "ipv4": "108.139.210.116", + "ttl": null + }, + { + "asn": 16509, + "as_org_name": "Amazon.com, Inc.", + "answer_type": "A", + "ipv4": "108.139.210.80", + "ttl": null + }, + { + "asn": 16509, + "as_org_name": "Amazon.com, Inc.", + "answer_type": "A", + "ipv4": "108.139.210.95", + "ttl": null + }, + { + "asn": 16509, + "as_org_name": "Amazon.com, Inc.", + "answer_type": "AAAA", + "ipv6": "2600:9000:2306:d600:1d:c25c:d00:93a1", + "ttl": null + }, + { + "asn": 16509, + "as_org_name": "Amazon.com, Inc.", + "answer_type": "AAAA", + "ipv6": "2600:9000:2306:800:1d:c25c:d00:93a1", + "ttl": null + }, + { + "asn": 16509, + "as_org_name": "Amazon.com, Inc.", + "answer_type": "AAAA", + "ipv6": "2600:9000:2306:5c00:1d:c25c:d00:93a1", + "ttl": null + }, + { + "asn": 16509, + "as_org_name": "Amazon.com, Inc.", + "answer_type": "AAAA", + "ipv6": "2600:9000:2306:3c00:1d:c25c:d00:93a1", + "ttl": null + }, + { + "asn": 16509, + "as_org_name": "Amazon.com, Inc.", + "answer_type": "AAAA", + "ipv6": "2600:9000:2306:7800:1d:c25c:d00:93a1", + "ttl": null + }, + { + "asn": 16509, + "as_org_name": "Amazon.com, Inc.", + "answer_type": "AAAA", + "ipv6": "2600:9000:2306:9800:1d:c25c:d00:93a1", + "ttl": null + }, + { + "asn": 16509, + "as_org_name": "Amazon.com, Inc.", + "answer_type": "AAAA", + "ipv6": "2600:9000:2306:1a00:1d:c25c:d00:93a1", + "ttl": null + }, + { + "asn": 16509, + "as_org_name": "Amazon.com, Inc.", + "answer_type": "AAAA", + "ipv6": "2600:9000:2306:6600:1d:c25c:d00:93a1", + "ttl": null + }, + { + "answer_type": "CNAME", + "hostname": "d3t6a4n4328shg.cloudfront.net.", + "ttl": null + } + ], + "engine": "getaddrinfo", + "failure": null, + "hostname": "www.csmonitor.com", + "query_type": "ANY", + "resolver_hostname": null, + "resolver_port": null, + "resolver_address": "", + "t0": 0.000183045, + "t": 0.040120017, + "tags": [ + "depth=0" + ], + "transaction_id": 2 + }, + { + "answers": [ + { + "asn": 16509, + "as_org_name": "Amazon.com, Inc.", + "answer_type": "A", + "ipv4": "108.139.243.32", + "ttl": null + }, + { + "asn": 16509, + "as_org_name": "Amazon.com, Inc.", + "answer_type": "A", + "ipv4": "108.139.243.106", + "ttl": null + }, + { + "asn": 16509, + "as_org_name": "Amazon.com, Inc.", + "answer_type": "A", + "ipv4": "108.139.243.41", + "ttl": null + }, + { + "asn": 16509, + "as_org_name": "Amazon.com, Inc.", + "answer_type": "A", + "ipv4": "108.139.243.83", + "ttl": null + }, + { + "answer_type": "CNAME", + "hostname": "d3t6a4n4328shg.cloudfront.net.", + "ttl": null + } + ], + "engine": "doh", + "failure": null, + "hostname": "www.csmonitor.com", + "query_type": "A", + "raw_response": "MZaBgAABAAUAAAABA3d3dwljc21vbml0b3IDY29tAAABAAHADAAFAAEAAA4QAB8OZDN0NmE0bjQzMjhzaGcKY2xvdWRmcm9udANuZXQAwC8AAQABAAAAPAAEbIvzIMAvAAEAAQAAADwABGyL82rALwABAAEAAAA8AARsi/MpwC8AAQABAAAAPAAEbIvzUwAAKQIAAACAAAAA", + "resolver_hostname": null, + "resolver_port": null, + "resolver_address": "https://dns.quad9.net/dns-query", + "t0": 0.000457507, + "t": 0.132618347, + "tags": [ + "depth=0" + ], + "transaction_id": 3 + }, + { + "answers": [ + { + "asn": 16509, + "as_org_name": "Amazon.com, Inc.", + "answer_type": "AAAA", + "ipv6": "2600:9000:2248:3a00:1d:c25c:d00:93a1", + "ttl": null + }, + { + "asn": 16509, + "as_org_name": "Amazon.com, Inc.", + "answer_type": "AAAA", + "ipv6": "2600:9000:2248:ee00:1d:c25c:d00:93a1", + "ttl": null + }, + { + "asn": 16509, + "as_org_name": "Amazon.com, Inc.", + "answer_type": "AAAA", + "ipv6": "2600:9000:2248:b000:1d:c25c:d00:93a1", + "ttl": null + }, + { + "asn": 16509, + "as_org_name": "Amazon.com, Inc.", + "answer_type": "AAAA", + "ipv6": "2600:9000:2248:be00:1d:c25c:d00:93a1", + "ttl": null + }, + { + "asn": 16509, + "as_org_name": "Amazon.com, Inc.", + "answer_type": "AAAA", + "ipv6": "2600:9000:2248:8600:1d:c25c:d00:93a1", + "ttl": null + }, + { + "asn": 16509, + "as_org_name": "Amazon.com, Inc.", + "answer_type": "AAAA", + "ipv6": "2600:9000:2248:ec00:1d:c25c:d00:93a1", + "ttl": null + }, + { + "asn": 16509, + "as_org_name": "Amazon.com, Inc.", + "answer_type": "AAAA", + "ipv6": "2600:9000:2248:6800:1d:c25c:d00:93a1", + "ttl": null + }, + { + "asn": 16509, + "as_org_name": "Amazon.com, Inc.", + "answer_type": "AAAA", + "ipv6": "2600:9000:2248:8a00:1d:c25c:d00:93a1", + "ttl": null + }, + { + "answer_type": "CNAME", + "hostname": "d3t6a4n4328shg.cloudfront.net.", + "ttl": null + } + ], + "engine": "doh", + "failure": null, + "hostname": "www.csmonitor.com", + "query_type": "AAAA", + "raw_response": "QIOBgAABAAkAAAABA3d3dwljc21vbml0b3IDY29tAAAcAAHADAAFAAEAAA4QAB8OZDN0NmE0bjQzMjhzaGcKY2xvdWRmcm9udANuZXQAwC8AHAABAAAAPAAQJgCQACJIOgAAHcJcDQCTocAvABwAAQAAADwAECYAkAAiSO4AAB3CXA0Ak6HALwAcAAEAAAA8ABAmAJAAIkiwAAAdwlwNAJOhwC8AHAABAAAAPAAQJgCQACJIvgAAHcJcDQCTocAvABwAAQAAADwAECYAkAAiSIYAAB3CXA0Ak6HALwAcAAEAAAA8ABAmAJAAIkjsAAAdwlwNAJOhwC8AHAABAAAAPAAQJgCQACJIaAAAHcJcDQCTocAvABwAAQAAADwAECYAkAAiSIoAAB3CXA0Ak6EAACkE0AAAgAAAAA==", + "resolver_hostname": null, + "resolver_port": null, + "resolver_address": "https://dns.quad9.net/dns-query", + "t0": 0.000215514, + "t": 0.151797976, + "tags": [ + "depth=0" + ], + "transaction_id": 3 + } + ], + "requests": [ + { + "network": "tcp", + "address": "108.139.210.80:443", + "alpn": "h2", + "failure": null, + "request": { + "body": "", + "body_is_truncated": false, + "headers_list": [ + [ + "Accept", + "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8" + ], + [ + "Accept-Language", + "en-US,en;q=0.9" + ], + [ + "Host", + "www.csmonitor.com" + ], + [ + "Referer", + "" + ], + [ + "User-Agent", + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/[scrubbed] Safari/537.3" + ] + ], + "headers": { + "Accept": "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8", + "Accept-Language": "en-US,en;q=0.9", + "Host": "www.csmonitor.com", + "Referer": "", + "User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/[scrubbed] Safari/537.3" + }, + "method": "GET", + "tor": { + "exit_ip": null, + "exit_name": null, + "is_tor": false + }, + "x_transport": "tcp", + "url": "https://www.csmonitor.com" + }, + "response": { + "body": "\n\n\n\n\n\n\t\t\t\t\t\t\n\n\n\n\n\t\n\t\t\n\t\t\n\t\n\t\n\tChristian Science Monitor - CSMonitor.com\n\n\t\n\t\n\t\n\n\t\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\n\t\t\t\n\t\t\t\n \n\t\n\t\n\t\n\t\n\t\n\t\n\t\n\t\n\n\t\n\t\t\t\t\t\n\t\t\t\t\n\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\n\t\n\t\n\t\n\t\n\t\t\t\t\n\t\n\t\n\t\n\t\n\n\t\r\n\n\n\t\n\t\n\t\n\n\t\n\t\t\n\t\n\t\n\t\t\n\t\n\t\n\n\t\n\t\n\t\n\t\n\t\n\n\t\t\t\t\t\t\t\t\t\t\n\t\t\n\n\t\t\r\n\n\n\t\t\t\n\t\n\t\n\t\n\n\n\n\n\t
\n\t\t \t\n\n
\n\tSkip to main content\n\t\n\t\n\tSkip to footer\n
\n
\n\n\t
\n\n\t\t\n\t\t\n\n\t\t
\n\n\t\t\t
\n\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t\t\t\t
\n\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t
\n\t\t\t\t\t\t\t
\n\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\t\tLog in\n\t\t\t\t\t\t\t\t\tLog out\n\t\t\t\t\t\t\t\t
\n\t\t\t\t\t\t\t
\n\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t\t
\n\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t
\n\n\t\t\t\t\t\t
\n\n\t\t\t\t\t\t\t\n\n\t\t\t\t\t\t\t\n\n\t\t\t\t\t\t\t\n\n\t\t\t\t\t\t\t\n\n\t\t\t\t\t\t\t
\n\n\t\t\t\t\t\t\t\n\n\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\n\n\t\t\t\t\t\t
\n\n\t\t\t\t\t
\n\t\t\t\t
\n\n\t\t\t
\n\n\t\t
\n\n\t\t
\n\n\t
\n\n \n\t
\n\n\t\t
\n\t\t\t\n\t\t
\n\n\t\t\n\n\n\n\n\n\n\t
\n\n \n\t
\n\n\t\t
\n\t\t\t\n\t\t
\n\n\t\t\n\n\t
\n\n \n\t
\n\n\t\t
\n\t\t\t\n\t\t
\n\n\t\t\n\n\t
\n\n \n\t
\n\n\t\t
\n\t\t\t\n\t\t
\n\n\t\t\n\n\t
\n\n \n\t
\n\n\t\t
\n\t\t\t\n\t\t
\n\n\t\t\n\n\t
\n\n \n\t
\n\n\t\t
\n\t\t\t\n\t\t
\n\n \n\n \n\n\n\t
\n\n \n\t
\n\t\t
\n\t\t\t\n\t\t
\n\n\t\t\n\t
\n
\n\n
\n\n\t\t\n\t\t\n\t\t\n\n\n\n\n\n\n\t\n\n\n\n\n\n\n\n\n\n\n\n\n\n\t\t\n\n\t\t\n\n\t\n\n\n\t\n\n\n\n\n\n\t\n\n\n\t\n\n\n\n\t\t\n\t\t\t\t\n\t\n\t\n\n\n\n\n\t\t\n\n\n\n\n \n \n\n\t\t\t\t\t\n\n\n\n\n\t\t\t\n\n\n\n\n\n\n\n\n\n\n
\n\n\t
\n\t\t\n\t
\n\n\t
\n\n\t\t
\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\n\t\t\t\n\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\n\t\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\n\t\t\t\n\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\n\t\n\n\t\t\t\t\t\t
\n\n\t\t
\n\t\t\t\t\t\t\t\t\t\t\t\t\t
\r\n
\r\n

Learn how news can be different.

\r\n

So often, news looks at the world and sees the worst.

\r\n

But the Monitor offers a story of our common challenges, and how we can begin to find solutions and credible hope.

\r\n

This is who we are:
We have been redefining what journalism can do since 1908.

\r\n \r\n \r\n \t\t\t\r\n \r\n \r\n \r\n \r\n \"\"\r\n \r\n \r\n

The Monitor’s Stephanie Hanes (right) on assignment in Knox County, Illinois, in 2022.

\r\n \r\n
\r\n
\n\t\t\t\t\t\t
\n\n\t\t
\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\n\t\t\t\n\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\n\t\n\n\t
\n\n\t\t\n\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\n\t\t\t\t\n\t\t\n\t\t\n\t\t\n\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\n\t\t\t\t\t\n\n\t\t\t \t\t\n\n\t\t\t\t\t\t\t\t\n\t\n\t\n\n\n\t\t\t\t\t\t\t\t\n\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\n\t\t\t\t\t\n\n\t\t\t \t\t\n\n\t\t\t\t\t\t\t\t\n\t\n\t\n\n\n\t\t\t\t\t\t\t\t\n\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\n\t\t\t\t\t\n\n\t\t\t \t\t\n\n\t\t\t\t\t\t\t\t\n\t\n\t\n\n\n\t\t\t\t\t\t\t\t\n\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\n\t\t\t\t\t\n\n\t\t\t \t\t\n\n\t\t\t\t\t\t\t\t\n\t\n\t\n\n\n\t\t\t\t\t\t\t\t\n\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\n\t\t\t\t\t\n\n\t\t\t \t\t\n\n\t\t\t\t\t\t\t\t\n\t\n\t\n\n\n\t\t\t\t\t\t\t\t\n\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\n\t\t\t\t\t\n\n\t\t\t \t\t\n\n\t\t\t\t\t\t\t\t\n\t\n\t\n\n\n\t\t\t\t\t\t\t\t\t\t\t
\n\t\t\n \t
\t\t\t\t\t
\n\n\t
\n\n\t
\n\t\t\t\t\t\t\t\t\t\t\t
\r\n\t
\r\n\t\t
\r\n\t\t\t
\r\n\t\t\t\t\"globe\"\r\n\t\t\t\t

Get stories that
empower and uplift daily.

\r\n\t\t\t
\r\n\t\t\t
\r\n\t\t\t\t
\r\n\t\t\t\t\t
\r\n\t\t\t\t\t\t
\r\n\t\t\t\t\t\t\tSee our other FREE newsletters.\r\n\t\t\t\t\t\t
\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t
\r\n\t\t\t\t\t
By signing up, you agree to our Privacy\r\n\t\t\t\t\t\tPolicy.\r\n\t\t\t\t\t
\r\n\t\t\t\t
\r\n\t\t\t
\r\n\t\t
\r\n\t
\r\n\t\r\n\r\n\t
\r\n\t\t
\r\n\t\t\t

Select free newsletters:

\r\n\t\t\t
\r\n\t\t\t\t
\r\n\t\t\t\t\t
\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t

A selection of the most viewed stories this week on the Monitor's website.

\r\n\t\t\t\t\t\t

Every Saturday

\r\n\t\t\t\t\t
\r\n\t\t\t\t
\r\n\t\t\t\t
\r\n\t\t\t\t\t
\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t

Hear about special editorial projects, new product information, and upcoming events.

\r\n\t\t\t\t\t\t

Occasional

\r\n\t\t\t\t\t
\r\n\t\t\t\t
\r\n\t\t\t\t
\r\n\t\t\t\t\t
\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t

Select stories from the Monitor that empower and uplift.

\r\n\t\t\t\t\t\t

Every Weekday

\r\n\t\t\t\t\t
\r\n\t\t\t\t
\r\n\t\t\t\t
\r\n\t\t\t\t\t
\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t

An update on major political events, candidates, and parties twice a week.

\r\n\t\t\t\t\t\t

Twice a Week

\r\n\t\t\t\t\t
\r\n\t\t\t\t
\r\n\t\t\t\t
\r\n\t\t\t\t\t
\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t

Stay informed about the latest scientific discoveries & breakthroughs.

\r\n\t\t\t\t\t\t

Every Tuesday

\r\n\t\t\t\t\t
\r\n\t\t\t\t
\r\n\t\t\t\t
\r\n\t\t\t\t\t
\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t

A weekly digest of Monitor views and insightful commentary on major events.

\r\n\t\t\t\t\t\t

Every Thursday

\r\n\t\t\t\t\t
\r\n\t\t\t\t
\r\n\t\t\t\t
\r\n\t\t\t\t\t
\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t

Latest book reviews, author interviews, and reading trends.

\r\n\t\t\t\t\t\t

Every Friday

\r\n\t\t\t\t\t
\r\n\t\t\t\t
\r\n\t\t\t\t
\r\n\t\t\t\t\t
\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t

A weekly update on music, movies, cultural trends, and education solutions.

\r\n\t\t\t\t\t\t

Every Thursday

\r\n\t\t\t\t\t
\r\n\t\t\t\t
\r\n\t\t\t\t
\r\n\t\t\t\t\t
\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t\r\n\t\t\t\t\t\t

The three most recent Christian Science articles with a spiritual perspective.

\r\n\t\t\t\t\t\t

Every Monday

\r\n\t\t\t\t\t
\r\n\t\t\t\t
\r\n\t\t\t\t
\r\n\t\t\t\t\t\r\n\t\t\t\t
\r\n\t\t\t
\r\n\t\t\t\r\n\t\t
\r\n\t
\r\n\r\n\t\r\n
\n\t\t\t\t
\n\n\t
\n\n\t\t
\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\n\t\t\t\n\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\n\t\n\n\t
\n\n\t\t\t\t\t
\n\t\t\t\t
\n\t\t\t\t\t\t\t\t\t\tMore Headlines\n\t\t\t\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\t\t\t\t
\n\t\t\n\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\n\t\t\t\t \t\n\n\t\t\t\t\t\t\t\t\n\t\n\t\n\n\n\t\t\t\t\t\n\n\t\t\t\t \t\n\n\t\t\t\t\t\t\t\t\n\t\n\t\n\n\n\t\t\t\t\t\n\n\t\t\t\t \t\n\n\t\t\t\t\t\t\t\t\n\t\n\t\n\n\n\t\t\t\t\t\n\n\t\t\t\t \t\n\n\t\t\t\t\t\t\t\t\n\t\n\t\n\n\n\t\t\t\t\t\n\n\t\t\t\t \t\n\n\t\t\t\t\t\t\t\t\n\t\n\t\n\n\n\t\t\t\t\t\n\n\t\t\t\t \t\n\n\t\t\t\t\t\t\t\t\n\t\n\t\n\n\n\t\t\t
\n\t\t\n \t
\t\t\t\t\t
\n\n\t\t
\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\n\t\t\t\n\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\n\t\n\n\t
\n\n\t\t\t\t\t
\n\t\t\t\t
\n\t\t\t\t\t\t\t\t\t\tPerspectives\n\t\t\t\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\t\t\t\t
\n\t\t\n\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\n\t\t\t\t \t\n\n\t\t\t\t\t\t\t\t\n\t\n\t\n\n\n\t\t\t\t\t\n\n\t\t\t\t \t\n\n\t\t\t\t\t\t\t\t\n\t\n\t\n\n\n\t\t\t\t\t\n\n\t\t\t\t \t\n\n\t\t\t\t\t\t\t\t\n\t\n\t\n\n\n\t\t\t\t\t\n\n\t\t\t\t \t\n\n\t\t\t\t\t\t\t\t\n\t\n\t\n\n\n\t\t\t\t\t\n\n\t\t\t\t \t\n\n\t\t\t\t\t\t\t\t\n\t\n\t\n\n\n\t\t\t
\n\t\t\n \t
\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\n\t\n\n\t
\n\n\t\t\t\t\t
\n\t\t\t\t
\n\t\t\t\t\t\t\t\t\t\tA Christian Science Perspective\n\t\t\t\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\t\t\t\t
\n\t\t\n\t\t\n\t\t\t\t\n\t\t\n \t
\t\t\t\t\t
\n\n\t\t
\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\n\t\t\t\n\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\n\t\n\n\t
\n\n\t\t\t\t\t
\n\t\t\t\t
\n\t\t\t\t\t\t\t\t\t\tArts and Culture\n\t\t\t\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\t\t\t\t
\n\t\t\n\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\n\t\t\t\t \t\n\n\t\t\t\t\t\t\t\t\n\t\n\t\n\n\n\t\t\t\t\t\n\n\t\t\t\t \t\n\n\t\t\t\t\t\t\t\t\n\t\n\t\n\n\n\t\t\t\t\t\n\n\t\t\t\t \t\n\n\t\t\t\t\t\t\t\t\n\t\n\t\n\n\n\t\t\t\t\t\n\n\t\t\t\t \t\n\n\t\t\t\t\t\t\t\t\n\t\n\t\n\n\n\t\t\t
\n\t\t\n \t
\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\n\t\t\t\n\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\n\t\n\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\n\t\t\t\n\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\n\t\n\n\t\t\t\t\t\t
\n\n\t\t
\n\t\t\t\t\t\t\t\t\t\t\t\t\t
\n\t
\n\t\t
\n\t\t\t\t\t\t\t
Readers' Picks
\n\t\t\t\t\t
\n\t\t
\n\t\t\t\t\t\t\t\t\t \t\t\t\t\t\n\n\t\t\t\t\t\t\t\t\n\t\n\t\n\n\n\t\t\t\t\t\t\t\t\t \t\t\t\t\t\n\n\t\t\t\t\t\t\t\t\n\t\n\t\n\n\n\t\t\t\t\t\t\t\t\t \t\t\t\t\t\n\n\t\t\t\t\t\t\t\t\n\t\n\t\n\n\n\t\t\t\t\t\t\t\t\t \t\t\t\t\t\n\n\t\t\t\t\t\t\t\t\n\t\n\t\n\n\n\t\t\t\t\t\t\t\t\t \t\t\t\t\t\n\n\t\t\t\t\t\t\t\t\n\t\n\t\n\n\n\t\t\t\t\t\t\t\t\t \t\t\t\t\t\n\n\t\t\t\t\t\t\t\t\n\t\n\t\n\n\n\t\t\t\t\t
\n\t
\n
\n\t
\n\t\t\t\t\t
Readers' Picks
\n\t\t\t\t
    \n\t\t\t\t\t\t
  1. \n\t\t\t\t\t \t\t\t\t\t\n\n\t\t\t\t\t\t\t\t\n\t\n\t\n\n\n\t\t\t
  2. \n\t\t\t\t\t\t
  3. \n\t\t\t\t\t \t\t\t\t\t\n\n\t\t\t\t\t\t\t\t\n\t\n\t\n\n\n\t\t\t
  4. \n\t\t\t\t\t\t
  5. \n\t\t\t\t\t \t\t\t\t\t\n\n\t\t\t\t\t\t\t\t\n\t\n\t\n\n\n\t\t\t
  6. \n\t\t\t\t\t\t
  7. \n\t\t\t\t\t \t\t\t\t\t\n\n\t\t\t\t\t\t\t\t\n\t\n\t\n\n\n\t\t\t
  8. \n\t\t\t\t\t\t
  9. \n\t\t\t\t\t \t\t\t\t\t\n\n\t\t\t\t\t\t\t\t\n\t\n\t\n\n\n\t\t\t
  10. \n\t\t\t\t\t\t
  11. \n\t\t\t\t\t \t\t\t\t\t\n\n\t\t\t\t\t\t\t\t\n\t\n\t\n\n\n\t\t\t
  12. \n\t\t\t\t\t
\n\t
\n
\t\t\t\t\t
\n\n\t
\n\n\t
\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\n\t\t\t\n\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\n\t\n\n\t
\n\n\t\t\t\t\t
\n\t\t\t\t
\n\t\t\t\t\t\t\t\t\t\tSpecial Projects\n\t\t\t\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\t\t\t\t
\n\t\t\n\t\t\n\t\t\t\t
\n\t\t\t\t\t\n\n\t\t\t\t\t\t\n\t\t\t\t\t\n\n\t\t\t\t\t\n\n\t\t\t\t\t\t\n\t\t\t\t\t\n\n\t\t\t
\n\t\t\n \t
\t\t\t\t\t\t\n\t
\n\n\t\t\t\t\t
Multimedia
\n\t\t\n\t\t\n\t\t\n\t\t\t\t\t\n\t\t\t
\n\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tMiyawaki: a little forest with a towering task\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\n\t\n\t\t \n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\n\t\t\t\t\t

Miyawaki: a little forest with a towering task

\n\t\t\n\t\t\t\t\t
\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\"close\"\n\t\t\t\t
\n\n\t\t\t\t\nA Japanese method of planting fast-growing native forests is spreading worldwide. In the U.S., it has brought “grounded hope” to one of its practitioners, and nurtured a sense of community around its sites.\t\t\t
\n\t\t\n\t\t\n\t\t\t\t\t
\n\t\t\t
\n\t\t\n\t\t\n\t\t
\n\n\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tMonitor Breakfast with Shalanda Young\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\n\t\n\t\t \n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\n\t\t\t\t\t

Monitor Breakfast with Shalanda Young

\n\t\t\n\t\t\t\t\t
\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\"close\"\n\t\t\t\t
\n\n\t\t\t\t\nShalanda Young, director of the U.S. Office of Management and Budget, discussed government funding and other topics at a news conference hosted by the Monitor.\t\t\t
\n\t\t\n\t\t\n\t\t\t\t\t\t
\n\t\t\t\t
\n\n\t\t\t\n\t\t\t\t\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tWomen in ‘deconstruction’ harvest value, and help one another\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\n\t\n\t\t \n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\n\t\t\t\t\t

Women in ‘deconstruction’ harvest value, and help one another

\n\t\t\n\t\t\t\t\t
\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\"close\"\n\t\t\t\t
\n\n\t\t\t\t\nThis team disassembles buildings that need to be razed, reclaiming quality materials – and advancing women and gender minorities in a long-exclusionary field.\t\t\t
\n\t\t\n\t\t\n\t\t\t\t\t\t
\n\t\t\t\t
\n\n\t\t\t\n\t\t\t\t\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t\t\t
\n\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\tDisabled Georgia activist gives free, accessible voting rides\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\n\t\t\t\t\t\t\n\t\n\t\n\t\t \n\t\t\t\t
\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t
\n\t\t\t\n\t\t\t\t\t

Disabled Georgia activist gives free, accessible voting rides

\n\t\t\n\t\t\t\t\t
\n\t\t\t\t\n\t\t\t\t
\n\t\t\t\t\t\"close\"\n\t\t\t\t
\n\n\t\t\t\t\nWheelchair user Zan Thornton organized free, accessible voting rides for more than 150 people during the 2020-2021 Georgia Senate elections, the activist says. Zan is continuing this work for the 2022 midterms.\t\t\t
\n\t\t\n\t\t\n\t\t\t\t\t\t
\n\t\t\t\t
\n\n\t\t\t\t\t
\n\n\t
\t\t\t
\n\n\t\n\n
\n\n\n\t\t\n\n\n\n\t
\n\n\t
\n\n\t\n\n\n\n\n\n\t
\n\n\t\n\n\t\r\n\n\n\t\n\t\n\t\n\n\n\t\n\t\n\n\n\t\n\t\n\t\n\t\n\t\n\t\n\n\n\n\t\n\n\t\t\t\n\t
\n\n\t\n\n\n", + "body_is_truncated": false, + "code": 200, + "headers_list": [ + [ + "Accept-Ranges", + "bytes" + ], + [ + "Age", + "178" + ], + [ + "Cache-Control", + "max-age=180, must-revalidate, public" + ], + [ + "Content-Language", + "en-US" + ], + [ + "Content-Type", + "text/html; charset=utf-8" + ], + [ + "Date", + "Tue, 23 Jan 2024 14:28:57 GMT" + ], + [ + "Expires", + "Tue, 23 Jan 2024 14:31:57 GMT" + ], + [ + "Ezp-Is_archive", + "0" + ], + [ + "Last-Modified", + "Tue, 23 Jan 2024 14:28:57 GMT" + ], + [ + "Pragma", + "" + ], + [ + "Served-By", + "" + ], + [ + "Server", + "Apache/2.4.41 (Ubuntu)" + ], + [ + "Via", + "1.1 varnish (Varnish/6.0), 1.1 de2160ef6044d70f791ffb54a5cb6402.cloudfront.net (CloudFront)" + ], + [ + "X-Amz-Cf-Id", + "qCi_B1ozQLbGwVzkeJwoUn7_2C0HXxdd66iV25OSfT2DbZenezywvQ==" + ], + [ + "X-Amz-Cf-Pop", + "FCO50-P3" + ], + [ + "X-Cache", + "Hit from cloudfront" + ], + [ + "X-Frame-Options", + "DENY" + ], + [ + "X-Powered-By", + "Lovestack Edition" + ], + [ + "X-Varnish", + "22650514" + ] + ], + "headers": { + "Accept-Ranges": "bytes", + "Age": "178", + "Cache-Control": "max-age=180, must-revalidate, public", + "Content-Language": "en-US", + "Content-Type": "text/html; charset=utf-8", + "Date": "Tue, 23 Jan 2024 14:28:57 GMT", + "Expires": "Tue, 23 Jan 2024 14:31:57 GMT", + "Ezp-Is_archive": "0", + "Last-Modified": "Tue, 23 Jan 2024 14:28:57 GMT", + "Pragma": "", + "Served-By": "", + "Server": "Apache/2.4.41 (Ubuntu)", + "Via": "1.1 varnish (Varnish/6.0), 1.1 de2160ef6044d70f791ffb54a5cb6402.cloudfront.net (CloudFront)", + "X-Amz-Cf-Id": "qCi_B1ozQLbGwVzkeJwoUn7_2C0HXxdd66iV25OSfT2DbZenezywvQ==", + "X-Amz-Cf-Pop": "FCO50-P3", + "X-Cache": "Hit from cloudfront", + "X-Frame-Options": "DENY", + "X-Powered-By": "Lovestack Edition", + "X-Varnish": "22650514" + } + }, + "t0": 0.687902377, + "t": 0.796104493, + "tags": [ + "depth=0", + "fetch_body=true" + ], + "transaction_id": 25 + } + ], + "tcp_connect": [ + { + "ip": "2600:9000:2248:ee00:1d:c25c:d00:93a1", + "port": 443, + "status": { + "failure": "network_unreachable", + "success": false + }, + "t0": 0.152864787, + "t": 0.153221726, + "tags": [ + "depth=0", + "fetch_body=true" + ], + "transaction_id": 22 + }, + { + "ip": "2600:9000:2306:800:1d:c25c:d00:93a1", + "port": 443, + "status": { + "failure": "network_unreachable", + "success": false + }, + "t0": 0.153117324, + "t": 0.153221698, + "tags": [ + "depth=0", + "fetch_body=true" + ], + "transaction_id": 8 + }, + { + "ip": "2600:9000:2306:7800:1d:c25c:d00:93a1", + "port": 443, + "status": { + "failure": "network_unreachable", + "success": false + }, + "t0": 0.15317983, + "t": 0.15322165, + "tags": [ + "depth=0", + "fetch_body=true" + ], + "transaction_id": 26 + }, + { + "ip": "2600:9000:2306:1a00:1d:c25c:d00:93a1", + "port": 443, + "status": { + "failure": "network_unreachable", + "success": false + }, + "t0": 0.152542218, + "t": 0.153264572, + "tags": [ + "depth=0", + "fetch_body=true" + ], + "transaction_id": 5 + }, + { + "ip": "2600:9000:2306:5c00:1d:c25c:d00:93a1", + "port": 443, + "status": { + "failure": "network_unreachable", + "success": false + }, + "t0": 0.153280687, + "t": 0.153300298, + "tags": [ + "depth=0", + "fetch_body=true" + ], + "transaction_id": 9 + }, + { + "ip": "2600:9000:2248:8600:1d:c25c:d00:93a1", + "port": 443, + "status": { + "failure": "network_unreachable", + "success": false + }, + "t0": 0.153327269, + "t": 0.153343864, + "tags": [ + "depth=0", + "fetch_body=true" + ], + "transaction_id": 12 + }, + { + "ip": "2600:9000:2306:9800:1d:c25c:d00:93a1", + "port": 443, + "status": { + "failure": "network_unreachable", + "success": false + }, + "t0": 0.153366972, + "t": 0.153382541, + "tags": [ + "depth=0", + "fetch_body=true" + ], + "transaction_id": 20 + }, + { + "ip": "2600:9000:2248:ec00:1d:c25c:d00:93a1", + "port": 443, + "status": { + "failure": "network_unreachable", + "success": false + }, + "t0": 0.153412724, + "t": 0.153496784, + "tags": [ + "depth=0", + "fetch_body=true" + ], + "transaction_id": 17 + }, + { + "ip": "2600:9000:2248:be00:1d:c25c:d00:93a1", + "port": 443, + "status": { + "failure": "network_unreachable", + "success": false + }, + "t0": 0.153087361, + "t": 0.1535762, + "tags": [ + "depth=0", + "fetch_body=true" + ], + "transaction_id": 23 + }, + { + "ip": "2600:9000:2248:3a00:1d:c25c:d00:93a1", + "port": 443, + "status": { + "failure": "network_unreachable", + "success": false + }, + "t0": 0.15359525, + "t": 0.153614476, + "tags": [ + "depth=0", + "fetch_body=true" + ], + "transaction_id": 11 + }, + { + "ip": "2600:9000:2248:6800:1d:c25c:d00:93a1", + "port": 443, + "status": { + "failure": "network_unreachable", + "success": false + }, + "t0": 0.152940236, + "t": 0.1536522, + "tags": [ + "depth=0", + "fetch_body=true" + ], + "transaction_id": 24 + }, + { + "ip": "2600:9000:2248:8a00:1d:c25c:d00:93a1", + "port": 443, + "status": { + "failure": "network_unreachable", + "success": false + }, + "t0": 0.153690471, + "t": 0.153709772, + "tags": [ + "depth=0", + "fetch_body=true" + ], + "transaction_id": 18 + }, + { + "ip": "2600:9000:2306:6600:1d:c25c:d00:93a1", + "port": 443, + "status": { + "failure": "network_unreachable", + "success": false + }, + "t0": 0.153763045, + "t": 0.153790133, + "tags": [ + "depth=0", + "fetch_body=true" + ], + "transaction_id": 15 + }, + { + "ip": "2600:9000:2248:b000:1d:c25c:d00:93a1", + "port": 443, + "status": { + "failure": "network_unreachable", + "success": false + }, + "t0": 0.153845475, + "t": 0.153890022, + "tags": [ + "depth=0", + "fetch_body=true" + ], + "transaction_id": 16 + }, + { + "ip": "2600:9000:2306:d600:1d:c25c:d00:93a1", + "port": 443, + "status": { + "failure": "network_unreachable", + "success": false + }, + "t0": 0.153932277, + "t": 0.153950848, + "tags": [ + "depth=0", + "fetch_body=true" + ], + "transaction_id": 7 + }, + { + "ip": "2600:9000:2306:3c00:1d:c25c:d00:93a1", + "port": 443, + "status": { + "failure": "network_unreachable", + "success": false + }, + "t0": 0.153804353, + "t": 0.153843132, + "tags": [ + "depth=0", + "fetch_body=true" + ], + "transaction_id": 4 + }, + { + "ip": "108.139.243.32", + "port": 443, + "status": { + "failure": null, + "success": true + }, + "t0": 0.153035158, + "t": 0.166867544, + "tags": [ + "depth=0", + "fetch_body=true" + ], + "transaction_id": 10 + }, + { + "ip": "108.139.243.106", + "port": 443, + "status": { + "failure": null, + "success": true + }, + "t0": 0.153273775, + "t": 0.167302859, + "tags": [ + "depth=0", + "fetch_body=true" + ], + "transaction_id": 27 + }, + { + "ip": "108.139.243.83", + "port": 443, + "status": { + "failure": null, + "success": true + }, + "t0": 0.153300458, + "t": 0.168919093, + "tags": [ + "depth=0", + "fetch_body=true" + ], + "transaction_id": 6 + }, + { + "ip": "108.139.243.41", + "port": 443, + "status": { + "failure": null, + "success": true + }, + "t0": 0.152887539, + "t": 0.174740106, + "tags": [ + "depth=0", + "fetch_body=true" + ], + "transaction_id": 21 + }, + { + "ip": "108.139.210.47", + "port": 443, + "status": { + "failure": null, + "success": true + }, + "t0": 0.153419063, + "t": 0.179217798, + "tags": [ + "depth=0", + "fetch_body=true" + ], + "transaction_id": 13 + }, + { + "ip": "108.139.210.80", + "port": 443, + "status": { + "failure": null, + "success": true + }, + "t0": 0.153540121, + "t": 0.179341261, + "tags": [ + "depth=0", + "fetch_body=true" + ], + "transaction_id": 25 + }, + { + "ip": "108.139.210.95", + "port": 443, + "status": { + "failure": null, + "success": true + }, + "t0": 0.153388677, + "t": 0.180858297, + "tags": [ + "depth=0", + "fetch_body=true" + ], + "transaction_id": 19 + }, + { + "ip": "108.139.210.116", + "port": 443, + "status": { + "failure": null, + "success": true + }, + "t0": 0.153758049, + "t": 0.181439184, + "tags": [ + "depth=0", + "fetch_body=true" + ], + "transaction_id": 14 + }, + { + "ip": "2600:9000:2146:a400:1d:c25c:d00:93a1", + "port": 443, + "status": { + "failure": "network_unreachable", + "success": false + }, + "t0": 1.658414936, + "t": 1.658474387, + "tags": [ + "depth=0", + "fetch_body=true" + ], + "transaction_id": 39 + }, + { + "ip": "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "port": 443, + "status": { + "failure": "network_unreachable", + "success": false + }, + "t0": 1.658475436, + "t": 1.6585162690000002, + "tags": [ + "depth=0", + "fetch_body=true" + ], + "transaction_id": 33 + }, + { + "ip": "2600:9000:2146:7800:1d:c25c:d00:93a1", + "port": 443, + "status": { + "failure": "network_unreachable", + "success": false + }, + "t0": 1.658476089, + "t": 1.658522136, + "tags": [ + "depth=0", + "fetch_body=true" + ], + "transaction_id": 30 + }, + { + "ip": "2600:9000:2146:e400:1d:c25c:d00:93a1", + "port": 443, + "status": { + "failure": "network_unreachable", + "success": false + }, + "t0": 1.658579207, + "t": 1.658595753, + "tags": [ + "depth=0", + "fetch_body=true" + ], + "transaction_id": 34 + }, + { + "ip": "2600:9000:2146:1000:1d:c25c:d00:93a1", + "port": 443, + "status": { + "failure": "network_unreachable", + "success": false + }, + "t0": 1.658590558, + "t": 1.6586208070000001, + "tags": [ + "depth=0", + "fetch_body=true" + ], + "transaction_id": 37 + }, + { + "ip": "2600:9000:2146:7200:1d:c25c:d00:93a1", + "port": 443, + "status": { + "failure": "network_unreachable", + "success": false + }, + "t0": 1.658617307, + "t": 1.658630651, + "tags": [ + "depth=0", + "fetch_body=true" + ], + "transaction_id": 38 + }, + { + "ip": "2600:9000:2146:400:1d:c25c:d00:93a1", + "port": 443, + "status": { + "failure": "network_unreachable", + "success": false + }, + "t0": 1.6586724689999999, + "t": 1.658697064, + "tags": [ + "depth=0", + "fetch_body=true" + ], + "transaction_id": 31 + }, + { + "ip": "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "port": 443, + "status": { + "failure": "network_unreachable", + "success": false + }, + "t0": 1.658752805, + "t": 1.658790256, + "tags": [ + "depth=0", + "fetch_body=true" + ], + "transaction_id": 35 + }, + { + "ip": "65.8.161.30", + "port": 443, + "status": { + "failure": null, + "success": true + }, + "t0": 1.65857035, + "t": 1.822271278, + "tags": [ + "depth=0", + "fetch_body=true" + ], + "transaction_id": 32 + }, + { + "ip": "65.8.161.129", + "port": 443, + "status": { + "failure": null, + "success": true + }, + "t0": 1.658615523, + "t": 1.824862169, + "tags": [ + "depth=0", + "fetch_body=true" + ], + "transaction_id": 28 + }, + { + "ip": "65.8.161.3", + "port": 443, + "status": { + "failure": null, + "success": true + }, + "t0": 1.658608138, + "t": 1.825753652, + "tags": [ + "depth=0", + "fetch_body=true" + ], + "transaction_id": 29 + }, + { + "ip": "65.8.161.6", + "port": 443, + "status": { + "failure": null, + "success": true + }, + "t0": 1.658562537, + "t": 1.827289236, + "tags": [ + "depth=0", + "fetch_body=true" + ], + "transaction_id": 36 + } + ], + "tls_handshakes": [ + { + "network": "tcp", + "address": "108.139.243.32:443", + "cipher_suite": "TLS_AES_128_GCM_SHA256", + "failure": null, + "negotiated_protocol": "h2", + "no_tls_verify": false, + "peer_certificates": [ + { + "data": "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", + "format": "base64" + }, + { + "data": "MIIEXjCCA0agAwIBAgITB3MSSkvL1E7HtTvq8ZSELToPoTANBgkqhkiG9w0BAQsFADA5MQswCQYDVQQGEwJVUzEPMA0GA1UEChMGQW1hem9uMRkwFwYDVQQDExBBbWF6b24gUm9vdCBDQSAxMB4XDTIyMDgyMzIyMjUzMFoXDTMwMDgyMzIyMjUzMFowPDELMAkGA1UEBhMCVVMxDzANBgNVBAoTBkFtYXpvbjEcMBoGA1UEAxMTQW1hem9uIFJTQSAyMDQ4IE0wMjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALtDGMZaqHneKei1by6+pUPPLljTB143Si6VpEWPc6mSkFhZb/6qrkZyoHlQLbDYnI2D7hD0sdzEqfnuAjIsuXQLG3A8TvX6V3oFNBFVe8NlLJHvBseKY88saLwufxkZVwk74g4nWlNMXzla9Y5F3wwRHwMVH443xGz6UtGSZSqQ94eFx5X7Tlqt8whi8qCaKdZ5rNak+r9nUThOeClqFd4oXych//Rc7Y0eX1KNWHYSI1Nk31mYgiK3JvH063g+K9tHA63ZeTgKgndlh+WI+zv7i44HepRZjA1FYwYZ9Vv/9UkC5Yz8/yU65fgjaE+wVHM4e/YyC2osrPWE7gJ+dXMCAwEAAaOCAVowggFWMBIGA1UdEwEB/wQIMAYBAf8CAQAwDgYDVR0PAQH/BAQDAgGGMB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcDAjAdBgNVHQ4EFgQUwDFSzVpQw4J8dHHOy+mc+XrrguIwHwYDVR0jBBgwFoAUhBjMhTTsvAyUlC4IWZzHshBOCggwewYIKwYBBQUHAQEEbzBtMC8GCCsGAQUFBzABhiNodHRwOi8vb2NzcC5yb290Y2ExLmFtYXpvbnRydXN0LmNvbTA6BggrBgEFBQcwAoYuaHR0cDovL2NydC5yb290Y2ExLmFtYXpvbnRydXN0LmNvbS9yb290Y2ExLmNlcjA/BgNVHR8EODA2MDSgMqAwhi5odHRwOi8vY3JsLnJvb3RjYTEuYW1hem9udHJ1c3QuY29tL3Jvb3RjYTEuY3JsMBMGA1UdIAQMMAowCAYGZ4EMAQIBMA0GCSqGSIb3DQEBCwUAA4IBAQAtTi6Fs0Azfi+iwm7jrz+CSxHH+uHl7Law3MQSXVtR8RV53PtR6r/6gNpqlzdoZq4FKbADi1v9Bun8RY8D51uedRfjsbeodizeBB8nXmeyD33Ep7VATj4ozcd31YFVfgRhvTSxNrrTlNpWkUk0m3BMPv8sg381HhA6uEYokE5q9uws/3YkKqRiEz3TsaWmJqIRZhMbgAfp7O7FUwFIb7UIspogZSKxPIWJpxiPo3TcBambbVtQOcNRWz5qCQdDslI2yayq0n2TXoHyNCLEH8rpsJRVILFsg0jc7BaFrMnF462+ajSehgj12IidNeRN4zl+EoNaWdpnWndvSpAEkq2P", + "format": "base64" + }, + { + "data": "MIIEkjCCA3qgAwIBAgITBn+USionzfP6wq4rAfkI7rnExjANBgkqhkiG9w0BAQsFADCBmDELMAkGA1UEBhMCVVMxEDAOBgNVBAgTB0FyaXpvbmExEzARBgNVBAcTClNjb3R0c2RhbGUxJTAjBgNVBAoTHFN0YXJmaWVsZCBUZWNobm9sb2dpZXMsIEluYy4xOzA5BgNVBAMTMlN0YXJmaWVsZCBTZXJ2aWNlcyBSb290IENlcnRpZmljYXRlIEF1dGhvcml0eSAtIEcyMB4XDTE1MDUyNTEyMDAwMFoXDTM3MTIzMTAxMDAwMFowOTELMAkGA1UEBhMCVVMxDzANBgNVBAoTBkFtYXpvbjEZMBcGA1UEAxMQQW1hem9uIFJvb3QgQ0EgMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALJ4gHHKeNXjca9HgFB0fW7Y14h29Jlo91ghYPl0hAEvrAIthtOgQ3pOsqTQNroBvo3bSMgHFzZM9O6II8c+6zf1tRn4SWiw3te5djgdYZ6k/oI2peVKVuRF4fn9tBb6dNqcmzU5L/qwIFAGbHrQgLKm+a/sRxmPUDgH3KKHOVj4utWp+UhnMJbulHheb4mjUcAwhmahRWa6VOujw5H5SNz/0egwLX0tdHA114gk957EWW67c4cX8jJGKLhD+rcdqsq08p8kDi1L93FcXmn/6pUCyziKrlA4b9v7LWIbxcceVOF34GfID5yHI9Y/QCB/IIDEgEw+OyQmjgSubJrIqg0CAwEAAaOCATEwggEtMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgGGMB0GA1UdDgQWBBSEGMyFNOy8DJSULghZnMeyEE4KCDAfBgNVHSMEGDAWgBScXwDfqgHXMCs4iKK4bUqc8hGRgzB4BggrBgEFBQcBAQRsMGowLgYIKwYBBQUHMAGGImh0dHA6Ly9vY3NwLnJvb3RnMi5hbWF6b250cnVzdC5jb20wOAYIKwYBBQUHMAKGLGh0dHA6Ly9jcnQucm9vdGcyLmFtYXpvbnRydXN0LmNvbS9yb290ZzIuY2VyMD0GA1UdHwQ2MDQwMqAwoC6GLGh0dHA6Ly9jcmwucm9vdGcyLmFtYXpvbnRydXN0LmNvbS9yb290ZzIuY3JsMBEGA1UdIAQKMAgwBgYEVR0gADANBgkqhkiG9w0BAQsFAAOCAQEAYjdCXLwQtT6LLOkMm2xF4gcAevnFWAu5CIw+7bMlPLVvUOTNNWqnkzSWMiGpSESrnO09tKpzbeR/FoCJbM8oAxiDR3mjEH4wW6w7sGDgd9QIpuEdfF7Au/maeyKdpwAJfqxGF4PcnCZXmTA5YpaP7dreqsXMGz7KQ2hsVxa81Q4gLv7/wmpdLqBKbRRYh5TmOTFffHPLkIhqhBGWJ6bt2YFGpn6jcgAKUj6DiAdjd4lpFw85hdKrCEVN0FE6/V1dN2RMfjCyVSRCnTawXZwXgWHxyvkQAiSr6w10kY17RSlQOYiypok1JR4UakcjMS9cmvqtmg5iUaQqqcT5NJ0hGA==", + "format": "base64" + }, + { + "data": "MIIEdTCCA12gAwIBAgIJAKcOSkw0grd/MA0GCSqGSIb3DQEBCwUAMGgxCzAJBgNVBAYTAlVTMSUwIwYDVQQKExxTdGFyZmllbGQgVGVjaG5vbG9naWVzLCBJbmMuMTIwMAYDVQQLEylTdGFyZmllbGQgQ2xhc3MgMiBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAeFw0wOTA5MDIwMDAwMDBaFw0zNDA2MjgxNzM5MTZaMIGYMQswCQYDVQQGEwJVUzEQMA4GA1UECBMHQXJpem9uYTETMBEGA1UEBxMKU2NvdHRzZGFsZTElMCMGA1UEChMcU3RhcmZpZWxkIFRlY2hub2xvZ2llcywgSW5jLjE7MDkGA1UEAxMyU3RhcmZpZWxkIFNlcnZpY2VzIFJvb3QgQ2VydGlmaWNhdGUgQXV0aG9yaXR5IC0gRzIwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDVDDrEKvlO4vW+GZdfjohTsR8/y8+fIBNtKTrID30892t2OGPZNmCom15cAICyL1l/9of5JUOG52kbUpqQ4XHj2C0NTm/2yEnZtvMaVq4rtnQU68/7JuMauh2WLmo7WJSJR1b/JaCTcFOD2oR0FMNnngRoOt+OQFodSk7PQ5E751bWAHDLUu57fa4657wx+UX2wmDPE1kCK4DMNEffud6QZW0CzyyRpqbn3oUYSXxmTqM6bam17jQuug0DuDPfR+uxa40l2ZvOgdFFRjKWcIfeAg5JQ4W2bHO7ZOphQazJ1FTfhy/HIrImzJ9ZVGif/L4qL8RVHHVAYBeFAlU5i38FAgMBAAGjgfAwge0wDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAYYwHQYDVR0OBBYEFJxfAN+qAdcwKziIorhtSpzyEZGDMB8GA1UdIwQYMBaAFL9ft9HO3R+G9FtVrNzXEMIOqYjnME8GCCsGAQUFBwEBBEMwQTAcBggrBgEFBQcwAYYQaHR0cDovL28uc3MyLnVzLzAhBggrBgEFBQcwAoYVaHR0cDovL3guc3MyLnVzL3guY2VyMCYGA1UdHwQfMB0wG6AZoBeGFWh0dHA6Ly9zLnNzMi51cy9yLmNybDARBgNVHSAECjAIMAYGBFUdIAAwDQYJKoZIhvcNAQELBQADggEBACMd44pXyn3pF3lM8R5V/cxTbj5HD9/GVfKyBDbtgB9TxF00KGu+x1X8Z+rLP3+QsjPNG1gQggL4+C/1E2DUBc7xgQjB3ad1l08YuW3e95ORCLp+QCztweq7dp4zBncdDQh/U90bZKuCJ/Fp1U1ervShw3WnWEQt8jxwmKy6abaVd38PMV4s/KCHOkdp8Hlf9BRUpJVeEXgSYCfOn8J3/yNTd126/+pZ59vPr5KW7ySaNRB6nJHGDn2Z9j8Z3/VyVOEVqQdZe4O/Ui5GjLIAZHYcSNPYeehuVsyuLAOQ1xk4meTKCRlb/weWsKh/NEnfVqn3sF/tM+2MR7cwA130A4w=", + "format": "base64" + } + ], + "server_name": "www.csmonitor.com", + "t0": 0.166918057, + "t": 0.187205384, + "tags": [ + "depth=0", + "fetch_body=true" + ], + "tls_version": "TLSv1.3", + "transaction_id": 10 + }, + { + "network": "tcp", + "address": "108.139.243.106:443", + "cipher_suite": "TLS_AES_128_GCM_SHA256", + "failure": null, + "negotiated_protocol": "h2", + "no_tls_verify": false, + "peer_certificates": [ + { + "data": "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", + "format": "base64" + }, + { + "data": "MIIEXjCCA0agAwIBAgITB3MSSkvL1E7HtTvq8ZSELToPoTANBgkqhkiG9w0BAQsFADA5MQswCQYDVQQGEwJVUzEPMA0GA1UEChMGQW1hem9uMRkwFwYDVQQDExBBbWF6b24gUm9vdCBDQSAxMB4XDTIyMDgyMzIyMjUzMFoXDTMwMDgyMzIyMjUzMFowPDELMAkGA1UEBhMCVVMxDzANBgNVBAoTBkFtYXpvbjEcMBoGA1UEAxMTQW1hem9uIFJTQSAyMDQ4IE0wMjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALtDGMZaqHneKei1by6+pUPPLljTB143Si6VpEWPc6mSkFhZb/6qrkZyoHlQLbDYnI2D7hD0sdzEqfnuAjIsuXQLG3A8TvX6V3oFNBFVe8NlLJHvBseKY88saLwufxkZVwk74g4nWlNMXzla9Y5F3wwRHwMVH443xGz6UtGSZSqQ94eFx5X7Tlqt8whi8qCaKdZ5rNak+r9nUThOeClqFd4oXych//Rc7Y0eX1KNWHYSI1Nk31mYgiK3JvH063g+K9tHA63ZeTgKgndlh+WI+zv7i44HepRZjA1FYwYZ9Vv/9UkC5Yz8/yU65fgjaE+wVHM4e/YyC2osrPWE7gJ+dXMCAwEAAaOCAVowggFWMBIGA1UdEwEB/wQIMAYBAf8CAQAwDgYDVR0PAQH/BAQDAgGGMB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcDAjAdBgNVHQ4EFgQUwDFSzVpQw4J8dHHOy+mc+XrrguIwHwYDVR0jBBgwFoAUhBjMhTTsvAyUlC4IWZzHshBOCggwewYIKwYBBQUHAQEEbzBtMC8GCCsGAQUFBzABhiNodHRwOi8vb2NzcC5yb290Y2ExLmFtYXpvbnRydXN0LmNvbTA6BggrBgEFBQcwAoYuaHR0cDovL2NydC5yb290Y2ExLmFtYXpvbnRydXN0LmNvbS9yb290Y2ExLmNlcjA/BgNVHR8EODA2MDSgMqAwhi5odHRwOi8vY3JsLnJvb3RjYTEuYW1hem9udHJ1c3QuY29tL3Jvb3RjYTEuY3JsMBMGA1UdIAQMMAowCAYGZ4EMAQIBMA0GCSqGSIb3DQEBCwUAA4IBAQAtTi6Fs0Azfi+iwm7jrz+CSxHH+uHl7Law3MQSXVtR8RV53PtR6r/6gNpqlzdoZq4FKbADi1v9Bun8RY8D51uedRfjsbeodizeBB8nXmeyD33Ep7VATj4ozcd31YFVfgRhvTSxNrrTlNpWkUk0m3BMPv8sg381HhA6uEYokE5q9uws/3YkKqRiEz3TsaWmJqIRZhMbgAfp7O7FUwFIb7UIspogZSKxPIWJpxiPo3TcBambbVtQOcNRWz5qCQdDslI2yayq0n2TXoHyNCLEH8rpsJRVILFsg0jc7BaFrMnF462+ajSehgj12IidNeRN4zl+EoNaWdpnWndvSpAEkq2P", + "format": "base64" + }, + { + "data": "MIIEkjCCA3qgAwIBAgITBn+USionzfP6wq4rAfkI7rnExjANBgkqhkiG9w0BAQsFADCBmDELMAkGA1UEBhMCVVMxEDAOBgNVBAgTB0FyaXpvbmExEzARBgNVBAcTClNjb3R0c2RhbGUxJTAjBgNVBAoTHFN0YXJmaWVsZCBUZWNobm9sb2dpZXMsIEluYy4xOzA5BgNVBAMTMlN0YXJmaWVsZCBTZXJ2aWNlcyBSb290IENlcnRpZmljYXRlIEF1dGhvcml0eSAtIEcyMB4XDTE1MDUyNTEyMDAwMFoXDTM3MTIzMTAxMDAwMFowOTELMAkGA1UEBhMCVVMxDzANBgNVBAoTBkFtYXpvbjEZMBcGA1UEAxMQQW1hem9uIFJvb3QgQ0EgMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALJ4gHHKeNXjca9HgFB0fW7Y14h29Jlo91ghYPl0hAEvrAIthtOgQ3pOsqTQNroBvo3bSMgHFzZM9O6II8c+6zf1tRn4SWiw3te5djgdYZ6k/oI2peVKVuRF4fn9tBb6dNqcmzU5L/qwIFAGbHrQgLKm+a/sRxmPUDgH3KKHOVj4utWp+UhnMJbulHheb4mjUcAwhmahRWa6VOujw5H5SNz/0egwLX0tdHA114gk957EWW67c4cX8jJGKLhD+rcdqsq08p8kDi1L93FcXmn/6pUCyziKrlA4b9v7LWIbxcceVOF34GfID5yHI9Y/QCB/IIDEgEw+OyQmjgSubJrIqg0CAwEAAaOCATEwggEtMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgGGMB0GA1UdDgQWBBSEGMyFNOy8DJSULghZnMeyEE4KCDAfBgNVHSMEGDAWgBScXwDfqgHXMCs4iKK4bUqc8hGRgzB4BggrBgEFBQcBAQRsMGowLgYIKwYBBQUHMAGGImh0dHA6Ly9vY3NwLnJvb3RnMi5hbWF6b250cnVzdC5jb20wOAYIKwYBBQUHMAKGLGh0dHA6Ly9jcnQucm9vdGcyLmFtYXpvbnRydXN0LmNvbS9yb290ZzIuY2VyMD0GA1UdHwQ2MDQwMqAwoC6GLGh0dHA6Ly9jcmwucm9vdGcyLmFtYXpvbnRydXN0LmNvbS9yb290ZzIuY3JsMBEGA1UdIAQKMAgwBgYEVR0gADANBgkqhkiG9w0BAQsFAAOCAQEAYjdCXLwQtT6LLOkMm2xF4gcAevnFWAu5CIw+7bMlPLVvUOTNNWqnkzSWMiGpSESrnO09tKpzbeR/FoCJbM8oAxiDR3mjEH4wW6w7sGDgd9QIpuEdfF7Au/maeyKdpwAJfqxGF4PcnCZXmTA5YpaP7dreqsXMGz7KQ2hsVxa81Q4gLv7/wmpdLqBKbRRYh5TmOTFffHPLkIhqhBGWJ6bt2YFGpn6jcgAKUj6DiAdjd4lpFw85hdKrCEVN0FE6/V1dN2RMfjCyVSRCnTawXZwXgWHxyvkQAiSr6w10kY17RSlQOYiypok1JR4UakcjMS9cmvqtmg5iUaQqqcT5NJ0hGA==", + "format": "base64" + }, + { + "data": "MIIEdTCCA12gAwIBAgIJAKcOSkw0grd/MA0GCSqGSIb3DQEBCwUAMGgxCzAJBgNVBAYTAlVTMSUwIwYDVQQKExxTdGFyZmllbGQgVGVjaG5vbG9naWVzLCBJbmMuMTIwMAYDVQQLEylTdGFyZmllbGQgQ2xhc3MgMiBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAeFw0wOTA5MDIwMDAwMDBaFw0zNDA2MjgxNzM5MTZaMIGYMQswCQYDVQQGEwJVUzEQMA4GA1UECBMHQXJpem9uYTETMBEGA1UEBxMKU2NvdHRzZGFsZTElMCMGA1UEChMcU3RhcmZpZWxkIFRlY2hub2xvZ2llcywgSW5jLjE7MDkGA1UEAxMyU3RhcmZpZWxkIFNlcnZpY2VzIFJvb3QgQ2VydGlmaWNhdGUgQXV0aG9yaXR5IC0gRzIwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDVDDrEKvlO4vW+GZdfjohTsR8/y8+fIBNtKTrID30892t2OGPZNmCom15cAICyL1l/9of5JUOG52kbUpqQ4XHj2C0NTm/2yEnZtvMaVq4rtnQU68/7JuMauh2WLmo7WJSJR1b/JaCTcFOD2oR0FMNnngRoOt+OQFodSk7PQ5E751bWAHDLUu57fa4657wx+UX2wmDPE1kCK4DMNEffud6QZW0CzyyRpqbn3oUYSXxmTqM6bam17jQuug0DuDPfR+uxa40l2ZvOgdFFRjKWcIfeAg5JQ4W2bHO7ZOphQazJ1FTfhy/HIrImzJ9ZVGif/L4qL8RVHHVAYBeFAlU5i38FAgMBAAGjgfAwge0wDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAYYwHQYDVR0OBBYEFJxfAN+qAdcwKziIorhtSpzyEZGDMB8GA1UdIwQYMBaAFL9ft9HO3R+G9FtVrNzXEMIOqYjnME8GCCsGAQUFBwEBBEMwQTAcBggrBgEFBQcwAYYQaHR0cDovL28uc3MyLnVzLzAhBggrBgEFBQcwAoYVaHR0cDovL3guc3MyLnVzL3guY2VyMCYGA1UdHwQfMB0wG6AZoBeGFWh0dHA6Ly9zLnNzMi51cy9yLmNybDARBgNVHSAECjAIMAYGBFUdIAAwDQYJKoZIhvcNAQELBQADggEBACMd44pXyn3pF3lM8R5V/cxTbj5HD9/GVfKyBDbtgB9TxF00KGu+x1X8Z+rLP3+QsjPNG1gQggL4+C/1E2DUBc7xgQjB3ad1l08YuW3e95ORCLp+QCztweq7dp4zBncdDQh/U90bZKuCJ/Fp1U1ervShw3WnWEQt8jxwmKy6abaVd38PMV4s/KCHOkdp8Hlf9BRUpJVeEXgSYCfOn8J3/yNTd126/+pZ59vPr5KW7ySaNRB6nJHGDn2Z9j8Z3/VyVOEVqQdZe4O/Ui5GjLIAZHYcSNPYeehuVsyuLAOQ1xk4meTKCRlb/weWsKh/NEnfVqn3sF/tM+2MR7cwA130A4w=", + "format": "base64" + } + ], + "server_name": "www.csmonitor.com", + "t0": 0.167332174, + "t": 0.190386668, + "tags": [ + "depth=0", + "fetch_body=true" + ], + "tls_version": "TLSv1.3", + "transaction_id": 27 + }, + { + "network": "tcp", + "address": "108.139.243.83:443", + "cipher_suite": "TLS_AES_128_GCM_SHA256", + "failure": null, + "negotiated_protocol": "h2", + "no_tls_verify": false, + "peer_certificates": [ + { + "data": "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", + "format": "base64" + }, + { + "data": "MIIEXjCCA0agAwIBAgITB3MSSkvL1E7HtTvq8ZSELToPoTANBgkqhkiG9w0BAQsFADA5MQswCQYDVQQGEwJVUzEPMA0GA1UEChMGQW1hem9uMRkwFwYDVQQDExBBbWF6b24gUm9vdCBDQSAxMB4XDTIyMDgyMzIyMjUzMFoXDTMwMDgyMzIyMjUzMFowPDELMAkGA1UEBhMCVVMxDzANBgNVBAoTBkFtYXpvbjEcMBoGA1UEAxMTQW1hem9uIFJTQSAyMDQ4IE0wMjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALtDGMZaqHneKei1by6+pUPPLljTB143Si6VpEWPc6mSkFhZb/6qrkZyoHlQLbDYnI2D7hD0sdzEqfnuAjIsuXQLG3A8TvX6V3oFNBFVe8NlLJHvBseKY88saLwufxkZVwk74g4nWlNMXzla9Y5F3wwRHwMVH443xGz6UtGSZSqQ94eFx5X7Tlqt8whi8qCaKdZ5rNak+r9nUThOeClqFd4oXych//Rc7Y0eX1KNWHYSI1Nk31mYgiK3JvH063g+K9tHA63ZeTgKgndlh+WI+zv7i44HepRZjA1FYwYZ9Vv/9UkC5Yz8/yU65fgjaE+wVHM4e/YyC2osrPWE7gJ+dXMCAwEAAaOCAVowggFWMBIGA1UdEwEB/wQIMAYBAf8CAQAwDgYDVR0PAQH/BAQDAgGGMB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcDAjAdBgNVHQ4EFgQUwDFSzVpQw4J8dHHOy+mc+XrrguIwHwYDVR0jBBgwFoAUhBjMhTTsvAyUlC4IWZzHshBOCggwewYIKwYBBQUHAQEEbzBtMC8GCCsGAQUFBzABhiNodHRwOi8vb2NzcC5yb290Y2ExLmFtYXpvbnRydXN0LmNvbTA6BggrBgEFBQcwAoYuaHR0cDovL2NydC5yb290Y2ExLmFtYXpvbnRydXN0LmNvbS9yb290Y2ExLmNlcjA/BgNVHR8EODA2MDSgMqAwhi5odHRwOi8vY3JsLnJvb3RjYTEuYW1hem9udHJ1c3QuY29tL3Jvb3RjYTEuY3JsMBMGA1UdIAQMMAowCAYGZ4EMAQIBMA0GCSqGSIb3DQEBCwUAA4IBAQAtTi6Fs0Azfi+iwm7jrz+CSxHH+uHl7Law3MQSXVtR8RV53PtR6r/6gNpqlzdoZq4FKbADi1v9Bun8RY8D51uedRfjsbeodizeBB8nXmeyD33Ep7VATj4ozcd31YFVfgRhvTSxNrrTlNpWkUk0m3BMPv8sg381HhA6uEYokE5q9uws/3YkKqRiEz3TsaWmJqIRZhMbgAfp7O7FUwFIb7UIspogZSKxPIWJpxiPo3TcBambbVtQOcNRWz5qCQdDslI2yayq0n2TXoHyNCLEH8rpsJRVILFsg0jc7BaFrMnF462+ajSehgj12IidNeRN4zl+EoNaWdpnWndvSpAEkq2P", + "format": "base64" + }, + { + "data": "MIIEkjCCA3qgAwIBAgITBn+USionzfP6wq4rAfkI7rnExjANBgkqhkiG9w0BAQsFADCBmDELMAkGA1UEBhMCVVMxEDAOBgNVBAgTB0FyaXpvbmExEzARBgNVBAcTClNjb3R0c2RhbGUxJTAjBgNVBAoTHFN0YXJmaWVsZCBUZWNobm9sb2dpZXMsIEluYy4xOzA5BgNVBAMTMlN0YXJmaWVsZCBTZXJ2aWNlcyBSb290IENlcnRpZmljYXRlIEF1dGhvcml0eSAtIEcyMB4XDTE1MDUyNTEyMDAwMFoXDTM3MTIzMTAxMDAwMFowOTELMAkGA1UEBhMCVVMxDzANBgNVBAoTBkFtYXpvbjEZMBcGA1UEAxMQQW1hem9uIFJvb3QgQ0EgMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALJ4gHHKeNXjca9HgFB0fW7Y14h29Jlo91ghYPl0hAEvrAIthtOgQ3pOsqTQNroBvo3bSMgHFzZM9O6II8c+6zf1tRn4SWiw3te5djgdYZ6k/oI2peVKVuRF4fn9tBb6dNqcmzU5L/qwIFAGbHrQgLKm+a/sRxmPUDgH3KKHOVj4utWp+UhnMJbulHheb4mjUcAwhmahRWa6VOujw5H5SNz/0egwLX0tdHA114gk957EWW67c4cX8jJGKLhD+rcdqsq08p8kDi1L93FcXmn/6pUCyziKrlA4b9v7LWIbxcceVOF34GfID5yHI9Y/QCB/IIDEgEw+OyQmjgSubJrIqg0CAwEAAaOCATEwggEtMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgGGMB0GA1UdDgQWBBSEGMyFNOy8DJSULghZnMeyEE4KCDAfBgNVHSMEGDAWgBScXwDfqgHXMCs4iKK4bUqc8hGRgzB4BggrBgEFBQcBAQRsMGowLgYIKwYBBQUHMAGGImh0dHA6Ly9vY3NwLnJvb3RnMi5hbWF6b250cnVzdC5jb20wOAYIKwYBBQUHMAKGLGh0dHA6Ly9jcnQucm9vdGcyLmFtYXpvbnRydXN0LmNvbS9yb290ZzIuY2VyMD0GA1UdHwQ2MDQwMqAwoC6GLGh0dHA6Ly9jcmwucm9vdGcyLmFtYXpvbnRydXN0LmNvbS9yb290ZzIuY3JsMBEGA1UdIAQKMAgwBgYEVR0gADANBgkqhkiG9w0BAQsFAAOCAQEAYjdCXLwQtT6LLOkMm2xF4gcAevnFWAu5CIw+7bMlPLVvUOTNNWqnkzSWMiGpSESrnO09tKpzbeR/FoCJbM8oAxiDR3mjEH4wW6w7sGDgd9QIpuEdfF7Au/maeyKdpwAJfqxGF4PcnCZXmTA5YpaP7dreqsXMGz7KQ2hsVxa81Q4gLv7/wmpdLqBKbRRYh5TmOTFffHPLkIhqhBGWJ6bt2YFGpn6jcgAKUj6DiAdjd4lpFw85hdKrCEVN0FE6/V1dN2RMfjCyVSRCnTawXZwXgWHxyvkQAiSr6w10kY17RSlQOYiypok1JR4UakcjMS9cmvqtmg5iUaQqqcT5NJ0hGA==", + "format": "base64" + }, + { + "data": "MIIEdTCCA12gAwIBAgIJAKcOSkw0grd/MA0GCSqGSIb3DQEBCwUAMGgxCzAJBgNVBAYTAlVTMSUwIwYDVQQKExxTdGFyZmllbGQgVGVjaG5vbG9naWVzLCBJbmMuMTIwMAYDVQQLEylTdGFyZmllbGQgQ2xhc3MgMiBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAeFw0wOTA5MDIwMDAwMDBaFw0zNDA2MjgxNzM5MTZaMIGYMQswCQYDVQQGEwJVUzEQMA4GA1UECBMHQXJpem9uYTETMBEGA1UEBxMKU2NvdHRzZGFsZTElMCMGA1UEChMcU3RhcmZpZWxkIFRlY2hub2xvZ2llcywgSW5jLjE7MDkGA1UEAxMyU3RhcmZpZWxkIFNlcnZpY2VzIFJvb3QgQ2VydGlmaWNhdGUgQXV0aG9yaXR5IC0gRzIwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDVDDrEKvlO4vW+GZdfjohTsR8/y8+fIBNtKTrID30892t2OGPZNmCom15cAICyL1l/9of5JUOG52kbUpqQ4XHj2C0NTm/2yEnZtvMaVq4rtnQU68/7JuMauh2WLmo7WJSJR1b/JaCTcFOD2oR0FMNnngRoOt+OQFodSk7PQ5E751bWAHDLUu57fa4657wx+UX2wmDPE1kCK4DMNEffud6QZW0CzyyRpqbn3oUYSXxmTqM6bam17jQuug0DuDPfR+uxa40l2ZvOgdFFRjKWcIfeAg5JQ4W2bHO7ZOphQazJ1FTfhy/HIrImzJ9ZVGif/L4qL8RVHHVAYBeFAlU5i38FAgMBAAGjgfAwge0wDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAYYwHQYDVR0OBBYEFJxfAN+qAdcwKziIorhtSpzyEZGDMB8GA1UdIwQYMBaAFL9ft9HO3R+G9FtVrNzXEMIOqYjnME8GCCsGAQUFBwEBBEMwQTAcBggrBgEFBQcwAYYQaHR0cDovL28uc3MyLnVzLzAhBggrBgEFBQcwAoYVaHR0cDovL3guc3MyLnVzL3guY2VyMCYGA1UdHwQfMB0wG6AZoBeGFWh0dHA6Ly9zLnNzMi51cy9yLmNybDARBgNVHSAECjAIMAYGBFUdIAAwDQYJKoZIhvcNAQELBQADggEBACMd44pXyn3pF3lM8R5V/cxTbj5HD9/GVfKyBDbtgB9TxF00KGu+x1X8Z+rLP3+QsjPNG1gQggL4+C/1E2DUBc7xgQjB3ad1l08YuW3e95ORCLp+QCztweq7dp4zBncdDQh/U90bZKuCJ/Fp1U1ervShw3WnWEQt8jxwmKy6abaVd38PMV4s/KCHOkdp8Hlf9BRUpJVeEXgSYCfOn8J3/yNTd126/+pZ59vPr5KW7ySaNRB6nJHGDn2Z9j8Z3/VyVOEVqQdZe4O/Ui5GjLIAZHYcSNPYeehuVsyuLAOQ1xk4meTKCRlb/weWsKh/NEnfVqn3sF/tM+2MR7cwA130A4w=", + "format": "base64" + } + ], + "server_name": "www.csmonitor.com", + "t0": 0.168952613, + "t": 0.191216173, + "tags": [ + "depth=0", + "fetch_body=true" + ], + "tls_version": "TLSv1.3", + "transaction_id": 6 + }, + { + "network": "tcp", + "address": "108.139.243.41:443", + "cipher_suite": "TLS_AES_128_GCM_SHA256", + "failure": null, + "negotiated_protocol": "h2", + "no_tls_verify": false, + "peer_certificates": [ + { + "data": "MIIF1zCCBL+gAwIBAgIQCQuIFbzqbIvY8V380YoMQjANBgkqhkiG9w0BAQsFADA8MQswCQYDVQQGEwJVUzEPMA0GA1UEChMGQW1hem9uMRwwGgYDVQQDExNBbWF6b24gUlNBIDIwNDggTTAyMB4XDTIzMTEyNjAwMDAwMFoXDTI0MTIyNTIzNTk1OVowGDEWMBQGA1UEAxMNY3Ntb25pdG9yLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMM7M/lUH5PrQkESjgteOoRgU88JmWBG3YgBcoqtWtv9ViTZE4qzEY/Nc3qEvtJwuvp30XS7nXxAf2gR8vDRuGhU5LYusKPh6Hjz+R0/Nzf/R0l+fasY2udpbq2gN//I/a28lArLIjSyGEHvZiO3lvrSs2bUCYA3VRMbF7T8ZR0awKv4V8rrEeXzD47sNZ9ZcB1IxFXT3bmmdHXd6DMOr4s+KItBzT4a+Mpc4f09BNL00YJ/F+r148jgmwzGAJrgBG4ATi5Dgl1GQall8u3oGAbdu8XQUG6C+oNz9D6M1tgQ+ggr3AE7bMMMWQrUrl6xFDvRPWP9zXGKdJ1rMCpUFwsCAwEAAaOCAvcwggLzMB8GA1UdIwQYMBaAFMAxUs1aUMOCfHRxzsvpnPl664LiMB0GA1UdDgQWBBSOWu7PwqWUH6Kney8SpUmxLhnFsjApBgNVHREEIjAggg1jc21vbml0b3IuY29tgg8qLmNzbW9uaXRvci5jb20wEwYDVR0gBAwwCjAIBgZngQwBAgEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcDAjA7BgNVHR8ENDAyMDCgLqAshipodHRwOi8vY3JsLnIybTAyLmFtYXpvbnRydXN0LmNvbS9yMm0wMi5jcmwwdQYIKwYBBQUHAQEEaTBnMC0GCCsGAQUFBzABhiFodHRwOi8vb2NzcC5yMm0wMi5hbWF6b250cnVzdC5jb20wNgYIKwYBBQUHMAKGKmh0dHA6Ly9jcnQucjJtMDIuYW1hem9udHJ1c3QuY29tL3IybTAyLmNlcjAMBgNVHRMBAf8EAjAAMIIBfgYKKwYBBAHWeQIEAgSCAW4EggFqAWgAdgDuzdBk1dsazsVct520zROiModGfLzs3sNRSFlGcR+1mwAAAYwKOySsAAAEAwBHMEUCIHJYtFf5GFdjVUXeArAha3IuiPYEqS2IZOGgeET7XRlrAiEA3i6XaVuV8HT/xZYO8Fighp9TxWQzLRg4uFHHuii+E/IAdQBIsONr2qZHNA/lagL6nTDrHFIBy1bdLIHZu7+rOdiEcwAAAYwKOySpAAAEAwBGMEQCIBLoMtMFvYhW0TpNlYzFS6WSbvflBo29VD6s0o9OmEpZAiBy7zDKrdDI9fJNpmk6ChdaNuN0mg4McriJquZoatfpsgB3ANq2v2s/tbYin5vCu1xr6HCRcWy7UYSFNL2kPTBI1/urAAABjAo7JJQAAAQDAEgwRgIhAO4jE7j/z4/7bYGvW+n12XZ1ngaD447pch+lYdLKdTuCAiEA0a1P/eRAI3YTdevouVyqVqqF/ar6OqH7ex4KGz+VIyswDQYJKoZIhvcNAQELBQADggEBADrzjNwITNHuBmqWGHclSY0ZEw5vO0BqIsz6mMhvtqgYL0yOIheIGsCAuDssPrAxSDG4560AMJhcDN9c1pBvUPddTGGKVi9tZq+Xw7kZg6jz3ae/S6I0vk2MYA9N/T9FC5Kwj82W8h1q6mOZgZDUg3W4c+6BxCrFyYlkwpE6IU8YL+NL/7XEl2r7n/QI9PudTGq4XR94KS/7MW5xM1e2haQq8yc/kV7WKdXaU7OqP4x6oHsHwZ//qaa456nGpNykASmfgNJaGtQu/wYSywn+f68F+LyruYLLsFPUvg0KF/Bv+PL0TPC9eULiA6xCgQNxzK06Onvfnx/zbC1NQcKdnT0=", + "format": "base64" + }, + { + "data": "MIIEXjCCA0agAwIBAgITB3MSSkvL1E7HtTvq8ZSELToPoTANBgkqhkiG9w0BAQsFADA5MQswCQYDVQQGEwJVUzEPMA0GA1UEChMGQW1hem9uMRkwFwYDVQQDExBBbWF6b24gUm9vdCBDQSAxMB4XDTIyMDgyMzIyMjUzMFoXDTMwMDgyMzIyMjUzMFowPDELMAkGA1UEBhMCVVMxDzANBgNVBAoTBkFtYXpvbjEcMBoGA1UEAxMTQW1hem9uIFJTQSAyMDQ4IE0wMjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALtDGMZaqHneKei1by6+pUPPLljTB143Si6VpEWPc6mSkFhZb/6qrkZyoHlQLbDYnI2D7hD0sdzEqfnuAjIsuXQLG3A8TvX6V3oFNBFVe8NlLJHvBseKY88saLwufxkZVwk74g4nWlNMXzla9Y5F3wwRHwMVH443xGz6UtGSZSqQ94eFx5X7Tlqt8whi8qCaKdZ5rNak+r9nUThOeClqFd4oXych//Rc7Y0eX1KNWHYSI1Nk31mYgiK3JvH063g+K9tHA63ZeTgKgndlh+WI+zv7i44HepRZjA1FYwYZ9Vv/9UkC5Yz8/yU65fgjaE+wVHM4e/YyC2osrPWE7gJ+dXMCAwEAAaOCAVowggFWMBIGA1UdEwEB/wQIMAYBAf8CAQAwDgYDVR0PAQH/BAQDAgGGMB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcDAjAdBgNVHQ4EFgQUwDFSzVpQw4J8dHHOy+mc+XrrguIwHwYDVR0jBBgwFoAUhBjMhTTsvAyUlC4IWZzHshBOCggwewYIKwYBBQUHAQEEbzBtMC8GCCsGAQUFBzABhiNodHRwOi8vb2NzcC5yb290Y2ExLmFtYXpvbnRydXN0LmNvbTA6BggrBgEFBQcwAoYuaHR0cDovL2NydC5yb290Y2ExLmFtYXpvbnRydXN0LmNvbS9yb290Y2ExLmNlcjA/BgNVHR8EODA2MDSgMqAwhi5odHRwOi8vY3JsLnJvb3RjYTEuYW1hem9udHJ1c3QuY29tL3Jvb3RjYTEuY3JsMBMGA1UdIAQMMAowCAYGZ4EMAQIBMA0GCSqGSIb3DQEBCwUAA4IBAQAtTi6Fs0Azfi+iwm7jrz+CSxHH+uHl7Law3MQSXVtR8RV53PtR6r/6gNpqlzdoZq4FKbADi1v9Bun8RY8D51uedRfjsbeodizeBB8nXmeyD33Ep7VATj4ozcd31YFVfgRhvTSxNrrTlNpWkUk0m3BMPv8sg381HhA6uEYokE5q9uws/3YkKqRiEz3TsaWmJqIRZhMbgAfp7O7FUwFIb7UIspogZSKxPIWJpxiPo3TcBambbVtQOcNRWz5qCQdDslI2yayq0n2TXoHyNCLEH8rpsJRVILFsg0jc7BaFrMnF462+ajSehgj12IidNeRN4zl+EoNaWdpnWndvSpAEkq2P", + "format": "base64" + }, + { + "data": "MIIEkjCCA3qgAwIBAgITBn+USionzfP6wq4rAfkI7rnExjANBgkqhkiG9w0BAQsFADCBmDELMAkGA1UEBhMCVVMxEDAOBgNVBAgTB0FyaXpvbmExEzARBgNVBAcTClNjb3R0c2RhbGUxJTAjBgNVBAoTHFN0YXJmaWVsZCBUZWNobm9sb2dpZXMsIEluYy4xOzA5BgNVBAMTMlN0YXJmaWVsZCBTZXJ2aWNlcyBSb290IENlcnRpZmljYXRlIEF1dGhvcml0eSAtIEcyMB4XDTE1MDUyNTEyMDAwMFoXDTM3MTIzMTAxMDAwMFowOTELMAkGA1UEBhMCVVMxDzANBgNVBAoTBkFtYXpvbjEZMBcGA1UEAxMQQW1hem9uIFJvb3QgQ0EgMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALJ4gHHKeNXjca9HgFB0fW7Y14h29Jlo91ghYPl0hAEvrAIthtOgQ3pOsqTQNroBvo3bSMgHFzZM9O6II8c+6zf1tRn4SWiw3te5djgdYZ6k/oI2peVKVuRF4fn9tBb6dNqcmzU5L/qwIFAGbHrQgLKm+a/sRxmPUDgH3KKHOVj4utWp+UhnMJbulHheb4mjUcAwhmahRWa6VOujw5H5SNz/0egwLX0tdHA114gk957EWW67c4cX8jJGKLhD+rcdqsq08p8kDi1L93FcXmn/6pUCyziKrlA4b9v7LWIbxcceVOF34GfID5yHI9Y/QCB/IIDEgEw+OyQmjgSubJrIqg0CAwEAAaOCATEwggEtMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgGGMB0GA1UdDgQWBBSEGMyFNOy8DJSULghZnMeyEE4KCDAfBgNVHSMEGDAWgBScXwDfqgHXMCs4iKK4bUqc8hGRgzB4BggrBgEFBQcBAQRsMGowLgYIKwYBBQUHMAGGImh0dHA6Ly9vY3NwLnJvb3RnMi5hbWF6b250cnVzdC5jb20wOAYIKwYBBQUHMAKGLGh0dHA6Ly9jcnQucm9vdGcyLmFtYXpvbnRydXN0LmNvbS9yb290ZzIuY2VyMD0GA1UdHwQ2MDQwMqAwoC6GLGh0dHA6Ly9jcmwucm9vdGcyLmFtYXpvbnRydXN0LmNvbS9yb290ZzIuY3JsMBEGA1UdIAQKMAgwBgYEVR0gADANBgkqhkiG9w0BAQsFAAOCAQEAYjdCXLwQtT6LLOkMm2xF4gcAevnFWAu5CIw+7bMlPLVvUOTNNWqnkzSWMiGpSESrnO09tKpzbeR/FoCJbM8oAxiDR3mjEH4wW6w7sGDgd9QIpuEdfF7Au/maeyKdpwAJfqxGF4PcnCZXmTA5YpaP7dreqsXMGz7KQ2hsVxa81Q4gLv7/wmpdLqBKbRRYh5TmOTFffHPLkIhqhBGWJ6bt2YFGpn6jcgAKUj6DiAdjd4lpFw85hdKrCEVN0FE6/V1dN2RMfjCyVSRCnTawXZwXgWHxyvkQAiSr6w10kY17RSlQOYiypok1JR4UakcjMS9cmvqtmg5iUaQqqcT5NJ0hGA==", + "format": "base64" + }, + { + "data": "MIIEdTCCA12gAwIBAgIJAKcOSkw0grd/MA0GCSqGSIb3DQEBCwUAMGgxCzAJBgNVBAYTAlVTMSUwIwYDVQQKExxTdGFyZmllbGQgVGVjaG5vbG9naWVzLCBJbmMuMTIwMAYDVQQLEylTdGFyZmllbGQgQ2xhc3MgMiBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAeFw0wOTA5MDIwMDAwMDBaFw0zNDA2MjgxNzM5MTZaMIGYMQswCQYDVQQGEwJVUzEQMA4GA1UECBMHQXJpem9uYTETMBEGA1UEBxMKU2NvdHRzZGFsZTElMCMGA1UEChMcU3RhcmZpZWxkIFRlY2hub2xvZ2llcywgSW5jLjE7MDkGA1UEAxMyU3RhcmZpZWxkIFNlcnZpY2VzIFJvb3QgQ2VydGlmaWNhdGUgQXV0aG9yaXR5IC0gRzIwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDVDDrEKvlO4vW+GZdfjohTsR8/y8+fIBNtKTrID30892t2OGPZNmCom15cAICyL1l/9of5JUOG52kbUpqQ4XHj2C0NTm/2yEnZtvMaVq4rtnQU68/7JuMauh2WLmo7WJSJR1b/JaCTcFOD2oR0FMNnngRoOt+OQFodSk7PQ5E751bWAHDLUu57fa4657wx+UX2wmDPE1kCK4DMNEffud6QZW0CzyyRpqbn3oUYSXxmTqM6bam17jQuug0DuDPfR+uxa40l2ZvOgdFFRjKWcIfeAg5JQ4W2bHO7ZOphQazJ1FTfhy/HIrImzJ9ZVGif/L4qL8RVHHVAYBeFAlU5i38FAgMBAAGjgfAwge0wDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAYYwHQYDVR0OBBYEFJxfAN+qAdcwKziIorhtSpzyEZGDMB8GA1UdIwQYMBaAFL9ft9HO3R+G9FtVrNzXEMIOqYjnME8GCCsGAQUFBwEBBEMwQTAcBggrBgEFBQcwAYYQaHR0cDovL28uc3MyLnVzLzAhBggrBgEFBQcwAoYVaHR0cDovL3guc3MyLnVzL3guY2VyMCYGA1UdHwQfMB0wG6AZoBeGFWh0dHA6Ly9zLnNzMi51cy9yLmNybDARBgNVHSAECjAIMAYGBFUdIAAwDQYJKoZIhvcNAQELBQADggEBACMd44pXyn3pF3lM8R5V/cxTbj5HD9/GVfKyBDbtgB9TxF00KGu+x1X8Z+rLP3+QsjPNG1gQggL4+C/1E2DUBc7xgQjB3ad1l08YuW3e95ORCLp+QCztweq7dp4zBncdDQh/U90bZKuCJ/Fp1U1ervShw3WnWEQt8jxwmKy6abaVd38PMV4s/KCHOkdp8Hlf9BRUpJVeEXgSYCfOn8J3/yNTd126/+pZ59vPr5KW7ySaNRB6nJHGDn2Z9j8Z3/VyVOEVqQdZe4O/Ui5GjLIAZHYcSNPYeehuVsyuLAOQ1xk4meTKCRlb/weWsKh/NEnfVqn3sF/tM+2MR7cwA130A4w=", + "format": "base64" + } + ], + "server_name": "www.csmonitor.com", + "t0": 0.174832028, + "t": 0.19741067, + "tags": [ + "depth=0", + "fetch_body=true" + ], + "tls_version": "TLSv1.3", + "transaction_id": 21 + }, + { + "network": "tcp", + "address": "108.139.210.80:443", + "cipher_suite": "TLS_AES_128_GCM_SHA256", + "failure": null, + "negotiated_protocol": "h2", + "no_tls_verify": false, + "peer_certificates": [ + { + "data": "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", + "format": "base64" + }, + { + "data": "MIIEXjCCA0agAwIBAgITB3MSSkvL1E7HtTvq8ZSELToPoTANBgkqhkiG9w0BAQsFADA5MQswCQYDVQQGEwJVUzEPMA0GA1UEChMGQW1hem9uMRkwFwYDVQQDExBBbWF6b24gUm9vdCBDQSAxMB4XDTIyMDgyMzIyMjUzMFoXDTMwMDgyMzIyMjUzMFowPDELMAkGA1UEBhMCVVMxDzANBgNVBAoTBkFtYXpvbjEcMBoGA1UEAxMTQW1hem9uIFJTQSAyMDQ4IE0wMjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALtDGMZaqHneKei1by6+pUPPLljTB143Si6VpEWPc6mSkFhZb/6qrkZyoHlQLbDYnI2D7hD0sdzEqfnuAjIsuXQLG3A8TvX6V3oFNBFVe8NlLJHvBseKY88saLwufxkZVwk74g4nWlNMXzla9Y5F3wwRHwMVH443xGz6UtGSZSqQ94eFx5X7Tlqt8whi8qCaKdZ5rNak+r9nUThOeClqFd4oXych//Rc7Y0eX1KNWHYSI1Nk31mYgiK3JvH063g+K9tHA63ZeTgKgndlh+WI+zv7i44HepRZjA1FYwYZ9Vv/9UkC5Yz8/yU65fgjaE+wVHM4e/YyC2osrPWE7gJ+dXMCAwEAAaOCAVowggFWMBIGA1UdEwEB/wQIMAYBAf8CAQAwDgYDVR0PAQH/BAQDAgGGMB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcDAjAdBgNVHQ4EFgQUwDFSzVpQw4J8dHHOy+mc+XrrguIwHwYDVR0jBBgwFoAUhBjMhTTsvAyUlC4IWZzHshBOCggwewYIKwYBBQUHAQEEbzBtMC8GCCsGAQUFBzABhiNodHRwOi8vb2NzcC5yb290Y2ExLmFtYXpvbnRydXN0LmNvbTA6BggrBgEFBQcwAoYuaHR0cDovL2NydC5yb290Y2ExLmFtYXpvbnRydXN0LmNvbS9yb290Y2ExLmNlcjA/BgNVHR8EODA2MDSgMqAwhi5odHRwOi8vY3JsLnJvb3RjYTEuYW1hem9udHJ1c3QuY29tL3Jvb3RjYTEuY3JsMBMGA1UdIAQMMAowCAYGZ4EMAQIBMA0GCSqGSIb3DQEBCwUAA4IBAQAtTi6Fs0Azfi+iwm7jrz+CSxHH+uHl7Law3MQSXVtR8RV53PtR6r/6gNpqlzdoZq4FKbADi1v9Bun8RY8D51uedRfjsbeodizeBB8nXmeyD33Ep7VATj4ozcd31YFVfgRhvTSxNrrTlNpWkUk0m3BMPv8sg381HhA6uEYokE5q9uws/3YkKqRiEz3TsaWmJqIRZhMbgAfp7O7FUwFIb7UIspogZSKxPIWJpxiPo3TcBambbVtQOcNRWz5qCQdDslI2yayq0n2TXoHyNCLEH8rpsJRVILFsg0jc7BaFrMnF462+ajSehgj12IidNeRN4zl+EoNaWdpnWndvSpAEkq2P", + "format": "base64" + }, + { + "data": "MIIEkjCCA3qgAwIBAgITBn+USionzfP6wq4rAfkI7rnExjANBgkqhkiG9w0BAQsFADCBmDELMAkGA1UEBhMCVVMxEDAOBgNVBAgTB0FyaXpvbmExEzARBgNVBAcTClNjb3R0c2RhbGUxJTAjBgNVBAoTHFN0YXJmaWVsZCBUZWNobm9sb2dpZXMsIEluYy4xOzA5BgNVBAMTMlN0YXJmaWVsZCBTZXJ2aWNlcyBSb290IENlcnRpZmljYXRlIEF1dGhvcml0eSAtIEcyMB4XDTE1MDUyNTEyMDAwMFoXDTM3MTIzMTAxMDAwMFowOTELMAkGA1UEBhMCVVMxDzANBgNVBAoTBkFtYXpvbjEZMBcGA1UEAxMQQW1hem9uIFJvb3QgQ0EgMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALJ4gHHKeNXjca9HgFB0fW7Y14h29Jlo91ghYPl0hAEvrAIthtOgQ3pOsqTQNroBvo3bSMgHFzZM9O6II8c+6zf1tRn4SWiw3te5djgdYZ6k/oI2peVKVuRF4fn9tBb6dNqcmzU5L/qwIFAGbHrQgLKm+a/sRxmPUDgH3KKHOVj4utWp+UhnMJbulHheb4mjUcAwhmahRWa6VOujw5H5SNz/0egwLX0tdHA114gk957EWW67c4cX8jJGKLhD+rcdqsq08p8kDi1L93FcXmn/6pUCyziKrlA4b9v7LWIbxcceVOF34GfID5yHI9Y/QCB/IIDEgEw+OyQmjgSubJrIqg0CAwEAAaOCATEwggEtMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgGGMB0GA1UdDgQWBBSEGMyFNOy8DJSULghZnMeyEE4KCDAfBgNVHSMEGDAWgBScXwDfqgHXMCs4iKK4bUqc8hGRgzB4BggrBgEFBQcBAQRsMGowLgYIKwYBBQUHMAGGImh0dHA6Ly9vY3NwLnJvb3RnMi5hbWF6b250cnVzdC5jb20wOAYIKwYBBQUHMAKGLGh0dHA6Ly9jcnQucm9vdGcyLmFtYXpvbnRydXN0LmNvbS9yb290ZzIuY2VyMD0GA1UdHwQ2MDQwMqAwoC6GLGh0dHA6Ly9jcmwucm9vdGcyLmFtYXpvbnRydXN0LmNvbS9yb290ZzIuY3JsMBEGA1UdIAQKMAgwBgYEVR0gADANBgkqhkiG9w0BAQsFAAOCAQEAYjdCXLwQtT6LLOkMm2xF4gcAevnFWAu5CIw+7bMlPLVvUOTNNWqnkzSWMiGpSESrnO09tKpzbeR/FoCJbM8oAxiDR3mjEH4wW6w7sGDgd9QIpuEdfF7Au/maeyKdpwAJfqxGF4PcnCZXmTA5YpaP7dreqsXMGz7KQ2hsVxa81Q4gLv7/wmpdLqBKbRRYh5TmOTFffHPLkIhqhBGWJ6bt2YFGpn6jcgAKUj6DiAdjd4lpFw85hdKrCEVN0FE6/V1dN2RMfjCyVSRCnTawXZwXgWHxyvkQAiSr6w10kY17RSlQOYiypok1JR4UakcjMS9cmvqtmg5iUaQqqcT5NJ0hGA==", + "format": "base64" + }, + { + "data": "MIIEdTCCA12gAwIBAgIJAKcOSkw0grd/MA0GCSqGSIb3DQEBCwUAMGgxCzAJBgNVBAYTAlVTMSUwIwYDVQQKExxTdGFyZmllbGQgVGVjaG5vbG9naWVzLCBJbmMuMTIwMAYDVQQLEylTdGFyZmllbGQgQ2xhc3MgMiBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAeFw0wOTA5MDIwMDAwMDBaFw0zNDA2MjgxNzM5MTZaMIGYMQswCQYDVQQGEwJVUzEQMA4GA1UECBMHQXJpem9uYTETMBEGA1UEBxMKU2NvdHRzZGFsZTElMCMGA1UEChMcU3RhcmZpZWxkIFRlY2hub2xvZ2llcywgSW5jLjE7MDkGA1UEAxMyU3RhcmZpZWxkIFNlcnZpY2VzIFJvb3QgQ2VydGlmaWNhdGUgQXV0aG9yaXR5IC0gRzIwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDVDDrEKvlO4vW+GZdfjohTsR8/y8+fIBNtKTrID30892t2OGPZNmCom15cAICyL1l/9of5JUOG52kbUpqQ4XHj2C0NTm/2yEnZtvMaVq4rtnQU68/7JuMauh2WLmo7WJSJR1b/JaCTcFOD2oR0FMNnngRoOt+OQFodSk7PQ5E751bWAHDLUu57fa4657wx+UX2wmDPE1kCK4DMNEffud6QZW0CzyyRpqbn3oUYSXxmTqM6bam17jQuug0DuDPfR+uxa40l2ZvOgdFFRjKWcIfeAg5JQ4W2bHO7ZOphQazJ1FTfhy/HIrImzJ9ZVGif/L4qL8RVHHVAYBeFAlU5i38FAgMBAAGjgfAwge0wDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAYYwHQYDVR0OBBYEFJxfAN+qAdcwKziIorhtSpzyEZGDMB8GA1UdIwQYMBaAFL9ft9HO3R+G9FtVrNzXEMIOqYjnME8GCCsGAQUFBwEBBEMwQTAcBggrBgEFBQcwAYYQaHR0cDovL28uc3MyLnVzLzAhBggrBgEFBQcwAoYVaHR0cDovL3guc3MyLnVzL3guY2VyMCYGA1UdHwQfMB0wG6AZoBeGFWh0dHA6Ly9zLnNzMi51cy9yLmNybDARBgNVHSAECjAIMAYGBFUdIAAwDQYJKoZIhvcNAQELBQADggEBACMd44pXyn3pF3lM8R5V/cxTbj5HD9/GVfKyBDbtgB9TxF00KGu+x1X8Z+rLP3+QsjPNG1gQggL4+C/1E2DUBc7xgQjB3ad1l08YuW3e95ORCLp+QCztweq7dp4zBncdDQh/U90bZKuCJ/Fp1U1ervShw3WnWEQt8jxwmKy6abaVd38PMV4s/KCHOkdp8Hlf9BRUpJVeEXgSYCfOn8J3/yNTd126/+pZ59vPr5KW7ySaNRB6nJHGDn2Z9j8Z3/VyVOEVqQdZe4O/Ui5GjLIAZHYcSNPYeehuVsyuLAOQ1xk4meTKCRlb/weWsKh/NEnfVqn3sF/tM+2MR7cwA130A4w=", + "format": "base64" + } + ], + "server_name": "www.csmonitor.com", + "t0": 0.179368115, + "t": 0.209334149, + "tags": [ + "depth=0", + "fetch_body=true" + ], + "tls_version": "TLSv1.3", + "transaction_id": 25 + }, + { + "network": "tcp", + "address": "108.139.210.95:443", + "cipher_suite": "TLS_AES_128_GCM_SHA256", + "failure": null, + "negotiated_protocol": "h2", + "no_tls_verify": false, + "peer_certificates": [ + { + "data": "MIIF1zCCBL+gAwIBAgIQCQuIFbzqbIvY8V380YoMQjANBgkqhkiG9w0BAQsFADA8MQswCQYDVQQGEwJVUzEPMA0GA1UEChMGQW1hem9uMRwwGgYDVQQDExNBbWF6b24gUlNBIDIwNDggTTAyMB4XDTIzMTEyNjAwMDAwMFoXDTI0MTIyNTIzNTk1OVowGDEWMBQGA1UEAxMNY3Ntb25pdG9yLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMM7M/lUH5PrQkESjgteOoRgU88JmWBG3YgBcoqtWtv9ViTZE4qzEY/Nc3qEvtJwuvp30XS7nXxAf2gR8vDRuGhU5LYusKPh6Hjz+R0/Nzf/R0l+fasY2udpbq2gN//I/a28lArLIjSyGEHvZiO3lvrSs2bUCYA3VRMbF7T8ZR0awKv4V8rrEeXzD47sNZ9ZcB1IxFXT3bmmdHXd6DMOr4s+KItBzT4a+Mpc4f09BNL00YJ/F+r148jgmwzGAJrgBG4ATi5Dgl1GQall8u3oGAbdu8XQUG6C+oNz9D6M1tgQ+ggr3AE7bMMMWQrUrl6xFDvRPWP9zXGKdJ1rMCpUFwsCAwEAAaOCAvcwggLzMB8GA1UdIwQYMBaAFMAxUs1aUMOCfHRxzsvpnPl664LiMB0GA1UdDgQWBBSOWu7PwqWUH6Kney8SpUmxLhnFsjApBgNVHREEIjAggg1jc21vbml0b3IuY29tgg8qLmNzbW9uaXRvci5jb20wEwYDVR0gBAwwCjAIBgZngQwBAgEwDgYDVR0PAQH/BAQDAgWgMB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcDAjA7BgNVHR8ENDAyMDCgLqAshipodHRwOi8vY3JsLnIybTAyLmFtYXpvbnRydXN0LmNvbS9yMm0wMi5jcmwwdQYIKwYBBQUHAQEEaTBnMC0GCCsGAQUFBzABhiFodHRwOi8vb2NzcC5yMm0wMi5hbWF6b250cnVzdC5jb20wNgYIKwYBBQUHMAKGKmh0dHA6Ly9jcnQucjJtMDIuYW1hem9udHJ1c3QuY29tL3IybTAyLmNlcjAMBgNVHRMBAf8EAjAAMIIBfgYKKwYBBAHWeQIEAgSCAW4EggFqAWgAdgDuzdBk1dsazsVct520zROiModGfLzs3sNRSFlGcR+1mwAAAYwKOySsAAAEAwBHMEUCIHJYtFf5GFdjVUXeArAha3IuiPYEqS2IZOGgeET7XRlrAiEA3i6XaVuV8HT/xZYO8Fighp9TxWQzLRg4uFHHuii+E/IAdQBIsONr2qZHNA/lagL6nTDrHFIBy1bdLIHZu7+rOdiEcwAAAYwKOySpAAAEAwBGMEQCIBLoMtMFvYhW0TpNlYzFS6WSbvflBo29VD6s0o9OmEpZAiBy7zDKrdDI9fJNpmk6ChdaNuN0mg4McriJquZoatfpsgB3ANq2v2s/tbYin5vCu1xr6HCRcWy7UYSFNL2kPTBI1/urAAABjAo7JJQAAAQDAEgwRgIhAO4jE7j/z4/7bYGvW+n12XZ1ngaD447pch+lYdLKdTuCAiEA0a1P/eRAI3YTdevouVyqVqqF/ar6OqH7ex4KGz+VIyswDQYJKoZIhvcNAQELBQADggEBADrzjNwITNHuBmqWGHclSY0ZEw5vO0BqIsz6mMhvtqgYL0yOIheIGsCAuDssPrAxSDG4560AMJhcDN9c1pBvUPddTGGKVi9tZq+Xw7kZg6jz3ae/S6I0vk2MYA9N/T9FC5Kwj82W8h1q6mOZgZDUg3W4c+6BxCrFyYlkwpE6IU8YL+NL/7XEl2r7n/QI9PudTGq4XR94KS/7MW5xM1e2haQq8yc/kV7WKdXaU7OqP4x6oHsHwZ//qaa456nGpNykASmfgNJaGtQu/wYSywn+f68F+LyruYLLsFPUvg0KF/Bv+PL0TPC9eULiA6xCgQNxzK06Onvfnx/zbC1NQcKdnT0=", + "format": "base64" + }, + { + "data": "MIIEXjCCA0agAwIBAgITB3MSSkvL1E7HtTvq8ZSELToPoTANBgkqhkiG9w0BAQsFADA5MQswCQYDVQQGEwJVUzEPMA0GA1UEChMGQW1hem9uMRkwFwYDVQQDExBBbWF6b24gUm9vdCBDQSAxMB4XDTIyMDgyMzIyMjUzMFoXDTMwMDgyMzIyMjUzMFowPDELMAkGA1UEBhMCVVMxDzANBgNVBAoTBkFtYXpvbjEcMBoGA1UEAxMTQW1hem9uIFJTQSAyMDQ4IE0wMjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALtDGMZaqHneKei1by6+pUPPLljTB143Si6VpEWPc6mSkFhZb/6qrkZyoHlQLbDYnI2D7hD0sdzEqfnuAjIsuXQLG3A8TvX6V3oFNBFVe8NlLJHvBseKY88saLwufxkZVwk74g4nWlNMXzla9Y5F3wwRHwMVH443xGz6UtGSZSqQ94eFx5X7Tlqt8whi8qCaKdZ5rNak+r9nUThOeClqFd4oXych//Rc7Y0eX1KNWHYSI1Nk31mYgiK3JvH063g+K9tHA63ZeTgKgndlh+WI+zv7i44HepRZjA1FYwYZ9Vv/9UkC5Yz8/yU65fgjaE+wVHM4e/YyC2osrPWE7gJ+dXMCAwEAAaOCAVowggFWMBIGA1UdEwEB/wQIMAYBAf8CAQAwDgYDVR0PAQH/BAQDAgGGMB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcDAjAdBgNVHQ4EFgQUwDFSzVpQw4J8dHHOy+mc+XrrguIwHwYDVR0jBBgwFoAUhBjMhTTsvAyUlC4IWZzHshBOCggwewYIKwYBBQUHAQEEbzBtMC8GCCsGAQUFBzABhiNodHRwOi8vb2NzcC5yb290Y2ExLmFtYXpvbnRydXN0LmNvbTA6BggrBgEFBQcwAoYuaHR0cDovL2NydC5yb290Y2ExLmFtYXpvbnRydXN0LmNvbS9yb290Y2ExLmNlcjA/BgNVHR8EODA2MDSgMqAwhi5odHRwOi8vY3JsLnJvb3RjYTEuYW1hem9udHJ1c3QuY29tL3Jvb3RjYTEuY3JsMBMGA1UdIAQMMAowCAYGZ4EMAQIBMA0GCSqGSIb3DQEBCwUAA4IBAQAtTi6Fs0Azfi+iwm7jrz+CSxHH+uHl7Law3MQSXVtR8RV53PtR6r/6gNpqlzdoZq4FKbADi1v9Bun8RY8D51uedRfjsbeodizeBB8nXmeyD33Ep7VATj4ozcd31YFVfgRhvTSxNrrTlNpWkUk0m3BMPv8sg381HhA6uEYokE5q9uws/3YkKqRiEz3TsaWmJqIRZhMbgAfp7O7FUwFIb7UIspogZSKxPIWJpxiPo3TcBambbVtQOcNRWz5qCQdDslI2yayq0n2TXoHyNCLEH8rpsJRVILFsg0jc7BaFrMnF462+ajSehgj12IidNeRN4zl+EoNaWdpnWndvSpAEkq2P", + "format": "base64" + }, + { + "data": "MIIEkjCCA3qgAwIBAgITBn+USionzfP6wq4rAfkI7rnExjANBgkqhkiG9w0BAQsFADCBmDELMAkGA1UEBhMCVVMxEDAOBgNVBAgTB0FyaXpvbmExEzARBgNVBAcTClNjb3R0c2RhbGUxJTAjBgNVBAoTHFN0YXJmaWVsZCBUZWNobm9sb2dpZXMsIEluYy4xOzA5BgNVBAMTMlN0YXJmaWVsZCBTZXJ2aWNlcyBSb290IENlcnRpZmljYXRlIEF1dGhvcml0eSAtIEcyMB4XDTE1MDUyNTEyMDAwMFoXDTM3MTIzMTAxMDAwMFowOTELMAkGA1UEBhMCVVMxDzANBgNVBAoTBkFtYXpvbjEZMBcGA1UEAxMQQW1hem9uIFJvb3QgQ0EgMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALJ4gHHKeNXjca9HgFB0fW7Y14h29Jlo91ghYPl0hAEvrAIthtOgQ3pOsqTQNroBvo3bSMgHFzZM9O6II8c+6zf1tRn4SWiw3te5djgdYZ6k/oI2peVKVuRF4fn9tBb6dNqcmzU5L/qwIFAGbHrQgLKm+a/sRxmPUDgH3KKHOVj4utWp+UhnMJbulHheb4mjUcAwhmahRWa6VOujw5H5SNz/0egwLX0tdHA114gk957EWW67c4cX8jJGKLhD+rcdqsq08p8kDi1L93FcXmn/6pUCyziKrlA4b9v7LWIbxcceVOF34GfID5yHI9Y/QCB/IIDEgEw+OyQmjgSubJrIqg0CAwEAAaOCATEwggEtMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgGGMB0GA1UdDgQWBBSEGMyFNOy8DJSULghZnMeyEE4KCDAfBgNVHSMEGDAWgBScXwDfqgHXMCs4iKK4bUqc8hGRgzB4BggrBgEFBQcBAQRsMGowLgYIKwYBBQUHMAGGImh0dHA6Ly9vY3NwLnJvb3RnMi5hbWF6b250cnVzdC5jb20wOAYIKwYBBQUHMAKGLGh0dHA6Ly9jcnQucm9vdGcyLmFtYXpvbnRydXN0LmNvbS9yb290ZzIuY2VyMD0GA1UdHwQ2MDQwMqAwoC6GLGh0dHA6Ly9jcmwucm9vdGcyLmFtYXpvbnRydXN0LmNvbS9yb290ZzIuY3JsMBEGA1UdIAQKMAgwBgYEVR0gADANBgkqhkiG9w0BAQsFAAOCAQEAYjdCXLwQtT6LLOkMm2xF4gcAevnFWAu5CIw+7bMlPLVvUOTNNWqnkzSWMiGpSESrnO09tKpzbeR/FoCJbM8oAxiDR3mjEH4wW6w7sGDgd9QIpuEdfF7Au/maeyKdpwAJfqxGF4PcnCZXmTA5YpaP7dreqsXMGz7KQ2hsVxa81Q4gLv7/wmpdLqBKbRRYh5TmOTFffHPLkIhqhBGWJ6bt2YFGpn6jcgAKUj6DiAdjd4lpFw85hdKrCEVN0FE6/V1dN2RMfjCyVSRCnTawXZwXgWHxyvkQAiSr6w10kY17RSlQOYiypok1JR4UakcjMS9cmvqtmg5iUaQqqcT5NJ0hGA==", + "format": "base64" + }, + { + "data": "MIIEdTCCA12gAwIBAgIJAKcOSkw0grd/MA0GCSqGSIb3DQEBCwUAMGgxCzAJBgNVBAYTAlVTMSUwIwYDVQQKExxTdGFyZmllbGQgVGVjaG5vbG9naWVzLCBJbmMuMTIwMAYDVQQLEylTdGFyZmllbGQgQ2xhc3MgMiBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAeFw0wOTA5MDIwMDAwMDBaFw0zNDA2MjgxNzM5MTZaMIGYMQswCQYDVQQGEwJVUzEQMA4GA1UECBMHQXJpem9uYTETMBEGA1UEBxMKU2NvdHRzZGFsZTElMCMGA1UEChMcU3RhcmZpZWxkIFRlY2hub2xvZ2llcywgSW5jLjE7MDkGA1UEAxMyU3RhcmZpZWxkIFNlcnZpY2VzIFJvb3QgQ2VydGlmaWNhdGUgQXV0aG9yaXR5IC0gRzIwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDVDDrEKvlO4vW+GZdfjohTsR8/y8+fIBNtKTrID30892t2OGPZNmCom15cAICyL1l/9of5JUOG52kbUpqQ4XHj2C0NTm/2yEnZtvMaVq4rtnQU68/7JuMauh2WLmo7WJSJR1b/JaCTcFOD2oR0FMNnngRoOt+OQFodSk7PQ5E751bWAHDLUu57fa4657wx+UX2wmDPE1kCK4DMNEffud6QZW0CzyyRpqbn3oUYSXxmTqM6bam17jQuug0DuDPfR+uxa40l2ZvOgdFFRjKWcIfeAg5JQ4W2bHO7ZOphQazJ1FTfhy/HIrImzJ9ZVGif/L4qL8RVHHVAYBeFAlU5i38FAgMBAAGjgfAwge0wDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAYYwHQYDVR0OBBYEFJxfAN+qAdcwKziIorhtSpzyEZGDMB8GA1UdIwQYMBaAFL9ft9HO3R+G9FtVrNzXEMIOqYjnME8GCCsGAQUFBwEBBEMwQTAcBggrBgEFBQcwAYYQaHR0cDovL28uc3MyLnVzLzAhBggrBgEFBQcwAoYVaHR0cDovL3guc3MyLnVzL3guY2VyMCYGA1UdHwQfMB0wG6AZoBeGFWh0dHA6Ly9zLnNzMi51cy9yLmNybDARBgNVHSAECjAIMAYGBFUdIAAwDQYJKoZIhvcNAQELBQADggEBACMd44pXyn3pF3lM8R5V/cxTbj5HD9/GVfKyBDbtgB9TxF00KGu+x1X8Z+rLP3+QsjPNG1gQggL4+C/1E2DUBc7xgQjB3ad1l08YuW3e95ORCLp+QCztweq7dp4zBncdDQh/U90bZKuCJ/Fp1U1ervShw3WnWEQt8jxwmKy6abaVd38PMV4s/KCHOkdp8Hlf9BRUpJVeEXgSYCfOn8J3/yNTd126/+pZ59vPr5KW7ySaNRB6nJHGDn2Z9j8Z3/VyVOEVqQdZe4O/Ui5GjLIAZHYcSNPYeehuVsyuLAOQ1xk4meTKCRlb/weWsKh/NEnfVqn3sF/tM+2MR7cwA130A4w=", + "format": "base64" + } + ], + "server_name": "www.csmonitor.com", + "t0": 0.18091305, + "t": 0.211194922, + "tags": [ + "depth=0", + "fetch_body=true" + ], + "tls_version": "TLSv1.3", + "transaction_id": 19 + }, + { + "network": "tcp", + "address": "108.139.210.47:443", + "cipher_suite": "TLS_AES_128_GCM_SHA256", + "failure": null, + "negotiated_protocol": "h2", + "no_tls_verify": false, + "peer_certificates": [ + { + "data": "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", + "format": "base64" + }, + { + "data": "MIIEXjCCA0agAwIBAgITB3MSSkvL1E7HtTvq8ZSELToPoTANBgkqhkiG9w0BAQsFADA5MQswCQYDVQQGEwJVUzEPMA0GA1UEChMGQW1hem9uMRkwFwYDVQQDExBBbWF6b24gUm9vdCBDQSAxMB4XDTIyMDgyMzIyMjUzMFoXDTMwMDgyMzIyMjUzMFowPDELMAkGA1UEBhMCVVMxDzANBgNVBAoTBkFtYXpvbjEcMBoGA1UEAxMTQW1hem9uIFJTQSAyMDQ4IE0wMjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALtDGMZaqHneKei1by6+pUPPLljTB143Si6VpEWPc6mSkFhZb/6qrkZyoHlQLbDYnI2D7hD0sdzEqfnuAjIsuXQLG3A8TvX6V3oFNBFVe8NlLJHvBseKY88saLwufxkZVwk74g4nWlNMXzla9Y5F3wwRHwMVH443xGz6UtGSZSqQ94eFx5X7Tlqt8whi8qCaKdZ5rNak+r9nUThOeClqFd4oXych//Rc7Y0eX1KNWHYSI1Nk31mYgiK3JvH063g+K9tHA63ZeTgKgndlh+WI+zv7i44HepRZjA1FYwYZ9Vv/9UkC5Yz8/yU65fgjaE+wVHM4e/YyC2osrPWE7gJ+dXMCAwEAAaOCAVowggFWMBIGA1UdEwEB/wQIMAYBAf8CAQAwDgYDVR0PAQH/BAQDAgGGMB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcDAjAdBgNVHQ4EFgQUwDFSzVpQw4J8dHHOy+mc+XrrguIwHwYDVR0jBBgwFoAUhBjMhTTsvAyUlC4IWZzHshBOCggwewYIKwYBBQUHAQEEbzBtMC8GCCsGAQUFBzABhiNodHRwOi8vb2NzcC5yb290Y2ExLmFtYXpvbnRydXN0LmNvbTA6BggrBgEFBQcwAoYuaHR0cDovL2NydC5yb290Y2ExLmFtYXpvbnRydXN0LmNvbS9yb290Y2ExLmNlcjA/BgNVHR8EODA2MDSgMqAwhi5odHRwOi8vY3JsLnJvb3RjYTEuYW1hem9udHJ1c3QuY29tL3Jvb3RjYTEuY3JsMBMGA1UdIAQMMAowCAYGZ4EMAQIBMA0GCSqGSIb3DQEBCwUAA4IBAQAtTi6Fs0Azfi+iwm7jrz+CSxHH+uHl7Law3MQSXVtR8RV53PtR6r/6gNpqlzdoZq4FKbADi1v9Bun8RY8D51uedRfjsbeodizeBB8nXmeyD33Ep7VATj4ozcd31YFVfgRhvTSxNrrTlNpWkUk0m3BMPv8sg381HhA6uEYokE5q9uws/3YkKqRiEz3TsaWmJqIRZhMbgAfp7O7FUwFIb7UIspogZSKxPIWJpxiPo3TcBambbVtQOcNRWz5qCQdDslI2yayq0n2TXoHyNCLEH8rpsJRVILFsg0jc7BaFrMnF462+ajSehgj12IidNeRN4zl+EoNaWdpnWndvSpAEkq2P", + "format": "base64" + }, + { + "data": "MIIEkjCCA3qgAwIBAgITBn+USionzfP6wq4rAfkI7rnExjANBgkqhkiG9w0BAQsFADCBmDELMAkGA1UEBhMCVVMxEDAOBgNVBAgTB0FyaXpvbmExEzARBgNVBAcTClNjb3R0c2RhbGUxJTAjBgNVBAoTHFN0YXJmaWVsZCBUZWNobm9sb2dpZXMsIEluYy4xOzA5BgNVBAMTMlN0YXJmaWVsZCBTZXJ2aWNlcyBSb290IENlcnRpZmljYXRlIEF1dGhvcml0eSAtIEcyMB4XDTE1MDUyNTEyMDAwMFoXDTM3MTIzMTAxMDAwMFowOTELMAkGA1UEBhMCVVMxDzANBgNVBAoTBkFtYXpvbjEZMBcGA1UEAxMQQW1hem9uIFJvb3QgQ0EgMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALJ4gHHKeNXjca9HgFB0fW7Y14h29Jlo91ghYPl0hAEvrAIthtOgQ3pOsqTQNroBvo3bSMgHFzZM9O6II8c+6zf1tRn4SWiw3te5djgdYZ6k/oI2peVKVuRF4fn9tBb6dNqcmzU5L/qwIFAGbHrQgLKm+a/sRxmPUDgH3KKHOVj4utWp+UhnMJbulHheb4mjUcAwhmahRWa6VOujw5H5SNz/0egwLX0tdHA114gk957EWW67c4cX8jJGKLhD+rcdqsq08p8kDi1L93FcXmn/6pUCyziKrlA4b9v7LWIbxcceVOF34GfID5yHI9Y/QCB/IIDEgEw+OyQmjgSubJrIqg0CAwEAAaOCATEwggEtMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgGGMB0GA1UdDgQWBBSEGMyFNOy8DJSULghZnMeyEE4KCDAfBgNVHSMEGDAWgBScXwDfqgHXMCs4iKK4bUqc8hGRgzB4BggrBgEFBQcBAQRsMGowLgYIKwYBBQUHMAGGImh0dHA6Ly9vY3NwLnJvb3RnMi5hbWF6b250cnVzdC5jb20wOAYIKwYBBQUHMAKGLGh0dHA6Ly9jcnQucm9vdGcyLmFtYXpvbnRydXN0LmNvbS9yb290ZzIuY2VyMD0GA1UdHwQ2MDQwMqAwoC6GLGh0dHA6Ly9jcmwucm9vdGcyLmFtYXpvbnRydXN0LmNvbS9yb290ZzIuY3JsMBEGA1UdIAQKMAgwBgYEVR0gADANBgkqhkiG9w0BAQsFAAOCAQEAYjdCXLwQtT6LLOkMm2xF4gcAevnFWAu5CIw+7bMlPLVvUOTNNWqnkzSWMiGpSESrnO09tKpzbeR/FoCJbM8oAxiDR3mjEH4wW6w7sGDgd9QIpuEdfF7Au/maeyKdpwAJfqxGF4PcnCZXmTA5YpaP7dreqsXMGz7KQ2hsVxa81Q4gLv7/wmpdLqBKbRRYh5TmOTFffHPLkIhqhBGWJ6bt2YFGpn6jcgAKUj6DiAdjd4lpFw85hdKrCEVN0FE6/V1dN2RMfjCyVSRCnTawXZwXgWHxyvkQAiSr6w10kY17RSlQOYiypok1JR4UakcjMS9cmvqtmg5iUaQqqcT5NJ0hGA==", + "format": "base64" + }, + { + "data": "MIIEdTCCA12gAwIBAgIJAKcOSkw0grd/MA0GCSqGSIb3DQEBCwUAMGgxCzAJBgNVBAYTAlVTMSUwIwYDVQQKExxTdGFyZmllbGQgVGVjaG5vbG9naWVzLCBJbmMuMTIwMAYDVQQLEylTdGFyZmllbGQgQ2xhc3MgMiBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAeFw0wOTA5MDIwMDAwMDBaFw0zNDA2MjgxNzM5MTZaMIGYMQswCQYDVQQGEwJVUzEQMA4GA1UECBMHQXJpem9uYTETMBEGA1UEBxMKU2NvdHRzZGFsZTElMCMGA1UEChMcU3RhcmZpZWxkIFRlY2hub2xvZ2llcywgSW5jLjE7MDkGA1UEAxMyU3RhcmZpZWxkIFNlcnZpY2VzIFJvb3QgQ2VydGlmaWNhdGUgQXV0aG9yaXR5IC0gRzIwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDVDDrEKvlO4vW+GZdfjohTsR8/y8+fIBNtKTrID30892t2OGPZNmCom15cAICyL1l/9of5JUOG52kbUpqQ4XHj2C0NTm/2yEnZtvMaVq4rtnQU68/7JuMauh2WLmo7WJSJR1b/JaCTcFOD2oR0FMNnngRoOt+OQFodSk7PQ5E751bWAHDLUu57fa4657wx+UX2wmDPE1kCK4DMNEffud6QZW0CzyyRpqbn3oUYSXxmTqM6bam17jQuug0DuDPfR+uxa40l2ZvOgdFFRjKWcIfeAg5JQ4W2bHO7ZOphQazJ1FTfhy/HIrImzJ9ZVGif/L4qL8RVHHVAYBeFAlU5i38FAgMBAAGjgfAwge0wDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAYYwHQYDVR0OBBYEFJxfAN+qAdcwKziIorhtSpzyEZGDMB8GA1UdIwQYMBaAFL9ft9HO3R+G9FtVrNzXEMIOqYjnME8GCCsGAQUFBwEBBEMwQTAcBggrBgEFBQcwAYYQaHR0cDovL28uc3MyLnVzLzAhBggrBgEFBQcwAoYVaHR0cDovL3guc3MyLnVzL3guY2VyMCYGA1UdHwQfMB0wG6AZoBeGFWh0dHA6Ly9zLnNzMi51cy9yLmNybDARBgNVHSAECjAIMAYGBFUdIAAwDQYJKoZIhvcNAQELBQADggEBACMd44pXyn3pF3lM8R5V/cxTbj5HD9/GVfKyBDbtgB9TxF00KGu+x1X8Z+rLP3+QsjPNG1gQggL4+C/1E2DUBc7xgQjB3ad1l08YuW3e95ORCLp+QCztweq7dp4zBncdDQh/U90bZKuCJ/Fp1U1ervShw3WnWEQt8jxwmKy6abaVd38PMV4s/KCHOkdp8Hlf9BRUpJVeEXgSYCfOn8J3/yNTd126/+pZ59vPr5KW7ySaNRB6nJHGDn2Z9j8Z3/VyVOEVqQdZe4O/Ui5GjLIAZHYcSNPYeehuVsyuLAOQ1xk4meTKCRlb/weWsKh/NEnfVqn3sF/tM+2MR7cwA130A4w=", + "format": "base64" + } + ], + "server_name": "www.csmonitor.com", + "t0": 0.179320327, + "t": 0.211240946, + "tags": [ + "depth=0", + "fetch_body=true" + ], + "tls_version": "TLSv1.3", + "transaction_id": 13 + }, + { + "network": "tcp", + "address": "108.139.210.116:443", + "cipher_suite": "TLS_AES_128_GCM_SHA256", + "failure": null, + "negotiated_protocol": "h2", + "no_tls_verify": false, + "peer_certificates": [ + { + "data": "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", + "format": "base64" + }, + { + "data": "MIIEXjCCA0agAwIBAgITB3MSSkvL1E7HtTvq8ZSELToPoTANBgkqhkiG9w0BAQsFADA5MQswCQYDVQQGEwJVUzEPMA0GA1UEChMGQW1hem9uMRkwFwYDVQQDExBBbWF6b24gUm9vdCBDQSAxMB4XDTIyMDgyMzIyMjUzMFoXDTMwMDgyMzIyMjUzMFowPDELMAkGA1UEBhMCVVMxDzANBgNVBAoTBkFtYXpvbjEcMBoGA1UEAxMTQW1hem9uIFJTQSAyMDQ4IE0wMjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALtDGMZaqHneKei1by6+pUPPLljTB143Si6VpEWPc6mSkFhZb/6qrkZyoHlQLbDYnI2D7hD0sdzEqfnuAjIsuXQLG3A8TvX6V3oFNBFVe8NlLJHvBseKY88saLwufxkZVwk74g4nWlNMXzla9Y5F3wwRHwMVH443xGz6UtGSZSqQ94eFx5X7Tlqt8whi8qCaKdZ5rNak+r9nUThOeClqFd4oXych//Rc7Y0eX1KNWHYSI1Nk31mYgiK3JvH063g+K9tHA63ZeTgKgndlh+WI+zv7i44HepRZjA1FYwYZ9Vv/9UkC5Yz8/yU65fgjaE+wVHM4e/YyC2osrPWE7gJ+dXMCAwEAAaOCAVowggFWMBIGA1UdEwEB/wQIMAYBAf8CAQAwDgYDVR0PAQH/BAQDAgGGMB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcDAjAdBgNVHQ4EFgQUwDFSzVpQw4J8dHHOy+mc+XrrguIwHwYDVR0jBBgwFoAUhBjMhTTsvAyUlC4IWZzHshBOCggwewYIKwYBBQUHAQEEbzBtMC8GCCsGAQUFBzABhiNodHRwOi8vb2NzcC5yb290Y2ExLmFtYXpvbnRydXN0LmNvbTA6BggrBgEFBQcwAoYuaHR0cDovL2NydC5yb290Y2ExLmFtYXpvbnRydXN0LmNvbS9yb290Y2ExLmNlcjA/BgNVHR8EODA2MDSgMqAwhi5odHRwOi8vY3JsLnJvb3RjYTEuYW1hem9udHJ1c3QuY29tL3Jvb3RjYTEuY3JsMBMGA1UdIAQMMAowCAYGZ4EMAQIBMA0GCSqGSIb3DQEBCwUAA4IBAQAtTi6Fs0Azfi+iwm7jrz+CSxHH+uHl7Law3MQSXVtR8RV53PtR6r/6gNpqlzdoZq4FKbADi1v9Bun8RY8D51uedRfjsbeodizeBB8nXmeyD33Ep7VATj4ozcd31YFVfgRhvTSxNrrTlNpWkUk0m3BMPv8sg381HhA6uEYokE5q9uws/3YkKqRiEz3TsaWmJqIRZhMbgAfp7O7FUwFIb7UIspogZSKxPIWJpxiPo3TcBambbVtQOcNRWz5qCQdDslI2yayq0n2TXoHyNCLEH8rpsJRVILFsg0jc7BaFrMnF462+ajSehgj12IidNeRN4zl+EoNaWdpnWndvSpAEkq2P", + "format": "base64" + }, + { + "data": "MIIEkjCCA3qgAwIBAgITBn+USionzfP6wq4rAfkI7rnExjANBgkqhkiG9w0BAQsFADCBmDELMAkGA1UEBhMCVVMxEDAOBgNVBAgTB0FyaXpvbmExEzARBgNVBAcTClNjb3R0c2RhbGUxJTAjBgNVBAoTHFN0YXJmaWVsZCBUZWNobm9sb2dpZXMsIEluYy4xOzA5BgNVBAMTMlN0YXJmaWVsZCBTZXJ2aWNlcyBSb290IENlcnRpZmljYXRlIEF1dGhvcml0eSAtIEcyMB4XDTE1MDUyNTEyMDAwMFoXDTM3MTIzMTAxMDAwMFowOTELMAkGA1UEBhMCVVMxDzANBgNVBAoTBkFtYXpvbjEZMBcGA1UEAxMQQW1hem9uIFJvb3QgQ0EgMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALJ4gHHKeNXjca9HgFB0fW7Y14h29Jlo91ghYPl0hAEvrAIthtOgQ3pOsqTQNroBvo3bSMgHFzZM9O6II8c+6zf1tRn4SWiw3te5djgdYZ6k/oI2peVKVuRF4fn9tBb6dNqcmzU5L/qwIFAGbHrQgLKm+a/sRxmPUDgH3KKHOVj4utWp+UhnMJbulHheb4mjUcAwhmahRWa6VOujw5H5SNz/0egwLX0tdHA114gk957EWW67c4cX8jJGKLhD+rcdqsq08p8kDi1L93FcXmn/6pUCyziKrlA4b9v7LWIbxcceVOF34GfID5yHI9Y/QCB/IIDEgEw+OyQmjgSubJrIqg0CAwEAAaOCATEwggEtMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgGGMB0GA1UdDgQWBBSEGMyFNOy8DJSULghZnMeyEE4KCDAfBgNVHSMEGDAWgBScXwDfqgHXMCs4iKK4bUqc8hGRgzB4BggrBgEFBQcBAQRsMGowLgYIKwYBBQUHMAGGImh0dHA6Ly9vY3NwLnJvb3RnMi5hbWF6b250cnVzdC5jb20wOAYIKwYBBQUHMAKGLGh0dHA6Ly9jcnQucm9vdGcyLmFtYXpvbnRydXN0LmNvbS9yb290ZzIuY2VyMD0GA1UdHwQ2MDQwMqAwoC6GLGh0dHA6Ly9jcmwucm9vdGcyLmFtYXpvbnRydXN0LmNvbS9yb290ZzIuY3JsMBEGA1UdIAQKMAgwBgYEVR0gADANBgkqhkiG9w0BAQsFAAOCAQEAYjdCXLwQtT6LLOkMm2xF4gcAevnFWAu5CIw+7bMlPLVvUOTNNWqnkzSWMiGpSESrnO09tKpzbeR/FoCJbM8oAxiDR3mjEH4wW6w7sGDgd9QIpuEdfF7Au/maeyKdpwAJfqxGF4PcnCZXmTA5YpaP7dreqsXMGz7KQ2hsVxa81Q4gLv7/wmpdLqBKbRRYh5TmOTFffHPLkIhqhBGWJ6bt2YFGpn6jcgAKUj6DiAdjd4lpFw85hdKrCEVN0FE6/V1dN2RMfjCyVSRCnTawXZwXgWHxyvkQAiSr6w10kY17RSlQOYiypok1JR4UakcjMS9cmvqtmg5iUaQqqcT5NJ0hGA==", + "format": "base64" + }, + { + "data": "MIIEdTCCA12gAwIBAgIJAKcOSkw0grd/MA0GCSqGSIb3DQEBCwUAMGgxCzAJBgNVBAYTAlVTMSUwIwYDVQQKExxTdGFyZmllbGQgVGVjaG5vbG9naWVzLCBJbmMuMTIwMAYDVQQLEylTdGFyZmllbGQgQ2xhc3MgMiBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAeFw0wOTA5MDIwMDAwMDBaFw0zNDA2MjgxNzM5MTZaMIGYMQswCQYDVQQGEwJVUzEQMA4GA1UECBMHQXJpem9uYTETMBEGA1UEBxMKU2NvdHRzZGFsZTElMCMGA1UEChMcU3RhcmZpZWxkIFRlY2hub2xvZ2llcywgSW5jLjE7MDkGA1UEAxMyU3RhcmZpZWxkIFNlcnZpY2VzIFJvb3QgQ2VydGlmaWNhdGUgQXV0aG9yaXR5IC0gRzIwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDVDDrEKvlO4vW+GZdfjohTsR8/y8+fIBNtKTrID30892t2OGPZNmCom15cAICyL1l/9of5JUOG52kbUpqQ4XHj2C0NTm/2yEnZtvMaVq4rtnQU68/7JuMauh2WLmo7WJSJR1b/JaCTcFOD2oR0FMNnngRoOt+OQFodSk7PQ5E751bWAHDLUu57fa4657wx+UX2wmDPE1kCK4DMNEffud6QZW0CzyyRpqbn3oUYSXxmTqM6bam17jQuug0DuDPfR+uxa40l2ZvOgdFFRjKWcIfeAg5JQ4W2bHO7ZOphQazJ1FTfhy/HIrImzJ9ZVGif/L4qL8RVHHVAYBeFAlU5i38FAgMBAAGjgfAwge0wDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAYYwHQYDVR0OBBYEFJxfAN+qAdcwKziIorhtSpzyEZGDMB8GA1UdIwQYMBaAFL9ft9HO3R+G9FtVrNzXEMIOqYjnME8GCCsGAQUFBwEBBEMwQTAcBggrBgEFBQcwAYYQaHR0cDovL28uc3MyLnVzLzAhBggrBgEFBQcwAoYVaHR0cDovL3guc3MyLnVzL3guY2VyMCYGA1UdHwQfMB0wG6AZoBeGFWh0dHA6Ly9zLnNzMi51cy9yLmNybDARBgNVHSAECjAIMAYGBFUdIAAwDQYJKoZIhvcNAQELBQADggEBACMd44pXyn3pF3lM8R5V/cxTbj5HD9/GVfKyBDbtgB9TxF00KGu+x1X8Z+rLP3+QsjPNG1gQggL4+C/1E2DUBc7xgQjB3ad1l08YuW3e95ORCLp+QCztweq7dp4zBncdDQh/U90bZKuCJ/Fp1U1ervShw3WnWEQt8jxwmKy6abaVd38PMV4s/KCHOkdp8Hlf9BRUpJVeEXgSYCfOn8J3/yNTd126/+pZ59vPr5KW7ySaNRB6nJHGDn2Z9j8Z3/VyVOEVqQdZe4O/Ui5GjLIAZHYcSNPYeehuVsyuLAOQ1xk4meTKCRlb/weWsKh/NEnfVqn3sF/tM+2MR7cwA130A4w=", + "format": "base64" + } + ], + "server_name": "www.csmonitor.com", + "t0": 0.181469654, + "t": 0.21167789, + "tags": [ + "depth=0", + "fetch_body=true" + ], + "tls_version": "TLSv1.3", + "transaction_id": 14 + }, + { + "network": "tcp", + "address": "65.8.161.30:443", + "cipher_suite": "TLS_AES_128_GCM_SHA256", + "failure": null, + "negotiated_protocol": "h2", + "no_tls_verify": false, + "peer_certificates": [ + { + "data": "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", + "format": "base64" + }, + { + "data": "MIIEXjCCA0agAwIBAgITB3MSSkvL1E7HtTvq8ZSELToPoTANBgkqhkiG9w0BAQsFADA5MQswCQYDVQQGEwJVUzEPMA0GA1UEChMGQW1hem9uMRkwFwYDVQQDExBBbWF6b24gUm9vdCBDQSAxMB4XDTIyMDgyMzIyMjUzMFoXDTMwMDgyMzIyMjUzMFowPDELMAkGA1UEBhMCVVMxDzANBgNVBAoTBkFtYXpvbjEcMBoGA1UEAxMTQW1hem9uIFJTQSAyMDQ4IE0wMjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALtDGMZaqHneKei1by6+pUPPLljTB143Si6VpEWPc6mSkFhZb/6qrkZyoHlQLbDYnI2D7hD0sdzEqfnuAjIsuXQLG3A8TvX6V3oFNBFVe8NlLJHvBseKY88saLwufxkZVwk74g4nWlNMXzla9Y5F3wwRHwMVH443xGz6UtGSZSqQ94eFx5X7Tlqt8whi8qCaKdZ5rNak+r9nUThOeClqFd4oXych//Rc7Y0eX1KNWHYSI1Nk31mYgiK3JvH063g+K9tHA63ZeTgKgndlh+WI+zv7i44HepRZjA1FYwYZ9Vv/9UkC5Yz8/yU65fgjaE+wVHM4e/YyC2osrPWE7gJ+dXMCAwEAAaOCAVowggFWMBIGA1UdEwEB/wQIMAYBAf8CAQAwDgYDVR0PAQH/BAQDAgGGMB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcDAjAdBgNVHQ4EFgQUwDFSzVpQw4J8dHHOy+mc+XrrguIwHwYDVR0jBBgwFoAUhBjMhTTsvAyUlC4IWZzHshBOCggwewYIKwYBBQUHAQEEbzBtMC8GCCsGAQUFBzABhiNodHRwOi8vb2NzcC5yb290Y2ExLmFtYXpvbnRydXN0LmNvbTA6BggrBgEFBQcwAoYuaHR0cDovL2NydC5yb290Y2ExLmFtYXpvbnRydXN0LmNvbS9yb290Y2ExLmNlcjA/BgNVHR8EODA2MDSgMqAwhi5odHRwOi8vY3JsLnJvb3RjYTEuYW1hem9udHJ1c3QuY29tL3Jvb3RjYTEuY3JsMBMGA1UdIAQMMAowCAYGZ4EMAQIBMA0GCSqGSIb3DQEBCwUAA4IBAQAtTi6Fs0Azfi+iwm7jrz+CSxHH+uHl7Law3MQSXVtR8RV53PtR6r/6gNpqlzdoZq4FKbADi1v9Bun8RY8D51uedRfjsbeodizeBB8nXmeyD33Ep7VATj4ozcd31YFVfgRhvTSxNrrTlNpWkUk0m3BMPv8sg381HhA6uEYokE5q9uws/3YkKqRiEz3TsaWmJqIRZhMbgAfp7O7FUwFIb7UIspogZSKxPIWJpxiPo3TcBambbVtQOcNRWz5qCQdDslI2yayq0n2TXoHyNCLEH8rpsJRVILFsg0jc7BaFrMnF462+ajSehgj12IidNeRN4zl+EoNaWdpnWndvSpAEkq2P", + "format": "base64" + }, + { + "data": "MIIEkjCCA3qgAwIBAgITBn+USionzfP6wq4rAfkI7rnExjANBgkqhkiG9w0BAQsFADCBmDELMAkGA1UEBhMCVVMxEDAOBgNVBAgTB0FyaXpvbmExEzARBgNVBAcTClNjb3R0c2RhbGUxJTAjBgNVBAoTHFN0YXJmaWVsZCBUZWNobm9sb2dpZXMsIEluYy4xOzA5BgNVBAMTMlN0YXJmaWVsZCBTZXJ2aWNlcyBSb290IENlcnRpZmljYXRlIEF1dGhvcml0eSAtIEcyMB4XDTE1MDUyNTEyMDAwMFoXDTM3MTIzMTAxMDAwMFowOTELMAkGA1UEBhMCVVMxDzANBgNVBAoTBkFtYXpvbjEZMBcGA1UEAxMQQW1hem9uIFJvb3QgQ0EgMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALJ4gHHKeNXjca9HgFB0fW7Y14h29Jlo91ghYPl0hAEvrAIthtOgQ3pOsqTQNroBvo3bSMgHFzZM9O6II8c+6zf1tRn4SWiw3te5djgdYZ6k/oI2peVKVuRF4fn9tBb6dNqcmzU5L/qwIFAGbHrQgLKm+a/sRxmPUDgH3KKHOVj4utWp+UhnMJbulHheb4mjUcAwhmahRWa6VOujw5H5SNz/0egwLX0tdHA114gk957EWW67c4cX8jJGKLhD+rcdqsq08p8kDi1L93FcXmn/6pUCyziKrlA4b9v7LWIbxcceVOF34GfID5yHI9Y/QCB/IIDEgEw+OyQmjgSubJrIqg0CAwEAAaOCATEwggEtMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgGGMB0GA1UdDgQWBBSEGMyFNOy8DJSULghZnMeyEE4KCDAfBgNVHSMEGDAWgBScXwDfqgHXMCs4iKK4bUqc8hGRgzB4BggrBgEFBQcBAQRsMGowLgYIKwYBBQUHMAGGImh0dHA6Ly9vY3NwLnJvb3RnMi5hbWF6b250cnVzdC5jb20wOAYIKwYBBQUHMAKGLGh0dHA6Ly9jcnQucm9vdGcyLmFtYXpvbnRydXN0LmNvbS9yb290ZzIuY2VyMD0GA1UdHwQ2MDQwMqAwoC6GLGh0dHA6Ly9jcmwucm9vdGcyLmFtYXpvbnRydXN0LmNvbS9yb290ZzIuY3JsMBEGA1UdIAQKMAgwBgYEVR0gADANBgkqhkiG9w0BAQsFAAOCAQEAYjdCXLwQtT6LLOkMm2xF4gcAevnFWAu5CIw+7bMlPLVvUOTNNWqnkzSWMiGpSESrnO09tKpzbeR/FoCJbM8oAxiDR3mjEH4wW6w7sGDgd9QIpuEdfF7Au/maeyKdpwAJfqxGF4PcnCZXmTA5YpaP7dreqsXMGz7KQ2hsVxa81Q4gLv7/wmpdLqBKbRRYh5TmOTFffHPLkIhqhBGWJ6bt2YFGpn6jcgAKUj6DiAdjd4lpFw85hdKrCEVN0FE6/V1dN2RMfjCyVSRCnTawXZwXgWHxyvkQAiSr6w10kY17RSlQOYiypok1JR4UakcjMS9cmvqtmg5iUaQqqcT5NJ0hGA==", + "format": "base64" + }, + { + "data": "MIIEdTCCA12gAwIBAgIJAKcOSkw0grd/MA0GCSqGSIb3DQEBCwUAMGgxCzAJBgNVBAYTAlVTMSUwIwYDVQQKExxTdGFyZmllbGQgVGVjaG5vbG9naWVzLCBJbmMuMTIwMAYDVQQLEylTdGFyZmllbGQgQ2xhc3MgMiBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAeFw0wOTA5MDIwMDAwMDBaFw0zNDA2MjgxNzM5MTZaMIGYMQswCQYDVQQGEwJVUzEQMA4GA1UECBMHQXJpem9uYTETMBEGA1UEBxMKU2NvdHRzZGFsZTElMCMGA1UEChMcU3RhcmZpZWxkIFRlY2hub2xvZ2llcywgSW5jLjE7MDkGA1UEAxMyU3RhcmZpZWxkIFNlcnZpY2VzIFJvb3QgQ2VydGlmaWNhdGUgQXV0aG9yaXR5IC0gRzIwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDVDDrEKvlO4vW+GZdfjohTsR8/y8+fIBNtKTrID30892t2OGPZNmCom15cAICyL1l/9of5JUOG52kbUpqQ4XHj2C0NTm/2yEnZtvMaVq4rtnQU68/7JuMauh2WLmo7WJSJR1b/JaCTcFOD2oR0FMNnngRoOt+OQFodSk7PQ5E751bWAHDLUu57fa4657wx+UX2wmDPE1kCK4DMNEffud6QZW0CzyyRpqbn3oUYSXxmTqM6bam17jQuug0DuDPfR+uxa40l2ZvOgdFFRjKWcIfeAg5JQ4W2bHO7ZOphQazJ1FTfhy/HIrImzJ9ZVGif/L4qL8RVHHVAYBeFAlU5i38FAgMBAAGjgfAwge0wDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAYYwHQYDVR0OBBYEFJxfAN+qAdcwKziIorhtSpzyEZGDMB8GA1UdIwQYMBaAFL9ft9HO3R+G9FtVrNzXEMIOqYjnME8GCCsGAQUFBwEBBEMwQTAcBggrBgEFBQcwAYYQaHR0cDovL28uc3MyLnVzLzAhBggrBgEFBQcwAoYVaHR0cDovL3guc3MyLnVzL3guY2VyMCYGA1UdHwQfMB0wG6AZoBeGFWh0dHA6Ly9zLnNzMi51cy9yLmNybDARBgNVHSAECjAIMAYGBFUdIAAwDQYJKoZIhvcNAQELBQADggEBACMd44pXyn3pF3lM8R5V/cxTbj5HD9/GVfKyBDbtgB9TxF00KGu+x1X8Z+rLP3+QsjPNG1gQggL4+C/1E2DUBc7xgQjB3ad1l08YuW3e95ORCLp+QCztweq7dp4zBncdDQh/U90bZKuCJ/Fp1U1ervShw3WnWEQt8jxwmKy6abaVd38PMV4s/KCHOkdp8Hlf9BRUpJVeEXgSYCfOn8J3/yNTd126/+pZ59vPr5KW7ySaNRB6nJHGDn2Z9j8Z3/VyVOEVqQdZe4O/Ui5GjLIAZHYcSNPYeehuVsyuLAOQ1xk4meTKCRlb/weWsKh/NEnfVqn3sF/tM+2MR7cwA130A4w=", + "format": "base64" + } + ], + "server_name": "www.csmonitor.com", + "t0": 1.82231097, + "t": 1.992010131, + "tags": [ + "depth=0", + "fetch_body=true" + ], + "tls_version": "TLSv1.3", + "transaction_id": 32 + }, + { + "network": "tcp", + "address": "65.8.161.3:443", + "cipher_suite": "TLS_AES_128_GCM_SHA256", + "failure": null, + "negotiated_protocol": "h2", + "no_tls_verify": false, + "peer_certificates": [ + { + "data": "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", + "format": "base64" + }, + { + "data": "MIIEXjCCA0agAwIBAgITB3MSSkvL1E7HtTvq8ZSELToPoTANBgkqhkiG9w0BAQsFADA5MQswCQYDVQQGEwJVUzEPMA0GA1UEChMGQW1hem9uMRkwFwYDVQQDExBBbWF6b24gUm9vdCBDQSAxMB4XDTIyMDgyMzIyMjUzMFoXDTMwMDgyMzIyMjUzMFowPDELMAkGA1UEBhMCVVMxDzANBgNVBAoTBkFtYXpvbjEcMBoGA1UEAxMTQW1hem9uIFJTQSAyMDQ4IE0wMjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALtDGMZaqHneKei1by6+pUPPLljTB143Si6VpEWPc6mSkFhZb/6qrkZyoHlQLbDYnI2D7hD0sdzEqfnuAjIsuXQLG3A8TvX6V3oFNBFVe8NlLJHvBseKY88saLwufxkZVwk74g4nWlNMXzla9Y5F3wwRHwMVH443xGz6UtGSZSqQ94eFx5X7Tlqt8whi8qCaKdZ5rNak+r9nUThOeClqFd4oXych//Rc7Y0eX1KNWHYSI1Nk31mYgiK3JvH063g+K9tHA63ZeTgKgndlh+WI+zv7i44HepRZjA1FYwYZ9Vv/9UkC5Yz8/yU65fgjaE+wVHM4e/YyC2osrPWE7gJ+dXMCAwEAAaOCAVowggFWMBIGA1UdEwEB/wQIMAYBAf8CAQAwDgYDVR0PAQH/BAQDAgGGMB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcDAjAdBgNVHQ4EFgQUwDFSzVpQw4J8dHHOy+mc+XrrguIwHwYDVR0jBBgwFoAUhBjMhTTsvAyUlC4IWZzHshBOCggwewYIKwYBBQUHAQEEbzBtMC8GCCsGAQUFBzABhiNodHRwOi8vb2NzcC5yb290Y2ExLmFtYXpvbnRydXN0LmNvbTA6BggrBgEFBQcwAoYuaHR0cDovL2NydC5yb290Y2ExLmFtYXpvbnRydXN0LmNvbS9yb290Y2ExLmNlcjA/BgNVHR8EODA2MDSgMqAwhi5odHRwOi8vY3JsLnJvb3RjYTEuYW1hem9udHJ1c3QuY29tL3Jvb3RjYTEuY3JsMBMGA1UdIAQMMAowCAYGZ4EMAQIBMA0GCSqGSIb3DQEBCwUAA4IBAQAtTi6Fs0Azfi+iwm7jrz+CSxHH+uHl7Law3MQSXVtR8RV53PtR6r/6gNpqlzdoZq4FKbADi1v9Bun8RY8D51uedRfjsbeodizeBB8nXmeyD33Ep7VATj4ozcd31YFVfgRhvTSxNrrTlNpWkUk0m3BMPv8sg381HhA6uEYokE5q9uws/3YkKqRiEz3TsaWmJqIRZhMbgAfp7O7FUwFIb7UIspogZSKxPIWJpxiPo3TcBambbVtQOcNRWz5qCQdDslI2yayq0n2TXoHyNCLEH8rpsJRVILFsg0jc7BaFrMnF462+ajSehgj12IidNeRN4zl+EoNaWdpnWndvSpAEkq2P", + "format": "base64" + }, + { + "data": "MIIEkjCCA3qgAwIBAgITBn+USionzfP6wq4rAfkI7rnExjANBgkqhkiG9w0BAQsFADCBmDELMAkGA1UEBhMCVVMxEDAOBgNVBAgTB0FyaXpvbmExEzARBgNVBAcTClNjb3R0c2RhbGUxJTAjBgNVBAoTHFN0YXJmaWVsZCBUZWNobm9sb2dpZXMsIEluYy4xOzA5BgNVBAMTMlN0YXJmaWVsZCBTZXJ2aWNlcyBSb290IENlcnRpZmljYXRlIEF1dGhvcml0eSAtIEcyMB4XDTE1MDUyNTEyMDAwMFoXDTM3MTIzMTAxMDAwMFowOTELMAkGA1UEBhMCVVMxDzANBgNVBAoTBkFtYXpvbjEZMBcGA1UEAxMQQW1hem9uIFJvb3QgQ0EgMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALJ4gHHKeNXjca9HgFB0fW7Y14h29Jlo91ghYPl0hAEvrAIthtOgQ3pOsqTQNroBvo3bSMgHFzZM9O6II8c+6zf1tRn4SWiw3te5djgdYZ6k/oI2peVKVuRF4fn9tBb6dNqcmzU5L/qwIFAGbHrQgLKm+a/sRxmPUDgH3KKHOVj4utWp+UhnMJbulHheb4mjUcAwhmahRWa6VOujw5H5SNz/0egwLX0tdHA114gk957EWW67c4cX8jJGKLhD+rcdqsq08p8kDi1L93FcXmn/6pUCyziKrlA4b9v7LWIbxcceVOF34GfID5yHI9Y/QCB/IIDEgEw+OyQmjgSubJrIqg0CAwEAAaOCATEwggEtMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgGGMB0GA1UdDgQWBBSEGMyFNOy8DJSULghZnMeyEE4KCDAfBgNVHSMEGDAWgBScXwDfqgHXMCs4iKK4bUqc8hGRgzB4BggrBgEFBQcBAQRsMGowLgYIKwYBBQUHMAGGImh0dHA6Ly9vY3NwLnJvb3RnMi5hbWF6b250cnVzdC5jb20wOAYIKwYBBQUHMAKGLGh0dHA6Ly9jcnQucm9vdGcyLmFtYXpvbnRydXN0LmNvbS9yb290ZzIuY2VyMD0GA1UdHwQ2MDQwMqAwoC6GLGh0dHA6Ly9jcmwucm9vdGcyLmFtYXpvbnRydXN0LmNvbS9yb290ZzIuY3JsMBEGA1UdIAQKMAgwBgYEVR0gADANBgkqhkiG9w0BAQsFAAOCAQEAYjdCXLwQtT6LLOkMm2xF4gcAevnFWAu5CIw+7bMlPLVvUOTNNWqnkzSWMiGpSESrnO09tKpzbeR/FoCJbM8oAxiDR3mjEH4wW6w7sGDgd9QIpuEdfF7Au/maeyKdpwAJfqxGF4PcnCZXmTA5YpaP7dreqsXMGz7KQ2hsVxa81Q4gLv7/wmpdLqBKbRRYh5TmOTFffHPLkIhqhBGWJ6bt2YFGpn6jcgAKUj6DiAdjd4lpFw85hdKrCEVN0FE6/V1dN2RMfjCyVSRCnTawXZwXgWHxyvkQAiSr6w10kY17RSlQOYiypok1JR4UakcjMS9cmvqtmg5iUaQqqcT5NJ0hGA==", + "format": "base64" + }, + { + "data": "MIIEdTCCA12gAwIBAgIJAKcOSkw0grd/MA0GCSqGSIb3DQEBCwUAMGgxCzAJBgNVBAYTAlVTMSUwIwYDVQQKExxTdGFyZmllbGQgVGVjaG5vbG9naWVzLCBJbmMuMTIwMAYDVQQLEylTdGFyZmllbGQgQ2xhc3MgMiBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAeFw0wOTA5MDIwMDAwMDBaFw0zNDA2MjgxNzM5MTZaMIGYMQswCQYDVQQGEwJVUzEQMA4GA1UECBMHQXJpem9uYTETMBEGA1UEBxMKU2NvdHRzZGFsZTElMCMGA1UEChMcU3RhcmZpZWxkIFRlY2hub2xvZ2llcywgSW5jLjE7MDkGA1UEAxMyU3RhcmZpZWxkIFNlcnZpY2VzIFJvb3QgQ2VydGlmaWNhdGUgQXV0aG9yaXR5IC0gRzIwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDVDDrEKvlO4vW+GZdfjohTsR8/y8+fIBNtKTrID30892t2OGPZNmCom15cAICyL1l/9of5JUOG52kbUpqQ4XHj2C0NTm/2yEnZtvMaVq4rtnQU68/7JuMauh2WLmo7WJSJR1b/JaCTcFOD2oR0FMNnngRoOt+OQFodSk7PQ5E751bWAHDLUu57fa4657wx+UX2wmDPE1kCK4DMNEffud6QZW0CzyyRpqbn3oUYSXxmTqM6bam17jQuug0DuDPfR+uxa40l2ZvOgdFFRjKWcIfeAg5JQ4W2bHO7ZOphQazJ1FTfhy/HIrImzJ9ZVGif/L4qL8RVHHVAYBeFAlU5i38FAgMBAAGjgfAwge0wDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAYYwHQYDVR0OBBYEFJxfAN+qAdcwKziIorhtSpzyEZGDMB8GA1UdIwQYMBaAFL9ft9HO3R+G9FtVrNzXEMIOqYjnME8GCCsGAQUFBwEBBEMwQTAcBggrBgEFBQcwAYYQaHR0cDovL28uc3MyLnVzLzAhBggrBgEFBQcwAoYVaHR0cDovL3guc3MyLnVzL3guY2VyMCYGA1UdHwQfMB0wG6AZoBeGFWh0dHA6Ly9zLnNzMi51cy9yLmNybDARBgNVHSAECjAIMAYGBFUdIAAwDQYJKoZIhvcNAQELBQADggEBACMd44pXyn3pF3lM8R5V/cxTbj5HD9/GVfKyBDbtgB9TxF00KGu+x1X8Z+rLP3+QsjPNG1gQggL4+C/1E2DUBc7xgQjB3ad1l08YuW3e95ORCLp+QCztweq7dp4zBncdDQh/U90bZKuCJ/Fp1U1ervShw3WnWEQt8jxwmKy6abaVd38PMV4s/KCHOkdp8Hlf9BRUpJVeEXgSYCfOn8J3/yNTd126/+pZ59vPr5KW7ySaNRB6nJHGDn2Z9j8Z3/VyVOEVqQdZe4O/Ui5GjLIAZHYcSNPYeehuVsyuLAOQ1xk4meTKCRlb/weWsKh/NEnfVqn3sF/tM+2MR7cwA130A4w=", + "format": "base64" + } + ], + "server_name": "www.csmonitor.com", + "t0": 1.825771421, + "t": 1.9946242239999998, + "tags": [ + "depth=0", + "fetch_body=true" + ], + "tls_version": "TLSv1.3", + "transaction_id": 29 + }, + { + "network": "tcp", + "address": "65.8.161.129:443", + "cipher_suite": "TLS_AES_128_GCM_SHA256", + "failure": null, + "negotiated_protocol": "h2", + "no_tls_verify": false, + "peer_certificates": [ + { + "data": "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", + "format": "base64" + }, + { + "data": "MIIEXjCCA0agAwIBAgITB3MSSkvL1E7HtTvq8ZSELToPoTANBgkqhkiG9w0BAQsFADA5MQswCQYDVQQGEwJVUzEPMA0GA1UEChMGQW1hem9uMRkwFwYDVQQDExBBbWF6b24gUm9vdCBDQSAxMB4XDTIyMDgyMzIyMjUzMFoXDTMwMDgyMzIyMjUzMFowPDELMAkGA1UEBhMCVVMxDzANBgNVBAoTBkFtYXpvbjEcMBoGA1UEAxMTQW1hem9uIFJTQSAyMDQ4IE0wMjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALtDGMZaqHneKei1by6+pUPPLljTB143Si6VpEWPc6mSkFhZb/6qrkZyoHlQLbDYnI2D7hD0sdzEqfnuAjIsuXQLG3A8TvX6V3oFNBFVe8NlLJHvBseKY88saLwufxkZVwk74g4nWlNMXzla9Y5F3wwRHwMVH443xGz6UtGSZSqQ94eFx5X7Tlqt8whi8qCaKdZ5rNak+r9nUThOeClqFd4oXych//Rc7Y0eX1KNWHYSI1Nk31mYgiK3JvH063g+K9tHA63ZeTgKgndlh+WI+zv7i44HepRZjA1FYwYZ9Vv/9UkC5Yz8/yU65fgjaE+wVHM4e/YyC2osrPWE7gJ+dXMCAwEAAaOCAVowggFWMBIGA1UdEwEB/wQIMAYBAf8CAQAwDgYDVR0PAQH/BAQDAgGGMB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcDAjAdBgNVHQ4EFgQUwDFSzVpQw4J8dHHOy+mc+XrrguIwHwYDVR0jBBgwFoAUhBjMhTTsvAyUlC4IWZzHshBOCggwewYIKwYBBQUHAQEEbzBtMC8GCCsGAQUFBzABhiNodHRwOi8vb2NzcC5yb290Y2ExLmFtYXpvbnRydXN0LmNvbTA6BggrBgEFBQcwAoYuaHR0cDovL2NydC5yb290Y2ExLmFtYXpvbnRydXN0LmNvbS9yb290Y2ExLmNlcjA/BgNVHR8EODA2MDSgMqAwhi5odHRwOi8vY3JsLnJvb3RjYTEuYW1hem9udHJ1c3QuY29tL3Jvb3RjYTEuY3JsMBMGA1UdIAQMMAowCAYGZ4EMAQIBMA0GCSqGSIb3DQEBCwUAA4IBAQAtTi6Fs0Azfi+iwm7jrz+CSxHH+uHl7Law3MQSXVtR8RV53PtR6r/6gNpqlzdoZq4FKbADi1v9Bun8RY8D51uedRfjsbeodizeBB8nXmeyD33Ep7VATj4ozcd31YFVfgRhvTSxNrrTlNpWkUk0m3BMPv8sg381HhA6uEYokE5q9uws/3YkKqRiEz3TsaWmJqIRZhMbgAfp7O7FUwFIb7UIspogZSKxPIWJpxiPo3TcBambbVtQOcNRWz5qCQdDslI2yayq0n2TXoHyNCLEH8rpsJRVILFsg0jc7BaFrMnF462+ajSehgj12IidNeRN4zl+EoNaWdpnWndvSpAEkq2P", + "format": "base64" + }, + { + "data": "MIIEkjCCA3qgAwIBAgITBn+USionzfP6wq4rAfkI7rnExjANBgkqhkiG9w0BAQsFADCBmDELMAkGA1UEBhMCVVMxEDAOBgNVBAgTB0FyaXpvbmExEzARBgNVBAcTClNjb3R0c2RhbGUxJTAjBgNVBAoTHFN0YXJmaWVsZCBUZWNobm9sb2dpZXMsIEluYy4xOzA5BgNVBAMTMlN0YXJmaWVsZCBTZXJ2aWNlcyBSb290IENlcnRpZmljYXRlIEF1dGhvcml0eSAtIEcyMB4XDTE1MDUyNTEyMDAwMFoXDTM3MTIzMTAxMDAwMFowOTELMAkGA1UEBhMCVVMxDzANBgNVBAoTBkFtYXpvbjEZMBcGA1UEAxMQQW1hem9uIFJvb3QgQ0EgMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALJ4gHHKeNXjca9HgFB0fW7Y14h29Jlo91ghYPl0hAEvrAIthtOgQ3pOsqTQNroBvo3bSMgHFzZM9O6II8c+6zf1tRn4SWiw3te5djgdYZ6k/oI2peVKVuRF4fn9tBb6dNqcmzU5L/qwIFAGbHrQgLKm+a/sRxmPUDgH3KKHOVj4utWp+UhnMJbulHheb4mjUcAwhmahRWa6VOujw5H5SNz/0egwLX0tdHA114gk957EWW67c4cX8jJGKLhD+rcdqsq08p8kDi1L93FcXmn/6pUCyziKrlA4b9v7LWIbxcceVOF34GfID5yHI9Y/QCB/IIDEgEw+OyQmjgSubJrIqg0CAwEAAaOCATEwggEtMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgGGMB0GA1UdDgQWBBSEGMyFNOy8DJSULghZnMeyEE4KCDAfBgNVHSMEGDAWgBScXwDfqgHXMCs4iKK4bUqc8hGRgzB4BggrBgEFBQcBAQRsMGowLgYIKwYBBQUHMAGGImh0dHA6Ly9vY3NwLnJvb3RnMi5hbWF6b250cnVzdC5jb20wOAYIKwYBBQUHMAKGLGh0dHA6Ly9jcnQucm9vdGcyLmFtYXpvbnRydXN0LmNvbS9yb290ZzIuY2VyMD0GA1UdHwQ2MDQwMqAwoC6GLGh0dHA6Ly9jcmwucm9vdGcyLmFtYXpvbnRydXN0LmNvbS9yb290ZzIuY3JsMBEGA1UdIAQKMAgwBgYEVR0gADANBgkqhkiG9w0BAQsFAAOCAQEAYjdCXLwQtT6LLOkMm2xF4gcAevnFWAu5CIw+7bMlPLVvUOTNNWqnkzSWMiGpSESrnO09tKpzbeR/FoCJbM8oAxiDR3mjEH4wW6w7sGDgd9QIpuEdfF7Au/maeyKdpwAJfqxGF4PcnCZXmTA5YpaP7dreqsXMGz7KQ2hsVxa81Q4gLv7/wmpdLqBKbRRYh5TmOTFffHPLkIhqhBGWJ6bt2YFGpn6jcgAKUj6DiAdjd4lpFw85hdKrCEVN0FE6/V1dN2RMfjCyVSRCnTawXZwXgWHxyvkQAiSr6w10kY17RSlQOYiypok1JR4UakcjMS9cmvqtmg5iUaQqqcT5NJ0hGA==", + "format": "base64" + }, + { + "data": "MIIEdTCCA12gAwIBAgIJAKcOSkw0grd/MA0GCSqGSIb3DQEBCwUAMGgxCzAJBgNVBAYTAlVTMSUwIwYDVQQKExxTdGFyZmllbGQgVGVjaG5vbG9naWVzLCBJbmMuMTIwMAYDVQQLEylTdGFyZmllbGQgQ2xhc3MgMiBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAeFw0wOTA5MDIwMDAwMDBaFw0zNDA2MjgxNzM5MTZaMIGYMQswCQYDVQQGEwJVUzEQMA4GA1UECBMHQXJpem9uYTETMBEGA1UEBxMKU2NvdHRzZGFsZTElMCMGA1UEChMcU3RhcmZpZWxkIFRlY2hub2xvZ2llcywgSW5jLjE7MDkGA1UEAxMyU3RhcmZpZWxkIFNlcnZpY2VzIFJvb3QgQ2VydGlmaWNhdGUgQXV0aG9yaXR5IC0gRzIwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDVDDrEKvlO4vW+GZdfjohTsR8/y8+fIBNtKTrID30892t2OGPZNmCom15cAICyL1l/9of5JUOG52kbUpqQ4XHj2C0NTm/2yEnZtvMaVq4rtnQU68/7JuMauh2WLmo7WJSJR1b/JaCTcFOD2oR0FMNnngRoOt+OQFodSk7PQ5E751bWAHDLUu57fa4657wx+UX2wmDPE1kCK4DMNEffud6QZW0CzyyRpqbn3oUYSXxmTqM6bam17jQuug0DuDPfR+uxa40l2ZvOgdFFRjKWcIfeAg5JQ4W2bHO7ZOphQazJ1FTfhy/HIrImzJ9ZVGif/L4qL8RVHHVAYBeFAlU5i38FAgMBAAGjgfAwge0wDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAYYwHQYDVR0OBBYEFJxfAN+qAdcwKziIorhtSpzyEZGDMB8GA1UdIwQYMBaAFL9ft9HO3R+G9FtVrNzXEMIOqYjnME8GCCsGAQUFBwEBBEMwQTAcBggrBgEFBQcwAYYQaHR0cDovL28uc3MyLnVzLzAhBggrBgEFBQcwAoYVaHR0cDovL3guc3MyLnVzL3guY2VyMCYGA1UdHwQfMB0wG6AZoBeGFWh0dHA6Ly9zLnNzMi51cy9yLmNybDARBgNVHSAECjAIMAYGBFUdIAAwDQYJKoZIhvcNAQELBQADggEBACMd44pXyn3pF3lM8R5V/cxTbj5HD9/GVfKyBDbtgB9TxF00KGu+x1X8Z+rLP3+QsjPNG1gQggL4+C/1E2DUBc7xgQjB3ad1l08YuW3e95ORCLp+QCztweq7dp4zBncdDQh/U90bZKuCJ/Fp1U1ervShw3WnWEQt8jxwmKy6abaVd38PMV4s/KCHOkdp8Hlf9BRUpJVeEXgSYCfOn8J3/yNTd126/+pZ59vPr5KW7ySaNRB6nJHGDn2Z9j8Z3/VyVOEVqQdZe4O/Ui5GjLIAZHYcSNPYeehuVsyuLAOQ1xk4meTKCRlb/weWsKh/NEnfVqn3sF/tM+2MR7cwA130A4w=", + "format": "base64" + } + ], + "server_name": "www.csmonitor.com", + "t0": 1.824935947, + "t": 1.996580319, + "tags": [ + "depth=0", + "fetch_body=true" + ], + "tls_version": "TLSv1.3", + "transaction_id": 28 + }, + { + "network": "tcp", + "address": "65.8.161.6:443", + "cipher_suite": "TLS_AES_128_GCM_SHA256", + "failure": null, + "negotiated_protocol": "h2", + "no_tls_verify": false, + "peer_certificates": [ + { + "data": "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", + "format": "base64" + }, + { + "data": "MIIEXjCCA0agAwIBAgITB3MSSkvL1E7HtTvq8ZSELToPoTANBgkqhkiG9w0BAQsFADA5MQswCQYDVQQGEwJVUzEPMA0GA1UEChMGQW1hem9uMRkwFwYDVQQDExBBbWF6b24gUm9vdCBDQSAxMB4XDTIyMDgyMzIyMjUzMFoXDTMwMDgyMzIyMjUzMFowPDELMAkGA1UEBhMCVVMxDzANBgNVBAoTBkFtYXpvbjEcMBoGA1UEAxMTQW1hem9uIFJTQSAyMDQ4IE0wMjCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALtDGMZaqHneKei1by6+pUPPLljTB143Si6VpEWPc6mSkFhZb/6qrkZyoHlQLbDYnI2D7hD0sdzEqfnuAjIsuXQLG3A8TvX6V3oFNBFVe8NlLJHvBseKY88saLwufxkZVwk74g4nWlNMXzla9Y5F3wwRHwMVH443xGz6UtGSZSqQ94eFx5X7Tlqt8whi8qCaKdZ5rNak+r9nUThOeClqFd4oXych//Rc7Y0eX1KNWHYSI1Nk31mYgiK3JvH063g+K9tHA63ZeTgKgndlh+WI+zv7i44HepRZjA1FYwYZ9Vv/9UkC5Yz8/yU65fgjaE+wVHM4e/YyC2osrPWE7gJ+dXMCAwEAAaOCAVowggFWMBIGA1UdEwEB/wQIMAYBAf8CAQAwDgYDVR0PAQH/BAQDAgGGMB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEFBQcDAjAdBgNVHQ4EFgQUwDFSzVpQw4J8dHHOy+mc+XrrguIwHwYDVR0jBBgwFoAUhBjMhTTsvAyUlC4IWZzHshBOCggwewYIKwYBBQUHAQEEbzBtMC8GCCsGAQUFBzABhiNodHRwOi8vb2NzcC5yb290Y2ExLmFtYXpvbnRydXN0LmNvbTA6BggrBgEFBQcwAoYuaHR0cDovL2NydC5yb290Y2ExLmFtYXpvbnRydXN0LmNvbS9yb290Y2ExLmNlcjA/BgNVHR8EODA2MDSgMqAwhi5odHRwOi8vY3JsLnJvb3RjYTEuYW1hem9udHJ1c3QuY29tL3Jvb3RjYTEuY3JsMBMGA1UdIAQMMAowCAYGZ4EMAQIBMA0GCSqGSIb3DQEBCwUAA4IBAQAtTi6Fs0Azfi+iwm7jrz+CSxHH+uHl7Law3MQSXVtR8RV53PtR6r/6gNpqlzdoZq4FKbADi1v9Bun8RY8D51uedRfjsbeodizeBB8nXmeyD33Ep7VATj4ozcd31YFVfgRhvTSxNrrTlNpWkUk0m3BMPv8sg381HhA6uEYokE5q9uws/3YkKqRiEz3TsaWmJqIRZhMbgAfp7O7FUwFIb7UIspogZSKxPIWJpxiPo3TcBambbVtQOcNRWz5qCQdDslI2yayq0n2TXoHyNCLEH8rpsJRVILFsg0jc7BaFrMnF462+ajSehgj12IidNeRN4zl+EoNaWdpnWndvSpAEkq2P", + "format": "base64" + }, + { + "data": "MIIEkjCCA3qgAwIBAgITBn+USionzfP6wq4rAfkI7rnExjANBgkqhkiG9w0BAQsFADCBmDELMAkGA1UEBhMCVVMxEDAOBgNVBAgTB0FyaXpvbmExEzARBgNVBAcTClNjb3R0c2RhbGUxJTAjBgNVBAoTHFN0YXJmaWVsZCBUZWNobm9sb2dpZXMsIEluYy4xOzA5BgNVBAMTMlN0YXJmaWVsZCBTZXJ2aWNlcyBSb290IENlcnRpZmljYXRlIEF1dGhvcml0eSAtIEcyMB4XDTE1MDUyNTEyMDAwMFoXDTM3MTIzMTAxMDAwMFowOTELMAkGA1UEBhMCVVMxDzANBgNVBAoTBkFtYXpvbjEZMBcGA1UEAxMQQW1hem9uIFJvb3QgQ0EgMTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBALJ4gHHKeNXjca9HgFB0fW7Y14h29Jlo91ghYPl0hAEvrAIthtOgQ3pOsqTQNroBvo3bSMgHFzZM9O6II8c+6zf1tRn4SWiw3te5djgdYZ6k/oI2peVKVuRF4fn9tBb6dNqcmzU5L/qwIFAGbHrQgLKm+a/sRxmPUDgH3KKHOVj4utWp+UhnMJbulHheb4mjUcAwhmahRWa6VOujw5H5SNz/0egwLX0tdHA114gk957EWW67c4cX8jJGKLhD+rcdqsq08p8kDi1L93FcXmn/6pUCyziKrlA4b9v7LWIbxcceVOF34GfID5yHI9Y/QCB/IIDEgEw+OyQmjgSubJrIqg0CAwEAAaOCATEwggEtMA8GA1UdEwEB/wQFMAMBAf8wDgYDVR0PAQH/BAQDAgGGMB0GA1UdDgQWBBSEGMyFNOy8DJSULghZnMeyEE4KCDAfBgNVHSMEGDAWgBScXwDfqgHXMCs4iKK4bUqc8hGRgzB4BggrBgEFBQcBAQRsMGowLgYIKwYBBQUHMAGGImh0dHA6Ly9vY3NwLnJvb3RnMi5hbWF6b250cnVzdC5jb20wOAYIKwYBBQUHMAKGLGh0dHA6Ly9jcnQucm9vdGcyLmFtYXpvbnRydXN0LmNvbS9yb290ZzIuY2VyMD0GA1UdHwQ2MDQwMqAwoC6GLGh0dHA6Ly9jcmwucm9vdGcyLmFtYXpvbnRydXN0LmNvbS9yb290ZzIuY3JsMBEGA1UdIAQKMAgwBgYEVR0gADANBgkqhkiG9w0BAQsFAAOCAQEAYjdCXLwQtT6LLOkMm2xF4gcAevnFWAu5CIw+7bMlPLVvUOTNNWqnkzSWMiGpSESrnO09tKpzbeR/FoCJbM8oAxiDR3mjEH4wW6w7sGDgd9QIpuEdfF7Au/maeyKdpwAJfqxGF4PcnCZXmTA5YpaP7dreqsXMGz7KQ2hsVxa81Q4gLv7/wmpdLqBKbRRYh5TmOTFffHPLkIhqhBGWJ6bt2YFGpn6jcgAKUj6DiAdjd4lpFw85hdKrCEVN0FE6/V1dN2RMfjCyVSRCnTawXZwXgWHxyvkQAiSr6w10kY17RSlQOYiypok1JR4UakcjMS9cmvqtmg5iUaQqqcT5NJ0hGA==", + "format": "base64" + }, + { + "data": "MIIEdTCCA12gAwIBAgIJAKcOSkw0grd/MA0GCSqGSIb3DQEBCwUAMGgxCzAJBgNVBAYTAlVTMSUwIwYDVQQKExxTdGFyZmllbGQgVGVjaG5vbG9naWVzLCBJbmMuMTIwMAYDVQQLEylTdGFyZmllbGQgQ2xhc3MgMiBDZXJ0aWZpY2F0aW9uIEF1dGhvcml0eTAeFw0wOTA5MDIwMDAwMDBaFw0zNDA2MjgxNzM5MTZaMIGYMQswCQYDVQQGEwJVUzEQMA4GA1UECBMHQXJpem9uYTETMBEGA1UEBxMKU2NvdHRzZGFsZTElMCMGA1UEChMcU3RhcmZpZWxkIFRlY2hub2xvZ2llcywgSW5jLjE7MDkGA1UEAxMyU3RhcmZpZWxkIFNlcnZpY2VzIFJvb3QgQ2VydGlmaWNhdGUgQXV0aG9yaXR5IC0gRzIwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDVDDrEKvlO4vW+GZdfjohTsR8/y8+fIBNtKTrID30892t2OGPZNmCom15cAICyL1l/9of5JUOG52kbUpqQ4XHj2C0NTm/2yEnZtvMaVq4rtnQU68/7JuMauh2WLmo7WJSJR1b/JaCTcFOD2oR0FMNnngRoOt+OQFodSk7PQ5E751bWAHDLUu57fa4657wx+UX2wmDPE1kCK4DMNEffud6QZW0CzyyRpqbn3oUYSXxmTqM6bam17jQuug0DuDPfR+uxa40l2ZvOgdFFRjKWcIfeAg5JQ4W2bHO7ZOphQazJ1FTfhy/HIrImzJ9ZVGif/L4qL8RVHHVAYBeFAlU5i38FAgMBAAGjgfAwge0wDwYDVR0TAQH/BAUwAwEB/zAOBgNVHQ8BAf8EBAMCAYYwHQYDVR0OBBYEFJxfAN+qAdcwKziIorhtSpzyEZGDMB8GA1UdIwQYMBaAFL9ft9HO3R+G9FtVrNzXEMIOqYjnME8GCCsGAQUFBwEBBEMwQTAcBggrBgEFBQcwAYYQaHR0cDovL28uc3MyLnVzLzAhBggrBgEFBQcwAoYVaHR0cDovL3guc3MyLnVzL3guY2VyMCYGA1UdHwQfMB0wG6AZoBeGFWh0dHA6Ly9zLnNzMi51cy9yLmNybDARBgNVHSAECjAIMAYGBFUdIAAwDQYJKoZIhvcNAQELBQADggEBACMd44pXyn3pF3lM8R5V/cxTbj5HD9/GVfKyBDbtgB9TxF00KGu+x1X8Z+rLP3+QsjPNG1gQggL4+C/1E2DUBc7xgQjB3ad1l08YuW3e95ORCLp+QCztweq7dp4zBncdDQh/U90bZKuCJ/Fp1U1ervShw3WnWEQt8jxwmKy6abaVd38PMV4s/KCHOkdp8Hlf9BRUpJVeEXgSYCfOn8J3/yNTd126/+pZ59vPr5KW7ySaNRB6nJHGDn2Z9j8Z3/VyVOEVqQdZe4O/Ui5GjLIAZHYcSNPYeehuVsyuLAOQ1xk4meTKCRlb/weWsKh/NEnfVqn3sF/tM+2MR7cwA130A4w=", + "format": "base64" + } + ], + "server_name": "www.csmonitor.com", + "t0": 1.827302275, + "t": 2.001441527, + "tags": [ + "depth=0", + "fetch_body=true" + ], + "tls_version": "TLSv1.3", + "transaction_id": 36 + } + ], + "x_control_request": { + "http_request": "https://www.csmonitor.com", + "http_request_headers": { + "Accept": [ + "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8" + ], + "Accept-Language": [ + "en-US,en;q=0.9" + ], + "User-Agent": [ + "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.3" + ] + }, + "tcp_connect": [ + "[2600:9000:2306:3c00:1d:c25c:d00:93a1]:443", + "[2600:9000:2306:3c00:1d:c25c:d00:93a1]:80", + "[2600:9000:2306:1a00:1d:c25c:d00:93a1]:443", + "[2600:9000:2306:1a00:1d:c25c:d00:93a1]:80", + "108.139.243.83:443", + "108.139.243.83:80", + "[2600:9000:2306:d600:1d:c25c:d00:93a1]:443", + "[2600:9000:2306:d600:1d:c25c:d00:93a1]:80", + "[2600:9000:2306:800:1d:c25c:d00:93a1]:443", + "[2600:9000:2306:800:1d:c25c:d00:93a1]:80", + "[2600:9000:2306:5c00:1d:c25c:d00:93a1]:443", + "[2600:9000:2306:5c00:1d:c25c:d00:93a1]:80", + "108.139.243.32:443", + "108.139.243.32:80", + "[2600:9000:2248:3a00:1d:c25c:d00:93a1]:443", + "[2600:9000:2248:3a00:1d:c25c:d00:93a1]:80", + "[2600:9000:2248:8600:1d:c25c:d00:93a1]:443", + "[2600:9000:2248:8600:1d:c25c:d00:93a1]:80", + "108.139.210.47:443", + "108.139.210.47:80", + "108.139.210.116:443", + "108.139.210.116:80", + "[2600:9000:2306:6600:1d:c25c:d00:93a1]:443", + "[2600:9000:2306:6600:1d:c25c:d00:93a1]:80", + "[2600:9000:2248:b000:1d:c25c:d00:93a1]:443", + "[2600:9000:2248:b000:1d:c25c:d00:93a1]:80", + "[2600:9000:2248:ec00:1d:c25c:d00:93a1]:443", + "[2600:9000:2248:ec00:1d:c25c:d00:93a1]:80", + "[2600:9000:2248:8a00:1d:c25c:d00:93a1]:443", + "[2600:9000:2248:8a00:1d:c25c:d00:93a1]:80", + "108.139.210.95:443", + "108.139.210.95:80", + "[2600:9000:2306:9800:1d:c25c:d00:93a1]:443", + "[2600:9000:2306:9800:1d:c25c:d00:93a1]:80", + "108.139.243.41:443", + "108.139.243.41:80", + "[2600:9000:2248:ee00:1d:c25c:d00:93a1]:443", + "[2600:9000:2248:ee00:1d:c25c:d00:93a1]:80", + "[2600:9000:2248:be00:1d:c25c:d00:93a1]:443", + "[2600:9000:2248:be00:1d:c25c:d00:93a1]:80", + "[2600:9000:2248:6800:1d:c25c:d00:93a1]:443", + "[2600:9000:2248:6800:1d:c25c:d00:93a1]:80", + "108.139.210.80:443", + "108.139.210.80:80", + "[2600:9000:2306:7800:1d:c25c:d00:93a1]:443", + "[2600:9000:2306:7800:1d:c25c:d00:93a1]:80", + "108.139.243.106:443", + "108.139.243.106:80" + ], + "x_quic_enabled": false + }, + "control": { + "tcp_connect": { + "108.139.210.116:443": { + "status": true, + "failure": null + }, + "108.139.210.47:443": { + "status": true, + "failure": null + }, + "108.139.210.80:443": { + "status": true, + "failure": null + }, + "108.139.210.95:443": { + "status": true, + "failure": null + }, + "108.139.243.106:443": { + "status": true, + "failure": null + }, + "108.139.243.32:443": { + "status": true, + "failure": null + }, + "108.139.243.41:443": { + "status": true, + "failure": null + }, + "108.139.243.83:443": { + "status": true, + "failure": null + }, + "65.8.161.129:443": { + "status": true, + "failure": null + }, + "65.8.161.30:443": { + "status": true, + "failure": null + }, + "65.8.161.3:443": { + "status": true, + "failure": null + }, + "65.8.161.6:443": { + "status": true, + "failure": null + }, + "[2600:9000:2146:1000:1d:c25c:d00:93a1]:443": { + "status": true, + "failure": null + }, + "[2600:9000:2146:400:1d:c25c:d00:93a1]:443": { + "status": true, + "failure": null + }, + "[2600:9000:2146:5c00:1d:c25c:d00:93a1]:443": { + "status": true, + "failure": null + }, + "[2600:9000:2146:6c00:1d:c25c:d00:93a1]:443": { + "status": true, + "failure": null + }, + "[2600:9000:2146:7200:1d:c25c:d00:93a1]:443": { + "status": true, + "failure": null + }, + "[2600:9000:2146:7800:1d:c25c:d00:93a1]:443": { + "status": true, + "failure": null + }, + "[2600:9000:2146:a400:1d:c25c:d00:93a1]:443": { + "status": true, + "failure": null + }, + "[2600:9000:2146:e400:1d:c25c:d00:93a1]:443": { + "status": true, + "failure": null + }, + "[2600:9000:2248:3a00:1d:c25c:d00:93a1]:443": { + "status": true, + "failure": null + }, + "[2600:9000:2248:6800:1d:c25c:d00:93a1]:443": { + "status": true, + "failure": null + }, + "[2600:9000:2248:8600:1d:c25c:d00:93a1]:443": { + "status": true, + "failure": null + }, + "[2600:9000:2248:8a00:1d:c25c:d00:93a1]:443": { + "status": true, + "failure": null + }, + "[2600:9000:2248:b000:1d:c25c:d00:93a1]:443": { + "status": true, + "failure": null + }, + "[2600:9000:2248:be00:1d:c25c:d00:93a1]:443": { + "status": true, + "failure": null + }, + "[2600:9000:2248:ec00:1d:c25c:d00:93a1]:443": { + "status": true, + "failure": null + }, + "[2600:9000:2248:ee00:1d:c25c:d00:93a1]:443": { + "status": true, + "failure": null + }, + "[2600:9000:2306:1a00:1d:c25c:d00:93a1]:443": { + "status": true, + "failure": null + }, + "[2600:9000:2306:3c00:1d:c25c:d00:93a1]:443": { + "status": true, + "failure": null + }, + "[2600:9000:2306:5c00:1d:c25c:d00:93a1]:443": { + "status": true, + "failure": null + }, + "[2600:9000:2306:6600:1d:c25c:d00:93a1]:443": { + "status": true, + "failure": null + }, + "[2600:9000:2306:7800:1d:c25c:d00:93a1]:443": { + "status": true, + "failure": null + }, + "[2600:9000:2306:800:1d:c25c:d00:93a1]:443": { + "status": true, + "failure": null + }, + "[2600:9000:2306:9800:1d:c25c:d00:93a1]:443": { + "status": true, + "failure": null + }, + "[2600:9000:2306:d600:1d:c25c:d00:93a1]:443": { + "status": true, + "failure": null + } + }, + "tls_handshake": { + "108.139.210.116:443": { + "server_name": "www.csmonitor.com", + "status": true, + "failure": null + }, + "108.139.210.47:443": { + "server_name": "www.csmonitor.com", + "status": true, + "failure": null + }, + "108.139.210.80:443": { + "server_name": "www.csmonitor.com", + "status": true, + "failure": null + }, + "108.139.210.95:443": { + "server_name": "www.csmonitor.com", + "status": true, + "failure": null + }, + "108.139.243.106:443": { + "server_name": "www.csmonitor.com", + "status": true, + "failure": null + }, + "108.139.243.32:443": { + "server_name": "www.csmonitor.com", + "status": true, + "failure": null + }, + "108.139.243.41:443": { + "server_name": "www.csmonitor.com", + "status": true, + "failure": null + }, + "108.139.243.83:443": { + "server_name": "www.csmonitor.com", + "status": true, + "failure": null + }, + "65.8.161.129:443": { + "server_name": "www.csmonitor.com", + "status": true, + "failure": null + }, + "65.8.161.30:443": { + "server_name": "www.csmonitor.com", + "status": true, + "failure": null + }, + "65.8.161.3:443": { + "server_name": "www.csmonitor.com", + "status": true, + "failure": null + }, + "65.8.161.6:443": { + "server_name": "www.csmonitor.com", + "status": true, + "failure": null + }, + "[2600:9000:2146:1000:1d:c25c:d00:93a1]:443": { + "server_name": "www.csmonitor.com", + "status": true, + "failure": null + }, + "[2600:9000:2146:400:1d:c25c:d00:93a1]:443": { + "server_name": "www.csmonitor.com", + "status": true, + "failure": null + }, + "[2600:9000:2146:5c00:1d:c25c:d00:93a1]:443": { + "server_name": "www.csmonitor.com", + "status": true, + "failure": null + }, + "[2600:9000:2146:6c00:1d:c25c:d00:93a1]:443": { + "server_name": "www.csmonitor.com", + "status": true, + "failure": null + }, + "[2600:9000:2146:7200:1d:c25c:d00:93a1]:443": { + "server_name": "www.csmonitor.com", + "status": true, + "failure": null + }, + "[2600:9000:2146:7800:1d:c25c:d00:93a1]:443": { + "server_name": "www.csmonitor.com", + "status": true, + "failure": null + }, + "[2600:9000:2146:a400:1d:c25c:d00:93a1]:443": { + "server_name": "www.csmonitor.com", + "status": true, + "failure": null + }, + "[2600:9000:2146:e400:1d:c25c:d00:93a1]:443": { + "server_name": "www.csmonitor.com", + "status": true, + "failure": null + }, + "[2600:9000:2248:3a00:1d:c25c:d00:93a1]:443": { + "server_name": "www.csmonitor.com", + "status": true, + "failure": null + }, + "[2600:9000:2248:6800:1d:c25c:d00:93a1]:443": { + "server_name": "www.csmonitor.com", + "status": true, + "failure": null + }, + "[2600:9000:2248:8600:1d:c25c:d00:93a1]:443": { + "server_name": "www.csmonitor.com", + "status": true, + "failure": null + }, + "[2600:9000:2248:8a00:1d:c25c:d00:93a1]:443": { + "server_name": "www.csmonitor.com", + "status": true, + "failure": null + }, + "[2600:9000:2248:b000:1d:c25c:d00:93a1]:443": { + "server_name": "www.csmonitor.com", + "status": true, + "failure": null + }, + "[2600:9000:2248:be00:1d:c25c:d00:93a1]:443": { + "server_name": "www.csmonitor.com", + "status": true, + "failure": null + }, + "[2600:9000:2248:ec00:1d:c25c:d00:93a1]:443": { + "server_name": "www.csmonitor.com", + "status": true, + "failure": null + }, + "[2600:9000:2248:ee00:1d:c25c:d00:93a1]:443": { + "server_name": "www.csmonitor.com", + "status": true, + "failure": null + }, + "[2600:9000:2306:1a00:1d:c25c:d00:93a1]:443": { + "server_name": "www.csmonitor.com", + "status": true, + "failure": null + }, + "[2600:9000:2306:3c00:1d:c25c:d00:93a1]:443": { + "server_name": "www.csmonitor.com", + "status": true, + "failure": null + }, + "[2600:9000:2306:5c00:1d:c25c:d00:93a1]:443": { + "server_name": "www.csmonitor.com", + "status": true, + "failure": null + }, + "[2600:9000:2306:6600:1d:c25c:d00:93a1]:443": { + "server_name": "www.csmonitor.com", + "status": true, + "failure": null + }, + "[2600:9000:2306:7800:1d:c25c:d00:93a1]:443": { + "server_name": "www.csmonitor.com", + "status": true, + "failure": null + }, + "[2600:9000:2306:800:1d:c25c:d00:93a1]:443": { + "server_name": "www.csmonitor.com", + "status": true, + "failure": null + }, + "[2600:9000:2306:9800:1d:c25c:d00:93a1]:443": { + "server_name": "www.csmonitor.com", + "status": true, + "failure": null + }, + "[2600:9000:2306:d600:1d:c25c:d00:93a1]:443": { + "server_name": "www.csmonitor.com", + "status": true, + "failure": null + } + }, + "quic_handshake": {}, + "http_request": { + "body_length": 144904, + "discovered_h3_endpoint": "", + "failure": null, + "title": "Christian Science Monitor - CSMonitor.com", + "headers": { + "Accept-Ranges": "bytes", + "Age": "115", + "Cache-Control": "max-age=180, must-revalidate, public", + "Content-Language": "en-US", + "Content-Type": "text/html; charset=utf-8", + "Date": "Tue, 23 Jan 2024 14:30:01 GMT", + "Expires": "Tue, 23 Jan 2024 14:33:01 GMT", + "Ezp-Is_archive": "0", + "Last-Modified": "Tue, 23 Jan 2024 14:30:01 GMT", + "Pragma": "", + "Served-By": "", + "Server": "Apache/2.4.41 (Ubuntu)", + "Via": "1.1 varnish (Varnish/6.0), 1.1 b014854bd0108b7ed0058504b69ccb5a.cloudfront.net (CloudFront)", + "X-Amz-Cf-Id": "WDG9E81oW2rxvoBcR-YcCH5MXpyUvBl823sqAmQOuSVre2XDNUmotQ==", + "X-Amz-Cf-Pop": "SFO53-C1", + "X-Cache": "Hit from cloudfront", + "X-Frame-Options": "DENY", + "X-Powered-By": "Lovestack Edition", + "X-Varnish": "27165997" + }, + "status_code": 200 + }, + "http3_request": null, + "dns": { + "failure": null, + "addrs": [ + "65.8.161.6", + "65.8.161.129", + "65.8.161.30", + "65.8.161.3", + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1" + ] + }, + "ip_info": { + "108.139.210.116": { + "asn": 16509, + "flags": 9 + }, + "108.139.210.47": { + "asn": 16509, + "flags": 9 + }, + "108.139.210.80": { + "asn": 16509, + "flags": 9 + }, + "108.139.210.95": { + "asn": 16509, + "flags": 9 + }, + "108.139.243.106": { + "asn": 16509, + "flags": 9 + }, + "108.139.243.32": { + "asn": 16509, + "flags": 9 + }, + "108.139.243.41": { + "asn": 16509, + "flags": 9 + }, + "108.139.243.83": { + "asn": 16509, + "flags": 9 + }, + "2600:9000:2146:1000:1d:c25c:d00:93a1": { + "asn": 16509, + "flags": 10 + }, + "2600:9000:2146:400:1d:c25c:d00:93a1": { + "asn": 16509, + "flags": 10 + }, + "2600:9000:2146:5c00:1d:c25c:d00:93a1": { + "asn": 16509, + "flags": 10 + }, + "2600:9000:2146:6c00:1d:c25c:d00:93a1": { + "asn": 16509, + "flags": 10 + }, + "2600:9000:2146:7200:1d:c25c:d00:93a1": { + "asn": 16509, + "flags": 10 + }, + "2600:9000:2146:7800:1d:c25c:d00:93a1": { + "asn": 16509, + "flags": 10 + }, + "2600:9000:2146:a400:1d:c25c:d00:93a1": { + "asn": 16509, + "flags": 10 + }, + "2600:9000:2146:e400:1d:c25c:d00:93a1": { + "asn": 16509, + "flags": 10 + }, + "2600:9000:2248:3a00:1d:c25c:d00:93a1": { + "asn": 16509, + "flags": 9 + }, + "2600:9000:2248:6800:1d:c25c:d00:93a1": { + "asn": 16509, + "flags": 9 + }, + "2600:9000:2248:8600:1d:c25c:d00:93a1": { + "asn": 16509, + "flags": 9 + }, + "2600:9000:2248:8a00:1d:c25c:d00:93a1": { + "asn": 16509, + "flags": 9 + }, + "2600:9000:2248:b000:1d:c25c:d00:93a1": { + "asn": 16509, + "flags": 9 + }, + "2600:9000:2248:be00:1d:c25c:d00:93a1": { + "asn": 16509, + "flags": 9 + }, + "2600:9000:2248:ec00:1d:c25c:d00:93a1": { + "asn": 16509, + "flags": 9 + }, + "2600:9000:2248:ee00:1d:c25c:d00:93a1": { + "asn": 16509, + "flags": 9 + }, + "2600:9000:2306:1a00:1d:c25c:d00:93a1": { + "asn": 16509, + "flags": 9 + }, + "2600:9000:2306:3c00:1d:c25c:d00:93a1": { + "asn": 16509, + "flags": 9 + }, + "2600:9000:2306:5c00:1d:c25c:d00:93a1": { + "asn": 16509, + "flags": 9 + }, + "2600:9000:2306:6600:1d:c25c:d00:93a1": { + "asn": 16509, + "flags": 9 + }, + "2600:9000:2306:7800:1d:c25c:d00:93a1": { + "asn": 16509, + "flags": 9 + }, + "2600:9000:2306:800:1d:c25c:d00:93a1": { + "asn": 16509, + "flags": 9 + }, + "2600:9000:2306:9800:1d:c25c:d00:93a1": { + "asn": 16509, + "flags": 9 + }, + "2600:9000:2306:d600:1d:c25c:d00:93a1": { + "asn": 16509, + "flags": 9 + }, + "65.8.161.129": { + "asn": 16509, + "flags": 10 + }, + "65.8.161.3": { + "asn": 16509, + "flags": 10 + }, + "65.8.161.30": { + "asn": 16509, + "flags": 10 + }, + "65.8.161.6": { + "asn": 16509, + "flags": 10 + } + } + }, + "x_conn_priority_log": [ + { + "msg": "create with [{Addr:2600:9000:2306:3c00:1d:c25c:d00:93a1 Flags:3} {Addr:2600:9000:2306:1a00:1d:c25c:d00:93a1 Flags:3} {Addr:108.139.243.83 Flags:4} {Addr:2600:9000:2306:d600:1d:c25c:d00:93a1 Flags:3} {Addr:2600:9000:2306:800:1d:c25c:d00:93a1 Flags:3} {Addr:2600:9000:2306:5c00:1d:c25c:d00:93a1 Flags:3} {Addr:108.139.243.32 Flags:4} {Addr:2600:9000:2248:3a00:1d:c25c:d00:93a1 Flags:4} {Addr:2600:9000:2248:8600:1d:c25c:d00:93a1 Flags:4} {Addr:108.139.210.47 Flags:3} {Addr:108.139.210.116 Flags:3} {Addr:2600:9000:2306:6600:1d:c25c:d00:93a1 Flags:3} {Addr:2600:9000:2248:b000:1d:c25c:d00:93a1 Flags:4} {Addr:2600:9000:2248:ec00:1d:c25c:d00:93a1 Flags:4} {Addr:2600:9000:2248:8a00:1d:c25c:d00:93a1 Flags:4} {Addr:108.139.210.95 Flags:3} {Addr:2600:9000:2306:9800:1d:c25c:d00:93a1 Flags:3} {Addr:108.139.243.41 Flags:4} {Addr:2600:9000:2248:ee00:1d:c25c:d00:93a1 Flags:4} {Addr:2600:9000:2248:be00:1d:c25c:d00:93a1 Flags:4} {Addr:2600:9000:2248:6800:1d:c25c:d00:93a1 Flags:4} {Addr:108.139.210.80 Flags:3} {Addr:2600:9000:2306:7800:1d:c25c:d00:93a1 Flags:3} {Addr:108.139.243.106 Flags:4}]", + "t": 0.15237024 + }, + { + "msg": "conn 108.139.210.116:443: granted permission: false", + "t": 0.687446678 + }, + { + "msg": "conn 108.139.243.83:443: granted permission: false", + "t": 0.687458507 + }, + { + "msg": "conn 108.139.210.80:443: granted permission: true", + "t": 0.687468278 + }, + { + "msg": "conn 108.139.243.32:443: granted permission: false", + "t": 0.687471268 + }, + { + "msg": "conn 108.139.243.106:443: granted permission: false", + "t": 0.687492987 + }, + { + "msg": "conn 108.139.210.47:443: granted permission: false", + "t": 0.687498431 + }, + { + "msg": "conn 108.139.210.95:443: granted permission: false", + "t": 0.687527911 + }, + { + "msg": "conn 108.139.243.41:443: granted permission: false", + "t": 0.687583025 + }, + { + "msg": "conn 65.8.161.30:443: denied permission: timed out sending", + "t": 2.002570844 + }, + { + "msg": "conn 65.8.161.3:443: denied permission: timed out sending", + "t": 2.004738202 + }, + { + "msg": "conn 65.8.161.129:443: denied permission: timed out sending", + "t": 2.007018407 + }, + { + "msg": "conn 65.8.161.6:443: denied permission: timed out sending", + "t": 2.012259526 + } + ], + "control_failure": null, + "x_dns_flags": 0, + "dns_experiment_failure": null, + "dns_consistency": "consistent", + "http_experiment_failure": null, + "x_blocking_flags": 32, + "x_null_null_flags": 0, + "body_proportion": 1, + "body_length_match": true, + "headers_match": true, + "status_code_match": true, + "title_match": true, + "blocking": false, + "accessible": true + }, + "test_name": "web_connectivity", + "test_runtime": 2.014146786, + "test_start_time": "2024-01-23 14:32:05", + "test_version": "0.5.28" +} diff --git a/internal/minipipeline/testdata/webconnectivity/manual/issue-2456/observations.json b/internal/minipipeline/testdata/webconnectivity/manual/issue-2456/observations.json new file mode 100644 index 0000000000..b96e53823f --- /dev/null +++ b/internal/minipipeline/testdata/webconnectivity/manual/issue-2456/observations.json @@ -0,0 +1,5968 @@ +{ + "DNSLookupFailures": [], + "DNSLookupSuccesses": [ + { + "TagDepth": 0, + "Type": 0, + "Failure": "", + "TransactionID": 1, + "TagFetchBody": null, + "DNSTransactionID": 1, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": "AAAA", + "DNSEngine": "udp", + "DNSResolvedAddrs": [ + "2600:9000:2306:1a00:1d:c25c:d00:93a1", + "2600:9000:2306:3c00:1d:c25c:d00:93a1", + "2600:9000:2306:5c00:1d:c25c:d00:93a1", + "2600:9000:2306:6600:1d:c25c:d00:93a1", + "2600:9000:2306:7800:1d:c25c:d00:93a1", + "2600:9000:2306:800:1d:c25c:d00:93a1", + "2600:9000:2306:9800:1d:c25c:d00:93a1", + "2600:9000:2306:d600:1d:c25c:d00:93a1" + ], + "IPAddress": "2600:9000:2306:1a00:1d:c25c:d00:93a1", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": null, + "EndpointProto": null, + "EndpointPort": null, + "EndpointAddress": null, + "TCPConnectFailure": null, + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": null, + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 0, + "Failure": "", + "TransactionID": 1, + "TagFetchBody": null, + "DNSTransactionID": 1, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": "AAAA", + "DNSEngine": "udp", + "DNSResolvedAddrs": [ + "2600:9000:2306:1a00:1d:c25c:d00:93a1", + "2600:9000:2306:3c00:1d:c25c:d00:93a1", + "2600:9000:2306:5c00:1d:c25c:d00:93a1", + "2600:9000:2306:6600:1d:c25c:d00:93a1", + "2600:9000:2306:7800:1d:c25c:d00:93a1", + "2600:9000:2306:800:1d:c25c:d00:93a1", + "2600:9000:2306:9800:1d:c25c:d00:93a1", + "2600:9000:2306:d600:1d:c25c:d00:93a1" + ], + "IPAddress": "2600:9000:2306:3c00:1d:c25c:d00:93a1", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": null, + "EndpointProto": null, + "EndpointPort": null, + "EndpointAddress": null, + "TCPConnectFailure": null, + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": null, + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 0, + "Failure": "", + "TransactionID": 1, + "TagFetchBody": null, + "DNSTransactionID": 1, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": "AAAA", + "DNSEngine": "udp", + "DNSResolvedAddrs": [ + "2600:9000:2306:1a00:1d:c25c:d00:93a1", + "2600:9000:2306:3c00:1d:c25c:d00:93a1", + "2600:9000:2306:5c00:1d:c25c:d00:93a1", + "2600:9000:2306:6600:1d:c25c:d00:93a1", + "2600:9000:2306:7800:1d:c25c:d00:93a1", + "2600:9000:2306:800:1d:c25c:d00:93a1", + "2600:9000:2306:9800:1d:c25c:d00:93a1", + "2600:9000:2306:d600:1d:c25c:d00:93a1" + ], + "IPAddress": "2600:9000:2306:5c00:1d:c25c:d00:93a1", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": null, + "EndpointProto": null, + "EndpointPort": null, + "EndpointAddress": null, + "TCPConnectFailure": null, + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": null, + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 0, + "Failure": "", + "TransactionID": 1, + "TagFetchBody": null, + "DNSTransactionID": 1, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": "AAAA", + "DNSEngine": "udp", + "DNSResolvedAddrs": [ + "2600:9000:2306:1a00:1d:c25c:d00:93a1", + "2600:9000:2306:3c00:1d:c25c:d00:93a1", + "2600:9000:2306:5c00:1d:c25c:d00:93a1", + "2600:9000:2306:6600:1d:c25c:d00:93a1", + "2600:9000:2306:7800:1d:c25c:d00:93a1", + "2600:9000:2306:800:1d:c25c:d00:93a1", + "2600:9000:2306:9800:1d:c25c:d00:93a1", + "2600:9000:2306:d600:1d:c25c:d00:93a1" + ], + "IPAddress": "2600:9000:2306:6600:1d:c25c:d00:93a1", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": null, + "EndpointProto": null, + "EndpointPort": null, + "EndpointAddress": null, + "TCPConnectFailure": null, + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": null, + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 0, + "Failure": "", + "TransactionID": 1, + "TagFetchBody": null, + "DNSTransactionID": 1, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": "AAAA", + "DNSEngine": "udp", + "DNSResolvedAddrs": [ + "2600:9000:2306:1a00:1d:c25c:d00:93a1", + "2600:9000:2306:3c00:1d:c25c:d00:93a1", + "2600:9000:2306:5c00:1d:c25c:d00:93a1", + "2600:9000:2306:6600:1d:c25c:d00:93a1", + "2600:9000:2306:7800:1d:c25c:d00:93a1", + "2600:9000:2306:800:1d:c25c:d00:93a1", + "2600:9000:2306:9800:1d:c25c:d00:93a1", + "2600:9000:2306:d600:1d:c25c:d00:93a1" + ], + "IPAddress": "2600:9000:2306:7800:1d:c25c:d00:93a1", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": null, + "EndpointProto": null, + "EndpointPort": null, + "EndpointAddress": null, + "TCPConnectFailure": null, + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": null, + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 0, + "Failure": "", + "TransactionID": 1, + "TagFetchBody": null, + "DNSTransactionID": 1, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": "AAAA", + "DNSEngine": "udp", + "DNSResolvedAddrs": [ + "2600:9000:2306:1a00:1d:c25c:d00:93a1", + "2600:9000:2306:3c00:1d:c25c:d00:93a1", + "2600:9000:2306:5c00:1d:c25c:d00:93a1", + "2600:9000:2306:6600:1d:c25c:d00:93a1", + "2600:9000:2306:7800:1d:c25c:d00:93a1", + "2600:9000:2306:800:1d:c25c:d00:93a1", + "2600:9000:2306:9800:1d:c25c:d00:93a1", + "2600:9000:2306:d600:1d:c25c:d00:93a1" + ], + "IPAddress": "2600:9000:2306:800:1d:c25c:d00:93a1", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": null, + "EndpointProto": null, + "EndpointPort": null, + "EndpointAddress": null, + "TCPConnectFailure": null, + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": null, + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 0, + "Failure": "", + "TransactionID": 1, + "TagFetchBody": null, + "DNSTransactionID": 1, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": "AAAA", + "DNSEngine": "udp", + "DNSResolvedAddrs": [ + "2600:9000:2306:1a00:1d:c25c:d00:93a1", + "2600:9000:2306:3c00:1d:c25c:d00:93a1", + "2600:9000:2306:5c00:1d:c25c:d00:93a1", + "2600:9000:2306:6600:1d:c25c:d00:93a1", + "2600:9000:2306:7800:1d:c25c:d00:93a1", + "2600:9000:2306:800:1d:c25c:d00:93a1", + "2600:9000:2306:9800:1d:c25c:d00:93a1", + "2600:9000:2306:d600:1d:c25c:d00:93a1" + ], + "IPAddress": "2600:9000:2306:9800:1d:c25c:d00:93a1", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": null, + "EndpointProto": null, + "EndpointPort": null, + "EndpointAddress": null, + "TCPConnectFailure": null, + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": null, + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 0, + "Failure": "", + "TransactionID": 1, + "TagFetchBody": null, + "DNSTransactionID": 1, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": "AAAA", + "DNSEngine": "udp", + "DNSResolvedAddrs": [ + "2600:9000:2306:1a00:1d:c25c:d00:93a1", + "2600:9000:2306:3c00:1d:c25c:d00:93a1", + "2600:9000:2306:5c00:1d:c25c:d00:93a1", + "2600:9000:2306:6600:1d:c25c:d00:93a1", + "2600:9000:2306:7800:1d:c25c:d00:93a1", + "2600:9000:2306:800:1d:c25c:d00:93a1", + "2600:9000:2306:9800:1d:c25c:d00:93a1", + "2600:9000:2306:d600:1d:c25c:d00:93a1" + ], + "IPAddress": "2600:9000:2306:d600:1d:c25c:d00:93a1", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": null, + "EndpointProto": null, + "EndpointPort": null, + "EndpointAddress": null, + "TCPConnectFailure": null, + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": null, + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 0, + "Failure": "", + "TransactionID": 1, + "TagFetchBody": null, + "DNSTransactionID": 1, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": "A", + "DNSEngine": "udp", + "DNSResolvedAddrs": [ + "108.139.210.116", + "108.139.210.47", + "108.139.210.80", + "108.139.210.95" + ], + "IPAddress": "108.139.210.116", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": null, + "EndpointProto": null, + "EndpointPort": null, + "EndpointAddress": null, + "TCPConnectFailure": null, + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": null, + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 0, + "Failure": "", + "TransactionID": 1, + "TagFetchBody": null, + "DNSTransactionID": 1, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": "A", + "DNSEngine": "udp", + "DNSResolvedAddrs": [ + "108.139.210.116", + "108.139.210.47", + "108.139.210.80", + "108.139.210.95" + ], + "IPAddress": "108.139.210.47", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": null, + "EndpointProto": null, + "EndpointPort": null, + "EndpointAddress": null, + "TCPConnectFailure": null, + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": null, + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 0, + "Failure": "", + "TransactionID": 1, + "TagFetchBody": null, + "DNSTransactionID": 1, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": "A", + "DNSEngine": "udp", + "DNSResolvedAddrs": [ + "108.139.210.116", + "108.139.210.47", + "108.139.210.80", + "108.139.210.95" + ], + "IPAddress": "108.139.210.80", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": null, + "EndpointProto": null, + "EndpointPort": null, + "EndpointAddress": null, + "TCPConnectFailure": null, + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": null, + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 0, + "Failure": "", + "TransactionID": 1, + "TagFetchBody": null, + "DNSTransactionID": 1, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": "A", + "DNSEngine": "udp", + "DNSResolvedAddrs": [ + "108.139.210.116", + "108.139.210.47", + "108.139.210.80", + "108.139.210.95" + ], + "IPAddress": "108.139.210.95", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": null, + "EndpointProto": null, + "EndpointPort": null, + "EndpointAddress": null, + "TCPConnectFailure": null, + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": null, + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 0, + "Failure": "", + "TransactionID": 2, + "TagFetchBody": null, + "DNSTransactionID": 2, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": "ANY", + "DNSEngine": "getaddrinfo", + "DNSResolvedAddrs": [ + "108.139.210.116", + "108.139.210.47", + "108.139.210.80", + "108.139.210.95", + "2600:9000:2306:1a00:1d:c25c:d00:93a1", + "2600:9000:2306:3c00:1d:c25c:d00:93a1", + "2600:9000:2306:5c00:1d:c25c:d00:93a1", + "2600:9000:2306:6600:1d:c25c:d00:93a1", + "2600:9000:2306:7800:1d:c25c:d00:93a1", + "2600:9000:2306:800:1d:c25c:d00:93a1", + "2600:9000:2306:9800:1d:c25c:d00:93a1", + "2600:9000:2306:d600:1d:c25c:d00:93a1" + ], + "IPAddress": "108.139.210.116", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": null, + "EndpointProto": null, + "EndpointPort": null, + "EndpointAddress": null, + "TCPConnectFailure": null, + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": null, + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 0, + "Failure": "", + "TransactionID": 2, + "TagFetchBody": null, + "DNSTransactionID": 2, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": "ANY", + "DNSEngine": "getaddrinfo", + "DNSResolvedAddrs": [ + "108.139.210.116", + "108.139.210.47", + "108.139.210.80", + "108.139.210.95", + "2600:9000:2306:1a00:1d:c25c:d00:93a1", + "2600:9000:2306:3c00:1d:c25c:d00:93a1", + "2600:9000:2306:5c00:1d:c25c:d00:93a1", + "2600:9000:2306:6600:1d:c25c:d00:93a1", + "2600:9000:2306:7800:1d:c25c:d00:93a1", + "2600:9000:2306:800:1d:c25c:d00:93a1", + "2600:9000:2306:9800:1d:c25c:d00:93a1", + "2600:9000:2306:d600:1d:c25c:d00:93a1" + ], + "IPAddress": "108.139.210.47", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": null, + "EndpointProto": null, + "EndpointPort": null, + "EndpointAddress": null, + "TCPConnectFailure": null, + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": null, + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 0, + "Failure": "", + "TransactionID": 2, + "TagFetchBody": null, + "DNSTransactionID": 2, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": "ANY", + "DNSEngine": "getaddrinfo", + "DNSResolvedAddrs": [ + "108.139.210.116", + "108.139.210.47", + "108.139.210.80", + "108.139.210.95", + "2600:9000:2306:1a00:1d:c25c:d00:93a1", + "2600:9000:2306:3c00:1d:c25c:d00:93a1", + "2600:9000:2306:5c00:1d:c25c:d00:93a1", + "2600:9000:2306:6600:1d:c25c:d00:93a1", + "2600:9000:2306:7800:1d:c25c:d00:93a1", + "2600:9000:2306:800:1d:c25c:d00:93a1", + "2600:9000:2306:9800:1d:c25c:d00:93a1", + "2600:9000:2306:d600:1d:c25c:d00:93a1" + ], + "IPAddress": "108.139.210.80", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": null, + "EndpointProto": null, + "EndpointPort": null, + "EndpointAddress": null, + "TCPConnectFailure": null, + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": null, + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 0, + "Failure": "", + "TransactionID": 2, + "TagFetchBody": null, + "DNSTransactionID": 2, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": "ANY", + "DNSEngine": "getaddrinfo", + "DNSResolvedAddrs": [ + "108.139.210.116", + "108.139.210.47", + "108.139.210.80", + "108.139.210.95", + "2600:9000:2306:1a00:1d:c25c:d00:93a1", + "2600:9000:2306:3c00:1d:c25c:d00:93a1", + "2600:9000:2306:5c00:1d:c25c:d00:93a1", + "2600:9000:2306:6600:1d:c25c:d00:93a1", + "2600:9000:2306:7800:1d:c25c:d00:93a1", + "2600:9000:2306:800:1d:c25c:d00:93a1", + "2600:9000:2306:9800:1d:c25c:d00:93a1", + "2600:9000:2306:d600:1d:c25c:d00:93a1" + ], + "IPAddress": "108.139.210.95", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": null, + "EndpointProto": null, + "EndpointPort": null, + "EndpointAddress": null, + "TCPConnectFailure": null, + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": null, + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 0, + "Failure": "", + "TransactionID": 2, + "TagFetchBody": null, + "DNSTransactionID": 2, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": "ANY", + "DNSEngine": "getaddrinfo", + "DNSResolvedAddrs": [ + "108.139.210.116", + "108.139.210.47", + "108.139.210.80", + "108.139.210.95", + "2600:9000:2306:1a00:1d:c25c:d00:93a1", + "2600:9000:2306:3c00:1d:c25c:d00:93a1", + "2600:9000:2306:5c00:1d:c25c:d00:93a1", + "2600:9000:2306:6600:1d:c25c:d00:93a1", + "2600:9000:2306:7800:1d:c25c:d00:93a1", + "2600:9000:2306:800:1d:c25c:d00:93a1", + "2600:9000:2306:9800:1d:c25c:d00:93a1", + "2600:9000:2306:d600:1d:c25c:d00:93a1" + ], + "IPAddress": "2600:9000:2306:1a00:1d:c25c:d00:93a1", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": null, + "EndpointProto": null, + "EndpointPort": null, + "EndpointAddress": null, + "TCPConnectFailure": null, + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": null, + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 0, + "Failure": "", + "TransactionID": 2, + "TagFetchBody": null, + "DNSTransactionID": 2, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": "ANY", + "DNSEngine": "getaddrinfo", + "DNSResolvedAddrs": [ + "108.139.210.116", + "108.139.210.47", + "108.139.210.80", + "108.139.210.95", + "2600:9000:2306:1a00:1d:c25c:d00:93a1", + "2600:9000:2306:3c00:1d:c25c:d00:93a1", + "2600:9000:2306:5c00:1d:c25c:d00:93a1", + "2600:9000:2306:6600:1d:c25c:d00:93a1", + "2600:9000:2306:7800:1d:c25c:d00:93a1", + "2600:9000:2306:800:1d:c25c:d00:93a1", + "2600:9000:2306:9800:1d:c25c:d00:93a1", + "2600:9000:2306:d600:1d:c25c:d00:93a1" + ], + "IPAddress": "2600:9000:2306:3c00:1d:c25c:d00:93a1", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": null, + "EndpointProto": null, + "EndpointPort": null, + "EndpointAddress": null, + "TCPConnectFailure": null, + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": null, + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 0, + "Failure": "", + "TransactionID": 2, + "TagFetchBody": null, + "DNSTransactionID": 2, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": "ANY", + "DNSEngine": "getaddrinfo", + "DNSResolvedAddrs": [ + "108.139.210.116", + "108.139.210.47", + "108.139.210.80", + "108.139.210.95", + "2600:9000:2306:1a00:1d:c25c:d00:93a1", + "2600:9000:2306:3c00:1d:c25c:d00:93a1", + "2600:9000:2306:5c00:1d:c25c:d00:93a1", + "2600:9000:2306:6600:1d:c25c:d00:93a1", + "2600:9000:2306:7800:1d:c25c:d00:93a1", + "2600:9000:2306:800:1d:c25c:d00:93a1", + "2600:9000:2306:9800:1d:c25c:d00:93a1", + "2600:9000:2306:d600:1d:c25c:d00:93a1" + ], + "IPAddress": "2600:9000:2306:5c00:1d:c25c:d00:93a1", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": null, + "EndpointProto": null, + "EndpointPort": null, + "EndpointAddress": null, + "TCPConnectFailure": null, + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": null, + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 0, + "Failure": "", + "TransactionID": 2, + "TagFetchBody": null, + "DNSTransactionID": 2, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": "ANY", + "DNSEngine": "getaddrinfo", + "DNSResolvedAddrs": [ + "108.139.210.116", + "108.139.210.47", + "108.139.210.80", + "108.139.210.95", + "2600:9000:2306:1a00:1d:c25c:d00:93a1", + "2600:9000:2306:3c00:1d:c25c:d00:93a1", + "2600:9000:2306:5c00:1d:c25c:d00:93a1", + "2600:9000:2306:6600:1d:c25c:d00:93a1", + "2600:9000:2306:7800:1d:c25c:d00:93a1", + "2600:9000:2306:800:1d:c25c:d00:93a1", + "2600:9000:2306:9800:1d:c25c:d00:93a1", + "2600:9000:2306:d600:1d:c25c:d00:93a1" + ], + "IPAddress": "2600:9000:2306:6600:1d:c25c:d00:93a1", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": null, + "EndpointProto": null, + "EndpointPort": null, + "EndpointAddress": null, + "TCPConnectFailure": null, + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": null, + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 0, + "Failure": "", + "TransactionID": 2, + "TagFetchBody": null, + "DNSTransactionID": 2, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": "ANY", + "DNSEngine": "getaddrinfo", + "DNSResolvedAddrs": [ + "108.139.210.116", + "108.139.210.47", + "108.139.210.80", + "108.139.210.95", + "2600:9000:2306:1a00:1d:c25c:d00:93a1", + "2600:9000:2306:3c00:1d:c25c:d00:93a1", + "2600:9000:2306:5c00:1d:c25c:d00:93a1", + "2600:9000:2306:6600:1d:c25c:d00:93a1", + "2600:9000:2306:7800:1d:c25c:d00:93a1", + "2600:9000:2306:800:1d:c25c:d00:93a1", + "2600:9000:2306:9800:1d:c25c:d00:93a1", + "2600:9000:2306:d600:1d:c25c:d00:93a1" + ], + "IPAddress": "2600:9000:2306:7800:1d:c25c:d00:93a1", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": null, + "EndpointProto": null, + "EndpointPort": null, + "EndpointAddress": null, + "TCPConnectFailure": null, + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": null, + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 0, + "Failure": "", + "TransactionID": 2, + "TagFetchBody": null, + "DNSTransactionID": 2, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": "ANY", + "DNSEngine": "getaddrinfo", + "DNSResolvedAddrs": [ + "108.139.210.116", + "108.139.210.47", + "108.139.210.80", + "108.139.210.95", + "2600:9000:2306:1a00:1d:c25c:d00:93a1", + "2600:9000:2306:3c00:1d:c25c:d00:93a1", + "2600:9000:2306:5c00:1d:c25c:d00:93a1", + "2600:9000:2306:6600:1d:c25c:d00:93a1", + "2600:9000:2306:7800:1d:c25c:d00:93a1", + "2600:9000:2306:800:1d:c25c:d00:93a1", + "2600:9000:2306:9800:1d:c25c:d00:93a1", + "2600:9000:2306:d600:1d:c25c:d00:93a1" + ], + "IPAddress": "2600:9000:2306:800:1d:c25c:d00:93a1", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": null, + "EndpointProto": null, + "EndpointPort": null, + "EndpointAddress": null, + "TCPConnectFailure": null, + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": null, + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 0, + "Failure": "", + "TransactionID": 2, + "TagFetchBody": null, + "DNSTransactionID": 2, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": "ANY", + "DNSEngine": "getaddrinfo", + "DNSResolvedAddrs": [ + "108.139.210.116", + "108.139.210.47", + "108.139.210.80", + "108.139.210.95", + "2600:9000:2306:1a00:1d:c25c:d00:93a1", + "2600:9000:2306:3c00:1d:c25c:d00:93a1", + "2600:9000:2306:5c00:1d:c25c:d00:93a1", + "2600:9000:2306:6600:1d:c25c:d00:93a1", + "2600:9000:2306:7800:1d:c25c:d00:93a1", + "2600:9000:2306:800:1d:c25c:d00:93a1", + "2600:9000:2306:9800:1d:c25c:d00:93a1", + "2600:9000:2306:d600:1d:c25c:d00:93a1" + ], + "IPAddress": "2600:9000:2306:9800:1d:c25c:d00:93a1", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": null, + "EndpointProto": null, + "EndpointPort": null, + "EndpointAddress": null, + "TCPConnectFailure": null, + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": null, + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 0, + "Failure": "", + "TransactionID": 2, + "TagFetchBody": null, + "DNSTransactionID": 2, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": "ANY", + "DNSEngine": "getaddrinfo", + "DNSResolvedAddrs": [ + "108.139.210.116", + "108.139.210.47", + "108.139.210.80", + "108.139.210.95", + "2600:9000:2306:1a00:1d:c25c:d00:93a1", + "2600:9000:2306:3c00:1d:c25c:d00:93a1", + "2600:9000:2306:5c00:1d:c25c:d00:93a1", + "2600:9000:2306:6600:1d:c25c:d00:93a1", + "2600:9000:2306:7800:1d:c25c:d00:93a1", + "2600:9000:2306:800:1d:c25c:d00:93a1", + "2600:9000:2306:9800:1d:c25c:d00:93a1", + "2600:9000:2306:d600:1d:c25c:d00:93a1" + ], + "IPAddress": "2600:9000:2306:d600:1d:c25c:d00:93a1", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": null, + "EndpointProto": null, + "EndpointPort": null, + "EndpointAddress": null, + "TCPConnectFailure": null, + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": null, + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 0, + "Failure": "", + "TransactionID": 3, + "TagFetchBody": null, + "DNSTransactionID": 3, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": "A", + "DNSEngine": "doh", + "DNSResolvedAddrs": [ + "108.139.243.106", + "108.139.243.32", + "108.139.243.41", + "108.139.243.83" + ], + "IPAddress": "108.139.243.106", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": null, + "EndpointProto": null, + "EndpointPort": null, + "EndpointAddress": null, + "TCPConnectFailure": null, + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": null, + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 0, + "Failure": "", + "TransactionID": 3, + "TagFetchBody": null, + "DNSTransactionID": 3, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": "A", + "DNSEngine": "doh", + "DNSResolvedAddrs": [ + "108.139.243.106", + "108.139.243.32", + "108.139.243.41", + "108.139.243.83" + ], + "IPAddress": "108.139.243.32", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": null, + "EndpointProto": null, + "EndpointPort": null, + "EndpointAddress": null, + "TCPConnectFailure": null, + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": null, + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 0, + "Failure": "", + "TransactionID": 3, + "TagFetchBody": null, + "DNSTransactionID": 3, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": "A", + "DNSEngine": "doh", + "DNSResolvedAddrs": [ + "108.139.243.106", + "108.139.243.32", + "108.139.243.41", + "108.139.243.83" + ], + "IPAddress": "108.139.243.41", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": null, + "EndpointProto": null, + "EndpointPort": null, + "EndpointAddress": null, + "TCPConnectFailure": null, + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": null, + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 0, + "Failure": "", + "TransactionID": 3, + "TagFetchBody": null, + "DNSTransactionID": 3, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": "A", + "DNSEngine": "doh", + "DNSResolvedAddrs": [ + "108.139.243.106", + "108.139.243.32", + "108.139.243.41", + "108.139.243.83" + ], + "IPAddress": "108.139.243.83", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": null, + "EndpointProto": null, + "EndpointPort": null, + "EndpointAddress": null, + "TCPConnectFailure": null, + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": null, + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 0, + "Failure": "", + "TransactionID": 3, + "TagFetchBody": null, + "DNSTransactionID": 3, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": "AAAA", + "DNSEngine": "doh", + "DNSResolvedAddrs": [ + "2600:9000:2248:3a00:1d:c25c:d00:93a1", + "2600:9000:2248:6800:1d:c25c:d00:93a1", + "2600:9000:2248:8600:1d:c25c:d00:93a1", + "2600:9000:2248:8a00:1d:c25c:d00:93a1", + "2600:9000:2248:b000:1d:c25c:d00:93a1", + "2600:9000:2248:be00:1d:c25c:d00:93a1", + "2600:9000:2248:ec00:1d:c25c:d00:93a1", + "2600:9000:2248:ee00:1d:c25c:d00:93a1" + ], + "IPAddress": "2600:9000:2248:3a00:1d:c25c:d00:93a1", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": null, + "EndpointProto": null, + "EndpointPort": null, + "EndpointAddress": null, + "TCPConnectFailure": null, + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": null, + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 0, + "Failure": "", + "TransactionID": 3, + "TagFetchBody": null, + "DNSTransactionID": 3, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": "AAAA", + "DNSEngine": "doh", + "DNSResolvedAddrs": [ + "2600:9000:2248:3a00:1d:c25c:d00:93a1", + "2600:9000:2248:6800:1d:c25c:d00:93a1", + "2600:9000:2248:8600:1d:c25c:d00:93a1", + "2600:9000:2248:8a00:1d:c25c:d00:93a1", + "2600:9000:2248:b000:1d:c25c:d00:93a1", + "2600:9000:2248:be00:1d:c25c:d00:93a1", + "2600:9000:2248:ec00:1d:c25c:d00:93a1", + "2600:9000:2248:ee00:1d:c25c:d00:93a1" + ], + "IPAddress": "2600:9000:2248:6800:1d:c25c:d00:93a1", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": null, + "EndpointProto": null, + "EndpointPort": null, + "EndpointAddress": null, + "TCPConnectFailure": null, + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": null, + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 0, + "Failure": "", + "TransactionID": 3, + "TagFetchBody": null, + "DNSTransactionID": 3, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": "AAAA", + "DNSEngine": "doh", + "DNSResolvedAddrs": [ + "2600:9000:2248:3a00:1d:c25c:d00:93a1", + "2600:9000:2248:6800:1d:c25c:d00:93a1", + "2600:9000:2248:8600:1d:c25c:d00:93a1", + "2600:9000:2248:8a00:1d:c25c:d00:93a1", + "2600:9000:2248:b000:1d:c25c:d00:93a1", + "2600:9000:2248:be00:1d:c25c:d00:93a1", + "2600:9000:2248:ec00:1d:c25c:d00:93a1", + "2600:9000:2248:ee00:1d:c25c:d00:93a1" + ], + "IPAddress": "2600:9000:2248:8600:1d:c25c:d00:93a1", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": null, + "EndpointProto": null, + "EndpointPort": null, + "EndpointAddress": null, + "TCPConnectFailure": null, + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": null, + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 0, + "Failure": "", + "TransactionID": 3, + "TagFetchBody": null, + "DNSTransactionID": 3, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": "AAAA", + "DNSEngine": "doh", + "DNSResolvedAddrs": [ + "2600:9000:2248:3a00:1d:c25c:d00:93a1", + "2600:9000:2248:6800:1d:c25c:d00:93a1", + "2600:9000:2248:8600:1d:c25c:d00:93a1", + "2600:9000:2248:8a00:1d:c25c:d00:93a1", + "2600:9000:2248:b000:1d:c25c:d00:93a1", + "2600:9000:2248:be00:1d:c25c:d00:93a1", + "2600:9000:2248:ec00:1d:c25c:d00:93a1", + "2600:9000:2248:ee00:1d:c25c:d00:93a1" + ], + "IPAddress": "2600:9000:2248:8a00:1d:c25c:d00:93a1", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": null, + "EndpointProto": null, + "EndpointPort": null, + "EndpointAddress": null, + "TCPConnectFailure": null, + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": null, + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 0, + "Failure": "", + "TransactionID": 3, + "TagFetchBody": null, + "DNSTransactionID": 3, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": "AAAA", + "DNSEngine": "doh", + "DNSResolvedAddrs": [ + "2600:9000:2248:3a00:1d:c25c:d00:93a1", + "2600:9000:2248:6800:1d:c25c:d00:93a1", + "2600:9000:2248:8600:1d:c25c:d00:93a1", + "2600:9000:2248:8a00:1d:c25c:d00:93a1", + "2600:9000:2248:b000:1d:c25c:d00:93a1", + "2600:9000:2248:be00:1d:c25c:d00:93a1", + "2600:9000:2248:ec00:1d:c25c:d00:93a1", + "2600:9000:2248:ee00:1d:c25c:d00:93a1" + ], + "IPAddress": "2600:9000:2248:b000:1d:c25c:d00:93a1", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": null, + "EndpointProto": null, + "EndpointPort": null, + "EndpointAddress": null, + "TCPConnectFailure": null, + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": null, + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 0, + "Failure": "", + "TransactionID": 3, + "TagFetchBody": null, + "DNSTransactionID": 3, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": "AAAA", + "DNSEngine": "doh", + "DNSResolvedAddrs": [ + "2600:9000:2248:3a00:1d:c25c:d00:93a1", + "2600:9000:2248:6800:1d:c25c:d00:93a1", + "2600:9000:2248:8600:1d:c25c:d00:93a1", + "2600:9000:2248:8a00:1d:c25c:d00:93a1", + "2600:9000:2248:b000:1d:c25c:d00:93a1", + "2600:9000:2248:be00:1d:c25c:d00:93a1", + "2600:9000:2248:ec00:1d:c25c:d00:93a1", + "2600:9000:2248:ee00:1d:c25c:d00:93a1" + ], + "IPAddress": "2600:9000:2248:be00:1d:c25c:d00:93a1", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": null, + "EndpointProto": null, + "EndpointPort": null, + "EndpointAddress": null, + "TCPConnectFailure": null, + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": null, + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 0, + "Failure": "", + "TransactionID": 3, + "TagFetchBody": null, + "DNSTransactionID": 3, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": "AAAA", + "DNSEngine": "doh", + "DNSResolvedAddrs": [ + "2600:9000:2248:3a00:1d:c25c:d00:93a1", + "2600:9000:2248:6800:1d:c25c:d00:93a1", + "2600:9000:2248:8600:1d:c25c:d00:93a1", + "2600:9000:2248:8a00:1d:c25c:d00:93a1", + "2600:9000:2248:b000:1d:c25c:d00:93a1", + "2600:9000:2248:be00:1d:c25c:d00:93a1", + "2600:9000:2248:ec00:1d:c25c:d00:93a1", + "2600:9000:2248:ee00:1d:c25c:d00:93a1" + ], + "IPAddress": "2600:9000:2248:ec00:1d:c25c:d00:93a1", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": null, + "EndpointProto": null, + "EndpointPort": null, + "EndpointAddress": null, + "TCPConnectFailure": null, + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": null, + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 0, + "Failure": "", + "TransactionID": 3, + "TagFetchBody": null, + "DNSTransactionID": 3, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": "AAAA", + "DNSEngine": "doh", + "DNSResolvedAddrs": [ + "2600:9000:2248:3a00:1d:c25c:d00:93a1", + "2600:9000:2248:6800:1d:c25c:d00:93a1", + "2600:9000:2248:8600:1d:c25c:d00:93a1", + "2600:9000:2248:8a00:1d:c25c:d00:93a1", + "2600:9000:2248:b000:1d:c25c:d00:93a1", + "2600:9000:2248:be00:1d:c25c:d00:93a1", + "2600:9000:2248:ec00:1d:c25c:d00:93a1", + "2600:9000:2248:ee00:1d:c25c:d00:93a1" + ], + "IPAddress": "2600:9000:2248:ee00:1d:c25c:d00:93a1", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": null, + "EndpointProto": null, + "EndpointPort": null, + "EndpointAddress": null, + "TCPConnectFailure": null, + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": null, + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + } + ], + "KnownTCPEndpoints": { + "10": { + "TagDepth": 0, + "Type": 2, + "Failure": "", + "TransactionID": 10, + "TagFetchBody": true, + "DNSTransactionID": 3, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": null, + "DNSEngine": null, + "DNSResolvedAddrs": [ + "108.139.243.106", + "108.139.243.32", + "108.139.243.41", + "108.139.243.83" + ], + "IPAddress": "108.139.243.32", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": 10, + "EndpointProto": "tcp", + "EndpointPort": "443", + "EndpointAddress": "108.139.243.32:443", + "TCPConnectFailure": "", + "TLSHandshakeFailure": "", + "TLSServerName": "www.csmonitor.com", + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": "", + "ControlTLSHandshakeFailure": "", + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + "11": { + "TagDepth": 0, + "Type": 1, + "Failure": "network_unreachable", + "TransactionID": 11, + "TagFetchBody": true, + "DNSTransactionID": 3, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": null, + "DNSEngine": null, + "DNSResolvedAddrs": [ + "2600:9000:2248:3a00:1d:c25c:d00:93a1", + "2600:9000:2248:6800:1d:c25c:d00:93a1", + "2600:9000:2248:8600:1d:c25c:d00:93a1", + "2600:9000:2248:8a00:1d:c25c:d00:93a1", + "2600:9000:2248:b000:1d:c25c:d00:93a1", + "2600:9000:2248:be00:1d:c25c:d00:93a1", + "2600:9000:2248:ec00:1d:c25c:d00:93a1", + "2600:9000:2248:ee00:1d:c25c:d00:93a1" + ], + "IPAddress": "2600:9000:2248:3a00:1d:c25c:d00:93a1", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": 11, + "EndpointProto": "tcp", + "EndpointPort": "443", + "EndpointAddress": "[2600:9000:2248:3a00:1d:c25c:d00:93a1]:443", + "TCPConnectFailure": "network_unreachable", + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": "", + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + "12": { + "TagDepth": 0, + "Type": 1, + "Failure": "network_unreachable", + "TransactionID": 12, + "TagFetchBody": true, + "DNSTransactionID": 3, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": null, + "DNSEngine": null, + "DNSResolvedAddrs": [ + "2600:9000:2248:3a00:1d:c25c:d00:93a1", + "2600:9000:2248:6800:1d:c25c:d00:93a1", + "2600:9000:2248:8600:1d:c25c:d00:93a1", + "2600:9000:2248:8a00:1d:c25c:d00:93a1", + "2600:9000:2248:b000:1d:c25c:d00:93a1", + "2600:9000:2248:be00:1d:c25c:d00:93a1", + "2600:9000:2248:ec00:1d:c25c:d00:93a1", + "2600:9000:2248:ee00:1d:c25c:d00:93a1" + ], + "IPAddress": "2600:9000:2248:8600:1d:c25c:d00:93a1", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": 12, + "EndpointProto": "tcp", + "EndpointPort": "443", + "EndpointAddress": "[2600:9000:2248:8600:1d:c25c:d00:93a1]:443", + "TCPConnectFailure": "network_unreachable", + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": "", + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + "13": { + "TagDepth": 0, + "Type": 2, + "Failure": "", + "TransactionID": 13, + "TagFetchBody": true, + "DNSTransactionID": 1, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": null, + "DNSEngine": null, + "DNSResolvedAddrs": [ + "108.139.210.116", + "108.139.210.47", + "108.139.210.80", + "108.139.210.95" + ], + "IPAddress": "108.139.210.47", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": 13, + "EndpointProto": "tcp", + "EndpointPort": "443", + "EndpointAddress": "108.139.210.47:443", + "TCPConnectFailure": "", + "TLSHandshakeFailure": "", + "TLSServerName": "www.csmonitor.com", + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": "", + "ControlTLSHandshakeFailure": "", + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + "14": { + "TagDepth": 0, + "Type": 2, + "Failure": "", + "TransactionID": 14, + "TagFetchBody": true, + "DNSTransactionID": 1, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": null, + "DNSEngine": null, + "DNSResolvedAddrs": [ + "108.139.210.116", + "108.139.210.47", + "108.139.210.80", + "108.139.210.95" + ], + "IPAddress": "108.139.210.116", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": 14, + "EndpointProto": "tcp", + "EndpointPort": "443", + "EndpointAddress": "108.139.210.116:443", + "TCPConnectFailure": "", + "TLSHandshakeFailure": "", + "TLSServerName": "www.csmonitor.com", + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": "", + "ControlTLSHandshakeFailure": "", + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + "15": { + "TagDepth": 0, + "Type": 1, + "Failure": "network_unreachable", + "TransactionID": 15, + "TagFetchBody": true, + "DNSTransactionID": 1, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": null, + "DNSEngine": null, + "DNSResolvedAddrs": [ + "2600:9000:2306:1a00:1d:c25c:d00:93a1", + "2600:9000:2306:3c00:1d:c25c:d00:93a1", + "2600:9000:2306:5c00:1d:c25c:d00:93a1", + "2600:9000:2306:6600:1d:c25c:d00:93a1", + "2600:9000:2306:7800:1d:c25c:d00:93a1", + "2600:9000:2306:800:1d:c25c:d00:93a1", + "2600:9000:2306:9800:1d:c25c:d00:93a1", + "2600:9000:2306:d600:1d:c25c:d00:93a1" + ], + "IPAddress": "2600:9000:2306:6600:1d:c25c:d00:93a1", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": 15, + "EndpointProto": "tcp", + "EndpointPort": "443", + "EndpointAddress": "[2600:9000:2306:6600:1d:c25c:d00:93a1]:443", + "TCPConnectFailure": "network_unreachable", + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": "", + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + "16": { + "TagDepth": 0, + "Type": 1, + "Failure": "network_unreachable", + "TransactionID": 16, + "TagFetchBody": true, + "DNSTransactionID": 3, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": null, + "DNSEngine": null, + "DNSResolvedAddrs": [ + "2600:9000:2248:3a00:1d:c25c:d00:93a1", + "2600:9000:2248:6800:1d:c25c:d00:93a1", + "2600:9000:2248:8600:1d:c25c:d00:93a1", + "2600:9000:2248:8a00:1d:c25c:d00:93a1", + "2600:9000:2248:b000:1d:c25c:d00:93a1", + "2600:9000:2248:be00:1d:c25c:d00:93a1", + "2600:9000:2248:ec00:1d:c25c:d00:93a1", + "2600:9000:2248:ee00:1d:c25c:d00:93a1" + ], + "IPAddress": "2600:9000:2248:b000:1d:c25c:d00:93a1", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": 16, + "EndpointProto": "tcp", + "EndpointPort": "443", + "EndpointAddress": "[2600:9000:2248:b000:1d:c25c:d00:93a1]:443", + "TCPConnectFailure": "network_unreachable", + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": "", + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + "17": { + "TagDepth": 0, + "Type": 1, + "Failure": "network_unreachable", + "TransactionID": 17, + "TagFetchBody": true, + "DNSTransactionID": 3, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": null, + "DNSEngine": null, + "DNSResolvedAddrs": [ + "2600:9000:2248:3a00:1d:c25c:d00:93a1", + "2600:9000:2248:6800:1d:c25c:d00:93a1", + "2600:9000:2248:8600:1d:c25c:d00:93a1", + "2600:9000:2248:8a00:1d:c25c:d00:93a1", + "2600:9000:2248:b000:1d:c25c:d00:93a1", + "2600:9000:2248:be00:1d:c25c:d00:93a1", + "2600:9000:2248:ec00:1d:c25c:d00:93a1", + "2600:9000:2248:ee00:1d:c25c:d00:93a1" + ], + "IPAddress": "2600:9000:2248:ec00:1d:c25c:d00:93a1", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": 17, + "EndpointProto": "tcp", + "EndpointPort": "443", + "EndpointAddress": "[2600:9000:2248:ec00:1d:c25c:d00:93a1]:443", + "TCPConnectFailure": "network_unreachable", + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": "", + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + "18": { + "TagDepth": 0, + "Type": 1, + "Failure": "network_unreachable", + "TransactionID": 18, + "TagFetchBody": true, + "DNSTransactionID": 3, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": null, + "DNSEngine": null, + "DNSResolvedAddrs": [ + "2600:9000:2248:3a00:1d:c25c:d00:93a1", + "2600:9000:2248:6800:1d:c25c:d00:93a1", + "2600:9000:2248:8600:1d:c25c:d00:93a1", + "2600:9000:2248:8a00:1d:c25c:d00:93a1", + "2600:9000:2248:b000:1d:c25c:d00:93a1", + "2600:9000:2248:be00:1d:c25c:d00:93a1", + "2600:9000:2248:ec00:1d:c25c:d00:93a1", + "2600:9000:2248:ee00:1d:c25c:d00:93a1" + ], + "IPAddress": "2600:9000:2248:8a00:1d:c25c:d00:93a1", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": 18, + "EndpointProto": "tcp", + "EndpointPort": "443", + "EndpointAddress": "[2600:9000:2248:8a00:1d:c25c:d00:93a1]:443", + "TCPConnectFailure": "network_unreachable", + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": "", + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + "19": { + "TagDepth": 0, + "Type": 2, + "Failure": "", + "TransactionID": 19, + "TagFetchBody": true, + "DNSTransactionID": 1, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": null, + "DNSEngine": null, + "DNSResolvedAddrs": [ + "108.139.210.116", + "108.139.210.47", + "108.139.210.80", + "108.139.210.95" + ], + "IPAddress": "108.139.210.95", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": 19, + "EndpointProto": "tcp", + "EndpointPort": "443", + "EndpointAddress": "108.139.210.95:443", + "TCPConnectFailure": "", + "TLSHandshakeFailure": "", + "TLSServerName": "www.csmonitor.com", + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": "", + "ControlTLSHandshakeFailure": "", + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + "20": { + "TagDepth": 0, + "Type": 1, + "Failure": "network_unreachable", + "TransactionID": 20, + "TagFetchBody": true, + "DNSTransactionID": 1, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": null, + "DNSEngine": null, + "DNSResolvedAddrs": [ + "2600:9000:2306:1a00:1d:c25c:d00:93a1", + "2600:9000:2306:3c00:1d:c25c:d00:93a1", + "2600:9000:2306:5c00:1d:c25c:d00:93a1", + "2600:9000:2306:6600:1d:c25c:d00:93a1", + "2600:9000:2306:7800:1d:c25c:d00:93a1", + "2600:9000:2306:800:1d:c25c:d00:93a1", + "2600:9000:2306:9800:1d:c25c:d00:93a1", + "2600:9000:2306:d600:1d:c25c:d00:93a1" + ], + "IPAddress": "2600:9000:2306:9800:1d:c25c:d00:93a1", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": 20, + "EndpointProto": "tcp", + "EndpointPort": "443", + "EndpointAddress": "[2600:9000:2306:9800:1d:c25c:d00:93a1]:443", + "TCPConnectFailure": "network_unreachable", + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": "", + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + "21": { + "TagDepth": 0, + "Type": 2, + "Failure": "", + "TransactionID": 21, + "TagFetchBody": true, + "DNSTransactionID": 3, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": null, + "DNSEngine": null, + "DNSResolvedAddrs": [ + "108.139.243.106", + "108.139.243.32", + "108.139.243.41", + "108.139.243.83" + ], + "IPAddress": "108.139.243.41", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": 21, + "EndpointProto": "tcp", + "EndpointPort": "443", + "EndpointAddress": "108.139.243.41:443", + "TCPConnectFailure": "", + "TLSHandshakeFailure": "", + "TLSServerName": "www.csmonitor.com", + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": "", + "ControlTLSHandshakeFailure": "", + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + "22": { + "TagDepth": 0, + "Type": 1, + "Failure": "network_unreachable", + "TransactionID": 22, + "TagFetchBody": true, + "DNSTransactionID": 3, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": null, + "DNSEngine": null, + "DNSResolvedAddrs": [ + "2600:9000:2248:3a00:1d:c25c:d00:93a1", + "2600:9000:2248:6800:1d:c25c:d00:93a1", + "2600:9000:2248:8600:1d:c25c:d00:93a1", + "2600:9000:2248:8a00:1d:c25c:d00:93a1", + "2600:9000:2248:b000:1d:c25c:d00:93a1", + "2600:9000:2248:be00:1d:c25c:d00:93a1", + "2600:9000:2248:ec00:1d:c25c:d00:93a1", + "2600:9000:2248:ee00:1d:c25c:d00:93a1" + ], + "IPAddress": "2600:9000:2248:ee00:1d:c25c:d00:93a1", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": 22, + "EndpointProto": "tcp", + "EndpointPort": "443", + "EndpointAddress": "[2600:9000:2248:ee00:1d:c25c:d00:93a1]:443", + "TCPConnectFailure": "network_unreachable", + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": "", + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + "23": { + "TagDepth": 0, + "Type": 1, + "Failure": "network_unreachable", + "TransactionID": 23, + "TagFetchBody": true, + "DNSTransactionID": 3, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": null, + "DNSEngine": null, + "DNSResolvedAddrs": [ + "2600:9000:2248:3a00:1d:c25c:d00:93a1", + "2600:9000:2248:6800:1d:c25c:d00:93a1", + "2600:9000:2248:8600:1d:c25c:d00:93a1", + "2600:9000:2248:8a00:1d:c25c:d00:93a1", + "2600:9000:2248:b000:1d:c25c:d00:93a1", + "2600:9000:2248:be00:1d:c25c:d00:93a1", + "2600:9000:2248:ec00:1d:c25c:d00:93a1", + "2600:9000:2248:ee00:1d:c25c:d00:93a1" + ], + "IPAddress": "2600:9000:2248:be00:1d:c25c:d00:93a1", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": 23, + "EndpointProto": "tcp", + "EndpointPort": "443", + "EndpointAddress": "[2600:9000:2248:be00:1d:c25c:d00:93a1]:443", + "TCPConnectFailure": "network_unreachable", + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": "", + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + "24": { + "TagDepth": 0, + "Type": 1, + "Failure": "network_unreachable", + "TransactionID": 24, + "TagFetchBody": true, + "DNSTransactionID": 3, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": null, + "DNSEngine": null, + "DNSResolvedAddrs": [ + "2600:9000:2248:3a00:1d:c25c:d00:93a1", + "2600:9000:2248:6800:1d:c25c:d00:93a1", + "2600:9000:2248:8600:1d:c25c:d00:93a1", + "2600:9000:2248:8a00:1d:c25c:d00:93a1", + "2600:9000:2248:b000:1d:c25c:d00:93a1", + "2600:9000:2248:be00:1d:c25c:d00:93a1", + "2600:9000:2248:ec00:1d:c25c:d00:93a1", + "2600:9000:2248:ee00:1d:c25c:d00:93a1" + ], + "IPAddress": "2600:9000:2248:6800:1d:c25c:d00:93a1", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": 24, + "EndpointProto": "tcp", + "EndpointPort": "443", + "EndpointAddress": "[2600:9000:2248:6800:1d:c25c:d00:93a1]:443", + "TCPConnectFailure": "network_unreachable", + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": "", + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + "25": { + "TagDepth": 0, + "Type": 3, + "Failure": "", + "TransactionID": 25, + "TagFetchBody": true, + "DNSTransactionID": 1, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": null, + "DNSEngine": null, + "DNSResolvedAddrs": [ + "108.139.210.116", + "108.139.210.47", + "108.139.210.80", + "108.139.210.95" + ], + "IPAddress": "108.139.210.80", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": 25, + "EndpointProto": "tcp", + "EndpointPort": "443", + "EndpointAddress": "108.139.210.80:443", + "TCPConnectFailure": "", + "TLSHandshakeFailure": "", + "TLSServerName": "www.csmonitor.com", + "HTTPRequestURL": "https://www.csmonitor.com", + "HTTPFailure": "", + "HTTPResponseStatusCode": 200, + "HTTPResponseBodyLength": 144904, + "HTTPResponseBodyIsTruncated": false, + "HTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "HTTPResponseLocation": null, + "HTTPResponseTitle": "Christian Science Monitor - CSMonitor.com", + "HTTPResponseIsFinal": true, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": "", + "ControlTLSHandshakeFailure": "", + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + "26": { + "TagDepth": 0, + "Type": 1, + "Failure": "network_unreachable", + "TransactionID": 26, + "TagFetchBody": true, + "DNSTransactionID": 1, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": null, + "DNSEngine": null, + "DNSResolvedAddrs": [ + "2600:9000:2306:1a00:1d:c25c:d00:93a1", + "2600:9000:2306:3c00:1d:c25c:d00:93a1", + "2600:9000:2306:5c00:1d:c25c:d00:93a1", + "2600:9000:2306:6600:1d:c25c:d00:93a1", + "2600:9000:2306:7800:1d:c25c:d00:93a1", + "2600:9000:2306:800:1d:c25c:d00:93a1", + "2600:9000:2306:9800:1d:c25c:d00:93a1", + "2600:9000:2306:d600:1d:c25c:d00:93a1" + ], + "IPAddress": "2600:9000:2306:7800:1d:c25c:d00:93a1", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": 26, + "EndpointProto": "tcp", + "EndpointPort": "443", + "EndpointAddress": "[2600:9000:2306:7800:1d:c25c:d00:93a1]:443", + "TCPConnectFailure": "network_unreachable", + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": "", + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + "27": { + "TagDepth": 0, + "Type": 2, + "Failure": "", + "TransactionID": 27, + "TagFetchBody": true, + "DNSTransactionID": 3, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": null, + "DNSEngine": null, + "DNSResolvedAddrs": [ + "108.139.243.106", + "108.139.243.32", + "108.139.243.41", + "108.139.243.83" + ], + "IPAddress": "108.139.243.106", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": 27, + "EndpointProto": "tcp", + "EndpointPort": "443", + "EndpointAddress": "108.139.243.106:443", + "TCPConnectFailure": "", + "TLSHandshakeFailure": "", + "TLSServerName": "www.csmonitor.com", + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": "", + "ControlTLSHandshakeFailure": "", + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + "28": { + "TagDepth": 0, + "Type": 2, + "Failure": "", + "TransactionID": 28, + "TagFetchBody": true, + "DNSTransactionID": null, + "DNSDomain": null, + "DNSLookupFailure": null, + "DNSQueryType": null, + "DNSEngine": null, + "DNSResolvedAddrs": null, + "IPAddress": "65.8.161.129", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": 28, + "EndpointProto": "tcp", + "EndpointPort": "443", + "EndpointAddress": "65.8.161.129:443", + "TCPConnectFailure": "", + "TLSHandshakeFailure": "", + "TLSServerName": "www.csmonitor.com", + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": "", + "ControlTLSHandshakeFailure": "", + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + "29": { + "TagDepth": 0, + "Type": 2, + "Failure": "", + "TransactionID": 29, + "TagFetchBody": true, + "DNSTransactionID": null, + "DNSDomain": null, + "DNSLookupFailure": null, + "DNSQueryType": null, + "DNSEngine": null, + "DNSResolvedAddrs": null, + "IPAddress": "65.8.161.3", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": 29, + "EndpointProto": "tcp", + "EndpointPort": "443", + "EndpointAddress": "65.8.161.3:443", + "TCPConnectFailure": "", + "TLSHandshakeFailure": "", + "TLSServerName": "www.csmonitor.com", + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": "", + "ControlTLSHandshakeFailure": "", + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + "30": { + "TagDepth": 0, + "Type": 1, + "Failure": "network_unreachable", + "TransactionID": 30, + "TagFetchBody": true, + "DNSTransactionID": null, + "DNSDomain": null, + "DNSLookupFailure": null, + "DNSQueryType": null, + "DNSEngine": null, + "DNSResolvedAddrs": null, + "IPAddress": "2600:9000:2146:7800:1d:c25c:d00:93a1", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": 30, + "EndpointProto": "tcp", + "EndpointPort": "443", + "EndpointAddress": "[2600:9000:2146:7800:1d:c25c:d00:93a1]:443", + "TCPConnectFailure": "network_unreachable", + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": "", + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + "31": { + "TagDepth": 0, + "Type": 1, + "Failure": "network_unreachable", + "TransactionID": 31, + "TagFetchBody": true, + "DNSTransactionID": null, + "DNSDomain": null, + "DNSLookupFailure": null, + "DNSQueryType": null, + "DNSEngine": null, + "DNSResolvedAddrs": null, + "IPAddress": "2600:9000:2146:400:1d:c25c:d00:93a1", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": 31, + "EndpointProto": "tcp", + "EndpointPort": "443", + "EndpointAddress": "[2600:9000:2146:400:1d:c25c:d00:93a1]:443", + "TCPConnectFailure": "network_unreachable", + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": "", + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + "32": { + "TagDepth": 0, + "Type": 2, + "Failure": "", + "TransactionID": 32, + "TagFetchBody": true, + "DNSTransactionID": null, + "DNSDomain": null, + "DNSLookupFailure": null, + "DNSQueryType": null, + "DNSEngine": null, + "DNSResolvedAddrs": null, + "IPAddress": "65.8.161.30", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": 32, + "EndpointProto": "tcp", + "EndpointPort": "443", + "EndpointAddress": "65.8.161.30:443", + "TCPConnectFailure": "", + "TLSHandshakeFailure": "", + "TLSServerName": "www.csmonitor.com", + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": "", + "ControlTLSHandshakeFailure": "", + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + "33": { + "TagDepth": 0, + "Type": 1, + "Failure": "network_unreachable", + "TransactionID": 33, + "TagFetchBody": true, + "DNSTransactionID": null, + "DNSDomain": null, + "DNSLookupFailure": null, + "DNSQueryType": null, + "DNSEngine": null, + "DNSResolvedAddrs": null, + "IPAddress": "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": 33, + "EndpointProto": "tcp", + "EndpointPort": "443", + "EndpointAddress": "[2600:9000:2146:6c00:1d:c25c:d00:93a1]:443", + "TCPConnectFailure": "network_unreachable", + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": "", + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + "34": { + "TagDepth": 0, + "Type": 1, + "Failure": "network_unreachable", + "TransactionID": 34, + "TagFetchBody": true, + "DNSTransactionID": null, + "DNSDomain": null, + "DNSLookupFailure": null, + "DNSQueryType": null, + "DNSEngine": null, + "DNSResolvedAddrs": null, + "IPAddress": "2600:9000:2146:e400:1d:c25c:d00:93a1", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": 34, + "EndpointProto": "tcp", + "EndpointPort": "443", + "EndpointAddress": "[2600:9000:2146:e400:1d:c25c:d00:93a1]:443", + "TCPConnectFailure": "network_unreachable", + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": "", + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + "35": { + "TagDepth": 0, + "Type": 1, + "Failure": "network_unreachable", + "TransactionID": 35, + "TagFetchBody": true, + "DNSTransactionID": null, + "DNSDomain": null, + "DNSLookupFailure": null, + "DNSQueryType": null, + "DNSEngine": null, + "DNSResolvedAddrs": null, + "IPAddress": "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": 35, + "EndpointProto": "tcp", + "EndpointPort": "443", + "EndpointAddress": "[2600:9000:2146:5c00:1d:c25c:d00:93a1]:443", + "TCPConnectFailure": "network_unreachable", + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": "", + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + "36": { + "TagDepth": 0, + "Type": 2, + "Failure": "", + "TransactionID": 36, + "TagFetchBody": true, + "DNSTransactionID": null, + "DNSDomain": null, + "DNSLookupFailure": null, + "DNSQueryType": null, + "DNSEngine": null, + "DNSResolvedAddrs": null, + "IPAddress": "65.8.161.6", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": 36, + "EndpointProto": "tcp", + "EndpointPort": "443", + "EndpointAddress": "65.8.161.6:443", + "TCPConnectFailure": "", + "TLSHandshakeFailure": "", + "TLSServerName": "www.csmonitor.com", + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": "", + "ControlTLSHandshakeFailure": "", + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + "37": { + "TagDepth": 0, + "Type": 1, + "Failure": "network_unreachable", + "TransactionID": 37, + "TagFetchBody": true, + "DNSTransactionID": null, + "DNSDomain": null, + "DNSLookupFailure": null, + "DNSQueryType": null, + "DNSEngine": null, + "DNSResolvedAddrs": null, + "IPAddress": "2600:9000:2146:1000:1d:c25c:d00:93a1", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": 37, + "EndpointProto": "tcp", + "EndpointPort": "443", + "EndpointAddress": "[2600:9000:2146:1000:1d:c25c:d00:93a1]:443", + "TCPConnectFailure": "network_unreachable", + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": "", + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + "38": { + "TagDepth": 0, + "Type": 1, + "Failure": "network_unreachable", + "TransactionID": 38, + "TagFetchBody": true, + "DNSTransactionID": null, + "DNSDomain": null, + "DNSLookupFailure": null, + "DNSQueryType": null, + "DNSEngine": null, + "DNSResolvedAddrs": null, + "IPAddress": "2600:9000:2146:7200:1d:c25c:d00:93a1", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": 38, + "EndpointProto": "tcp", + "EndpointPort": "443", + "EndpointAddress": "[2600:9000:2146:7200:1d:c25c:d00:93a1]:443", + "TCPConnectFailure": "network_unreachable", + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": "", + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + "39": { + "TagDepth": 0, + "Type": 1, + "Failure": "network_unreachable", + "TransactionID": 39, + "TagFetchBody": true, + "DNSTransactionID": null, + "DNSDomain": null, + "DNSLookupFailure": null, + "DNSQueryType": null, + "DNSEngine": null, + "DNSResolvedAddrs": null, + "IPAddress": "2600:9000:2146:a400:1d:c25c:d00:93a1", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": 39, + "EndpointProto": "tcp", + "EndpointPort": "443", + "EndpointAddress": "[2600:9000:2146:a400:1d:c25c:d00:93a1]:443", + "TCPConnectFailure": "network_unreachable", + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": "", + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + "4": { + "TagDepth": 0, + "Type": 1, + "Failure": "network_unreachable", + "TransactionID": 4, + "TagFetchBody": true, + "DNSTransactionID": 1, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": null, + "DNSEngine": null, + "DNSResolvedAddrs": [ + "2600:9000:2306:1a00:1d:c25c:d00:93a1", + "2600:9000:2306:3c00:1d:c25c:d00:93a1", + "2600:9000:2306:5c00:1d:c25c:d00:93a1", + "2600:9000:2306:6600:1d:c25c:d00:93a1", + "2600:9000:2306:7800:1d:c25c:d00:93a1", + "2600:9000:2306:800:1d:c25c:d00:93a1", + "2600:9000:2306:9800:1d:c25c:d00:93a1", + "2600:9000:2306:d600:1d:c25c:d00:93a1" + ], + "IPAddress": "2600:9000:2306:3c00:1d:c25c:d00:93a1", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": 4, + "EndpointProto": "tcp", + "EndpointPort": "443", + "EndpointAddress": "[2600:9000:2306:3c00:1d:c25c:d00:93a1]:443", + "TCPConnectFailure": "network_unreachable", + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": "", + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + "5": { + "TagDepth": 0, + "Type": 1, + "Failure": "network_unreachable", + "TransactionID": 5, + "TagFetchBody": true, + "DNSTransactionID": 1, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": null, + "DNSEngine": null, + "DNSResolvedAddrs": [ + "2600:9000:2306:1a00:1d:c25c:d00:93a1", + "2600:9000:2306:3c00:1d:c25c:d00:93a1", + "2600:9000:2306:5c00:1d:c25c:d00:93a1", + "2600:9000:2306:6600:1d:c25c:d00:93a1", + "2600:9000:2306:7800:1d:c25c:d00:93a1", + "2600:9000:2306:800:1d:c25c:d00:93a1", + "2600:9000:2306:9800:1d:c25c:d00:93a1", + "2600:9000:2306:d600:1d:c25c:d00:93a1" + ], + "IPAddress": "2600:9000:2306:1a00:1d:c25c:d00:93a1", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": 5, + "EndpointProto": "tcp", + "EndpointPort": "443", + "EndpointAddress": "[2600:9000:2306:1a00:1d:c25c:d00:93a1]:443", + "TCPConnectFailure": "network_unreachable", + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": "", + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + "6": { + "TagDepth": 0, + "Type": 2, + "Failure": "", + "TransactionID": 6, + "TagFetchBody": true, + "DNSTransactionID": 3, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": null, + "DNSEngine": null, + "DNSResolvedAddrs": [ + "108.139.243.106", + "108.139.243.32", + "108.139.243.41", + "108.139.243.83" + ], + "IPAddress": "108.139.243.83", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": 6, + "EndpointProto": "tcp", + "EndpointPort": "443", + "EndpointAddress": "108.139.243.83:443", + "TCPConnectFailure": "", + "TLSHandshakeFailure": "", + "TLSServerName": "www.csmonitor.com", + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": "", + "ControlTLSHandshakeFailure": "", + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + "7": { + "TagDepth": 0, + "Type": 1, + "Failure": "network_unreachable", + "TransactionID": 7, + "TagFetchBody": true, + "DNSTransactionID": 1, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": null, + "DNSEngine": null, + "DNSResolvedAddrs": [ + "2600:9000:2306:1a00:1d:c25c:d00:93a1", + "2600:9000:2306:3c00:1d:c25c:d00:93a1", + "2600:9000:2306:5c00:1d:c25c:d00:93a1", + "2600:9000:2306:6600:1d:c25c:d00:93a1", + "2600:9000:2306:7800:1d:c25c:d00:93a1", + "2600:9000:2306:800:1d:c25c:d00:93a1", + "2600:9000:2306:9800:1d:c25c:d00:93a1", + "2600:9000:2306:d600:1d:c25c:d00:93a1" + ], + "IPAddress": "2600:9000:2306:d600:1d:c25c:d00:93a1", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": 7, + "EndpointProto": "tcp", + "EndpointPort": "443", + "EndpointAddress": "[2600:9000:2306:d600:1d:c25c:d00:93a1]:443", + "TCPConnectFailure": "network_unreachable", + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": "", + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + "8": { + "TagDepth": 0, + "Type": 1, + "Failure": "network_unreachable", + "TransactionID": 8, + "TagFetchBody": true, + "DNSTransactionID": 1, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": null, + "DNSEngine": null, + "DNSResolvedAddrs": [ + "2600:9000:2306:1a00:1d:c25c:d00:93a1", + "2600:9000:2306:3c00:1d:c25c:d00:93a1", + "2600:9000:2306:5c00:1d:c25c:d00:93a1", + "2600:9000:2306:6600:1d:c25c:d00:93a1", + "2600:9000:2306:7800:1d:c25c:d00:93a1", + "2600:9000:2306:800:1d:c25c:d00:93a1", + "2600:9000:2306:9800:1d:c25c:d00:93a1", + "2600:9000:2306:d600:1d:c25c:d00:93a1" + ], + "IPAddress": "2600:9000:2306:800:1d:c25c:d00:93a1", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": 8, + "EndpointProto": "tcp", + "EndpointPort": "443", + "EndpointAddress": "[2600:9000:2306:800:1d:c25c:d00:93a1]:443", + "TCPConnectFailure": "network_unreachable", + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": "", + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + "9": { + "TagDepth": 0, + "Type": 1, + "Failure": "network_unreachable", + "TransactionID": 9, + "TagFetchBody": true, + "DNSTransactionID": 1, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": null, + "DNSEngine": null, + "DNSResolvedAddrs": [ + "2600:9000:2306:1a00:1d:c25c:d00:93a1", + "2600:9000:2306:3c00:1d:c25c:d00:93a1", + "2600:9000:2306:5c00:1d:c25c:d00:93a1", + "2600:9000:2306:6600:1d:c25c:d00:93a1", + "2600:9000:2306:7800:1d:c25c:d00:93a1", + "2600:9000:2306:800:1d:c25c:d00:93a1", + "2600:9000:2306:9800:1d:c25c:d00:93a1", + "2600:9000:2306:d600:1d:c25c:d00:93a1" + ], + "IPAddress": "2600:9000:2306:5c00:1d:c25c:d00:93a1", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": 9, + "EndpointProto": "tcp", + "EndpointPort": "443", + "EndpointAddress": "[2600:9000:2306:5c00:1d:c25c:d00:93a1]:443", + "TCPConnectFailure": "network_unreachable", + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": "", + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + } + }, + "ControlExpectations": { + "DNSAddresses": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "FinalResponseFailure": "" + } +} \ No newline at end of file diff --git a/internal/minipipeline/testdata/webconnectivity/manual/issue-2456/observations_classic.json b/internal/minipipeline/testdata/webconnectivity/manual/issue-2456/observations_classic.json new file mode 100644 index 0000000000..a93f8c4944 --- /dev/null +++ b/internal/minipipeline/testdata/webconnectivity/manual/issue-2456/observations_classic.json @@ -0,0 +1,2092 @@ +{ + "DNSLookupFailures": [], + "DNSLookupSuccesses": [ + { + "TagDepth": 0, + "Type": 0, + "Failure": "", + "TransactionID": 2, + "TagFetchBody": null, + "DNSTransactionID": 2, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": "ANY", + "DNSEngine": "getaddrinfo", + "DNSResolvedAddrs": [ + "108.139.210.116", + "108.139.210.47", + "108.139.210.80", + "108.139.210.95", + "2600:9000:2306:1a00:1d:c25c:d00:93a1", + "2600:9000:2306:3c00:1d:c25c:d00:93a1", + "2600:9000:2306:5c00:1d:c25c:d00:93a1", + "2600:9000:2306:6600:1d:c25c:d00:93a1", + "2600:9000:2306:7800:1d:c25c:d00:93a1", + "2600:9000:2306:800:1d:c25c:d00:93a1", + "2600:9000:2306:9800:1d:c25c:d00:93a1", + "2600:9000:2306:d600:1d:c25c:d00:93a1" + ], + "IPAddress": "108.139.210.116", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": null, + "EndpointProto": null, + "EndpointPort": null, + "EndpointAddress": null, + "TCPConnectFailure": null, + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": null, + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 0, + "Failure": "", + "TransactionID": 2, + "TagFetchBody": null, + "DNSTransactionID": 2, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": "ANY", + "DNSEngine": "getaddrinfo", + "DNSResolvedAddrs": [ + "108.139.210.116", + "108.139.210.47", + "108.139.210.80", + "108.139.210.95", + "2600:9000:2306:1a00:1d:c25c:d00:93a1", + "2600:9000:2306:3c00:1d:c25c:d00:93a1", + "2600:9000:2306:5c00:1d:c25c:d00:93a1", + "2600:9000:2306:6600:1d:c25c:d00:93a1", + "2600:9000:2306:7800:1d:c25c:d00:93a1", + "2600:9000:2306:800:1d:c25c:d00:93a1", + "2600:9000:2306:9800:1d:c25c:d00:93a1", + "2600:9000:2306:d600:1d:c25c:d00:93a1" + ], + "IPAddress": "108.139.210.47", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": null, + "EndpointProto": null, + "EndpointPort": null, + "EndpointAddress": null, + "TCPConnectFailure": null, + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": null, + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 0, + "Failure": "", + "TransactionID": 2, + "TagFetchBody": null, + "DNSTransactionID": 2, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": "ANY", + "DNSEngine": "getaddrinfo", + "DNSResolvedAddrs": [ + "108.139.210.116", + "108.139.210.47", + "108.139.210.80", + "108.139.210.95", + "2600:9000:2306:1a00:1d:c25c:d00:93a1", + "2600:9000:2306:3c00:1d:c25c:d00:93a1", + "2600:9000:2306:5c00:1d:c25c:d00:93a1", + "2600:9000:2306:6600:1d:c25c:d00:93a1", + "2600:9000:2306:7800:1d:c25c:d00:93a1", + "2600:9000:2306:800:1d:c25c:d00:93a1", + "2600:9000:2306:9800:1d:c25c:d00:93a1", + "2600:9000:2306:d600:1d:c25c:d00:93a1" + ], + "IPAddress": "108.139.210.80", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": null, + "EndpointProto": null, + "EndpointPort": null, + "EndpointAddress": null, + "TCPConnectFailure": null, + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": null, + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 0, + "Failure": "", + "TransactionID": 2, + "TagFetchBody": null, + "DNSTransactionID": 2, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": "ANY", + "DNSEngine": "getaddrinfo", + "DNSResolvedAddrs": [ + "108.139.210.116", + "108.139.210.47", + "108.139.210.80", + "108.139.210.95", + "2600:9000:2306:1a00:1d:c25c:d00:93a1", + "2600:9000:2306:3c00:1d:c25c:d00:93a1", + "2600:9000:2306:5c00:1d:c25c:d00:93a1", + "2600:9000:2306:6600:1d:c25c:d00:93a1", + "2600:9000:2306:7800:1d:c25c:d00:93a1", + "2600:9000:2306:800:1d:c25c:d00:93a1", + "2600:9000:2306:9800:1d:c25c:d00:93a1", + "2600:9000:2306:d600:1d:c25c:d00:93a1" + ], + "IPAddress": "108.139.210.95", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": null, + "EndpointProto": null, + "EndpointPort": null, + "EndpointAddress": null, + "TCPConnectFailure": null, + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": null, + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 0, + "Failure": "", + "TransactionID": 2, + "TagFetchBody": null, + "DNSTransactionID": 2, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": "ANY", + "DNSEngine": "getaddrinfo", + "DNSResolvedAddrs": [ + "108.139.210.116", + "108.139.210.47", + "108.139.210.80", + "108.139.210.95", + "2600:9000:2306:1a00:1d:c25c:d00:93a1", + "2600:9000:2306:3c00:1d:c25c:d00:93a1", + "2600:9000:2306:5c00:1d:c25c:d00:93a1", + "2600:9000:2306:6600:1d:c25c:d00:93a1", + "2600:9000:2306:7800:1d:c25c:d00:93a1", + "2600:9000:2306:800:1d:c25c:d00:93a1", + "2600:9000:2306:9800:1d:c25c:d00:93a1", + "2600:9000:2306:d600:1d:c25c:d00:93a1" + ], + "IPAddress": "2600:9000:2306:1a00:1d:c25c:d00:93a1", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": null, + "EndpointProto": null, + "EndpointPort": null, + "EndpointAddress": null, + "TCPConnectFailure": null, + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": null, + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 0, + "Failure": "", + "TransactionID": 2, + "TagFetchBody": null, + "DNSTransactionID": 2, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": "ANY", + "DNSEngine": "getaddrinfo", + "DNSResolvedAddrs": [ + "108.139.210.116", + "108.139.210.47", + "108.139.210.80", + "108.139.210.95", + "2600:9000:2306:1a00:1d:c25c:d00:93a1", + "2600:9000:2306:3c00:1d:c25c:d00:93a1", + "2600:9000:2306:5c00:1d:c25c:d00:93a1", + "2600:9000:2306:6600:1d:c25c:d00:93a1", + "2600:9000:2306:7800:1d:c25c:d00:93a1", + "2600:9000:2306:800:1d:c25c:d00:93a1", + "2600:9000:2306:9800:1d:c25c:d00:93a1", + "2600:9000:2306:d600:1d:c25c:d00:93a1" + ], + "IPAddress": "2600:9000:2306:3c00:1d:c25c:d00:93a1", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": null, + "EndpointProto": null, + "EndpointPort": null, + "EndpointAddress": null, + "TCPConnectFailure": null, + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": null, + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 0, + "Failure": "", + "TransactionID": 2, + "TagFetchBody": null, + "DNSTransactionID": 2, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": "ANY", + "DNSEngine": "getaddrinfo", + "DNSResolvedAddrs": [ + "108.139.210.116", + "108.139.210.47", + "108.139.210.80", + "108.139.210.95", + "2600:9000:2306:1a00:1d:c25c:d00:93a1", + "2600:9000:2306:3c00:1d:c25c:d00:93a1", + "2600:9000:2306:5c00:1d:c25c:d00:93a1", + "2600:9000:2306:6600:1d:c25c:d00:93a1", + "2600:9000:2306:7800:1d:c25c:d00:93a1", + "2600:9000:2306:800:1d:c25c:d00:93a1", + "2600:9000:2306:9800:1d:c25c:d00:93a1", + "2600:9000:2306:d600:1d:c25c:d00:93a1" + ], + "IPAddress": "2600:9000:2306:5c00:1d:c25c:d00:93a1", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": null, + "EndpointProto": null, + "EndpointPort": null, + "EndpointAddress": null, + "TCPConnectFailure": null, + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": null, + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 0, + "Failure": "", + "TransactionID": 2, + "TagFetchBody": null, + "DNSTransactionID": 2, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": "ANY", + "DNSEngine": "getaddrinfo", + "DNSResolvedAddrs": [ + "108.139.210.116", + "108.139.210.47", + "108.139.210.80", + "108.139.210.95", + "2600:9000:2306:1a00:1d:c25c:d00:93a1", + "2600:9000:2306:3c00:1d:c25c:d00:93a1", + "2600:9000:2306:5c00:1d:c25c:d00:93a1", + "2600:9000:2306:6600:1d:c25c:d00:93a1", + "2600:9000:2306:7800:1d:c25c:d00:93a1", + "2600:9000:2306:800:1d:c25c:d00:93a1", + "2600:9000:2306:9800:1d:c25c:d00:93a1", + "2600:9000:2306:d600:1d:c25c:d00:93a1" + ], + "IPAddress": "2600:9000:2306:6600:1d:c25c:d00:93a1", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": null, + "EndpointProto": null, + "EndpointPort": null, + "EndpointAddress": null, + "TCPConnectFailure": null, + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": null, + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 0, + "Failure": "", + "TransactionID": 2, + "TagFetchBody": null, + "DNSTransactionID": 2, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": "ANY", + "DNSEngine": "getaddrinfo", + "DNSResolvedAddrs": [ + "108.139.210.116", + "108.139.210.47", + "108.139.210.80", + "108.139.210.95", + "2600:9000:2306:1a00:1d:c25c:d00:93a1", + "2600:9000:2306:3c00:1d:c25c:d00:93a1", + "2600:9000:2306:5c00:1d:c25c:d00:93a1", + "2600:9000:2306:6600:1d:c25c:d00:93a1", + "2600:9000:2306:7800:1d:c25c:d00:93a1", + "2600:9000:2306:800:1d:c25c:d00:93a1", + "2600:9000:2306:9800:1d:c25c:d00:93a1", + "2600:9000:2306:d600:1d:c25c:d00:93a1" + ], + "IPAddress": "2600:9000:2306:7800:1d:c25c:d00:93a1", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": null, + "EndpointProto": null, + "EndpointPort": null, + "EndpointAddress": null, + "TCPConnectFailure": null, + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": null, + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 0, + "Failure": "", + "TransactionID": 2, + "TagFetchBody": null, + "DNSTransactionID": 2, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": "ANY", + "DNSEngine": "getaddrinfo", + "DNSResolvedAddrs": [ + "108.139.210.116", + "108.139.210.47", + "108.139.210.80", + "108.139.210.95", + "2600:9000:2306:1a00:1d:c25c:d00:93a1", + "2600:9000:2306:3c00:1d:c25c:d00:93a1", + "2600:9000:2306:5c00:1d:c25c:d00:93a1", + "2600:9000:2306:6600:1d:c25c:d00:93a1", + "2600:9000:2306:7800:1d:c25c:d00:93a1", + "2600:9000:2306:800:1d:c25c:d00:93a1", + "2600:9000:2306:9800:1d:c25c:d00:93a1", + "2600:9000:2306:d600:1d:c25c:d00:93a1" + ], + "IPAddress": "2600:9000:2306:800:1d:c25c:d00:93a1", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": null, + "EndpointProto": null, + "EndpointPort": null, + "EndpointAddress": null, + "TCPConnectFailure": null, + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": null, + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 0, + "Failure": "", + "TransactionID": 2, + "TagFetchBody": null, + "DNSTransactionID": 2, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": "ANY", + "DNSEngine": "getaddrinfo", + "DNSResolvedAddrs": [ + "108.139.210.116", + "108.139.210.47", + "108.139.210.80", + "108.139.210.95", + "2600:9000:2306:1a00:1d:c25c:d00:93a1", + "2600:9000:2306:3c00:1d:c25c:d00:93a1", + "2600:9000:2306:5c00:1d:c25c:d00:93a1", + "2600:9000:2306:6600:1d:c25c:d00:93a1", + "2600:9000:2306:7800:1d:c25c:d00:93a1", + "2600:9000:2306:800:1d:c25c:d00:93a1", + "2600:9000:2306:9800:1d:c25c:d00:93a1", + "2600:9000:2306:d600:1d:c25c:d00:93a1" + ], + "IPAddress": "2600:9000:2306:9800:1d:c25c:d00:93a1", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": null, + "EndpointProto": null, + "EndpointPort": null, + "EndpointAddress": null, + "TCPConnectFailure": null, + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": null, + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + { + "TagDepth": 0, + "Type": 0, + "Failure": "", + "TransactionID": 2, + "TagFetchBody": null, + "DNSTransactionID": 2, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": "ANY", + "DNSEngine": "getaddrinfo", + "DNSResolvedAddrs": [ + "108.139.210.116", + "108.139.210.47", + "108.139.210.80", + "108.139.210.95", + "2600:9000:2306:1a00:1d:c25c:d00:93a1", + "2600:9000:2306:3c00:1d:c25c:d00:93a1", + "2600:9000:2306:5c00:1d:c25c:d00:93a1", + "2600:9000:2306:6600:1d:c25c:d00:93a1", + "2600:9000:2306:7800:1d:c25c:d00:93a1", + "2600:9000:2306:800:1d:c25c:d00:93a1", + "2600:9000:2306:9800:1d:c25c:d00:93a1", + "2600:9000:2306:d600:1d:c25c:d00:93a1" + ], + "IPAddress": "2600:9000:2306:d600:1d:c25c:d00:93a1", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": null, + "EndpointProto": null, + "EndpointPort": null, + "EndpointAddress": null, + "TCPConnectFailure": null, + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": null, + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + } + ], + "KnownTCPEndpoints": { + "13": { + "TagDepth": 0, + "Type": 2, + "Failure": "", + "TransactionID": 13, + "TagFetchBody": true, + "DNSTransactionID": 1, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": null, + "DNSEngine": null, + "DNSResolvedAddrs": [ + "108.139.210.116", + "108.139.210.47", + "108.139.210.80", + "108.139.210.95" + ], + "IPAddress": "108.139.210.47", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": 13, + "EndpointProto": "tcp", + "EndpointPort": "443", + "EndpointAddress": "108.139.210.47:443", + "TCPConnectFailure": "", + "TLSHandshakeFailure": "", + "TLSServerName": "www.csmonitor.com", + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": "", + "ControlTLSHandshakeFailure": "", + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + "14": { + "TagDepth": 0, + "Type": 2, + "Failure": "", + "TransactionID": 14, + "TagFetchBody": true, + "DNSTransactionID": 1, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": null, + "DNSEngine": null, + "DNSResolvedAddrs": [ + "108.139.210.116", + "108.139.210.47", + "108.139.210.80", + "108.139.210.95" + ], + "IPAddress": "108.139.210.116", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": 14, + "EndpointProto": "tcp", + "EndpointPort": "443", + "EndpointAddress": "108.139.210.116:443", + "TCPConnectFailure": "", + "TLSHandshakeFailure": "", + "TLSServerName": "www.csmonitor.com", + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": "", + "ControlTLSHandshakeFailure": "", + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + "15": { + "TagDepth": 0, + "Type": 1, + "Failure": "network_unreachable", + "TransactionID": 15, + "TagFetchBody": true, + "DNSTransactionID": 1, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": null, + "DNSEngine": null, + "DNSResolvedAddrs": [ + "2600:9000:2306:1a00:1d:c25c:d00:93a1", + "2600:9000:2306:3c00:1d:c25c:d00:93a1", + "2600:9000:2306:5c00:1d:c25c:d00:93a1", + "2600:9000:2306:6600:1d:c25c:d00:93a1", + "2600:9000:2306:7800:1d:c25c:d00:93a1", + "2600:9000:2306:800:1d:c25c:d00:93a1", + "2600:9000:2306:9800:1d:c25c:d00:93a1", + "2600:9000:2306:d600:1d:c25c:d00:93a1" + ], + "IPAddress": "2600:9000:2306:6600:1d:c25c:d00:93a1", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": 15, + "EndpointProto": "tcp", + "EndpointPort": "443", + "EndpointAddress": "[2600:9000:2306:6600:1d:c25c:d00:93a1]:443", + "TCPConnectFailure": "network_unreachable", + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": "", + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + "19": { + "TagDepth": 0, + "Type": 2, + "Failure": "", + "TransactionID": 19, + "TagFetchBody": true, + "DNSTransactionID": 1, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": null, + "DNSEngine": null, + "DNSResolvedAddrs": [ + "108.139.210.116", + "108.139.210.47", + "108.139.210.80", + "108.139.210.95" + ], + "IPAddress": "108.139.210.95", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": 19, + "EndpointProto": "tcp", + "EndpointPort": "443", + "EndpointAddress": "108.139.210.95:443", + "TCPConnectFailure": "", + "TLSHandshakeFailure": "", + "TLSServerName": "www.csmonitor.com", + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": "", + "ControlTLSHandshakeFailure": "", + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + "20": { + "TagDepth": 0, + "Type": 1, + "Failure": "network_unreachable", + "TransactionID": 20, + "TagFetchBody": true, + "DNSTransactionID": 1, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": null, + "DNSEngine": null, + "DNSResolvedAddrs": [ + "2600:9000:2306:1a00:1d:c25c:d00:93a1", + "2600:9000:2306:3c00:1d:c25c:d00:93a1", + "2600:9000:2306:5c00:1d:c25c:d00:93a1", + "2600:9000:2306:6600:1d:c25c:d00:93a1", + "2600:9000:2306:7800:1d:c25c:d00:93a1", + "2600:9000:2306:800:1d:c25c:d00:93a1", + "2600:9000:2306:9800:1d:c25c:d00:93a1", + "2600:9000:2306:d600:1d:c25c:d00:93a1" + ], + "IPAddress": "2600:9000:2306:9800:1d:c25c:d00:93a1", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": 20, + "EndpointProto": "tcp", + "EndpointPort": "443", + "EndpointAddress": "[2600:9000:2306:9800:1d:c25c:d00:93a1]:443", + "TCPConnectFailure": "network_unreachable", + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": "", + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + "25": { + "TagDepth": 0, + "Type": 3, + "Failure": "", + "TransactionID": 25, + "TagFetchBody": true, + "DNSTransactionID": 1, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": null, + "DNSEngine": null, + "DNSResolvedAddrs": [ + "108.139.210.116", + "108.139.210.47", + "108.139.210.80", + "108.139.210.95" + ], + "IPAddress": "108.139.210.80", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": 25, + "EndpointProto": "tcp", + "EndpointPort": "443", + "EndpointAddress": "108.139.210.80:443", + "TCPConnectFailure": "", + "TLSHandshakeFailure": "", + "TLSServerName": "www.csmonitor.com", + "HTTPRequestURL": "https://www.csmonitor.com", + "HTTPFailure": "", + "HTTPResponseStatusCode": 200, + "HTTPResponseBodyLength": 144904, + "HTTPResponseBodyIsTruncated": false, + "HTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "HTTPResponseLocation": null, + "HTTPResponseTitle": "Christian Science Monitor - CSMonitor.com", + "HTTPResponseIsFinal": true, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": "", + "ControlTLSHandshakeFailure": "", + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + "26": { + "TagDepth": 0, + "Type": 1, + "Failure": "network_unreachable", + "TransactionID": 26, + "TagFetchBody": true, + "DNSTransactionID": 1, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": null, + "DNSEngine": null, + "DNSResolvedAddrs": [ + "2600:9000:2306:1a00:1d:c25c:d00:93a1", + "2600:9000:2306:3c00:1d:c25c:d00:93a1", + "2600:9000:2306:5c00:1d:c25c:d00:93a1", + "2600:9000:2306:6600:1d:c25c:d00:93a1", + "2600:9000:2306:7800:1d:c25c:d00:93a1", + "2600:9000:2306:800:1d:c25c:d00:93a1", + "2600:9000:2306:9800:1d:c25c:d00:93a1", + "2600:9000:2306:d600:1d:c25c:d00:93a1" + ], + "IPAddress": "2600:9000:2306:7800:1d:c25c:d00:93a1", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": 26, + "EndpointProto": "tcp", + "EndpointPort": "443", + "EndpointAddress": "[2600:9000:2306:7800:1d:c25c:d00:93a1]:443", + "TCPConnectFailure": "network_unreachable", + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": "", + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + "4": { + "TagDepth": 0, + "Type": 1, + "Failure": "network_unreachable", + "TransactionID": 4, + "TagFetchBody": true, + "DNSTransactionID": 1, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": null, + "DNSEngine": null, + "DNSResolvedAddrs": [ + "2600:9000:2306:1a00:1d:c25c:d00:93a1", + "2600:9000:2306:3c00:1d:c25c:d00:93a1", + "2600:9000:2306:5c00:1d:c25c:d00:93a1", + "2600:9000:2306:6600:1d:c25c:d00:93a1", + "2600:9000:2306:7800:1d:c25c:d00:93a1", + "2600:9000:2306:800:1d:c25c:d00:93a1", + "2600:9000:2306:9800:1d:c25c:d00:93a1", + "2600:9000:2306:d600:1d:c25c:d00:93a1" + ], + "IPAddress": "2600:9000:2306:3c00:1d:c25c:d00:93a1", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": 4, + "EndpointProto": "tcp", + "EndpointPort": "443", + "EndpointAddress": "[2600:9000:2306:3c00:1d:c25c:d00:93a1]:443", + "TCPConnectFailure": "network_unreachable", + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": "", + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + "5": { + "TagDepth": 0, + "Type": 1, + "Failure": "network_unreachable", + "TransactionID": 5, + "TagFetchBody": true, + "DNSTransactionID": 1, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": null, + "DNSEngine": null, + "DNSResolvedAddrs": [ + "2600:9000:2306:1a00:1d:c25c:d00:93a1", + "2600:9000:2306:3c00:1d:c25c:d00:93a1", + "2600:9000:2306:5c00:1d:c25c:d00:93a1", + "2600:9000:2306:6600:1d:c25c:d00:93a1", + "2600:9000:2306:7800:1d:c25c:d00:93a1", + "2600:9000:2306:800:1d:c25c:d00:93a1", + "2600:9000:2306:9800:1d:c25c:d00:93a1", + "2600:9000:2306:d600:1d:c25c:d00:93a1" + ], + "IPAddress": "2600:9000:2306:1a00:1d:c25c:d00:93a1", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": 5, + "EndpointProto": "tcp", + "EndpointPort": "443", + "EndpointAddress": "[2600:9000:2306:1a00:1d:c25c:d00:93a1]:443", + "TCPConnectFailure": "network_unreachable", + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": "", + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + "7": { + "TagDepth": 0, + "Type": 1, + "Failure": "network_unreachable", + "TransactionID": 7, + "TagFetchBody": true, + "DNSTransactionID": 1, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": null, + "DNSEngine": null, + "DNSResolvedAddrs": [ + "2600:9000:2306:1a00:1d:c25c:d00:93a1", + "2600:9000:2306:3c00:1d:c25c:d00:93a1", + "2600:9000:2306:5c00:1d:c25c:d00:93a1", + "2600:9000:2306:6600:1d:c25c:d00:93a1", + "2600:9000:2306:7800:1d:c25c:d00:93a1", + "2600:9000:2306:800:1d:c25c:d00:93a1", + "2600:9000:2306:9800:1d:c25c:d00:93a1", + "2600:9000:2306:d600:1d:c25c:d00:93a1" + ], + "IPAddress": "2600:9000:2306:d600:1d:c25c:d00:93a1", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": 7, + "EndpointProto": "tcp", + "EndpointPort": "443", + "EndpointAddress": "[2600:9000:2306:d600:1d:c25c:d00:93a1]:443", + "TCPConnectFailure": "network_unreachable", + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": "", + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + "8": { + "TagDepth": 0, + "Type": 1, + "Failure": "network_unreachable", + "TransactionID": 8, + "TagFetchBody": true, + "DNSTransactionID": 1, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": null, + "DNSEngine": null, + "DNSResolvedAddrs": [ + "2600:9000:2306:1a00:1d:c25c:d00:93a1", + "2600:9000:2306:3c00:1d:c25c:d00:93a1", + "2600:9000:2306:5c00:1d:c25c:d00:93a1", + "2600:9000:2306:6600:1d:c25c:d00:93a1", + "2600:9000:2306:7800:1d:c25c:d00:93a1", + "2600:9000:2306:800:1d:c25c:d00:93a1", + "2600:9000:2306:9800:1d:c25c:d00:93a1", + "2600:9000:2306:d600:1d:c25c:d00:93a1" + ], + "IPAddress": "2600:9000:2306:800:1d:c25c:d00:93a1", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": 8, + "EndpointProto": "tcp", + "EndpointPort": "443", + "EndpointAddress": "[2600:9000:2306:800:1d:c25c:d00:93a1]:443", + "TCPConnectFailure": "network_unreachable", + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": "", + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + }, + "9": { + "TagDepth": 0, + "Type": 1, + "Failure": "network_unreachable", + "TransactionID": 9, + "TagFetchBody": true, + "DNSTransactionID": 1, + "DNSDomain": "www.csmonitor.com", + "DNSLookupFailure": "", + "DNSQueryType": null, + "DNSEngine": null, + "DNSResolvedAddrs": [ + "2600:9000:2306:1a00:1d:c25c:d00:93a1", + "2600:9000:2306:3c00:1d:c25c:d00:93a1", + "2600:9000:2306:5c00:1d:c25c:d00:93a1", + "2600:9000:2306:6600:1d:c25c:d00:93a1", + "2600:9000:2306:7800:1d:c25c:d00:93a1", + "2600:9000:2306:800:1d:c25c:d00:93a1", + "2600:9000:2306:9800:1d:c25c:d00:93a1", + "2600:9000:2306:d600:1d:c25c:d00:93a1" + ], + "IPAddress": "2600:9000:2306:5c00:1d:c25c:d00:93a1", + "IPAddressASN": 16509, + "IPAddressBogon": false, + "EndpointTransactionID": 9, + "EndpointProto": "tcp", + "EndpointPort": "443", + "EndpointAddress": "[2600:9000:2306:5c00:1d:c25c:d00:93a1]:443", + "TCPConnectFailure": "network_unreachable", + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, + "HTTPResponseLocation": null, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, + "ControlDNSDomain": "www.csmonitor.com", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "ControlTCPConnectFailure": "", + "ControlTLSHandshakeFailure": null, + "ControlHTTPFailure": "", + "ControlHTTPResponseStatusCode": 200, + "ControlHTTPResponseBodyLength": 144904, + "ControlHTTPResponseHeadersKeys": { + "Accept-Ranges": true, + "Age": true, + "Cache-Control": true, + "Content-Language": true, + "Content-Type": true, + "Date": true, + "Expires": true, + "Ezp-Is_archive": true, + "Last-Modified": true, + "Pragma": true, + "Served-By": true, + "Server": true, + "Via": true, + "X-Amz-Cf-Id": true, + "X-Amz-Cf-Pop": true, + "X-Cache": true, + "X-Frame-Options": true, + "X-Powered-By": true, + "X-Varnish": true + }, + "ControlHTTPResponseTitle": "Christian Science Monitor - CSMonitor.com" + } + }, + "ControlExpectations": { + "DNSAddresses": [ + "2600:9000:2146:1000:1d:c25c:d00:93a1", + "2600:9000:2146:400:1d:c25c:d00:93a1", + "2600:9000:2146:5c00:1d:c25c:d00:93a1", + "2600:9000:2146:6c00:1d:c25c:d00:93a1", + "2600:9000:2146:7200:1d:c25c:d00:93a1", + "2600:9000:2146:7800:1d:c25c:d00:93a1", + "2600:9000:2146:a400:1d:c25c:d00:93a1", + "2600:9000:2146:e400:1d:c25c:d00:93a1", + "65.8.161.129", + "65.8.161.3", + "65.8.161.30", + "65.8.161.6" + ], + "FinalResponseFailure": "" + } +} \ No newline at end of file diff --git a/script/updateminipipeline.bash b/script/updateminipipeline.bash index 01e195ad58..0d8f8d3d9d 100755 --- a/script/updateminipipeline.bash +++ b/script/updateminipipeline.bash @@ -17,6 +17,10 @@ go run ./internal/cmd/minipipeline \ -destdir ./internal/minipipeline/testdata/webconnectivity/manual/youtube \ -measurement ./internal/minipipeline/testdata/webconnectivity/manual/youtube/measurement.json +go run ./internal/cmd/minipipeline \ + -destdir ./internal/minipipeline/testdata/webconnectivity/manual/issue-2456 \ + -measurement ./internal/minipipeline/testdata/webconnectivity/manual/issue-2456/measurement.json + go run ./internal/cmd/minipipeline \ -measurement ./internal/cmd/minipipeline/testdata/measurement.json \ -destdir ./internal/cmd/minipipeline/testdata