From 970f89fa2da9ebe537259649c1cf43832f72d713 Mon Sep 17 00:00:00 2001 From: Simone Basso Date: Tue, 13 Feb 2024 02:55:31 +0100 Subject: [PATCH] cleanup(netemx): simplify idna and large-file test cases (#1514) We just need a single IP address in both cases. Helps with https://github.com/ooni/probe/issues/2677. --- .../generated/dnsBlockingBOGON/analysis.json | 10 +- .../dnsBlockingBOGON/analysis_classic.json | 4 +- .../dnsBlockingBOGON/measurement.json | 14 +- .../dnsBlockingBOGON/observations.json | 94 +- .../observations_classic.json | 6 +- .../analysis.json | 6 +- .../measurement.json | 12 +- .../observations.json | 6 +- .../httpDiffWithInconsistentDNS/analysis.json | 30 +- .../analysis_classic.json | 6 +- .../measurement.json | 20 +- .../observations.json | 76 +- .../observations_classic.json | 6 +- .../analysis.json | 2241 ++--------------- .../analysis_classic.json | 1225 +-------- .../measurement.json | 542 +--- .../observations.json | 2221 ++-------------- .../observations_classic.json | 1219 +-------- .../analysis.json | 2241 ++--------------- .../analysis_classic.json | 1227 +-------- .../measurement.json | 548 +--- .../observations.json | 2219 ++-------------- .../observations_classic.json | 1219 +-------- .../generated/largeFileWithHTTP/analysis.json | 288 +-- .../largeFileWithHTTP/analysis_classic.json | 121 +- .../largeFileWithHTTP/measurement.json | 94 +- .../largeFileWithHTTP/observations.json | 280 +- .../observations_classic.json | 113 +- .../largeFileWithHTTPS/analysis.json | 223 -- .../largeFileWithHTTPS/analysis_classic.json | 111 - .../largeFileWithHTTPS/measurement.json | 72 +- .../largeFileWithHTTPS/observations.json | 223 -- .../observations_classic.json | 111 - .../throttlingWithHTTP/analysis.json | 286 +-- .../throttlingWithHTTP/analysis_classic.json | 119 +- .../throttlingWithHTTP/measurement.json | 92 +- .../throttlingWithHTTP/observations.json | 278 -- .../observations_classic.json | 111 - .../throttlingWithHTTPS/analysis.json | 229 +- .../throttlingWithHTTPS/analysis_classic.json | 117 +- .../throttlingWithHTTPS/measurement.json | 76 +- .../throttlingWithHTTPS/observations.json | 227 +- .../observations_classic.json | 115 +- internal/netemx/address.go | 12 - internal/netemx/scenario.go | 4 - internal/webconnectivityqa/throttling.go | 8 - 46 files changed, 1179 insertions(+), 17323 deletions(-) diff --git a/internal/minipipeline/testdata/webconnectivity/generated/dnsBlockingBOGON/analysis.json b/internal/minipipeline/testdata/webconnectivity/generated/dnsBlockingBOGON/analysis.json index d378b4f81..366a92bda 100644 --- a/internal/minipipeline/testdata/webconnectivity/generated/dnsBlockingBOGON/analysis.json +++ b/internal/minipipeline/testdata/webconnectivity/generated/dnsBlockingBOGON/analysis.json @@ -49,7 +49,7 @@ "HTTPRoundTripUnexpectedFailure": [], "HTTPRoundTripUnexplainedFailure": [], "HTTPFinalResponseSuccessTLSWithoutControl": null, - "HTTPFinalResponseSuccessTLSWithControl": 50001, + "HTTPFinalResponseSuccessTLSWithControl": 50002, "HTTPFinalResponseSuccessTCPWithoutControl": null, "HTTPFinalResponseSuccessTCPWithControl": null, "HTTPFinalResponseDiffBodyProportionFactor": 1, @@ -64,7 +64,7 @@ "TagDepth": 0, "Type": 3, "Failure": "", - "TransactionID": 50001, + "TransactionID": 50002, "TagFetchBody": true, "DNSTransactionID": 30001, "DNSDomain": "www.example.com", @@ -78,7 +78,7 @@ "IPAddress": "93.184.216.34", "IPAddressASN": 15133, "IPAddressBogon": false, - "EndpointTransactionID": 50001, + "EndpointTransactionID": 50002, "EndpointProto": "tcp", "EndpointPort": "443", "EndpointAddress": "93.184.216.34:443", @@ -121,7 +121,7 @@ "TagDepth": 0, "Type": 1, "Failure": "generic_timeout_error", - "TransactionID": 50002, + "TransactionID": 50001, "TagFetchBody": true, "DNSTransactionID": 10001, "DNSDomain": "www.example.com", @@ -135,7 +135,7 @@ "IPAddress": "10.10.34.35", "IPAddressASN": null, "IPAddressBogon": true, - "EndpointTransactionID": 50002, + "EndpointTransactionID": 50001, "EndpointProto": "tcp", "EndpointPort": "443", "EndpointAddress": "10.10.34.35:443", diff --git a/internal/minipipeline/testdata/webconnectivity/generated/dnsBlockingBOGON/analysis_classic.json b/internal/minipipeline/testdata/webconnectivity/generated/dnsBlockingBOGON/analysis_classic.json index c3296021d..fd90fa41f 100644 --- a/internal/minipipeline/testdata/webconnectivity/generated/dnsBlockingBOGON/analysis_classic.json +++ b/internal/minipipeline/testdata/webconnectivity/generated/dnsBlockingBOGON/analysis_classic.json @@ -53,7 +53,7 @@ "TagDepth": 0, "Type": 1, "Failure": "generic_timeout_error", - "TransactionID": 50002, + "TransactionID": 50001, "TagFetchBody": true, "DNSTransactionID": 10001, "DNSDomain": "www.example.com", @@ -67,7 +67,7 @@ "IPAddress": "10.10.34.35", "IPAddressASN": null, "IPAddressBogon": true, - "EndpointTransactionID": 50002, + "EndpointTransactionID": 50001, "EndpointProto": "tcp", "EndpointPort": "443", "EndpointAddress": "10.10.34.35:443", diff --git a/internal/minipipeline/testdata/webconnectivity/generated/dnsBlockingBOGON/measurement.json b/internal/minipipeline/testdata/webconnectivity/generated/dnsBlockingBOGON/measurement.json index be429c6d3..ce6cb671e 100644 --- a/internal/minipipeline/testdata/webconnectivity/generated/dnsBlockingBOGON/measurement.json +++ b/internal/minipipeline/testdata/webconnectivity/generated/dnsBlockingBOGON/measurement.json @@ -216,7 +216,7 @@ "depth=0", "fetch_body=true" ], - "transaction_id": 50001 + "transaction_id": 50002 } ], "tcp_connect": [ @@ -232,7 +232,7 @@ "depth=0", "fetch_body=true" ], - "transaction_id": 50002 + "transaction_id": 50001 }, { "ip": "93.184.216.34", @@ -246,7 +246,7 @@ "depth=0", "fetch_body=true" ], - "transaction_id": 50001 + "transaction_id": 50002 } ], "tls_handshakes": [ @@ -265,7 +265,7 @@ "fetch_body=true" ], "tls_version": "TLSv1.3", - "transaction_id": 50001 + "transaction_id": 50002 } ], "x_control_request": { @@ -282,10 +282,10 @@ ] }, "tcp_connect": [ - "93.184.216.34:443", - "93.184.216.34:80", "10.10.34.35:443", - "10.10.34.35:80" + "10.10.34.35:80", + "93.184.216.34:443", + "93.184.216.34:80" ], "x_quic_enabled": false }, diff --git a/internal/minipipeline/testdata/webconnectivity/generated/dnsBlockingBOGON/observations.json b/internal/minipipeline/testdata/webconnectivity/generated/dnsBlockingBOGON/observations.json index d08e4f46e..492c71493 100644 --- a/internal/minipipeline/testdata/webconnectivity/generated/dnsBlockingBOGON/observations.json +++ b/internal/minipipeline/testdata/webconnectivity/generated/dnsBlockingBOGON/observations.json @@ -262,50 +262,45 @@ "KnownTCPEndpoints": { "50001": { "TagDepth": 0, - "Type": 3, - "Failure": "", + "Type": 1, + "Failure": "generic_timeout_error", "TransactionID": 50001, "TagFetchBody": true, - "DNSTransactionID": 30001, + "DNSTransactionID": 10001, "DNSDomain": "www.example.com", "DNSLookupFailure": "", "DNSQueryType": null, "DNSEngine": null, "DNSResolvedAddrs": [ - "93.184.216.34" + "10.10.34.35" ], "IPAddressOrigin": "dns", - "IPAddress": "93.184.216.34", - "IPAddressASN": 15133, - "IPAddressBogon": false, + "IPAddress": "10.10.34.35", + "IPAddressASN": null, + "IPAddressBogon": true, "EndpointTransactionID": 50001, "EndpointProto": "tcp", "EndpointPort": "443", - "EndpointAddress": "93.184.216.34:443", - "TCPConnectFailure": "", - "TLSHandshakeFailure": "", - "TLSServerName": "www.example.com", - "HTTPRequestURL": "https://www.example.com/", - "HTTPFailure": "", - "HTTPResponseStatusCode": 200, - "HTTPResponseBodyLength": 1533, - "HTTPResponseBodyIsTruncated": false, - "HTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, + "EndpointAddress": "10.10.34.35:443", + "TCPConnectFailure": "generic_timeout_error", + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, "HTTPResponseLocation": null, - "HTTPResponseTitle": "Default Web Page", - "HTTPResponseIsFinal": true, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, "ControlDNSDomain": "www.example.com", "ControlDNSLookupFailure": "", "ControlDNSResolvedAddrs": [ "93.184.216.34" ], - "ControlTCPConnectFailure": "", - "ControlTLSHandshakeFailure": "", + "ControlTCPConnectFailure": null, + "ControlTLSHandshakeFailure": null, "ControlHTTPFailure": "", "ControlHTTPResponseStatusCode": 200, "ControlHTTPResponseBodyLength": 1533, @@ -319,45 +314,50 @@ }, "50002": { "TagDepth": 0, - "Type": 1, - "Failure": "generic_timeout_error", + "Type": 3, + "Failure": "", "TransactionID": 50002, "TagFetchBody": true, - "DNSTransactionID": 10001, + "DNSTransactionID": 30001, "DNSDomain": "www.example.com", "DNSLookupFailure": "", "DNSQueryType": null, "DNSEngine": null, "DNSResolvedAddrs": [ - "10.10.34.35" + "93.184.216.34" ], "IPAddressOrigin": "dns", - "IPAddress": "10.10.34.35", - "IPAddressASN": null, - "IPAddressBogon": true, + "IPAddress": "93.184.216.34", + "IPAddressASN": 15133, + "IPAddressBogon": false, "EndpointTransactionID": 50002, "EndpointProto": "tcp", "EndpointPort": "443", - "EndpointAddress": "10.10.34.35:443", - "TCPConnectFailure": "generic_timeout_error", - "TLSHandshakeFailure": null, - "TLSServerName": null, - "HTTPRequestURL": null, - "HTTPFailure": null, - "HTTPResponseStatusCode": null, - "HTTPResponseBodyLength": null, - "HTTPResponseBodyIsTruncated": null, - "HTTPResponseHeadersKeys": null, + "EndpointAddress": "93.184.216.34:443", + "TCPConnectFailure": "", + "TLSHandshakeFailure": "", + "TLSServerName": "www.example.com", + "HTTPRequestURL": "https://www.example.com/", + "HTTPFailure": "", + "HTTPResponseStatusCode": 200, + "HTTPResponseBodyLength": 1533, + "HTTPResponseBodyIsTruncated": false, + "HTTPResponseHeadersKeys": { + "Alt-Svc": true, + "Content-Length": true, + "Content-Type": true, + "Date": true + }, "HTTPResponseLocation": null, - "HTTPResponseTitle": null, - "HTTPResponseIsFinal": null, + "HTTPResponseTitle": "Default Web Page", + "HTTPResponseIsFinal": true, "ControlDNSDomain": "www.example.com", "ControlDNSLookupFailure": "", "ControlDNSResolvedAddrs": [ "93.184.216.34" ], - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, + "ControlTCPConnectFailure": "", + "ControlTLSHandshakeFailure": "", "ControlHTTPFailure": "", "ControlHTTPResponseStatusCode": 200, "ControlHTTPResponseBodyLength": 1533, diff --git a/internal/minipipeline/testdata/webconnectivity/generated/dnsBlockingBOGON/observations_classic.json b/internal/minipipeline/testdata/webconnectivity/generated/dnsBlockingBOGON/observations_classic.json index fc76634ce..99a77c40f 100644 --- a/internal/minipipeline/testdata/webconnectivity/generated/dnsBlockingBOGON/observations_classic.json +++ b/internal/minipipeline/testdata/webconnectivity/generated/dnsBlockingBOGON/observations_classic.json @@ -55,11 +55,11 @@ } ], "KnownTCPEndpoints": { - "50002": { + "50001": { "TagDepth": 0, "Type": 1, "Failure": "generic_timeout_error", - "TransactionID": 50002, + "TransactionID": 50001, "TagFetchBody": true, "DNSTransactionID": 10001, "DNSDomain": "www.example.com", @@ -73,7 +73,7 @@ "IPAddress": "10.10.34.35", "IPAddressASN": null, "IPAddressBogon": true, - "EndpointTransactionID": 50002, + "EndpointTransactionID": 50001, "EndpointProto": "tcp", "EndpointPort": "443", "EndpointAddress": "10.10.34.35:443", diff --git a/internal/minipipeline/testdata/webconnectivity/generated/dnsHijackingToLocalhostWithHTTPS/analysis.json b/internal/minipipeline/testdata/webconnectivity/generated/dnsHijackingToLocalhostWithHTTPS/analysis.json index 73a9c30a0..098236db5 100644 --- a/internal/minipipeline/testdata/webconnectivity/generated/dnsHijackingToLocalhostWithHTTPS/analysis.json +++ b/internal/minipipeline/testdata/webconnectivity/generated/dnsHijackingToLocalhostWithHTTPS/analysis.json @@ -50,7 +50,7 @@ "HTTPRoundTripUnexpectedFailure": [], "HTTPRoundTripUnexplainedFailure": [], "HTTPFinalResponseSuccessTLSWithoutControl": null, - "HTTPFinalResponseSuccessTLSWithControl": 50001, + "HTTPFinalResponseSuccessTLSWithControl": 50002, "HTTPFinalResponseSuccessTCPWithoutControl": null, "HTTPFinalResponseSuccessTCPWithControl": null, "HTTPFinalResponseDiffBodyProportionFactor": 1, @@ -65,7 +65,7 @@ "TagDepth": 0, "Type": 3, "Failure": "", - "TransactionID": 50001, + "TransactionID": 50002, "TagFetchBody": true, "DNSTransactionID": 30001, "DNSDomain": "www.example.com", @@ -79,7 +79,7 @@ "IPAddress": "93.184.216.34", "IPAddressASN": 15133, "IPAddressBogon": false, - "EndpointTransactionID": 50001, + "EndpointTransactionID": 50002, "EndpointProto": "tcp", "EndpointPort": "443", "EndpointAddress": "93.184.216.34:443", diff --git a/internal/minipipeline/testdata/webconnectivity/generated/dnsHijackingToLocalhostWithHTTPS/measurement.json b/internal/minipipeline/testdata/webconnectivity/generated/dnsHijackingToLocalhostWithHTTPS/measurement.json index 60fe76582..6a3a88dd7 100644 --- a/internal/minipipeline/testdata/webconnectivity/generated/dnsHijackingToLocalhostWithHTTPS/measurement.json +++ b/internal/minipipeline/testdata/webconnectivity/generated/dnsHijackingToLocalhostWithHTTPS/measurement.json @@ -214,7 +214,7 @@ "depth=0", "fetch_body=true" ], - "transaction_id": 50001 + "transaction_id": 50002 } ], "tcp_connect": [ @@ -230,7 +230,7 @@ "depth=0", "fetch_body=true" ], - "transaction_id": 50001 + "transaction_id": 50002 } ], "tls_handshakes": [ @@ -249,7 +249,7 @@ "fetch_body=true" ], "tls_version": "TLSv1.3", - "transaction_id": 50001 + "transaction_id": 50002 } ], "x_control_request": { @@ -266,10 +266,10 @@ ] }, "tcp_connect": [ - "93.184.216.34:443", - "93.184.216.34:80", "127.0.0.1:443", - "127.0.0.1:80" + "127.0.0.1:80", + "93.184.216.34:443", + "93.184.216.34:80" ], "x_quic_enabled": false }, diff --git a/internal/minipipeline/testdata/webconnectivity/generated/dnsHijackingToLocalhostWithHTTPS/observations.json b/internal/minipipeline/testdata/webconnectivity/generated/dnsHijackingToLocalhostWithHTTPS/observations.json index 5ea657757..a48628a15 100644 --- a/internal/minipipeline/testdata/webconnectivity/generated/dnsHijackingToLocalhostWithHTTPS/observations.json +++ b/internal/minipipeline/testdata/webconnectivity/generated/dnsHijackingToLocalhostWithHTTPS/observations.json @@ -260,11 +260,11 @@ } ], "KnownTCPEndpoints": { - "50001": { + "50002": { "TagDepth": 0, "Type": 3, "Failure": "", - "TransactionID": 50001, + "TransactionID": 50002, "TagFetchBody": true, "DNSTransactionID": 30001, "DNSDomain": "www.example.com", @@ -278,7 +278,7 @@ "IPAddress": "93.184.216.34", "IPAddressASN": 15133, "IPAddressBogon": false, - "EndpointTransactionID": 50001, + "EndpointTransactionID": 50002, "EndpointProto": "tcp", "EndpointPort": "443", "EndpointAddress": "93.184.216.34:443", diff --git a/internal/minipipeline/testdata/webconnectivity/generated/httpDiffWithInconsistentDNS/analysis.json b/internal/minipipeline/testdata/webconnectivity/generated/httpDiffWithInconsistentDNS/analysis.json index c822187e2..c913f8542 100644 --- a/internal/minipipeline/testdata/webconnectivity/generated/httpDiffWithInconsistentDNS/analysis.json +++ b/internal/minipipeline/testdata/webconnectivity/generated/httpDiffWithInconsistentDNS/analysis.json @@ -49,7 +49,7 @@ "HTTPFinalResponseSuccessTLSWithoutControl": null, "HTTPFinalResponseSuccessTLSWithControl": null, "HTTPFinalResponseSuccessTCPWithoutControl": null, - "HTTPFinalResponseSuccessTCPWithControl": 40001, + "HTTPFinalResponseSuccessTCPWithControl": 40002, "HTTPFinalResponseDiffBodyProportionFactor": 0.12263535551206783, "HTTPFinalResponseDiffStatusCodeMatch": true, "HTTPFinalResponseDiffTitleDifferentLongWords": { @@ -63,7 +63,7 @@ "TagDepth": 0, "Type": 3, "Failure": "", - "TransactionID": 40001, + "TransactionID": 40002, "TagFetchBody": true, "DNSTransactionID": 10001, "DNSDomain": "www.example.com", @@ -77,7 +77,7 @@ "IPAddress": "130.192.182.17", "IPAddressASN": 137, "IPAddressBogon": false, - "EndpointTransactionID": 40001, + "EndpointTransactionID": 40002, "EndpointProto": "tcp", "EndpointPort": "80", "EndpointAddress": "130.192.182.17:80", @@ -117,22 +117,22 @@ "Failure": "", "TransactionID": 50002, "TagFetchBody": false, - "DNSTransactionID": 30001, + "DNSTransactionID": 10001, "DNSDomain": "www.example.com", "DNSLookupFailure": "", "DNSQueryType": null, "DNSEngine": null, "DNSResolvedAddrs": [ - "93.184.216.34" + "130.192.182.17" ], "IPAddressOrigin": "dns", - "IPAddress": "93.184.216.34", - "IPAddressASN": 15133, + "IPAddress": "130.192.182.17", + "IPAddressASN": 137, "IPAddressBogon": false, "EndpointTransactionID": 50002, "EndpointProto": "tcp", "EndpointPort": "443", - "EndpointAddress": "93.184.216.34:443", + "EndpointAddress": "130.192.182.17:443", "TCPConnectFailure": "", "TLSHandshakeFailure": "", "TLSServerName": "www.example.com", @@ -169,22 +169,22 @@ "Failure": "", "TransactionID": 50001, "TagFetchBody": false, - "DNSTransactionID": 10001, + "DNSTransactionID": 30001, "DNSDomain": "www.example.com", "DNSLookupFailure": "", "DNSQueryType": null, "DNSEngine": null, "DNSResolvedAddrs": [ - "130.192.182.17" + "93.184.216.34" ], "IPAddressOrigin": "dns", - "IPAddress": "130.192.182.17", - "IPAddressASN": 137, + "IPAddress": "93.184.216.34", + "IPAddressASN": 15133, "IPAddressBogon": false, "EndpointTransactionID": 50001, "EndpointProto": "tcp", "EndpointPort": "443", - "EndpointAddress": "130.192.182.17:443", + "EndpointAddress": "93.184.216.34:443", "TCPConnectFailure": "", "TLSHandshakeFailure": "", "TLSServerName": "www.example.com", @@ -219,7 +219,7 @@ "TagDepth": 0, "Type": 1, "Failure": "", - "TransactionID": 40002, + "TransactionID": 40001, "TagFetchBody": true, "DNSTransactionID": 30001, "DNSDomain": "www.example.com", @@ -233,7 +233,7 @@ "IPAddress": "93.184.216.34", "IPAddressASN": 15133, "IPAddressBogon": false, - "EndpointTransactionID": 40002, + "EndpointTransactionID": 40001, "EndpointProto": "tcp", "EndpointPort": "80", "EndpointAddress": "93.184.216.34:80", diff --git a/internal/minipipeline/testdata/webconnectivity/generated/httpDiffWithInconsistentDNS/analysis_classic.json b/internal/minipipeline/testdata/webconnectivity/generated/httpDiffWithInconsistentDNS/analysis_classic.json index f2c473f77..7374ae576 100644 --- a/internal/minipipeline/testdata/webconnectivity/generated/httpDiffWithInconsistentDNS/analysis_classic.json +++ b/internal/minipipeline/testdata/webconnectivity/generated/httpDiffWithInconsistentDNS/analysis_classic.json @@ -41,7 +41,7 @@ "HTTPFinalResponseSuccessTLSWithoutControl": null, "HTTPFinalResponseSuccessTLSWithControl": null, "HTTPFinalResponseSuccessTCPWithoutControl": null, - "HTTPFinalResponseSuccessTCPWithControl": 40001, + "HTTPFinalResponseSuccessTCPWithControl": 40002, "HTTPFinalResponseDiffBodyProportionFactor": 0.12263535551206783, "HTTPFinalResponseDiffStatusCodeMatch": true, "HTTPFinalResponseDiffTitleDifferentLongWords": { @@ -55,7 +55,7 @@ "TagDepth": 0, "Type": 3, "Failure": "", - "TransactionID": 40001, + "TransactionID": 40002, "TagFetchBody": true, "DNSTransactionID": 10001, "DNSDomain": "www.example.com", @@ -69,7 +69,7 @@ "IPAddress": "130.192.182.17", "IPAddressASN": 137, "IPAddressBogon": false, - "EndpointTransactionID": 40001, + "EndpointTransactionID": 40002, "EndpointProto": "tcp", "EndpointPort": "80", "EndpointAddress": "130.192.182.17:80", diff --git a/internal/minipipeline/testdata/webconnectivity/generated/httpDiffWithInconsistentDNS/measurement.json b/internal/minipipeline/testdata/webconnectivity/generated/httpDiffWithInconsistentDNS/measurement.json index 32c6615b5..502e265d7 100644 --- a/internal/minipipeline/testdata/webconnectivity/generated/httpDiffWithInconsistentDNS/measurement.json +++ b/internal/minipipeline/testdata/webconnectivity/generated/httpDiffWithInconsistentDNS/measurement.json @@ -195,7 +195,7 @@ "depth=0", "fetch_body=true" ], - "transaction_id": 40001 + "transaction_id": 40002 } ], "tcp_connect": [ @@ -211,7 +211,7 @@ "depth=0", "fetch_body=true" ], - "transaction_id": 40001 + "transaction_id": 40002 }, { "ip": "130.192.182.17", @@ -225,7 +225,7 @@ "depth=0", "fetch_body=false" ], - "transaction_id": 50001 + "transaction_id": 50002 }, { "ip": "93.184.216.34", @@ -239,7 +239,7 @@ "depth=0", "fetch_body=true" ], - "transaction_id": 40002 + "transaction_id": 40001 }, { "ip": "93.184.216.34", @@ -253,7 +253,7 @@ "depth=0", "fetch_body=false" ], - "transaction_id": 50002 + "transaction_id": 50001 } ], "tls_handshakes": [ @@ -272,7 +272,7 @@ "fetch_body=false" ], "tls_version": "TLSv1.3", - "transaction_id": 50001 + "transaction_id": 50002 }, { "network": "tcp", @@ -289,7 +289,7 @@ "fetch_body=false" ], "tls_version": "TLSv1.3", - "transaction_id": 50002 + "transaction_id": 50001 } ], "x_control_request": { @@ -306,10 +306,10 @@ ] }, "tcp_connect": [ - "130.192.182.17:443", - "130.192.182.17:80", "93.184.216.34:443", - "93.184.216.34:80" + "93.184.216.34:80", + "130.192.182.17:443", + "130.192.182.17:80" ], "x_quic_enabled": false }, diff --git a/internal/minipipeline/testdata/webconnectivity/generated/httpDiffWithInconsistentDNS/observations.json b/internal/minipipeline/testdata/webconnectivity/generated/httpDiffWithInconsistentDNS/observations.json index 434495113..91a0ebf82 100644 --- a/internal/minipipeline/testdata/webconnectivity/generated/httpDiffWithInconsistentDNS/observations.json +++ b/internal/minipipeline/testdata/webconnectivity/generated/httpDiffWithInconsistentDNS/observations.json @@ -262,38 +262,38 @@ "KnownTCPEndpoints": { "40001": { "TagDepth": 0, - "Type": 3, + "Type": 1, "Failure": "", "TransactionID": 40001, "TagFetchBody": true, - "DNSTransactionID": 10001, + "DNSTransactionID": 30001, "DNSDomain": "www.example.com", "DNSLookupFailure": "", "DNSQueryType": null, "DNSEngine": null, "DNSResolvedAddrs": [ - "130.192.182.17" + "93.184.216.34" ], "IPAddressOrigin": "dns", - "IPAddress": "130.192.182.17", - "IPAddressASN": 137, + "IPAddress": "93.184.216.34", + "IPAddressASN": 15133, "IPAddressBogon": false, "EndpointTransactionID": 40001, "EndpointProto": "tcp", "EndpointPort": "80", - "EndpointAddress": "130.192.182.17:80", + "EndpointAddress": "93.184.216.34:80", "TCPConnectFailure": "", "TLSHandshakeFailure": null, "TLSServerName": null, - "HTTPRequestURL": "http://www.example.com/", - "HTTPFailure": "", - "HTTPResponseStatusCode": 200, - "HTTPResponseBodyLength": 188, - "HTTPResponseBodyIsTruncated": false, - "HTTPResponseHeadersKeys": {}, + "HTTPRequestURL": null, + "HTTPFailure": null, + "HTTPResponseStatusCode": null, + "HTTPResponseBodyLength": null, + "HTTPResponseBodyIsTruncated": null, + "HTTPResponseHeadersKeys": null, "HTTPResponseLocation": null, - "HTTPResponseTitle": "Access Denied", - "HTTPResponseIsFinal": true, + "HTTPResponseTitle": null, + "HTTPResponseIsFinal": null, "ControlDNSDomain": "www.example.com", "ControlDNSLookupFailure": "", "ControlDNSResolvedAddrs": [ @@ -314,38 +314,38 @@ }, "40002": { "TagDepth": 0, - "Type": 1, + "Type": 3, "Failure": "", "TransactionID": 40002, "TagFetchBody": true, - "DNSTransactionID": 30001, + "DNSTransactionID": 10001, "DNSDomain": "www.example.com", "DNSLookupFailure": "", "DNSQueryType": null, "DNSEngine": null, "DNSResolvedAddrs": [ - "93.184.216.34" + "130.192.182.17" ], "IPAddressOrigin": "dns", - "IPAddress": "93.184.216.34", - "IPAddressASN": 15133, + "IPAddress": "130.192.182.17", + "IPAddressASN": 137, "IPAddressBogon": false, "EndpointTransactionID": 40002, "EndpointProto": "tcp", "EndpointPort": "80", - "EndpointAddress": "93.184.216.34:80", + "EndpointAddress": "130.192.182.17:80", "TCPConnectFailure": "", "TLSHandshakeFailure": null, "TLSServerName": null, - "HTTPRequestURL": null, - "HTTPFailure": null, - "HTTPResponseStatusCode": null, - "HTTPResponseBodyLength": null, - "HTTPResponseBodyIsTruncated": null, - "HTTPResponseHeadersKeys": null, + "HTTPRequestURL": "http://www.example.com/", + "HTTPFailure": "", + "HTTPResponseStatusCode": 200, + "HTTPResponseBodyLength": 188, + "HTTPResponseBodyIsTruncated": false, + "HTTPResponseHeadersKeys": {}, "HTTPResponseLocation": null, - "HTTPResponseTitle": null, - "HTTPResponseIsFinal": null, + "HTTPResponseTitle": "Access Denied", + "HTTPResponseIsFinal": true, "ControlDNSDomain": "www.example.com", "ControlDNSLookupFailure": "", "ControlDNSResolvedAddrs": [ @@ -370,22 +370,22 @@ "Failure": "", "TransactionID": 50001, "TagFetchBody": false, - "DNSTransactionID": 10001, + "DNSTransactionID": 30001, "DNSDomain": "www.example.com", "DNSLookupFailure": "", "DNSQueryType": null, "DNSEngine": null, "DNSResolvedAddrs": [ - "130.192.182.17" + "93.184.216.34" ], "IPAddressOrigin": "dns", - "IPAddress": "130.192.182.17", - "IPAddressASN": 137, + "IPAddress": "93.184.216.34", + "IPAddressASN": 15133, "IPAddressBogon": false, "EndpointTransactionID": 50001, "EndpointProto": "tcp", "EndpointPort": "443", - "EndpointAddress": "130.192.182.17:443", + "EndpointAddress": "93.184.216.34:443", "TCPConnectFailure": "", "TLSHandshakeFailure": "", "TLSServerName": "www.example.com", @@ -422,22 +422,22 @@ "Failure": "", "TransactionID": 50002, "TagFetchBody": false, - "DNSTransactionID": 30001, + "DNSTransactionID": 10001, "DNSDomain": "www.example.com", "DNSLookupFailure": "", "DNSQueryType": null, "DNSEngine": null, "DNSResolvedAddrs": [ - "93.184.216.34" + "130.192.182.17" ], "IPAddressOrigin": "dns", - "IPAddress": "93.184.216.34", - "IPAddressASN": 15133, + "IPAddress": "130.192.182.17", + "IPAddressASN": 137, "IPAddressBogon": false, "EndpointTransactionID": 50002, "EndpointProto": "tcp", "EndpointPort": "443", - "EndpointAddress": "93.184.216.34:443", + "EndpointAddress": "130.192.182.17:443", "TCPConnectFailure": "", "TLSHandshakeFailure": "", "TLSServerName": "www.example.com", diff --git a/internal/minipipeline/testdata/webconnectivity/generated/httpDiffWithInconsistentDNS/observations_classic.json b/internal/minipipeline/testdata/webconnectivity/generated/httpDiffWithInconsistentDNS/observations_classic.json index b79059424..db6a7bcc0 100644 --- a/internal/minipipeline/testdata/webconnectivity/generated/httpDiffWithInconsistentDNS/observations_classic.json +++ b/internal/minipipeline/testdata/webconnectivity/generated/httpDiffWithInconsistentDNS/observations_classic.json @@ -55,11 +55,11 @@ } ], "KnownTCPEndpoints": { - "40001": { + "40002": { "TagDepth": 0, "Type": 3, "Failure": "", - "TransactionID": 40001, + "TransactionID": 40002, "TagFetchBody": true, "DNSTransactionID": 10001, "DNSDomain": "www.example.com", @@ -73,7 +73,7 @@ "IPAddress": "130.192.182.17", "IPAddressASN": 137, "IPAddressBogon": false, - "EndpointTransactionID": 40001, + "EndpointTransactionID": 40002, "EndpointProto": "tcp", "EndpointPort": "80", "EndpointAddress": "130.192.182.17:80", diff --git a/internal/minipipeline/testdata/webconnectivity/generated/idnaWithoutCensorshipLowercase/analysis.json b/internal/minipipeline/testdata/webconnectivity/generated/idnaWithoutCensorshipLowercase/analysis.json index de8fb1778..944ba22bd 100644 --- a/internal/minipipeline/testdata/webconnectivity/generated/idnaWithoutCensorshipLowercase/analysis.json +++ b/internal/minipipeline/testdata/webconnectivity/generated/idnaWithoutCensorshipLowercase/analysis.json @@ -1,10 +1,7 @@ { "ControlExpectations": { "DNSAddresses": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" + "5.255.255.80" ], "FinalResponseFailure": "" }, @@ -48,7 +45,7 @@ "HTTPRoundTripUnexpectedFailure": [], "HTTPRoundTripUnexplainedFailure": [], "HTTPFinalResponseSuccessTLSWithoutControl": null, - "HTTPFinalResponseSuccessTLSWithControl": 50010, + "HTTPFinalResponseSuccessTLSWithControl": 50003, "HTTPFinalResponseSuccessTCPWithoutControl": null, "HTTPFinalResponseSuccessTCPWithControl": null, "HTTPFinalResponseDiffBodyProportionFactor": 1, @@ -63,7 +60,7 @@ "TagDepth": 2, "Type": 3, "Failure": "", - "TransactionID": 50010, + "TransactionID": 50003, "TagFetchBody": true, "DNSTransactionID": 30001, "DNSDomain": "xn--d1acpjx3f.xn--p1ai", @@ -71,19 +68,16 @@ "DNSQueryType": null, "DNSEngine": null, "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" + "5.255.255.80" ], "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.77", + "IPAddress": "5.255.255.80", "IPAddressASN": 208398, "IPAddressBogon": false, - "EndpointTransactionID": 50010, + "EndpointTransactionID": 50003, "EndpointProto": "tcp", "EndpointPort": "443", - "EndpointAddress": "77.88.55.77:443", + "EndpointAddress": "5.255.255.80:443", "TCPConnectFailure": "", "TLSHandshakeFailure": "", "TLSServerName": "ya.ru", @@ -104,184 +98,7 @@ "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", "ControlDNSLookupFailure": "", "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "ControlTCPConnectFailure": "", - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 2, - "Type": 2, - "Failure": "", - "TransactionID": 50012, - "TagFetchBody": true, - "DNSTransactionID": 30001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", - "DNSLookupFailure": "", - "DNSQueryType": null, - "DNSEngine": null, - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "5.255.255.80", - "IPAddressASN": 208398, - "IPAddressBogon": false, - "EndpointTransactionID": 50012, - "EndpointProto": "tcp", - "EndpointPort": "443", - "EndpointAddress": "5.255.255.80:443", - "TCPConnectFailure": "", - "TLSHandshakeFailure": "", - "TLSServerName": "ya.ru", - "HTTPRequestURL": null, - "HTTPFailure": null, - "HTTPResponseStatusCode": null, - "HTTPResponseBodyLength": null, - "HTTPResponseBodyIsTruncated": null, - "HTTPResponseHeadersKeys": null, - "HTTPResponseLocation": null, - "HTTPResponseTitle": null, - "HTTPResponseIsFinal": null, - "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "ControlTCPConnectFailure": "", - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 2, - "Type": 2, - "Failure": "", - "TransactionID": 50011, - "TagFetchBody": true, - "DNSTransactionID": 30001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", - "DNSLookupFailure": "", - "DNSQueryType": null, - "DNSEngine": null, - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.80", - "IPAddressASN": 208398, - "IPAddressBogon": false, - "EndpointTransactionID": 50011, - "EndpointProto": "tcp", - "EndpointPort": "443", - "EndpointAddress": "77.88.55.80:443", - "TCPConnectFailure": "", - "TLSHandshakeFailure": "", - "TLSServerName": "ya.ru", - "HTTPRequestURL": null, - "HTTPFailure": null, - "HTTPResponseStatusCode": null, - "HTTPResponseBodyLength": null, - "HTTPResponseBodyIsTruncated": null, - "HTTPResponseHeadersKeys": null, - "HTTPResponseLocation": null, - "HTTPResponseTitle": null, - "HTTPResponseIsFinal": null, - "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "ControlTCPConnectFailure": "", - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 2, - "Type": 2, - "Failure": "", - "TransactionID": 50009, - "TagFetchBody": true, - "DNSTransactionID": 30001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", - "DNSLookupFailure": "", - "DNSQueryType": null, - "DNSEngine": null, - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "5.255.255.88", - "IPAddressASN": 208398, - "IPAddressBogon": false, - "EndpointTransactionID": 50009, - "EndpointProto": "tcp", - "EndpointPort": "443", - "EndpointAddress": "5.255.255.88:443", - "TCPConnectFailure": "", - "TLSHandshakeFailure": "", - "TLSServerName": "ya.ru", - "HTTPRequestURL": null, - "HTTPFailure": null, - "HTTPResponseStatusCode": null, - "HTTPResponseBodyLength": null, - "HTTPResponseBodyIsTruncated": null, - "HTTPResponseHeadersKeys": null, - "HTTPResponseLocation": null, - "HTTPResponseTitle": null, - "HTTPResponseIsFinal": null, - "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" + "5.255.255.80" ], "ControlTCPConnectFailure": "", "ControlTLSHandshakeFailure": null, @@ -308,10 +125,7 @@ "DNSQueryType": "A", "DNSEngine": "udp", "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" + "5.255.255.80" ], "IPAddressOrigin": "dns", "IPAddress": "5.255.255.80", @@ -353,1676 +167,18 @@ "TagDepth": 2, "Type": 0, "Failure": "", - "TransactionID": 20003, - "TagFetchBody": null, - "DNSTransactionID": 20003, - "DNSDomain": "ya.ru", - "DNSLookupFailure": "", - "DNSQueryType": "A", - "DNSEngine": "udp", - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "5.255.255.88", - "IPAddressASN": 208398, - "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": null, - "ControlDNSLookupFailure": null, - "ControlDNSResolvedAddrs": null, - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 2, - "Type": 0, - "Failure": "", - "TransactionID": 20003, - "TagFetchBody": null, - "DNSTransactionID": 20003, - "DNSDomain": "ya.ru", - "DNSLookupFailure": "", - "DNSQueryType": "A", - "DNSEngine": "udp", - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.77", - "IPAddressASN": 208398, - "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": null, - "ControlDNSLookupFailure": null, - "ControlDNSResolvedAddrs": null, - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 2, - "Type": 0, - "Failure": "", - "TransactionID": 20003, + "TransactionID": 10003, "TagFetchBody": null, - "DNSTransactionID": 20003, - "DNSDomain": "ya.ru", - "DNSLookupFailure": "", - "DNSQueryType": "A", - "DNSEngine": "udp", - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.80", - "IPAddressASN": 208398, - "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": null, - "ControlDNSLookupFailure": null, - "ControlDNSResolvedAddrs": null, - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 2, - "Type": 0, - "Failure": "", - "TransactionID": 10003, - "TagFetchBody": null, - "DNSTransactionID": 10003, - "DNSDomain": "ya.ru", - "DNSLookupFailure": "", - "DNSQueryType": "ANY", - "DNSEngine": "getaddrinfo", - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "5.255.255.80", - "IPAddressASN": 208398, - "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": null, - "ControlDNSLookupFailure": null, - "ControlDNSResolvedAddrs": null, - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 2, - "Type": 0, - "Failure": "", - "TransactionID": 10003, - "TagFetchBody": null, - "DNSTransactionID": 10003, - "DNSDomain": "ya.ru", - "DNSLookupFailure": "", - "DNSQueryType": "ANY", - "DNSEngine": "getaddrinfo", - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "5.255.255.88", - "IPAddressASN": 208398, - "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": null, - "ControlDNSLookupFailure": null, - "ControlDNSResolvedAddrs": null, - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 2, - "Type": 0, - "Failure": "", - "TransactionID": 10003, - "TagFetchBody": null, - "DNSTransactionID": 10003, - "DNSDomain": "ya.ru", - "DNSLookupFailure": "", - "DNSQueryType": "ANY", - "DNSEngine": "getaddrinfo", - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.77", - "IPAddressASN": 208398, - "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": null, - "ControlDNSLookupFailure": null, - "ControlDNSResolvedAddrs": null, - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 2, - "Type": 0, - "Failure": "", - "TransactionID": 10003, - "TagFetchBody": null, - "DNSTransactionID": 10003, + "DNSTransactionID": 10003, "DNSDomain": "ya.ru", "DNSLookupFailure": "", "DNSQueryType": "ANY", "DNSEngine": "getaddrinfo", "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.80", - "IPAddressASN": 208398, - "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": null, - "ControlDNSLookupFailure": null, - "ControlDNSResolvedAddrs": null, - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 2, - "Type": 0, - "Failure": "dns_no_answer", - "TransactionID": 20003, - "TagFetchBody": null, - "DNSTransactionID": 20003, - "DNSDomain": "ya.ru", - "DNSLookupFailure": "dns_no_answer", - "DNSQueryType": "AAAA", - "DNSEngine": "udp", - "DNSResolvedAddrs": null, - "IPAddressOrigin": null, - "IPAddress": null, - "IPAddressASN": null, - "IPAddressBogon": null, - "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": null, - "ControlDNSLookupFailure": null, - "ControlDNSResolvedAddrs": null, - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 1, - "Type": 3, - "Failure": "", - "TransactionID": 50008, - "TagFetchBody": true, - "DNSTransactionID": 30001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", - "DNSLookupFailure": "", - "DNSQueryType": null, - "DNSEngine": null, - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "5.255.255.80", - "IPAddressASN": 208398, - "IPAddressBogon": false, - "EndpointTransactionID": 50008, - "EndpointProto": "tcp", - "EndpointPort": "443", - "EndpointAddress": "5.255.255.80:443", - "TCPConnectFailure": "", - "TLSHandshakeFailure": "", - "TLSServerName": "yandex.com", - "HTTPRequestURL": "https://yandex.com/", - "HTTPFailure": "", - "HTTPResponseStatusCode": 308, - "HTTPResponseBodyLength": 0, - "HTTPResponseBodyIsTruncated": false, - "HTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Date": true, - "Location": true - }, - "HTTPResponseLocation": "https://ya.ru/", - "HTTPResponseTitle": "", - "HTTPResponseIsFinal": false, - "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "ControlTCPConnectFailure": "", - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 1, - "Type": 2, - "Failure": "", - "TransactionID": 50007, - "TagFetchBody": true, - "DNSTransactionID": 30001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", - "DNSLookupFailure": "", - "DNSQueryType": null, - "DNSEngine": null, - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.80", - "IPAddressASN": 208398, - "IPAddressBogon": false, - "EndpointTransactionID": 50007, - "EndpointProto": "tcp", - "EndpointPort": "443", - "EndpointAddress": "77.88.55.80:443", - "TCPConnectFailure": "", - "TLSHandshakeFailure": "", - "TLSServerName": "yandex.com", - "HTTPRequestURL": null, - "HTTPFailure": null, - "HTTPResponseStatusCode": null, - "HTTPResponseBodyLength": null, - "HTTPResponseBodyIsTruncated": null, - "HTTPResponseHeadersKeys": null, - "HTTPResponseLocation": null, - "HTTPResponseTitle": null, - "HTTPResponseIsFinal": null, - "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "ControlTCPConnectFailure": "", - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 1, - "Type": 2, - "Failure": "", - "TransactionID": 50006, - "TagFetchBody": true, - "DNSTransactionID": 30001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", - "DNSLookupFailure": "", - "DNSQueryType": null, - "DNSEngine": null, - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.77", - "IPAddressASN": 208398, - "IPAddressBogon": false, - "EndpointTransactionID": 50006, - "EndpointProto": "tcp", - "EndpointPort": "443", - "EndpointAddress": "77.88.55.77:443", - "TCPConnectFailure": "", - "TLSHandshakeFailure": "", - "TLSServerName": "yandex.com", - "HTTPRequestURL": null, - "HTTPFailure": null, - "HTTPResponseStatusCode": null, - "HTTPResponseBodyLength": null, - "HTTPResponseBodyIsTruncated": null, - "HTTPResponseHeadersKeys": null, - "HTTPResponseLocation": null, - "HTTPResponseTitle": null, - "HTTPResponseIsFinal": null, - "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "ControlTCPConnectFailure": "", - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 1, - "Type": 2, - "Failure": "", - "TransactionID": 50005, - "TagFetchBody": true, - "DNSTransactionID": 30001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", - "DNSLookupFailure": "", - "DNSQueryType": null, - "DNSEngine": null, - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "5.255.255.88", - "IPAddressASN": 208398, - "IPAddressBogon": false, - "EndpointTransactionID": 50005, - "EndpointProto": "tcp", - "EndpointPort": "443", - "EndpointAddress": "5.255.255.88:443", - "TCPConnectFailure": "", - "TLSHandshakeFailure": "", - "TLSServerName": "yandex.com", - "HTTPRequestURL": null, - "HTTPFailure": null, - "HTTPResponseStatusCode": null, - "HTTPResponseBodyLength": null, - "HTTPResponseBodyIsTruncated": null, - "HTTPResponseHeadersKeys": null, - "HTTPResponseLocation": null, - "HTTPResponseTitle": null, - "HTTPResponseIsFinal": null, - "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "ControlTCPConnectFailure": "", - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 1, - "Type": 0, - "Failure": "", - "TransactionID": 20002, - "TagFetchBody": null, - "DNSTransactionID": 20002, - "DNSDomain": "yandex.com", - "DNSLookupFailure": "", - "DNSQueryType": "A", - "DNSEngine": "udp", - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "5.255.255.80", - "IPAddressASN": 208398, - "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": null, - "ControlDNSLookupFailure": null, - "ControlDNSResolvedAddrs": null, - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 1, - "Type": 0, - "Failure": "", - "TransactionID": 20002, - "TagFetchBody": null, - "DNSTransactionID": 20002, - "DNSDomain": "yandex.com", - "DNSLookupFailure": "", - "DNSQueryType": "A", - "DNSEngine": "udp", - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "5.255.255.88", - "IPAddressASN": 208398, - "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": null, - "ControlDNSLookupFailure": null, - "ControlDNSResolvedAddrs": null, - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 1, - "Type": 0, - "Failure": "", - "TransactionID": 20002, - "TagFetchBody": null, - "DNSTransactionID": 20002, - "DNSDomain": "yandex.com", - "DNSLookupFailure": "", - "DNSQueryType": "A", - "DNSEngine": "udp", - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.77", - "IPAddressASN": 208398, - "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": null, - "ControlDNSLookupFailure": null, - "ControlDNSResolvedAddrs": null, - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 1, - "Type": 0, - "Failure": "", - "TransactionID": 20002, - "TagFetchBody": null, - "DNSTransactionID": 20002, - "DNSDomain": "yandex.com", - "DNSLookupFailure": "", - "DNSQueryType": "A", - "DNSEngine": "udp", - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.80", - "IPAddressASN": 208398, - "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": null, - "ControlDNSLookupFailure": null, - "ControlDNSResolvedAddrs": null, - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 1, - "Type": 0, - "Failure": "", - "TransactionID": 10002, - "TagFetchBody": null, - "DNSTransactionID": 10002, - "DNSDomain": "yandex.com", - "DNSLookupFailure": "", - "DNSQueryType": "ANY", - "DNSEngine": "getaddrinfo", - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "5.255.255.80", - "IPAddressASN": 208398, - "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": null, - "ControlDNSLookupFailure": null, - "ControlDNSResolvedAddrs": null, - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 1, - "Type": 0, - "Failure": "", - "TransactionID": 10002, - "TagFetchBody": null, - "DNSTransactionID": 10002, - "DNSDomain": "yandex.com", - "DNSLookupFailure": "", - "DNSQueryType": "ANY", - "DNSEngine": "getaddrinfo", - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "5.255.255.88", - "IPAddressASN": 208398, - "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": null, - "ControlDNSLookupFailure": null, - "ControlDNSResolvedAddrs": null, - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 1, - "Type": 0, - "Failure": "", - "TransactionID": 10002, - "TagFetchBody": null, - "DNSTransactionID": 10002, - "DNSDomain": "yandex.com", - "DNSLookupFailure": "", - "DNSQueryType": "ANY", - "DNSEngine": "getaddrinfo", - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.77", - "IPAddressASN": 208398, - "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": null, - "ControlDNSLookupFailure": null, - "ControlDNSResolvedAddrs": null, - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 1, - "Type": 0, - "Failure": "", - "TransactionID": 10002, - "TagFetchBody": null, - "DNSTransactionID": 10002, - "DNSDomain": "yandex.com", - "DNSLookupFailure": "", - "DNSQueryType": "ANY", - "DNSEngine": "getaddrinfo", - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.80", - "IPAddressASN": 208398, - "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": null, - "ControlDNSLookupFailure": null, - "ControlDNSResolvedAddrs": null, - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 1, - "Type": 0, - "Failure": "dns_no_answer", - "TransactionID": 20002, - "TagFetchBody": null, - "DNSTransactionID": 20002, - "DNSDomain": "yandex.com", - "DNSLookupFailure": "dns_no_answer", - "DNSQueryType": "AAAA", - "DNSEngine": "udp", - "DNSResolvedAddrs": null, - "IPAddressOrigin": null, - "IPAddress": null, - "IPAddressASN": null, - "IPAddressBogon": null, - "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": null, - "ControlDNSLookupFailure": null, - "ControlDNSResolvedAddrs": null, - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 0, - "Type": 3, - "Failure": "", - "TransactionID": 40001, - "TagFetchBody": true, - "DNSTransactionID": 30001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", - "DNSLookupFailure": "", - "DNSQueryType": null, - "DNSEngine": null, - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "5.255.255.80", - "IPAddressASN": 208398, - "IPAddressBogon": false, - "EndpointTransactionID": 40001, - "EndpointProto": "tcp", - "EndpointPort": "80", - "EndpointAddress": "5.255.255.80:80", - "TCPConnectFailure": "", - "TLSHandshakeFailure": null, - "TLSServerName": null, - "HTTPRequestURL": "http://xn--d1acpjx3f.xn--p1ai/", - "HTTPFailure": "", - "HTTPResponseStatusCode": 308, - "HTTPResponseBodyLength": 0, - "HTTPResponseBodyIsTruncated": false, - "HTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Date": true, - "Location": true - }, - "HTTPResponseLocation": "https://yandex.com/", - "HTTPResponseTitle": "", - "HTTPResponseIsFinal": false, - "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "ControlTCPConnectFailure": "", - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 0, - "Type": 2, - "Failure": "", - "TransactionID": 50004, - "TagFetchBody": false, - "DNSTransactionID": 30001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", - "DNSLookupFailure": "", - "DNSQueryType": null, - "DNSEngine": null, - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.80", - "IPAddressASN": 208398, - "IPAddressBogon": false, - "EndpointTransactionID": 50004, - "EndpointProto": "tcp", - "EndpointPort": "443", - "EndpointAddress": "77.88.55.80:443", - "TCPConnectFailure": "", - "TLSHandshakeFailure": "", - "TLSServerName": "xn--d1acpjx3f.xn--p1ai", - "HTTPRequestURL": null, - "HTTPFailure": null, - "HTTPResponseStatusCode": null, - "HTTPResponseBodyLength": null, - "HTTPResponseBodyIsTruncated": null, - "HTTPResponseHeadersKeys": null, - "HTTPResponseLocation": null, - "HTTPResponseTitle": null, - "HTTPResponseIsFinal": null, - "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "ControlTCPConnectFailure": "", - "ControlTLSHandshakeFailure": "", - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 0, - "Type": 2, - "Failure": "", - "TransactionID": 50003, - "TagFetchBody": false, - "DNSTransactionID": 30001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", - "DNSLookupFailure": "", - "DNSQueryType": null, - "DNSEngine": null, - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.77", - "IPAddressASN": 208398, - "IPAddressBogon": false, - "EndpointTransactionID": 50003, - "EndpointProto": "tcp", - "EndpointPort": "443", - "EndpointAddress": "77.88.55.77:443", - "TCPConnectFailure": "", - "TLSHandshakeFailure": "", - "TLSServerName": "xn--d1acpjx3f.xn--p1ai", - "HTTPRequestURL": null, - "HTTPFailure": null, - "HTTPResponseStatusCode": null, - "HTTPResponseBodyLength": null, - "HTTPResponseBodyIsTruncated": null, - "HTTPResponseHeadersKeys": null, - "HTTPResponseLocation": null, - "HTTPResponseTitle": null, - "HTTPResponseIsFinal": null, - "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "ControlTCPConnectFailure": "", - "ControlTLSHandshakeFailure": "", - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 0, - "Type": 2, - "Failure": "", - "TransactionID": 50002, - "TagFetchBody": false, - "DNSTransactionID": 30001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", - "DNSLookupFailure": "", - "DNSQueryType": null, - "DNSEngine": null, - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "5.255.255.88", - "IPAddressASN": 208398, - "IPAddressBogon": false, - "EndpointTransactionID": 50002, - "EndpointProto": "tcp", - "EndpointPort": "443", - "EndpointAddress": "5.255.255.88:443", - "TCPConnectFailure": "", - "TLSHandshakeFailure": "", - "TLSServerName": "xn--d1acpjx3f.xn--p1ai", - "HTTPRequestURL": null, - "HTTPFailure": null, - "HTTPResponseStatusCode": null, - "HTTPResponseBodyLength": null, - "HTTPResponseBodyIsTruncated": null, - "HTTPResponseHeadersKeys": null, - "HTTPResponseLocation": null, - "HTTPResponseTitle": null, - "HTTPResponseIsFinal": null, - "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "ControlTCPConnectFailure": "", - "ControlTLSHandshakeFailure": "", - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 0, - "Type": 2, - "Failure": "", - "TransactionID": 50001, - "TagFetchBody": false, - "DNSTransactionID": 30001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", - "DNSLookupFailure": "", - "DNSQueryType": null, - "DNSEngine": null, - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "5.255.255.80", - "IPAddressASN": 208398, - "IPAddressBogon": false, - "EndpointTransactionID": 50001, - "EndpointProto": "tcp", - "EndpointPort": "443", - "EndpointAddress": "5.255.255.80:443", - "TCPConnectFailure": "", - "TLSHandshakeFailure": "", - "TLSServerName": "xn--d1acpjx3f.xn--p1ai", - "HTTPRequestURL": null, - "HTTPFailure": null, - "HTTPResponseStatusCode": null, - "HTTPResponseBodyLength": null, - "HTTPResponseBodyIsTruncated": null, - "HTTPResponseHeadersKeys": null, - "HTTPResponseLocation": null, - "HTTPResponseTitle": null, - "HTTPResponseIsFinal": null, - "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "ControlTCPConnectFailure": "", - "ControlTLSHandshakeFailure": "", - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 0, - "Type": 1, - "Failure": "", - "TransactionID": 40004, - "TagFetchBody": true, - "DNSTransactionID": 30001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", - "DNSLookupFailure": "", - "DNSQueryType": null, - "DNSEngine": null, - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.80", - "IPAddressASN": 208398, - "IPAddressBogon": false, - "EndpointTransactionID": 40004, - "EndpointProto": "tcp", - "EndpointPort": "80", - "EndpointAddress": "77.88.55.80:80", - "TCPConnectFailure": "", - "TLSHandshakeFailure": null, - "TLSServerName": null, - "HTTPRequestURL": null, - "HTTPFailure": null, - "HTTPResponseStatusCode": null, - "HTTPResponseBodyLength": null, - "HTTPResponseBodyIsTruncated": null, - "HTTPResponseHeadersKeys": null, - "HTTPResponseLocation": null, - "HTTPResponseTitle": null, - "HTTPResponseIsFinal": null, - "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "ControlTCPConnectFailure": "", - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 0, - "Type": 1, - "Failure": "", - "TransactionID": 40003, - "TagFetchBody": true, - "DNSTransactionID": 30001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", - "DNSLookupFailure": "", - "DNSQueryType": null, - "DNSEngine": null, - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.77", - "IPAddressASN": 208398, - "IPAddressBogon": false, - "EndpointTransactionID": 40003, - "EndpointProto": "tcp", - "EndpointPort": "80", - "EndpointAddress": "77.88.55.77:80", - "TCPConnectFailure": "", - "TLSHandshakeFailure": null, - "TLSServerName": null, - "HTTPRequestURL": null, - "HTTPFailure": null, - "HTTPResponseStatusCode": null, - "HTTPResponseBodyLength": null, - "HTTPResponseBodyIsTruncated": null, - "HTTPResponseHeadersKeys": null, - "HTTPResponseLocation": null, - "HTTPResponseTitle": null, - "HTTPResponseIsFinal": null, - "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "ControlTCPConnectFailure": "", - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 0, - "Type": 1, - "Failure": "", - "TransactionID": 40002, - "TagFetchBody": true, - "DNSTransactionID": 30001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", - "DNSLookupFailure": "", - "DNSQueryType": null, - "DNSEngine": null, - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "5.255.255.88", - "IPAddressASN": 208398, - "IPAddressBogon": false, - "EndpointTransactionID": 40002, - "EndpointProto": "tcp", - "EndpointPort": "80", - "EndpointAddress": "5.255.255.88:80", - "TCPConnectFailure": "", - "TLSHandshakeFailure": null, - "TLSServerName": null, - "HTTPRequestURL": null, - "HTTPFailure": null, - "HTTPResponseStatusCode": null, - "HTTPResponseBodyLength": null, - "HTTPResponseBodyIsTruncated": null, - "HTTPResponseHeadersKeys": null, - "HTTPResponseLocation": null, - "HTTPResponseTitle": null, - "HTTPResponseIsFinal": null, - "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "ControlTCPConnectFailure": "", - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 0, - "Type": 0, - "Failure": "", - "TransactionID": 30001, - "TagFetchBody": null, - "DNSTransactionID": 30001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", - "DNSLookupFailure": "", - "DNSQueryType": "A", - "DNSEngine": "doh", - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "5.255.255.80", - "IPAddressASN": 208398, - "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": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 0, - "Type": 0, - "Failure": "", - "TransactionID": 30001, - "TagFetchBody": null, - "DNSTransactionID": 30001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", - "DNSLookupFailure": "", - "DNSQueryType": "A", - "DNSEngine": "doh", - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" + "5.255.255.80" ], "IPAddressOrigin": "dns", - "IPAddress": "5.255.255.88", + "IPAddress": "5.255.255.80", "IPAddressASN": 208398, "IPAddressBogon": false, "EndpointTransactionID": null, @@ -2041,14 +197,9 @@ "HTTPResponseLocation": null, "HTTPResponseTitle": null, "HTTPResponseIsFinal": null, - "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], + "ControlDNSDomain": null, + "ControlDNSLookupFailure": null, + "ControlDNSResolvedAddrs": null, "ControlTCPConnectFailure": null, "ControlTLSHandshakeFailure": null, "ControlHTTPFailure": "", @@ -2063,26 +214,21 @@ "ControlHTTPResponseTitle": "Default Web Page" }, { - "TagDepth": 0, + "TagDepth": 2, "Type": 0, - "Failure": "", - "TransactionID": 30001, + "Failure": "dns_no_answer", + "TransactionID": 20003, "TagFetchBody": null, - "DNSTransactionID": 30001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", - "DNSLookupFailure": "", - "DNSQueryType": "A", - "DNSEngine": "doh", - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.77", - "IPAddressASN": 208398, - "IPAddressBogon": false, + "DNSTransactionID": 20003, + "DNSDomain": "ya.ru", + "DNSLookupFailure": "dns_no_answer", + "DNSQueryType": "AAAA", + "DNSEngine": "udp", + "DNSResolvedAddrs": null, + "IPAddressOrigin": null, + "IPAddress": null, + "IPAddressASN": null, + "IPAddressBogon": null, "EndpointTransactionID": null, "EndpointProto": null, "EndpointPort": null, @@ -2099,14 +245,9 @@ "HTTPResponseLocation": null, "HTTPResponseTitle": null, "HTTPResponseIsFinal": null, - "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], + "ControlDNSDomain": null, + "ControlDNSLookupFailure": null, + "ControlDNSResolvedAddrs": null, "ControlTCPConnectFailure": null, "ControlTLSHandshakeFailure": null, "ControlHTTPFailure": "", @@ -2121,51 +262,50 @@ "ControlHTTPResponseTitle": "Default Web Page" }, { - "TagDepth": 0, - "Type": 0, + "TagDepth": 1, + "Type": 3, "Failure": "", - "TransactionID": 30001, - "TagFetchBody": null, + "TransactionID": 50002, + "TagFetchBody": true, "DNSTransactionID": 30001, "DNSDomain": "xn--d1acpjx3f.xn--p1ai", "DNSLookupFailure": "", - "DNSQueryType": "A", - "DNSEngine": "doh", + "DNSQueryType": null, + "DNSEngine": null, "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" + "5.255.255.80" ], "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.80", + "IPAddress": "5.255.255.80", "IPAddressASN": 208398, "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, + "EndpointTransactionID": 50002, + "EndpointProto": "tcp", + "EndpointPort": "443", + "EndpointAddress": "5.255.255.80:443", + "TCPConnectFailure": "", + "TLSHandshakeFailure": "", + "TLSServerName": "yandex.com", + "HTTPRequestURL": "https://yandex.com/", + "HTTPFailure": "", + "HTTPResponseStatusCode": 308, + "HTTPResponseBodyLength": 0, + "HTTPResponseBodyIsTruncated": false, + "HTTPResponseHeadersKeys": { + "Alt-Svc": true, + "Content-Length": true, + "Date": true, + "Location": true + }, + "HTTPResponseLocation": "https://ya.ru/", + "HTTPResponseTitle": "", + "HTTPResponseIsFinal": false, "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", "ControlDNSLookupFailure": "", "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" + "5.255.255.80" ], - "ControlTCPConnectFailure": null, + "ControlTCPConnectFailure": "", "ControlTLSHandshakeFailure": null, "ControlHTTPFailure": "", "ControlHTTPResponseStatusCode": 200, @@ -2179,21 +319,18 @@ "ControlHTTPResponseTitle": "Default Web Page" }, { - "TagDepth": 0, + "TagDepth": 1, "Type": 0, "Failure": "", - "TransactionID": 20001, + "TransactionID": 20002, "TagFetchBody": null, - "DNSTransactionID": 20001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", + "DNSTransactionID": 20002, + "DNSDomain": "yandex.com", "DNSLookupFailure": "", "DNSQueryType": "A", "DNSEngine": "udp", "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" + "5.255.255.80" ], "IPAddressOrigin": "dns", "IPAddress": "5.255.255.80", @@ -2215,14 +352,9 @@ "HTTPResponseLocation": null, "HTTPResponseTitle": null, "HTTPResponseIsFinal": null, - "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], + "ControlDNSDomain": null, + "ControlDNSLookupFailure": null, + "ControlDNSResolvedAddrs": null, "ControlTCPConnectFailure": null, "ControlTLSHandshakeFailure": null, "ControlHTTPFailure": "", @@ -2237,24 +369,21 @@ "ControlHTTPResponseTitle": "Default Web Page" }, { - "TagDepth": 0, + "TagDepth": 1, "Type": 0, "Failure": "", - "TransactionID": 20001, + "TransactionID": 10002, "TagFetchBody": null, - "DNSTransactionID": 20001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", + "DNSTransactionID": 10002, + "DNSDomain": "yandex.com", "DNSLookupFailure": "", - "DNSQueryType": "A", - "DNSEngine": "udp", + "DNSQueryType": "ANY", + "DNSEngine": "getaddrinfo", "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" + "5.255.255.80" ], "IPAddressOrigin": "dns", - "IPAddress": "5.255.255.88", + "IPAddress": "5.255.255.80", "IPAddressASN": 208398, "IPAddressBogon": false, "EndpointTransactionID": null, @@ -2273,14 +402,9 @@ "HTTPResponseLocation": null, "HTTPResponseTitle": null, "HTTPResponseIsFinal": null, - "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], + "ControlDNSDomain": null, + "ControlDNSLookupFailure": null, + "ControlDNSResolvedAddrs": null, "ControlTCPConnectFailure": null, "ControlTLSHandshakeFailure": null, "ControlHTTPFailure": "", @@ -2295,26 +419,21 @@ "ControlHTTPResponseTitle": "Default Web Page" }, { - "TagDepth": 0, + "TagDepth": 1, "Type": 0, - "Failure": "", - "TransactionID": 20001, + "Failure": "dns_no_answer", + "TransactionID": 20002, "TagFetchBody": null, - "DNSTransactionID": 20001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", - "DNSLookupFailure": "", - "DNSQueryType": "A", + "DNSTransactionID": 20002, + "DNSDomain": "yandex.com", + "DNSLookupFailure": "dns_no_answer", + "DNSQueryType": "AAAA", "DNSEngine": "udp", - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.77", - "IPAddressASN": 208398, - "IPAddressBogon": false, + "DNSResolvedAddrs": null, + "IPAddressOrigin": null, + "IPAddress": null, + "IPAddressASN": null, + "IPAddressBogon": null, "EndpointTransactionID": null, "EndpointProto": null, "EndpointPort": null, @@ -2331,14 +450,9 @@ "HTTPResponseLocation": null, "HTTPResponseTitle": null, "HTTPResponseIsFinal": null, - "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], + "ControlDNSDomain": null, + "ControlDNSLookupFailure": null, + "ControlDNSResolvedAddrs": null, "ControlTCPConnectFailure": null, "ControlTLSHandshakeFailure": null, "ControlHTTPFailure": "", @@ -2354,50 +468,49 @@ }, { "TagDepth": 0, - "Type": 0, + "Type": 3, "Failure": "", - "TransactionID": 20001, - "TagFetchBody": null, - "DNSTransactionID": 20001, + "TransactionID": 40001, + "TagFetchBody": true, + "DNSTransactionID": 30001, "DNSDomain": "xn--d1acpjx3f.xn--p1ai", "DNSLookupFailure": "", - "DNSQueryType": "A", - "DNSEngine": "udp", + "DNSQueryType": null, + "DNSEngine": null, "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" + "5.255.255.80" ], "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.80", + "IPAddress": "5.255.255.80", "IPAddressASN": 208398, "IPAddressBogon": false, - "EndpointTransactionID": null, - "EndpointProto": null, - "EndpointPort": null, - "EndpointAddress": null, - "TCPConnectFailure": null, + "EndpointTransactionID": 40001, + "EndpointProto": "tcp", + "EndpointPort": "80", + "EndpointAddress": "5.255.255.80:80", + "TCPConnectFailure": "", "TLSHandshakeFailure": null, "TLSServerName": null, - "HTTPRequestURL": null, - "HTTPFailure": null, - "HTTPResponseStatusCode": null, - "HTTPResponseBodyLength": null, - "HTTPResponseBodyIsTruncated": null, - "HTTPResponseHeadersKeys": null, - "HTTPResponseLocation": null, - "HTTPResponseTitle": null, - "HTTPResponseIsFinal": null, + "HTTPRequestURL": "http://xn--d1acpjx3f.xn--p1ai/", + "HTTPFailure": "", + "HTTPResponseStatusCode": 308, + "HTTPResponseBodyLength": 0, + "HTTPResponseBodyIsTruncated": false, + "HTTPResponseHeadersKeys": { + "Alt-Svc": true, + "Content-Length": true, + "Date": true, + "Location": true + }, + "HTTPResponseLocation": "https://yandex.com/", + "HTTPResponseTitle": "", + "HTTPResponseIsFinal": false, "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", "ControlDNSLookupFailure": "", "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" + "5.255.255.80" ], - "ControlTCPConnectFailure": null, + "ControlTCPConnectFailure": "", "ControlTLSHandshakeFailure": null, "ControlHTTPFailure": "", "ControlHTTPResponseStatusCode": 200, @@ -2412,32 +525,29 @@ }, { "TagDepth": 0, - "Type": 0, + "Type": 2, "Failure": "", - "TransactionID": 10001, - "TagFetchBody": null, - "DNSTransactionID": 10001, + "TransactionID": 50001, + "TagFetchBody": false, + "DNSTransactionID": 30001, "DNSDomain": "xn--d1acpjx3f.xn--p1ai", "DNSLookupFailure": "", - "DNSQueryType": "ANY", - "DNSEngine": "getaddrinfo", + "DNSQueryType": null, + "DNSEngine": null, "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" + "5.255.255.80" ], "IPAddressOrigin": "dns", "IPAddress": "5.255.255.80", "IPAddressASN": 208398, "IPAddressBogon": false, - "EndpointTransactionID": null, - "EndpointProto": null, - "EndpointPort": null, - "EndpointAddress": null, - "TCPConnectFailure": null, - "TLSHandshakeFailure": null, - "TLSServerName": null, + "EndpointTransactionID": 50001, + "EndpointProto": "tcp", + "EndpointPort": "443", + "EndpointAddress": "5.255.255.80:443", + "TCPConnectFailure": "", + "TLSHandshakeFailure": "", + "TLSServerName": "xn--d1acpjx3f.xn--p1ai", "HTTPRequestURL": null, "HTTPFailure": null, "HTTPResponseStatusCode": null, @@ -2450,13 +560,10 @@ "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", "ControlDNSLookupFailure": "", "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" + "5.255.255.80" ], - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, + "ControlTCPConnectFailure": "", + "ControlTLSHandshakeFailure": "", "ControlHTTPFailure": "", "ControlHTTPResponseStatusCode": 200, "ControlHTTPResponseBodyLength": 1533, @@ -2472,21 +579,18 @@ "TagDepth": 0, "Type": 0, "Failure": "", - "TransactionID": 10001, + "TransactionID": 30001, "TagFetchBody": null, - "DNSTransactionID": 10001, + "DNSTransactionID": 30001, "DNSDomain": "xn--d1acpjx3f.xn--p1ai", "DNSLookupFailure": "", - "DNSQueryType": "ANY", - "DNSEngine": "getaddrinfo", + "DNSQueryType": "A", + "DNSEngine": "doh", "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" + "5.255.255.80" ], "IPAddressOrigin": "dns", - "IPAddress": "5.255.255.88", + "IPAddress": "5.255.255.80", "IPAddressASN": 208398, "IPAddressBogon": false, "EndpointTransactionID": null, @@ -2508,10 +612,7 @@ "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", "ControlDNSLookupFailure": "", "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" + "5.255.255.80" ], "ControlTCPConnectFailure": null, "ControlTLSHandshakeFailure": null, @@ -2530,21 +631,18 @@ "TagDepth": 0, "Type": 0, "Failure": "", - "TransactionID": 10001, + "TransactionID": 20001, "TagFetchBody": null, - "DNSTransactionID": 10001, + "DNSTransactionID": 20001, "DNSDomain": "xn--d1acpjx3f.xn--p1ai", "DNSLookupFailure": "", - "DNSQueryType": "ANY", - "DNSEngine": "getaddrinfo", + "DNSQueryType": "A", + "DNSEngine": "udp", "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" + "5.255.255.80" ], "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.77", + "IPAddress": "5.255.255.80", "IPAddressASN": 208398, "IPAddressBogon": false, "EndpointTransactionID": null, @@ -2566,10 +664,7 @@ "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", "ControlDNSLookupFailure": "", "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" + "5.255.255.80" ], "ControlTCPConnectFailure": null, "ControlTLSHandshakeFailure": null, @@ -2596,13 +691,10 @@ "DNSQueryType": "ANY", "DNSEngine": "getaddrinfo", "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" + "5.255.255.80" ], "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.80", + "IPAddress": "5.255.255.80", "IPAddressASN": 208398, "IPAddressBogon": false, "EndpointTransactionID": null, @@ -2624,10 +716,7 @@ "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", "ControlDNSLookupFailure": "", "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" + "5.255.255.80" ], "ControlTCPConnectFailure": null, "ControlTLSHandshakeFailure": null, @@ -2677,10 +766,7 @@ "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", "ControlDNSLookupFailure": "", "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" + "5.255.255.80" ], "ControlTCPConnectFailure": null, "ControlTLSHandshakeFailure": null, @@ -2730,10 +816,7 @@ "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", "ControlDNSLookupFailure": "", "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" + "5.255.255.80" ], "ControlTCPConnectFailure": null, "ControlTLSHandshakeFailure": null, diff --git a/internal/minipipeline/testdata/webconnectivity/generated/idnaWithoutCensorshipLowercase/analysis_classic.json b/internal/minipipeline/testdata/webconnectivity/generated/idnaWithoutCensorshipLowercase/analysis_classic.json index 47f1b0b98..a45f7397e 100644 --- a/internal/minipipeline/testdata/webconnectivity/generated/idnaWithoutCensorshipLowercase/analysis_classic.json +++ b/internal/minipipeline/testdata/webconnectivity/generated/idnaWithoutCensorshipLowercase/analysis_classic.json @@ -1,10 +1,7 @@ { "ControlExpectations": { "DNSAddresses": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" + "5.255.255.80" ], "FinalResponseFailure": "" }, @@ -43,7 +40,7 @@ "HTTPRoundTripUnexpectedFailure": [], "HTTPRoundTripUnexplainedFailure": [], "HTTPFinalResponseSuccessTLSWithoutControl": null, - "HTTPFinalResponseSuccessTLSWithControl": 50010, + "HTTPFinalResponseSuccessTLSWithControl": 50003, "HTTPFinalResponseSuccessTCPWithoutControl": null, "HTTPFinalResponseSuccessTCPWithControl": null, "HTTPFinalResponseDiffBodyProportionFactor": 1, @@ -58,7 +55,7 @@ "TagDepth": 2, "Type": 3, "Failure": "", - "TransactionID": 50010, + "TransactionID": 50003, "TagFetchBody": true, "DNSTransactionID": 30001, "DNSDomain": "xn--d1acpjx3f.xn--p1ai", @@ -66,19 +63,16 @@ "DNSQueryType": null, "DNSEngine": null, "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" + "5.255.255.80" ], "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.77", + "IPAddress": "5.255.255.80", "IPAddressASN": 208398, "IPAddressBogon": false, - "EndpointTransactionID": 50010, + "EndpointTransactionID": 50003, "EndpointProto": "tcp", "EndpointPort": "443", - "EndpointAddress": "77.88.55.77:443", + "EndpointAddress": "5.255.255.80:443", "TCPConnectFailure": "", "TLSHandshakeFailure": "", "TLSServerName": "ya.ru", @@ -99,10 +93,7 @@ "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", "ControlDNSLookupFailure": "", "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" + "5.255.255.80" ], "ControlTCPConnectFailure": "", "ControlTLSHandshakeFailure": null, @@ -119,32 +110,29 @@ }, { "TagDepth": 2, - "Type": 2, + "Type": 0, "Failure": "", - "TransactionID": 50012, - "TagFetchBody": true, - "DNSTransactionID": 30001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", + "TransactionID": 10003, + "TagFetchBody": null, + "DNSTransactionID": 10003, + "DNSDomain": "ya.ru", "DNSLookupFailure": "", - "DNSQueryType": null, - "DNSEngine": null, + "DNSQueryType": "ANY", + "DNSEngine": "getaddrinfo", "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" + "5.255.255.80" ], "IPAddressOrigin": "dns", "IPAddress": "5.255.255.80", "IPAddressASN": 208398, "IPAddressBogon": false, - "EndpointTransactionID": 50012, - "EndpointProto": "tcp", - "EndpointPort": "443", - "EndpointAddress": "5.255.255.80:443", - "TCPConnectFailure": "", - "TLSHandshakeFailure": "", - "TLSServerName": "ya.ru", + "EndpointTransactionID": null, + "EndpointProto": null, + "EndpointPort": null, + "EndpointAddress": null, + "TCPConnectFailure": null, + "TLSHandshakeFailure": null, + "TLSServerName": null, "HTTPRequestURL": null, "HTTPFailure": null, "HTTPResponseStatusCode": null, @@ -154,15 +142,10 @@ "HTTPResponseLocation": null, "HTTPResponseTitle": null, "HTTPResponseIsFinal": null, - "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "ControlTCPConnectFailure": "", + "ControlDNSDomain": null, + "ControlDNSLookupFailure": null, + "ControlDNSResolvedAddrs": null, + "ControlTCPConnectFailure": null, "ControlTLSHandshakeFailure": null, "ControlHTTPFailure": "", "ControlHTTPResponseStatusCode": 200, @@ -176,10 +159,10 @@ "ControlHTTPResponseTitle": "Default Web Page" }, { - "TagDepth": 2, - "Type": 2, + "TagDepth": 1, + "Type": 3, "Failure": "", - "TransactionID": 50011, + "TransactionID": 50002, "TagFetchBody": true, "DNSTransactionID": 30001, "DNSDomain": "xn--d1acpjx3f.xn--p1ai", @@ -187,96 +170,37 @@ "DNSQueryType": null, "DNSEngine": null, "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" + "5.255.255.80" ], "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.80", + "IPAddress": "5.255.255.80", "IPAddressASN": 208398, "IPAddressBogon": false, - "EndpointTransactionID": 50011, + "EndpointTransactionID": 50002, "EndpointProto": "tcp", "EndpointPort": "443", - "EndpointAddress": "77.88.55.80:443", + "EndpointAddress": "5.255.255.80:443", "TCPConnectFailure": "", "TLSHandshakeFailure": "", - "TLSServerName": "ya.ru", - "HTTPRequestURL": null, - "HTTPFailure": null, - "HTTPResponseStatusCode": null, - "HTTPResponseBodyLength": null, - "HTTPResponseBodyIsTruncated": null, - "HTTPResponseHeadersKeys": null, - "HTTPResponseLocation": null, - "HTTPResponseTitle": null, - "HTTPResponseIsFinal": null, - "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "ControlTCPConnectFailure": "", - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { + "TLSServerName": "yandex.com", + "HTTPRequestURL": "https://yandex.com/", + "HTTPFailure": "", + "HTTPResponseStatusCode": 308, + "HTTPResponseBodyLength": 0, + "HTTPResponseBodyIsTruncated": false, + "HTTPResponseHeadersKeys": { "Alt-Svc": true, "Content-Length": true, - "Content-Type": true, - "Date": true + "Date": true, + "Location": true }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 2, - "Type": 2, - "Failure": "", - "TransactionID": 50009, - "TagFetchBody": true, - "DNSTransactionID": 30001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", - "DNSLookupFailure": "", - "DNSQueryType": null, - "DNSEngine": null, - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "5.255.255.88", - "IPAddressASN": 208398, - "IPAddressBogon": false, - "EndpointTransactionID": 50009, - "EndpointProto": "tcp", - "EndpointPort": "443", - "EndpointAddress": "5.255.255.88:443", - "TCPConnectFailure": "", - "TLSHandshakeFailure": "", - "TLSServerName": "ya.ru", - "HTTPRequestURL": null, - "HTTPFailure": null, - "HTTPResponseStatusCode": null, - "HTTPResponseBodyLength": null, - "HTTPResponseBodyIsTruncated": null, - "HTTPResponseHeadersKeys": null, - "HTTPResponseLocation": null, - "HTTPResponseTitle": null, - "HTTPResponseIsFinal": null, + "HTTPResponseLocation": "https://ya.ru/", + "HTTPResponseTitle": "", + "HTTPResponseIsFinal": false, "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", "ControlDNSLookupFailure": "", "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" + "5.255.255.80" ], "ControlTCPConnectFailure": "", "ControlTLSHandshakeFailure": null, @@ -292,21 +216,18 @@ "ControlHTTPResponseTitle": "Default Web Page" }, { - "TagDepth": 2, + "TagDepth": 1, "Type": 0, "Failure": "", - "TransactionID": 10003, + "TransactionID": 10002, "TagFetchBody": null, - "DNSTransactionID": 10003, - "DNSDomain": "ya.ru", + "DNSTransactionID": 10002, + "DNSDomain": "yandex.com", "DNSLookupFailure": "", "DNSQueryType": "ANY", "DNSEngine": "getaddrinfo", "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" + "5.255.255.80" ], "IPAddressOrigin": "dns", "IPAddress": "5.255.255.80", @@ -345,99 +266,50 @@ "ControlHTTPResponseTitle": "Default Web Page" }, { - "TagDepth": 2, - "Type": 0, + "TagDepth": 0, + "Type": 3, "Failure": "", - "TransactionID": 10003, - "TagFetchBody": null, - "DNSTransactionID": 10003, - "DNSDomain": "ya.ru", + "TransactionID": 40001, + "TagFetchBody": true, + "DNSTransactionID": 30001, + "DNSDomain": "xn--d1acpjx3f.xn--p1ai", "DNSLookupFailure": "", - "DNSQueryType": "ANY", - "DNSEngine": "getaddrinfo", + "DNSQueryType": null, + "DNSEngine": null, "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" + "5.255.255.80" ], "IPAddressOrigin": "dns", - "IPAddress": "5.255.255.88", + "IPAddress": "5.255.255.80", "IPAddressASN": 208398, "IPAddressBogon": false, - "EndpointTransactionID": null, - "EndpointProto": null, - "EndpointPort": null, - "EndpointAddress": null, - "TCPConnectFailure": null, + "EndpointTransactionID": 40001, + "EndpointProto": "tcp", + "EndpointPort": "80", + "EndpointAddress": "5.255.255.80:80", + "TCPConnectFailure": "", "TLSHandshakeFailure": null, "TLSServerName": null, - "HTTPRequestURL": null, - "HTTPFailure": null, - "HTTPResponseStatusCode": null, - "HTTPResponseBodyLength": null, - "HTTPResponseBodyIsTruncated": null, - "HTTPResponseHeadersKeys": null, - "HTTPResponseLocation": null, - "HTTPResponseTitle": null, - "HTTPResponseIsFinal": null, - "ControlDNSDomain": null, - "ControlDNSLookupFailure": null, - "ControlDNSResolvedAddrs": null, - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { + "HTTPRequestURL": "http://xn--d1acpjx3f.xn--p1ai/", + "HTTPFailure": "", + "HTTPResponseStatusCode": 308, + "HTTPResponseBodyLength": 0, + "HTTPResponseBodyIsTruncated": false, + "HTTPResponseHeadersKeys": { "Alt-Svc": true, "Content-Length": true, - "Content-Type": true, - "Date": true + "Date": true, + "Location": true }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 2, - "Type": 0, - "Failure": "", - "TransactionID": 10003, - "TagFetchBody": null, - "DNSTransactionID": 10003, - "DNSDomain": "ya.ru", - "DNSLookupFailure": "", - "DNSQueryType": "ANY", - "DNSEngine": "getaddrinfo", - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" + "HTTPResponseLocation": "https://yandex.com/", + "HTTPResponseTitle": "", + "HTTPResponseIsFinal": false, + "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "5.255.255.80" ], - "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.77", - "IPAddressASN": 208398, - "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": null, - "ControlDNSLookupFailure": null, - "ControlDNSResolvedAddrs": null, - "ControlTCPConnectFailure": null, + "ControlTCPConnectFailure": "", "ControlTLSHandshakeFailure": null, "ControlHTTPFailure": "", "ControlHTTPResponseStatusCode": 200, @@ -451,760 +323,18 @@ "ControlHTTPResponseTitle": "Default Web Page" }, { - "TagDepth": 2, + "TagDepth": 0, "Type": 0, "Failure": "", - "TransactionID": 10003, + "TransactionID": 10001, "TagFetchBody": null, - "DNSTransactionID": 10003, - "DNSDomain": "ya.ru", + "DNSTransactionID": 10001, + "DNSDomain": "xn--d1acpjx3f.xn--p1ai", "DNSLookupFailure": "", "DNSQueryType": "ANY", "DNSEngine": "getaddrinfo", "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.80", - "IPAddressASN": 208398, - "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": null, - "ControlDNSLookupFailure": null, - "ControlDNSResolvedAddrs": null, - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 1, - "Type": 3, - "Failure": "", - "TransactionID": 50008, - "TagFetchBody": true, - "DNSTransactionID": 30001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", - "DNSLookupFailure": "", - "DNSQueryType": null, - "DNSEngine": null, - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "5.255.255.80", - "IPAddressASN": 208398, - "IPAddressBogon": false, - "EndpointTransactionID": 50008, - "EndpointProto": "tcp", - "EndpointPort": "443", - "EndpointAddress": "5.255.255.80:443", - "TCPConnectFailure": "", - "TLSHandshakeFailure": "", - "TLSServerName": "yandex.com", - "HTTPRequestURL": "https://yandex.com/", - "HTTPFailure": "", - "HTTPResponseStatusCode": 308, - "HTTPResponseBodyLength": 0, - "HTTPResponseBodyIsTruncated": false, - "HTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Date": true, - "Location": true - }, - "HTTPResponseLocation": "https://ya.ru/", - "HTTPResponseTitle": "", - "HTTPResponseIsFinal": false, - "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "ControlTCPConnectFailure": "", - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 1, - "Type": 2, - "Failure": "", - "TransactionID": 50007, - "TagFetchBody": true, - "DNSTransactionID": 30001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", - "DNSLookupFailure": "", - "DNSQueryType": null, - "DNSEngine": null, - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.80", - "IPAddressASN": 208398, - "IPAddressBogon": false, - "EndpointTransactionID": 50007, - "EndpointProto": "tcp", - "EndpointPort": "443", - "EndpointAddress": "77.88.55.80:443", - "TCPConnectFailure": "", - "TLSHandshakeFailure": "", - "TLSServerName": "yandex.com", - "HTTPRequestURL": null, - "HTTPFailure": null, - "HTTPResponseStatusCode": null, - "HTTPResponseBodyLength": null, - "HTTPResponseBodyIsTruncated": null, - "HTTPResponseHeadersKeys": null, - "HTTPResponseLocation": null, - "HTTPResponseTitle": null, - "HTTPResponseIsFinal": null, - "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "ControlTCPConnectFailure": "", - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 1, - "Type": 2, - "Failure": "", - "TransactionID": 50006, - "TagFetchBody": true, - "DNSTransactionID": 30001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", - "DNSLookupFailure": "", - "DNSQueryType": null, - "DNSEngine": null, - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.77", - "IPAddressASN": 208398, - "IPAddressBogon": false, - "EndpointTransactionID": 50006, - "EndpointProto": "tcp", - "EndpointPort": "443", - "EndpointAddress": "77.88.55.77:443", - "TCPConnectFailure": "", - "TLSHandshakeFailure": "", - "TLSServerName": "yandex.com", - "HTTPRequestURL": null, - "HTTPFailure": null, - "HTTPResponseStatusCode": null, - "HTTPResponseBodyLength": null, - "HTTPResponseBodyIsTruncated": null, - "HTTPResponseHeadersKeys": null, - "HTTPResponseLocation": null, - "HTTPResponseTitle": null, - "HTTPResponseIsFinal": null, - "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "ControlTCPConnectFailure": "", - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 1, - "Type": 2, - "Failure": "", - "TransactionID": 50005, - "TagFetchBody": true, - "DNSTransactionID": 30001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", - "DNSLookupFailure": "", - "DNSQueryType": null, - "DNSEngine": null, - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "5.255.255.88", - "IPAddressASN": 208398, - "IPAddressBogon": false, - "EndpointTransactionID": 50005, - "EndpointProto": "tcp", - "EndpointPort": "443", - "EndpointAddress": "5.255.255.88:443", - "TCPConnectFailure": "", - "TLSHandshakeFailure": "", - "TLSServerName": "yandex.com", - "HTTPRequestURL": null, - "HTTPFailure": null, - "HTTPResponseStatusCode": null, - "HTTPResponseBodyLength": null, - "HTTPResponseBodyIsTruncated": null, - "HTTPResponseHeadersKeys": null, - "HTTPResponseLocation": null, - "HTTPResponseTitle": null, - "HTTPResponseIsFinal": null, - "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "ControlTCPConnectFailure": "", - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 1, - "Type": 0, - "Failure": "", - "TransactionID": 10002, - "TagFetchBody": null, - "DNSTransactionID": 10002, - "DNSDomain": "yandex.com", - "DNSLookupFailure": "", - "DNSQueryType": "ANY", - "DNSEngine": "getaddrinfo", - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "5.255.255.80", - "IPAddressASN": 208398, - "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": null, - "ControlDNSLookupFailure": null, - "ControlDNSResolvedAddrs": null, - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 1, - "Type": 0, - "Failure": "", - "TransactionID": 10002, - "TagFetchBody": null, - "DNSTransactionID": 10002, - "DNSDomain": "yandex.com", - "DNSLookupFailure": "", - "DNSQueryType": "ANY", - "DNSEngine": "getaddrinfo", - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "5.255.255.88", - "IPAddressASN": 208398, - "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": null, - "ControlDNSLookupFailure": null, - "ControlDNSResolvedAddrs": null, - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 1, - "Type": 0, - "Failure": "", - "TransactionID": 10002, - "TagFetchBody": null, - "DNSTransactionID": 10002, - "DNSDomain": "yandex.com", - "DNSLookupFailure": "", - "DNSQueryType": "ANY", - "DNSEngine": "getaddrinfo", - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.77", - "IPAddressASN": 208398, - "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": null, - "ControlDNSLookupFailure": null, - "ControlDNSResolvedAddrs": null, - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 1, - "Type": 0, - "Failure": "", - "TransactionID": 10002, - "TagFetchBody": null, - "DNSTransactionID": 10002, - "DNSDomain": "yandex.com", - "DNSLookupFailure": "", - "DNSQueryType": "ANY", - "DNSEngine": "getaddrinfo", - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.80", - "IPAddressASN": 208398, - "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": null, - "ControlDNSLookupFailure": null, - "ControlDNSResolvedAddrs": null, - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 0, - "Type": 3, - "Failure": "", - "TransactionID": 40001, - "TagFetchBody": true, - "DNSTransactionID": 30001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", - "DNSLookupFailure": "", - "DNSQueryType": null, - "DNSEngine": null, - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "5.255.255.80", - "IPAddressASN": 208398, - "IPAddressBogon": false, - "EndpointTransactionID": 40001, - "EndpointProto": "tcp", - "EndpointPort": "80", - "EndpointAddress": "5.255.255.80:80", - "TCPConnectFailure": "", - "TLSHandshakeFailure": null, - "TLSServerName": null, - "HTTPRequestURL": "http://xn--d1acpjx3f.xn--p1ai/", - "HTTPFailure": "", - "HTTPResponseStatusCode": 308, - "HTTPResponseBodyLength": 0, - "HTTPResponseBodyIsTruncated": false, - "HTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Date": true, - "Location": true - }, - "HTTPResponseLocation": "https://yandex.com/", - "HTTPResponseTitle": "", - "HTTPResponseIsFinal": false, - "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "ControlTCPConnectFailure": "", - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 0, - "Type": 1, - "Failure": "", - "TransactionID": 40004, - "TagFetchBody": true, - "DNSTransactionID": 30001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", - "DNSLookupFailure": "", - "DNSQueryType": null, - "DNSEngine": null, - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.80", - "IPAddressASN": 208398, - "IPAddressBogon": false, - "EndpointTransactionID": 40004, - "EndpointProto": "tcp", - "EndpointPort": "80", - "EndpointAddress": "77.88.55.80:80", - "TCPConnectFailure": "", - "TLSHandshakeFailure": null, - "TLSServerName": null, - "HTTPRequestURL": null, - "HTTPFailure": null, - "HTTPResponseStatusCode": null, - "HTTPResponseBodyLength": null, - "HTTPResponseBodyIsTruncated": null, - "HTTPResponseHeadersKeys": null, - "HTTPResponseLocation": null, - "HTTPResponseTitle": null, - "HTTPResponseIsFinal": null, - "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "ControlTCPConnectFailure": "", - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 0, - "Type": 1, - "Failure": "", - "TransactionID": 40003, - "TagFetchBody": true, - "DNSTransactionID": 30001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", - "DNSLookupFailure": "", - "DNSQueryType": null, - "DNSEngine": null, - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.77", - "IPAddressASN": 208398, - "IPAddressBogon": false, - "EndpointTransactionID": 40003, - "EndpointProto": "tcp", - "EndpointPort": "80", - "EndpointAddress": "77.88.55.77:80", - "TCPConnectFailure": "", - "TLSHandshakeFailure": null, - "TLSServerName": null, - "HTTPRequestURL": null, - "HTTPFailure": null, - "HTTPResponseStatusCode": null, - "HTTPResponseBodyLength": null, - "HTTPResponseBodyIsTruncated": null, - "HTTPResponseHeadersKeys": null, - "HTTPResponseLocation": null, - "HTTPResponseTitle": null, - "HTTPResponseIsFinal": null, - "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "ControlTCPConnectFailure": "", - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 0, - "Type": 1, - "Failure": "", - "TransactionID": 40002, - "TagFetchBody": true, - "DNSTransactionID": 30001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", - "DNSLookupFailure": "", - "DNSQueryType": null, - "DNSEngine": null, - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "5.255.255.88", - "IPAddressASN": 208398, - "IPAddressBogon": false, - "EndpointTransactionID": 40002, - "EndpointProto": "tcp", - "EndpointPort": "80", - "EndpointAddress": "5.255.255.88:80", - "TCPConnectFailure": "", - "TLSHandshakeFailure": null, - "TLSServerName": null, - "HTTPRequestURL": null, - "HTTPFailure": null, - "HTTPResponseStatusCode": null, - "HTTPResponseBodyLength": null, - "HTTPResponseBodyIsTruncated": null, - "HTTPResponseHeadersKeys": null, - "HTTPResponseLocation": null, - "HTTPResponseTitle": null, - "HTTPResponseIsFinal": null, - "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "ControlTCPConnectFailure": "", - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 0, - "Type": 0, - "Failure": "", - "TransactionID": 10001, - "TagFetchBody": null, - "DNSTransactionID": 10001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", - "DNSLookupFailure": "", - "DNSQueryType": "ANY", - "DNSEngine": "getaddrinfo", - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" + "5.255.255.80" ], "IPAddressOrigin": "dns", "IPAddress": "5.255.255.80", @@ -1229,184 +359,7 @@ "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", "ControlDNSLookupFailure": "", "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 0, - "Type": 0, - "Failure": "", - "TransactionID": 10001, - "TagFetchBody": null, - "DNSTransactionID": 10001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", - "DNSLookupFailure": "", - "DNSQueryType": "ANY", - "DNSEngine": "getaddrinfo", - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "5.255.255.88", - "IPAddressASN": 208398, - "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": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 0, - "Type": 0, - "Failure": "", - "TransactionID": 10001, - "TagFetchBody": null, - "DNSTransactionID": 10001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", - "DNSLookupFailure": "", - "DNSQueryType": "ANY", - "DNSEngine": "getaddrinfo", - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.77", - "IPAddressASN": 208398, - "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": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 0, - "Type": 0, - "Failure": "", - "TransactionID": 10001, - "TagFetchBody": null, - "DNSTransactionID": 10001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", - "DNSLookupFailure": "", - "DNSQueryType": "ANY", - "DNSEngine": "getaddrinfo", - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.80", - "IPAddressASN": 208398, - "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": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" + "5.255.255.80" ], "ControlTCPConnectFailure": null, "ControlTLSHandshakeFailure": null, diff --git a/internal/minipipeline/testdata/webconnectivity/generated/idnaWithoutCensorshipLowercase/measurement.json b/internal/minipipeline/testdata/webconnectivity/generated/idnaWithoutCensorshipLowercase/measurement.json index e496698ad..6854026bd 100644 --- a/internal/minipipeline/testdata/webconnectivity/generated/idnaWithoutCensorshipLowercase/measurement.json +++ b/internal/minipipeline/testdata/webconnectivity/generated/idnaWithoutCensorshipLowercase/measurement.json @@ -45,27 +45,6 @@ "answer_type": "A", "ipv4": "5.255.255.80", "ttl": null - }, - { - "asn": 208398, - "as_org_name": "Teletech d.o.o. Beograd", - "answer_type": "A", - "ipv4": "5.255.255.88", - "ttl": null - }, - { - "asn": 208398, - "as_org_name": "Teletech d.o.o. Beograd", - "answer_type": "A", - "ipv4": "77.88.55.77", - "ttl": null - }, - { - "asn": 208398, - "as_org_name": "Teletech d.o.o. Beograd", - "answer_type": "A", - "ipv4": "77.88.55.80", - "ttl": null } ], "engine": "doh", @@ -104,27 +83,6 @@ "answer_type": "A", "ipv4": "5.255.255.80", "ttl": null - }, - { - "asn": 208398, - "as_org_name": "Teletech d.o.o. Beograd", - "answer_type": "A", - "ipv4": "5.255.255.88", - "ttl": null - }, - { - "asn": 208398, - "as_org_name": "Teletech d.o.o. Beograd", - "answer_type": "A", - "ipv4": "77.88.55.77", - "ttl": null - }, - { - "asn": 208398, - "as_org_name": "Teletech d.o.o. Beograd", - "answer_type": "A", - "ipv4": "77.88.55.80", - "ttl": null } ], "engine": "getaddrinfo", @@ -148,27 +106,6 @@ "answer_type": "A", "ipv4": "5.255.255.80", "ttl": null - }, - { - "asn": 208398, - "as_org_name": "Teletech d.o.o. Beograd", - "answer_type": "A", - "ipv4": "5.255.255.88", - "ttl": null - }, - { - "asn": 208398, - "as_org_name": "Teletech d.o.o. Beograd", - "answer_type": "A", - "ipv4": "77.88.55.77", - "ttl": null - }, - { - "asn": 208398, - "as_org_name": "Teletech d.o.o. Beograd", - "answer_type": "A", - "ipv4": "77.88.55.80", - "ttl": null } ], "engine": "getaddrinfo", @@ -192,27 +129,6 @@ "answer_type": "A", "ipv4": "5.255.255.80", "ttl": null - }, - { - "asn": 208398, - "as_org_name": "Teletech d.o.o. Beograd", - "answer_type": "A", - "ipv4": "5.255.255.88", - "ttl": null - }, - { - "asn": 208398, - "as_org_name": "Teletech d.o.o. Beograd", - "answer_type": "A", - "ipv4": "77.88.55.77", - "ttl": null - }, - { - "asn": 208398, - "as_org_name": "Teletech d.o.o. Beograd", - "answer_type": "A", - "ipv4": "77.88.55.80", - "ttl": null } ], "engine": "getaddrinfo", @@ -236,27 +152,6 @@ "answer_type": "A", "ipv4": "5.255.255.80", "ttl": null - }, - { - "asn": 208398, - "as_org_name": "Teletech d.o.o. Beograd", - "answer_type": "A", - "ipv4": "5.255.255.88", - "ttl": null - }, - { - "asn": 208398, - "as_org_name": "Teletech d.o.o. Beograd", - "answer_type": "A", - "ipv4": "77.88.55.77", - "ttl": null - }, - { - "asn": 208398, - "as_org_name": "Teletech d.o.o. Beograd", - "answer_type": "A", - "ipv4": "77.88.55.80", - "ttl": null } ], "engine": "udp", @@ -295,27 +190,6 @@ "answer_type": "A", "ipv4": "5.255.255.80", "ttl": null - }, - { - "asn": 208398, - "as_org_name": "Teletech d.o.o. Beograd", - "answer_type": "A", - "ipv4": "5.255.255.88", - "ttl": null - }, - { - "asn": 208398, - "as_org_name": "Teletech d.o.o. Beograd", - "answer_type": "A", - "ipv4": "77.88.55.77", - "ttl": null - }, - { - "asn": 208398, - "as_org_name": "Teletech d.o.o. Beograd", - "answer_type": "A", - "ipv4": "77.88.55.80", - "ttl": null } ], "engine": "udp", @@ -354,27 +228,6 @@ "answer_type": "A", "ipv4": "5.255.255.80", "ttl": null - }, - { - "asn": 208398, - "as_org_name": "Teletech d.o.o. Beograd", - "answer_type": "A", - "ipv4": "5.255.255.88", - "ttl": null - }, - { - "asn": 208398, - "as_org_name": "Teletech d.o.o. Beograd", - "answer_type": "A", - "ipv4": "77.88.55.77", - "ttl": null - }, - { - "asn": 208398, - "as_org_name": "Teletech d.o.o. Beograd", - "answer_type": "A", - "ipv4": "77.88.55.80", - "ttl": null } ], "engine": "udp", @@ -409,7 +262,7 @@ "requests": [ { "network": "tcp", - "address": "77.88.55.77:443", + "address": "5.255.255.80:443", "alpn": "http/1.1", "failure": null, "request": { @@ -487,7 +340,7 @@ "depth=2", "fetch_body=true" ], - "transaction_id": 50010 + "transaction_id": 50003 }, { "network": "tcp", @@ -569,7 +422,7 @@ "depth=1", "fetch_body=true" ], - "transaction_id": 50008 + "transaction_id": 50002 }, { "network": "tcp", @@ -694,66 +547,10 @@ "depth=1", "fetch_body=true" ], - "transaction_id": 50008 - }, - { - "ip": "5.255.255.80", - "port": 443, - "status": { - "failure": null, - "success": true - }, - "t": 0, - "tags": [ - "depth=2", - "fetch_body=true" - ], - "transaction_id": 50012 - }, - { - "ip": "5.255.255.88", - "port": 80, - "status": { - "failure": null, - "success": true - }, - "t": 0, - "tags": [ - "depth=0", - "fetch_body=true" - ], - "transaction_id": 40002 - }, - { - "ip": "5.255.255.88", - "port": 443, - "status": { - "failure": null, - "success": true - }, - "t": 0, - "tags": [ - "depth=0", - "fetch_body=false" - ], "transaction_id": 50002 }, { - "ip": "5.255.255.88", - "port": 443, - "status": { - "failure": null, - "success": true - }, - "t": 0, - "tags": [ - "depth=1", - "fetch_body=true" - ], - "transaction_id": 50005 - }, - { - "ip": "5.255.255.88", + "ip": "5.255.255.80", "port": 443, "status": { "failure": null, @@ -764,119 +561,7 @@ "depth=2", "fetch_body=true" ], - "transaction_id": 50009 - }, - { - "ip": "77.88.55.77", - "port": 80, - "status": { - "failure": null, - "success": true - }, - "t": 0, - "tags": [ - "depth=0", - "fetch_body=true" - ], - "transaction_id": 40003 - }, - { - "ip": "77.88.55.77", - "port": 443, - "status": { - "failure": null, - "success": true - }, - "t": 0, - "tags": [ - "depth=0", - "fetch_body=false" - ], "transaction_id": 50003 - }, - { - "ip": "77.88.55.77", - "port": 443, - "status": { - "failure": null, - "success": true - }, - "t": 0, - "tags": [ - "depth=1", - "fetch_body=true" - ], - "transaction_id": 50006 - }, - { - "ip": "77.88.55.77", - "port": 443, - "status": { - "failure": null, - "success": true - }, - "t": 0, - "tags": [ - "depth=2", - "fetch_body=true" - ], - "transaction_id": 50010 - }, - { - "ip": "77.88.55.80", - "port": 80, - "status": { - "failure": null, - "success": true - }, - "t": 0, - "tags": [ - "depth=0", - "fetch_body=true" - ], - "transaction_id": 40004 - }, - { - "ip": "77.88.55.80", - "port": 443, - "status": { - "failure": null, - "success": true - }, - "t": 0, - "tags": [ - "depth=0", - "fetch_body=false" - ], - "transaction_id": 50004 - }, - { - "ip": "77.88.55.80", - "port": 443, - "status": { - "failure": null, - "success": true - }, - "t": 0, - "tags": [ - "depth=1", - "fetch_body=true" - ], - "transaction_id": 50007 - }, - { - "ip": "77.88.55.80", - "port": 443, - "status": { - "failure": null, - "success": true - }, - "t": 0, - "tags": [ - "depth=2", - "fetch_body=true" - ], - "transaction_id": 50011 } ], "tls_handshakes": [ @@ -912,62 +597,11 @@ "fetch_body=true" ], "tls_version": "TLSv1.3", - "transaction_id": 50008 - }, - { - "network": "tcp", - "address": "5.255.255.80:443", - "cipher_suite": "TLS_AES_128_GCM_SHA256", - "failure": null, - "negotiated_protocol": "http/1.1", - "no_tls_verify": false, - "peer_certificates": null, - "server_name": "ya.ru", - "t": 0, - "tags": [ - "depth=2", - "fetch_body=true" - ], - "tls_version": "TLSv1.3", - "transaction_id": 50012 - }, - { - "network": "tcp", - "address": "5.255.255.88:443", - "cipher_suite": "TLS_AES_128_GCM_SHA256", - "failure": null, - "negotiated_protocol": "http/1.1", - "no_tls_verify": false, - "peer_certificates": null, - "server_name": "xn--d1acpjx3f.xn--p1ai", - "t": 0, - "tags": [ - "depth=0", - "fetch_body=false" - ], - "tls_version": "TLSv1.3", "transaction_id": 50002 }, { "network": "tcp", - "address": "5.255.255.88:443", - "cipher_suite": "TLS_AES_128_GCM_SHA256", - "failure": null, - "negotiated_protocol": "http/1.1", - "no_tls_verify": false, - "peer_certificates": null, - "server_name": "yandex.com", - "t": 0, - "tags": [ - "depth=1", - "fetch_body=true" - ], - "tls_version": "TLSv1.3", - "transaction_id": 50005 - }, - { - "network": "tcp", - "address": "5.255.255.88:443", + "address": "5.255.255.80:443", "cipher_suite": "TLS_AES_128_GCM_SHA256", "failure": null, "negotiated_protocol": "http/1.1", @@ -980,109 +614,7 @@ "fetch_body=true" ], "tls_version": "TLSv1.3", - "transaction_id": 50009 - }, - { - "network": "tcp", - "address": "77.88.55.77:443", - "cipher_suite": "TLS_AES_128_GCM_SHA256", - "failure": null, - "negotiated_protocol": "http/1.1", - "no_tls_verify": false, - "peer_certificates": null, - "server_name": "xn--d1acpjx3f.xn--p1ai", - "t": 0, - "tags": [ - "depth=0", - "fetch_body=false" - ], - "tls_version": "TLSv1.3", "transaction_id": 50003 - }, - { - "network": "tcp", - "address": "77.88.55.77:443", - "cipher_suite": "TLS_AES_128_GCM_SHA256", - "failure": null, - "negotiated_protocol": "http/1.1", - "no_tls_verify": false, - "peer_certificates": null, - "server_name": "yandex.com", - "t": 0, - "tags": [ - "depth=1", - "fetch_body=true" - ], - "tls_version": "TLSv1.3", - "transaction_id": 50006 - }, - { - "network": "tcp", - "address": "77.88.55.77:443", - "cipher_suite": "TLS_AES_128_GCM_SHA256", - "failure": null, - "negotiated_protocol": "http/1.1", - "no_tls_verify": false, - "peer_certificates": null, - "server_name": "ya.ru", - "t": 0, - "tags": [ - "depth=2", - "fetch_body=true" - ], - "tls_version": "TLSv1.3", - "transaction_id": 50010 - }, - { - "network": "tcp", - "address": "77.88.55.80:443", - "cipher_suite": "TLS_AES_128_GCM_SHA256", - "failure": null, - "negotiated_protocol": "http/1.1", - "no_tls_verify": false, - "peer_certificates": null, - "server_name": "xn--d1acpjx3f.xn--p1ai", - "t": 0, - "tags": [ - "depth=0", - "fetch_body=false" - ], - "tls_version": "TLSv1.3", - "transaction_id": 50004 - }, - { - "network": "tcp", - "address": "77.88.55.80:443", - "cipher_suite": "TLS_AES_128_GCM_SHA256", - "failure": null, - "negotiated_protocol": "http/1.1", - "no_tls_verify": false, - "peer_certificates": null, - "server_name": "yandex.com", - "t": 0, - "tags": [ - "depth=1", - "fetch_body=true" - ], - "tls_version": "TLSv1.3", - "transaction_id": 50007 - }, - { - "network": "tcp", - "address": "77.88.55.80:443", - "cipher_suite": "TLS_AES_128_GCM_SHA256", - "failure": null, - "negotiated_protocol": "http/1.1", - "no_tls_verify": false, - "peer_certificates": null, - "server_name": "ya.ru", - "t": 0, - "tags": [ - "depth=2", - "fetch_body=true" - ], - "tls_version": "TLSv1.3", - "transaction_id": 50011 } ], "x_control_request": { @@ -1100,13 +632,7 @@ }, "tcp_connect": [ "5.255.255.80:443", - "5.255.255.80:80", - "5.255.255.88:443", - "5.255.255.88:80", - "77.88.55.77:443", - "77.88.55.77:80", - "77.88.55.80:443", - "77.88.55.80:80" + "5.255.255.80:80" ], "x_quic_enabled": false }, @@ -1119,30 +645,6 @@ "5.255.255.80:80": { "status": true, "failure": null - }, - "5.255.255.88:443": { - "status": true, - "failure": null - }, - "5.255.255.88:80": { - "status": true, - "failure": null - }, - "77.88.55.77:443": { - "status": true, - "failure": null - }, - "77.88.55.77:80": { - "status": true, - "failure": null - }, - "77.88.55.80:443": { - "status": true, - "failure": null - }, - "77.88.55.80:80": { - "status": true, - "failure": null } }, "tls_handshake": { @@ -1150,21 +652,6 @@ "server_name": "xn--d1acpjx3f.xn--p1ai", "status": true, "failure": null - }, - "5.255.255.88:443": { - "server_name": "xn--d1acpjx3f.xn--p1ai", - "status": true, - "failure": null - }, - "77.88.55.77:443": { - "server_name": "xn--d1acpjx3f.xn--p1ai", - "status": true, - "failure": null - }, - "77.88.55.80:443": { - "server_name": "xn--d1acpjx3f.xn--p1ai", - "status": true, - "failure": null } }, "quic_handshake": {}, @@ -1185,28 +672,13 @@ "dns": { "failure": null, "addrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" + "5.255.255.80" ] }, "ip_info": { "5.255.255.80": { "asn": 208398, "flags": 11 - }, - "5.255.255.88": { - "asn": 208398, - "flags": 11 - }, - "77.88.55.77": { - "asn": 208398, - "flags": 11 - }, - "77.88.55.80": { - "asn": 208398, - "flags": 11 } } }, diff --git a/internal/minipipeline/testdata/webconnectivity/generated/idnaWithoutCensorshipLowercase/observations.json b/internal/minipipeline/testdata/webconnectivity/generated/idnaWithoutCensorshipLowercase/observations.json index 031c830e6..2189a2cd2 100644 --- a/internal/minipipeline/testdata/webconnectivity/generated/idnaWithoutCensorshipLowercase/observations.json +++ b/internal/minipipeline/testdata/webconnectivity/generated/idnaWithoutCensorshipLowercase/observations.json @@ -35,10 +35,7 @@ "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", "ControlDNSLookupFailure": "", "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" + "5.255.255.80" ], "ControlTCPConnectFailure": null, "ControlTLSHandshakeFailure": null, @@ -88,10 +85,7 @@ "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", "ControlDNSLookupFailure": "", "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" + "5.255.255.80" ], "ControlTCPConnectFailure": null, "ControlTLSHandshakeFailure": null, @@ -216,10 +210,7 @@ "DNSQueryType": "A", "DNSEngine": "doh", "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" + "5.255.255.80" ], "IPAddressOrigin": "dns", "IPAddress": "5.255.255.80", @@ -244,10 +235,7 @@ "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", "ControlDNSLookupFailure": "", "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" + "5.255.255.80" ], "ControlTCPConnectFailure": null, "ControlTLSHandshakeFailure": null, @@ -266,21 +254,18 @@ "TagDepth": 0, "Type": 0, "Failure": "", - "TransactionID": 30001, + "TransactionID": 10001, "TagFetchBody": null, - "DNSTransactionID": 30001, + "DNSTransactionID": 10001, "DNSDomain": "xn--d1acpjx3f.xn--p1ai", "DNSLookupFailure": "", - "DNSQueryType": "A", - "DNSEngine": "doh", + "DNSQueryType": "ANY", + "DNSEngine": "getaddrinfo", "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" + "5.255.255.80" ], "IPAddressOrigin": "dns", - "IPAddress": "5.255.255.88", + "IPAddress": "5.255.255.80", "IPAddressASN": 208398, "IPAddressBogon": false, "EndpointTransactionID": null, @@ -302,10 +287,7 @@ "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", "ControlDNSLookupFailure": "", "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" + "5.255.255.80" ], "ControlTCPConnectFailure": null, "ControlTLSHandshakeFailure": null, @@ -321,24 +303,21 @@ "ControlHTTPResponseTitle": "Default Web Page" }, { - "TagDepth": 0, + "TagDepth": 1, "Type": 0, "Failure": "", - "TransactionID": 30001, + "TransactionID": 10002, "TagFetchBody": null, - "DNSTransactionID": 30001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", + "DNSTransactionID": 10002, + "DNSDomain": "yandex.com", "DNSLookupFailure": "", - "DNSQueryType": "A", - "DNSEngine": "doh", + "DNSQueryType": "ANY", + "DNSEngine": "getaddrinfo", "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" + "5.255.255.80" ], "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.77", + "IPAddress": "5.255.255.80", "IPAddressASN": 208398, "IPAddressBogon": false, "EndpointTransactionID": null, @@ -357,14 +336,9 @@ "HTTPResponseLocation": null, "HTTPResponseTitle": null, "HTTPResponseIsFinal": null, - "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], + "ControlDNSDomain": null, + "ControlDNSLookupFailure": null, + "ControlDNSResolvedAddrs": null, "ControlTCPConnectFailure": null, "ControlTLSHandshakeFailure": null, "ControlHTTPFailure": "", @@ -379,24 +353,21 @@ "ControlHTTPResponseTitle": "Default Web Page" }, { - "TagDepth": 0, + "TagDepth": 2, "Type": 0, "Failure": "", - "TransactionID": 30001, + "TransactionID": 10003, "TagFetchBody": null, - "DNSTransactionID": 30001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", + "DNSTransactionID": 10003, + "DNSDomain": "ya.ru", "DNSLookupFailure": "", - "DNSQueryType": "A", - "DNSEngine": "doh", + "DNSQueryType": "ANY", + "DNSEngine": "getaddrinfo", "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" + "5.255.255.80" ], "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.80", + "IPAddress": "5.255.255.80", "IPAddressASN": 208398, "IPAddressBogon": false, "EndpointTransactionID": null, @@ -415,14 +386,9 @@ "HTTPResponseLocation": null, "HTTPResponseTitle": null, "HTTPResponseIsFinal": null, - "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], + "ControlDNSDomain": null, + "ControlDNSLookupFailure": null, + "ControlDNSResolvedAddrs": null, "ControlTCPConnectFailure": null, "ControlTLSHandshakeFailure": null, "ControlHTTPFailure": "", @@ -440,18 +406,15 @@ "TagDepth": 0, "Type": 0, "Failure": "", - "TransactionID": 10001, + "TransactionID": 20001, "TagFetchBody": null, - "DNSTransactionID": 10001, + "DNSTransactionID": 20001, "DNSDomain": "xn--d1acpjx3f.xn--p1ai", "DNSLookupFailure": "", - "DNSQueryType": "ANY", - "DNSEngine": "getaddrinfo", + "DNSQueryType": "A", + "DNSEngine": "udp", "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" + "5.255.255.80" ], "IPAddressOrigin": "dns", "IPAddress": "5.255.255.80", @@ -476,10 +439,7 @@ "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", "ControlDNSLookupFailure": "", "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" + "5.255.255.80" ], "ControlTCPConnectFailure": null, "ControlTLSHandshakeFailure": null, @@ -495,24 +455,21 @@ "ControlHTTPResponseTitle": "Default Web Page" }, { - "TagDepth": 0, + "TagDepth": 1, "Type": 0, "Failure": "", - "TransactionID": 10001, + "TransactionID": 20002, "TagFetchBody": null, - "DNSTransactionID": 10001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", + "DNSTransactionID": 20002, + "DNSDomain": "yandex.com", "DNSLookupFailure": "", - "DNSQueryType": "ANY", - "DNSEngine": "getaddrinfo", + "DNSQueryType": "A", + "DNSEngine": "udp", "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" + "5.255.255.80" ], "IPAddressOrigin": "dns", - "IPAddress": "5.255.255.88", + "IPAddress": "5.255.255.80", "IPAddressASN": 208398, "IPAddressBogon": false, "EndpointTransactionID": null, @@ -531,14 +488,9 @@ "HTTPResponseLocation": null, "HTTPResponseTitle": null, "HTTPResponseIsFinal": null, - "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], + "ControlDNSDomain": null, + "ControlDNSLookupFailure": null, + "ControlDNSResolvedAddrs": null, "ControlTCPConnectFailure": null, "ControlTLSHandshakeFailure": null, "ControlHTTPFailure": "", @@ -553,24 +505,21 @@ "ControlHTTPResponseTitle": "Default Web Page" }, { - "TagDepth": 0, + "TagDepth": 2, "Type": 0, "Failure": "", - "TransactionID": 10001, + "TransactionID": 20003, "TagFetchBody": null, - "DNSTransactionID": 10001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", + "DNSTransactionID": 20003, + "DNSDomain": "ya.ru", "DNSLookupFailure": "", - "DNSQueryType": "ANY", - "DNSEngine": "getaddrinfo", + "DNSQueryType": "A", + "DNSEngine": "udp", "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" + "5.255.255.80" ], "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.77", + "IPAddress": "5.255.255.80", "IPAddressASN": 208398, "IPAddressBogon": false, "EndpointTransactionID": null, @@ -589,14 +538,9 @@ "HTTPResponseLocation": null, "HTTPResponseTitle": null, "HTTPResponseIsFinal": null, - "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], + "ControlDNSDomain": null, + "ControlDNSLookupFailure": null, + "ControlDNSResolvedAddrs": null, "ControlTCPConnectFailure": null, "ControlTLSHandshakeFailure": null, "ControlHTTPFailure": "", @@ -609,53 +553,54 @@ "Date": true }, "ControlHTTPResponseTitle": "Default Web Page" - }, - { + } + ], + "KnownTCPEndpoints": { + "40001": { "TagDepth": 0, - "Type": 0, + "Type": 3, "Failure": "", - "TransactionID": 10001, - "TagFetchBody": null, - "DNSTransactionID": 10001, + "TransactionID": 40001, + "TagFetchBody": true, + "DNSTransactionID": 30001, "DNSDomain": "xn--d1acpjx3f.xn--p1ai", "DNSLookupFailure": "", - "DNSQueryType": "ANY", - "DNSEngine": "getaddrinfo", + "DNSQueryType": null, + "DNSEngine": null, "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" + "5.255.255.80" ], "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.80", + "IPAddress": "5.255.255.80", "IPAddressASN": 208398, "IPAddressBogon": false, - "EndpointTransactionID": null, - "EndpointProto": null, - "EndpointPort": null, - "EndpointAddress": null, - "TCPConnectFailure": null, + "EndpointTransactionID": 40001, + "EndpointProto": "tcp", + "EndpointPort": "80", + "EndpointAddress": "5.255.255.80:80", + "TCPConnectFailure": "", "TLSHandshakeFailure": null, "TLSServerName": null, - "HTTPRequestURL": null, - "HTTPFailure": null, - "HTTPResponseStatusCode": null, - "HTTPResponseBodyLength": null, - "HTTPResponseBodyIsTruncated": null, - "HTTPResponseHeadersKeys": null, - "HTTPResponseLocation": null, - "HTTPResponseTitle": null, - "HTTPResponseIsFinal": null, + "HTTPRequestURL": "http://xn--d1acpjx3f.xn--p1ai/", + "HTTPFailure": "", + "HTTPResponseStatusCode": 308, + "HTTPResponseBodyLength": 0, + "HTTPResponseBodyIsTruncated": false, + "HTTPResponseHeadersKeys": { + "Alt-Svc": true, + "Content-Length": true, + "Date": true, + "Location": true + }, + "HTTPResponseLocation": "https://yandex.com/", + "HTTPResponseTitle": "", + "HTTPResponseIsFinal": false, "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", "ControlDNSLookupFailure": "", "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" + "5.255.255.80" ], - "ControlTCPConnectFailure": null, + "ControlTCPConnectFailure": "", "ControlTLSHandshakeFailure": null, "ControlHTTPFailure": "", "ControlHTTPResponseStatusCode": 200, @@ -668,34 +613,31 @@ }, "ControlHTTPResponseTitle": "Default Web Page" }, - { - "TagDepth": 1, - "Type": 0, + "50001": { + "TagDepth": 0, + "Type": 2, "Failure": "", - "TransactionID": 10002, - "TagFetchBody": null, - "DNSTransactionID": 10002, - "DNSDomain": "yandex.com", + "TransactionID": 50001, + "TagFetchBody": false, + "DNSTransactionID": 30001, + "DNSDomain": "xn--d1acpjx3f.xn--p1ai", "DNSLookupFailure": "", - "DNSQueryType": "ANY", - "DNSEngine": "getaddrinfo", + "DNSQueryType": null, + "DNSEngine": null, "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" + "5.255.255.80" ], "IPAddressOrigin": "dns", "IPAddress": "5.255.255.80", "IPAddressASN": 208398, "IPAddressBogon": false, - "EndpointTransactionID": null, - "EndpointProto": null, - "EndpointPort": null, - "EndpointAddress": null, - "TCPConnectFailure": null, - "TLSHandshakeFailure": null, - "TLSServerName": null, + "EndpointTransactionID": 50001, + "EndpointProto": "tcp", + "EndpointPort": "443", + "EndpointAddress": "5.255.255.80:443", + "TCPConnectFailure": "", + "TLSHandshakeFailure": "", + "TLSServerName": "xn--d1acpjx3f.xn--p1ai", "HTTPRequestURL": null, "HTTPFailure": null, "HTTPResponseStatusCode": null, @@ -705,11 +647,13 @@ "HTTPResponseLocation": null, "HTTPResponseTitle": null, "HTTPResponseIsFinal": null, - "ControlDNSDomain": null, - "ControlDNSLookupFailure": null, - "ControlDNSResolvedAddrs": null, - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, + "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "5.255.255.80" + ], + "ControlTCPConnectFailure": "", + "ControlTLSHandshakeFailure": "", "ControlHTTPFailure": "", "ControlHTTPResponseStatusCode": 200, "ControlHTTPResponseBodyLength": 1533, @@ -721,1716 +665,41 @@ }, "ControlHTTPResponseTitle": "Default Web Page" }, - { + "50002": { "TagDepth": 1, - "Type": 0, + "Type": 3, "Failure": "", - "TransactionID": 10002, - "TagFetchBody": null, - "DNSTransactionID": 10002, - "DNSDomain": "yandex.com", + "TransactionID": 50002, + "TagFetchBody": true, + "DNSTransactionID": 30001, + "DNSDomain": "xn--d1acpjx3f.xn--p1ai", "DNSLookupFailure": "", - "DNSQueryType": "ANY", - "DNSEngine": "getaddrinfo", + "DNSQueryType": null, + "DNSEngine": null, "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" + "5.255.255.80" ], "IPAddressOrigin": "dns", - "IPAddress": "5.255.255.88", + "IPAddress": "5.255.255.80", "IPAddressASN": 208398, "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": null, - "ControlDNSLookupFailure": null, - "ControlDNSResolvedAddrs": null, - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { + "EndpointTransactionID": 50002, + "EndpointProto": "tcp", + "EndpointPort": "443", + "EndpointAddress": "5.255.255.80:443", + "TCPConnectFailure": "", + "TLSHandshakeFailure": "", + "TLSServerName": "yandex.com", + "HTTPRequestURL": "https://yandex.com/", + "HTTPFailure": "", + "HTTPResponseStatusCode": 308, + "HTTPResponseBodyLength": 0, + "HTTPResponseBodyIsTruncated": false, + "HTTPResponseHeadersKeys": { "Alt-Svc": true, "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 1, - "Type": 0, - "Failure": "", - "TransactionID": 10002, - "TagFetchBody": null, - "DNSTransactionID": 10002, - "DNSDomain": "yandex.com", - "DNSLookupFailure": "", - "DNSQueryType": "ANY", - "DNSEngine": "getaddrinfo", - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.77", - "IPAddressASN": 208398, - "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": null, - "ControlDNSLookupFailure": null, - "ControlDNSResolvedAddrs": null, - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 1, - "Type": 0, - "Failure": "", - "TransactionID": 10002, - "TagFetchBody": null, - "DNSTransactionID": 10002, - "DNSDomain": "yandex.com", - "DNSLookupFailure": "", - "DNSQueryType": "ANY", - "DNSEngine": "getaddrinfo", - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.80", - "IPAddressASN": 208398, - "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": null, - "ControlDNSLookupFailure": null, - "ControlDNSResolvedAddrs": null, - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 2, - "Type": 0, - "Failure": "", - "TransactionID": 10003, - "TagFetchBody": null, - "DNSTransactionID": 10003, - "DNSDomain": "ya.ru", - "DNSLookupFailure": "", - "DNSQueryType": "ANY", - "DNSEngine": "getaddrinfo", - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "5.255.255.80", - "IPAddressASN": 208398, - "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": null, - "ControlDNSLookupFailure": null, - "ControlDNSResolvedAddrs": null, - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 2, - "Type": 0, - "Failure": "", - "TransactionID": 10003, - "TagFetchBody": null, - "DNSTransactionID": 10003, - "DNSDomain": "ya.ru", - "DNSLookupFailure": "", - "DNSQueryType": "ANY", - "DNSEngine": "getaddrinfo", - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "5.255.255.88", - "IPAddressASN": 208398, - "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": null, - "ControlDNSLookupFailure": null, - "ControlDNSResolvedAddrs": null, - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 2, - "Type": 0, - "Failure": "", - "TransactionID": 10003, - "TagFetchBody": null, - "DNSTransactionID": 10003, - "DNSDomain": "ya.ru", - "DNSLookupFailure": "", - "DNSQueryType": "ANY", - "DNSEngine": "getaddrinfo", - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.77", - "IPAddressASN": 208398, - "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": null, - "ControlDNSLookupFailure": null, - "ControlDNSResolvedAddrs": null, - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 2, - "Type": 0, - "Failure": "", - "TransactionID": 10003, - "TagFetchBody": null, - "DNSTransactionID": 10003, - "DNSDomain": "ya.ru", - "DNSLookupFailure": "", - "DNSQueryType": "ANY", - "DNSEngine": "getaddrinfo", - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.80", - "IPAddressASN": 208398, - "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": null, - "ControlDNSLookupFailure": null, - "ControlDNSResolvedAddrs": null, - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 0, - "Type": 0, - "Failure": "", - "TransactionID": 20001, - "TagFetchBody": null, - "DNSTransactionID": 20001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", - "DNSLookupFailure": "", - "DNSQueryType": "A", - "DNSEngine": "udp", - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "5.255.255.80", - "IPAddressASN": 208398, - "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": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 0, - "Type": 0, - "Failure": "", - "TransactionID": 20001, - "TagFetchBody": null, - "DNSTransactionID": 20001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", - "DNSLookupFailure": "", - "DNSQueryType": "A", - "DNSEngine": "udp", - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "5.255.255.88", - "IPAddressASN": 208398, - "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": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 0, - "Type": 0, - "Failure": "", - "TransactionID": 20001, - "TagFetchBody": null, - "DNSTransactionID": 20001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", - "DNSLookupFailure": "", - "DNSQueryType": "A", - "DNSEngine": "udp", - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.77", - "IPAddressASN": 208398, - "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": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 0, - "Type": 0, - "Failure": "", - "TransactionID": 20001, - "TagFetchBody": null, - "DNSTransactionID": 20001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", - "DNSLookupFailure": "", - "DNSQueryType": "A", - "DNSEngine": "udp", - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.80", - "IPAddressASN": 208398, - "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": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 1, - "Type": 0, - "Failure": "", - "TransactionID": 20002, - "TagFetchBody": null, - "DNSTransactionID": 20002, - "DNSDomain": "yandex.com", - "DNSLookupFailure": "", - "DNSQueryType": "A", - "DNSEngine": "udp", - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "5.255.255.80", - "IPAddressASN": 208398, - "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": null, - "ControlDNSLookupFailure": null, - "ControlDNSResolvedAddrs": null, - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 1, - "Type": 0, - "Failure": "", - "TransactionID": 20002, - "TagFetchBody": null, - "DNSTransactionID": 20002, - "DNSDomain": "yandex.com", - "DNSLookupFailure": "", - "DNSQueryType": "A", - "DNSEngine": "udp", - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "5.255.255.88", - "IPAddressASN": 208398, - "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": null, - "ControlDNSLookupFailure": null, - "ControlDNSResolvedAddrs": null, - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 1, - "Type": 0, - "Failure": "", - "TransactionID": 20002, - "TagFetchBody": null, - "DNSTransactionID": 20002, - "DNSDomain": "yandex.com", - "DNSLookupFailure": "", - "DNSQueryType": "A", - "DNSEngine": "udp", - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.77", - "IPAddressASN": 208398, - "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": null, - "ControlDNSLookupFailure": null, - "ControlDNSResolvedAddrs": null, - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 1, - "Type": 0, - "Failure": "", - "TransactionID": 20002, - "TagFetchBody": null, - "DNSTransactionID": 20002, - "DNSDomain": "yandex.com", - "DNSLookupFailure": "", - "DNSQueryType": "A", - "DNSEngine": "udp", - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.80", - "IPAddressASN": 208398, - "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": null, - "ControlDNSLookupFailure": null, - "ControlDNSResolvedAddrs": null, - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 2, - "Type": 0, - "Failure": "", - "TransactionID": 20003, - "TagFetchBody": null, - "DNSTransactionID": 20003, - "DNSDomain": "ya.ru", - "DNSLookupFailure": "", - "DNSQueryType": "A", - "DNSEngine": "udp", - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "5.255.255.80", - "IPAddressASN": 208398, - "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": null, - "ControlDNSLookupFailure": null, - "ControlDNSResolvedAddrs": null, - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 2, - "Type": 0, - "Failure": "", - "TransactionID": 20003, - "TagFetchBody": null, - "DNSTransactionID": 20003, - "DNSDomain": "ya.ru", - "DNSLookupFailure": "", - "DNSQueryType": "A", - "DNSEngine": "udp", - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "5.255.255.88", - "IPAddressASN": 208398, - "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": null, - "ControlDNSLookupFailure": null, - "ControlDNSResolvedAddrs": null, - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 2, - "Type": 0, - "Failure": "", - "TransactionID": 20003, - "TagFetchBody": null, - "DNSTransactionID": 20003, - "DNSDomain": "ya.ru", - "DNSLookupFailure": "", - "DNSQueryType": "A", - "DNSEngine": "udp", - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.77", - "IPAddressASN": 208398, - "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": null, - "ControlDNSLookupFailure": null, - "ControlDNSResolvedAddrs": null, - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 2, - "Type": 0, - "Failure": "", - "TransactionID": 20003, - "TagFetchBody": null, - "DNSTransactionID": 20003, - "DNSDomain": "ya.ru", - "DNSLookupFailure": "", - "DNSQueryType": "A", - "DNSEngine": "udp", - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.80", - "IPAddressASN": 208398, - "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": null, - "ControlDNSLookupFailure": null, - "ControlDNSResolvedAddrs": null, - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - } - ], - "KnownTCPEndpoints": { - "40001": { - "TagDepth": 0, - "Type": 3, - "Failure": "", - "TransactionID": 40001, - "TagFetchBody": true, - "DNSTransactionID": 30001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", - "DNSLookupFailure": "", - "DNSQueryType": null, - "DNSEngine": null, - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "5.255.255.80", - "IPAddressASN": 208398, - "IPAddressBogon": false, - "EndpointTransactionID": 40001, - "EndpointProto": "tcp", - "EndpointPort": "80", - "EndpointAddress": "5.255.255.80:80", - "TCPConnectFailure": "", - "TLSHandshakeFailure": null, - "TLSServerName": null, - "HTTPRequestURL": "http://xn--d1acpjx3f.xn--p1ai/", - "HTTPFailure": "", - "HTTPResponseStatusCode": 308, - "HTTPResponseBodyLength": 0, - "HTTPResponseBodyIsTruncated": false, - "HTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Date": true, - "Location": true - }, - "HTTPResponseLocation": "https://yandex.com/", - "HTTPResponseTitle": "", - "HTTPResponseIsFinal": false, - "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "ControlTCPConnectFailure": "", - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - "40002": { - "TagDepth": 0, - "Type": 1, - "Failure": "", - "TransactionID": 40002, - "TagFetchBody": true, - "DNSTransactionID": 30001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", - "DNSLookupFailure": "", - "DNSQueryType": null, - "DNSEngine": null, - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "5.255.255.88", - "IPAddressASN": 208398, - "IPAddressBogon": false, - "EndpointTransactionID": 40002, - "EndpointProto": "tcp", - "EndpointPort": "80", - "EndpointAddress": "5.255.255.88:80", - "TCPConnectFailure": "", - "TLSHandshakeFailure": null, - "TLSServerName": null, - "HTTPRequestURL": null, - "HTTPFailure": null, - "HTTPResponseStatusCode": null, - "HTTPResponseBodyLength": null, - "HTTPResponseBodyIsTruncated": null, - "HTTPResponseHeadersKeys": null, - "HTTPResponseLocation": null, - "HTTPResponseTitle": null, - "HTTPResponseIsFinal": null, - "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "ControlTCPConnectFailure": "", - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - "40003": { - "TagDepth": 0, - "Type": 1, - "Failure": "", - "TransactionID": 40003, - "TagFetchBody": true, - "DNSTransactionID": 30001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", - "DNSLookupFailure": "", - "DNSQueryType": null, - "DNSEngine": null, - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.77", - "IPAddressASN": 208398, - "IPAddressBogon": false, - "EndpointTransactionID": 40003, - "EndpointProto": "tcp", - "EndpointPort": "80", - "EndpointAddress": "77.88.55.77:80", - "TCPConnectFailure": "", - "TLSHandshakeFailure": null, - "TLSServerName": null, - "HTTPRequestURL": null, - "HTTPFailure": null, - "HTTPResponseStatusCode": null, - "HTTPResponseBodyLength": null, - "HTTPResponseBodyIsTruncated": null, - "HTTPResponseHeadersKeys": null, - "HTTPResponseLocation": null, - "HTTPResponseTitle": null, - "HTTPResponseIsFinal": null, - "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "ControlTCPConnectFailure": "", - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - "40004": { - "TagDepth": 0, - "Type": 1, - "Failure": "", - "TransactionID": 40004, - "TagFetchBody": true, - "DNSTransactionID": 30001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", - "DNSLookupFailure": "", - "DNSQueryType": null, - "DNSEngine": null, - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.80", - "IPAddressASN": 208398, - "IPAddressBogon": false, - "EndpointTransactionID": 40004, - "EndpointProto": "tcp", - "EndpointPort": "80", - "EndpointAddress": "77.88.55.80:80", - "TCPConnectFailure": "", - "TLSHandshakeFailure": null, - "TLSServerName": null, - "HTTPRequestURL": null, - "HTTPFailure": null, - "HTTPResponseStatusCode": null, - "HTTPResponseBodyLength": null, - "HTTPResponseBodyIsTruncated": null, - "HTTPResponseHeadersKeys": null, - "HTTPResponseLocation": null, - "HTTPResponseTitle": null, - "HTTPResponseIsFinal": null, - "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "ControlTCPConnectFailure": "", - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - "50001": { - "TagDepth": 0, - "Type": 2, - "Failure": "", - "TransactionID": 50001, - "TagFetchBody": false, - "DNSTransactionID": 30001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", - "DNSLookupFailure": "", - "DNSQueryType": null, - "DNSEngine": null, - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "5.255.255.80", - "IPAddressASN": 208398, - "IPAddressBogon": false, - "EndpointTransactionID": 50001, - "EndpointProto": "tcp", - "EndpointPort": "443", - "EndpointAddress": "5.255.255.80:443", - "TCPConnectFailure": "", - "TLSHandshakeFailure": "", - "TLSServerName": "xn--d1acpjx3f.xn--p1ai", - "HTTPRequestURL": null, - "HTTPFailure": null, - "HTTPResponseStatusCode": null, - "HTTPResponseBodyLength": null, - "HTTPResponseBodyIsTruncated": null, - "HTTPResponseHeadersKeys": null, - "HTTPResponseLocation": null, - "HTTPResponseTitle": null, - "HTTPResponseIsFinal": null, - "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "ControlTCPConnectFailure": "", - "ControlTLSHandshakeFailure": "", - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - "50002": { - "TagDepth": 0, - "Type": 2, - "Failure": "", - "TransactionID": 50002, - "TagFetchBody": false, - "DNSTransactionID": 30001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", - "DNSLookupFailure": "", - "DNSQueryType": null, - "DNSEngine": null, - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "5.255.255.88", - "IPAddressASN": 208398, - "IPAddressBogon": false, - "EndpointTransactionID": 50002, - "EndpointProto": "tcp", - "EndpointPort": "443", - "EndpointAddress": "5.255.255.88:443", - "TCPConnectFailure": "", - "TLSHandshakeFailure": "", - "TLSServerName": "xn--d1acpjx3f.xn--p1ai", - "HTTPRequestURL": null, - "HTTPFailure": null, - "HTTPResponseStatusCode": null, - "HTTPResponseBodyLength": null, - "HTTPResponseBodyIsTruncated": null, - "HTTPResponseHeadersKeys": null, - "HTTPResponseLocation": null, - "HTTPResponseTitle": null, - "HTTPResponseIsFinal": null, - "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "ControlTCPConnectFailure": "", - "ControlTLSHandshakeFailure": "", - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - "50003": { - "TagDepth": 0, - "Type": 2, - "Failure": "", - "TransactionID": 50003, - "TagFetchBody": false, - "DNSTransactionID": 30001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", - "DNSLookupFailure": "", - "DNSQueryType": null, - "DNSEngine": null, - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.77", - "IPAddressASN": 208398, - "IPAddressBogon": false, - "EndpointTransactionID": 50003, - "EndpointProto": "tcp", - "EndpointPort": "443", - "EndpointAddress": "77.88.55.77:443", - "TCPConnectFailure": "", - "TLSHandshakeFailure": "", - "TLSServerName": "xn--d1acpjx3f.xn--p1ai", - "HTTPRequestURL": null, - "HTTPFailure": null, - "HTTPResponseStatusCode": null, - "HTTPResponseBodyLength": null, - "HTTPResponseBodyIsTruncated": null, - "HTTPResponseHeadersKeys": null, - "HTTPResponseLocation": null, - "HTTPResponseTitle": null, - "HTTPResponseIsFinal": null, - "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "ControlTCPConnectFailure": "", - "ControlTLSHandshakeFailure": "", - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - "50004": { - "TagDepth": 0, - "Type": 2, - "Failure": "", - "TransactionID": 50004, - "TagFetchBody": false, - "DNSTransactionID": 30001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", - "DNSLookupFailure": "", - "DNSQueryType": null, - "DNSEngine": null, - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.80", - "IPAddressASN": 208398, - "IPAddressBogon": false, - "EndpointTransactionID": 50004, - "EndpointProto": "tcp", - "EndpointPort": "443", - "EndpointAddress": "77.88.55.80:443", - "TCPConnectFailure": "", - "TLSHandshakeFailure": "", - "TLSServerName": "xn--d1acpjx3f.xn--p1ai", - "HTTPRequestURL": null, - "HTTPFailure": null, - "HTTPResponseStatusCode": null, - "HTTPResponseBodyLength": null, - "HTTPResponseBodyIsTruncated": null, - "HTTPResponseHeadersKeys": null, - "HTTPResponseLocation": null, - "HTTPResponseTitle": null, - "HTTPResponseIsFinal": null, - "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "ControlTCPConnectFailure": "", - "ControlTLSHandshakeFailure": "", - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - "50005": { - "TagDepth": 1, - "Type": 2, - "Failure": "", - "TransactionID": 50005, - "TagFetchBody": true, - "DNSTransactionID": 30001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", - "DNSLookupFailure": "", - "DNSQueryType": null, - "DNSEngine": null, - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "5.255.255.88", - "IPAddressASN": 208398, - "IPAddressBogon": false, - "EndpointTransactionID": 50005, - "EndpointProto": "tcp", - "EndpointPort": "443", - "EndpointAddress": "5.255.255.88:443", - "TCPConnectFailure": "", - "TLSHandshakeFailure": "", - "TLSServerName": "yandex.com", - "HTTPRequestURL": null, - "HTTPFailure": null, - "HTTPResponseStatusCode": null, - "HTTPResponseBodyLength": null, - "HTTPResponseBodyIsTruncated": null, - "HTTPResponseHeadersKeys": null, - "HTTPResponseLocation": null, - "HTTPResponseTitle": null, - "HTTPResponseIsFinal": null, - "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "ControlTCPConnectFailure": "", - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - "50006": { - "TagDepth": 1, - "Type": 2, - "Failure": "", - "TransactionID": 50006, - "TagFetchBody": true, - "DNSTransactionID": 30001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", - "DNSLookupFailure": "", - "DNSQueryType": null, - "DNSEngine": null, - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.77", - "IPAddressASN": 208398, - "IPAddressBogon": false, - "EndpointTransactionID": 50006, - "EndpointProto": "tcp", - "EndpointPort": "443", - "EndpointAddress": "77.88.55.77:443", - "TCPConnectFailure": "", - "TLSHandshakeFailure": "", - "TLSServerName": "yandex.com", - "HTTPRequestURL": null, - "HTTPFailure": null, - "HTTPResponseStatusCode": null, - "HTTPResponseBodyLength": null, - "HTTPResponseBodyIsTruncated": null, - "HTTPResponseHeadersKeys": null, - "HTTPResponseLocation": null, - "HTTPResponseTitle": null, - "HTTPResponseIsFinal": null, - "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "ControlTCPConnectFailure": "", - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - "50007": { - "TagDepth": 1, - "Type": 2, - "Failure": "", - "TransactionID": 50007, - "TagFetchBody": true, - "DNSTransactionID": 30001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", - "DNSLookupFailure": "", - "DNSQueryType": null, - "DNSEngine": null, - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.80", - "IPAddressASN": 208398, - "IPAddressBogon": false, - "EndpointTransactionID": 50007, - "EndpointProto": "tcp", - "EndpointPort": "443", - "EndpointAddress": "77.88.55.80:443", - "TCPConnectFailure": "", - "TLSHandshakeFailure": "", - "TLSServerName": "yandex.com", - "HTTPRequestURL": null, - "HTTPFailure": null, - "HTTPResponseStatusCode": null, - "HTTPResponseBodyLength": null, - "HTTPResponseBodyIsTruncated": null, - "HTTPResponseHeadersKeys": null, - "HTTPResponseLocation": null, - "HTTPResponseTitle": null, - "HTTPResponseIsFinal": null, - "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "ControlTCPConnectFailure": "", - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - "50008": { - "TagDepth": 1, - "Type": 3, - "Failure": "", - "TransactionID": 50008, - "TagFetchBody": true, - "DNSTransactionID": 30001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", - "DNSLookupFailure": "", - "DNSQueryType": null, - "DNSEngine": null, - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "5.255.255.80", - "IPAddressASN": 208398, - "IPAddressBogon": false, - "EndpointTransactionID": 50008, - "EndpointProto": "tcp", - "EndpointPort": "443", - "EndpointAddress": "5.255.255.80:443", - "TCPConnectFailure": "", - "TLSHandshakeFailure": "", - "TLSServerName": "yandex.com", - "HTTPRequestURL": "https://yandex.com/", - "HTTPFailure": "", - "HTTPResponseStatusCode": 308, - "HTTPResponseBodyLength": 0, - "HTTPResponseBodyIsTruncated": false, - "HTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Date": true, - "Location": true + "Date": true, + "Location": true }, "HTTPResponseLocation": "https://ya.ru/", "HTTPResponseTitle": "", @@ -2438,68 +707,7 @@ "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", "ControlDNSLookupFailure": "", "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "ControlTCPConnectFailure": "", - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - "50009": { - "TagDepth": 2, - "Type": 2, - "Failure": "", - "TransactionID": 50009, - "TagFetchBody": true, - "DNSTransactionID": 30001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", - "DNSLookupFailure": "", - "DNSQueryType": null, - "DNSEngine": null, - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "5.255.255.88", - "IPAddressASN": 208398, - "IPAddressBogon": false, - "EndpointTransactionID": 50009, - "EndpointProto": "tcp", - "EndpointPort": "443", - "EndpointAddress": "5.255.255.88:443", - "TCPConnectFailure": "", - "TLSHandshakeFailure": "", - "TLSServerName": "ya.ru", - "HTTPRequestURL": null, - "HTTPFailure": null, - "HTTPResponseStatusCode": null, - "HTTPResponseBodyLength": null, - "HTTPResponseBodyIsTruncated": null, - "HTTPResponseHeadersKeys": null, - "HTTPResponseLocation": null, - "HTTPResponseTitle": null, - "HTTPResponseIsFinal": null, - "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" + "5.255.255.80" ], "ControlTCPConnectFailure": "", "ControlTLSHandshakeFailure": null, @@ -2514,11 +722,11 @@ }, "ControlHTTPResponseTitle": "Default Web Page" }, - "50010": { + "50003": { "TagDepth": 2, "Type": 3, "Failure": "", - "TransactionID": 50010, + "TransactionID": 50003, "TagFetchBody": true, "DNSTransactionID": 30001, "DNSDomain": "xn--d1acpjx3f.xn--p1ai", @@ -2526,19 +734,16 @@ "DNSQueryType": null, "DNSEngine": null, "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" + "5.255.255.80" ], "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.77", + "IPAddress": "5.255.255.80", "IPAddressASN": 208398, "IPAddressBogon": false, - "EndpointTransactionID": 50010, + "EndpointTransactionID": 50003, "EndpointProto": "tcp", "EndpointPort": "443", - "EndpointAddress": "77.88.55.77:443", + "EndpointAddress": "5.255.255.80:443", "TCPConnectFailure": "", "TLSHandshakeFailure": "", "TLSServerName": "ya.ru", @@ -2559,126 +764,7 @@ "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", "ControlDNSLookupFailure": "", "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "ControlTCPConnectFailure": "", - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - "50011": { - "TagDepth": 2, - "Type": 2, - "Failure": "", - "TransactionID": 50011, - "TagFetchBody": true, - "DNSTransactionID": 30001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", - "DNSLookupFailure": "", - "DNSQueryType": null, - "DNSEngine": null, - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.80", - "IPAddressASN": 208398, - "IPAddressBogon": false, - "EndpointTransactionID": 50011, - "EndpointProto": "tcp", - "EndpointPort": "443", - "EndpointAddress": "77.88.55.80:443", - "TCPConnectFailure": "", - "TLSHandshakeFailure": "", - "TLSServerName": "ya.ru", - "HTTPRequestURL": null, - "HTTPFailure": null, - "HTTPResponseStatusCode": null, - "HTTPResponseBodyLength": null, - "HTTPResponseBodyIsTruncated": null, - "HTTPResponseHeadersKeys": null, - "HTTPResponseLocation": null, - "HTTPResponseTitle": null, - "HTTPResponseIsFinal": null, - "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "ControlTCPConnectFailure": "", - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - "50012": { - "TagDepth": 2, - "Type": 2, - "Failure": "", - "TransactionID": 50012, - "TagFetchBody": true, - "DNSTransactionID": 30001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", - "DNSLookupFailure": "", - "DNSQueryType": null, - "DNSEngine": null, - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "5.255.255.80", - "IPAddressASN": 208398, - "IPAddressBogon": false, - "EndpointTransactionID": 50012, - "EndpointProto": "tcp", - "EndpointPort": "443", - "EndpointAddress": "5.255.255.80:443", - "TCPConnectFailure": "", - "TLSHandshakeFailure": "", - "TLSServerName": "ya.ru", - "HTTPRequestURL": null, - "HTTPFailure": null, - "HTTPResponseStatusCode": null, - "HTTPResponseBodyLength": null, - "HTTPResponseBodyIsTruncated": null, - "HTTPResponseHeadersKeys": null, - "HTTPResponseLocation": null, - "HTTPResponseTitle": null, - "HTTPResponseIsFinal": null, - "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" + "5.255.255.80" ], "ControlTCPConnectFailure": "", "ControlTLSHandshakeFailure": null, @@ -2696,10 +782,7 @@ }, "ControlExpectations": { "DNSAddresses": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" + "5.255.255.80" ], "FinalResponseFailure": "" } diff --git a/internal/minipipeline/testdata/webconnectivity/generated/idnaWithoutCensorshipLowercase/observations_classic.json b/internal/minipipeline/testdata/webconnectivity/generated/idnaWithoutCensorshipLowercase/observations_classic.json index a1d6cebb8..ac429e674 100644 --- a/internal/minipipeline/testdata/webconnectivity/generated/idnaWithoutCensorshipLowercase/observations_classic.json +++ b/internal/minipipeline/testdata/webconnectivity/generated/idnaWithoutCensorshipLowercase/observations_classic.json @@ -13,10 +13,7 @@ "DNSQueryType": "ANY", "DNSEngine": "getaddrinfo", "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" + "5.255.255.80" ], "IPAddressOrigin": "dns", "IPAddress": "5.255.255.80", @@ -41,10 +38,7 @@ "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", "ControlDNSLookupFailure": "", "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" + "5.255.255.80" ], "ControlTCPConnectFailure": null, "ControlTLSHandshakeFailure": null, @@ -60,870 +54,30 @@ "ControlHTTPResponseTitle": "Default Web Page" }, { - "TagDepth": 0, - "Type": 0, - "Failure": "", - "TransactionID": 10001, - "TagFetchBody": null, - "DNSTransactionID": 10001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", - "DNSLookupFailure": "", - "DNSQueryType": "ANY", - "DNSEngine": "getaddrinfo", - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "5.255.255.88", - "IPAddressASN": 208398, - "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": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 0, - "Type": 0, - "Failure": "", - "TransactionID": 10001, - "TagFetchBody": null, - "DNSTransactionID": 10001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", - "DNSLookupFailure": "", - "DNSQueryType": "ANY", - "DNSEngine": "getaddrinfo", - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.77", - "IPAddressASN": 208398, - "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": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 0, - "Type": 0, - "Failure": "", - "TransactionID": 10001, - "TagFetchBody": null, - "DNSTransactionID": 10001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", - "DNSLookupFailure": "", - "DNSQueryType": "ANY", - "DNSEngine": "getaddrinfo", - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.80", - "IPAddressASN": 208398, - "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": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 1, - "Type": 0, - "Failure": "", - "TransactionID": 10002, - "TagFetchBody": null, - "DNSTransactionID": 10002, - "DNSDomain": "yandex.com", - "DNSLookupFailure": "", - "DNSQueryType": "ANY", - "DNSEngine": "getaddrinfo", - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "5.255.255.80", - "IPAddressASN": 208398, - "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": null, - "ControlDNSLookupFailure": null, - "ControlDNSResolvedAddrs": null, - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 1, - "Type": 0, - "Failure": "", - "TransactionID": 10002, - "TagFetchBody": null, - "DNSTransactionID": 10002, - "DNSDomain": "yandex.com", - "DNSLookupFailure": "", - "DNSQueryType": "ANY", - "DNSEngine": "getaddrinfo", - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "5.255.255.88", - "IPAddressASN": 208398, - "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": null, - "ControlDNSLookupFailure": null, - "ControlDNSResolvedAddrs": null, - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 1, - "Type": 0, - "Failure": "", - "TransactionID": 10002, - "TagFetchBody": null, - "DNSTransactionID": 10002, - "DNSDomain": "yandex.com", - "DNSLookupFailure": "", - "DNSQueryType": "ANY", - "DNSEngine": "getaddrinfo", - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.77", - "IPAddressASN": 208398, - "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": null, - "ControlDNSLookupFailure": null, - "ControlDNSResolvedAddrs": null, - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 1, - "Type": 0, - "Failure": "", - "TransactionID": 10002, - "TagFetchBody": null, - "DNSTransactionID": 10002, - "DNSDomain": "yandex.com", - "DNSLookupFailure": "", - "DNSQueryType": "ANY", - "DNSEngine": "getaddrinfo", - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.80", - "IPAddressASN": 208398, - "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": null, - "ControlDNSLookupFailure": null, - "ControlDNSResolvedAddrs": null, - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 2, - "Type": 0, - "Failure": "", - "TransactionID": 10003, - "TagFetchBody": null, - "DNSTransactionID": 10003, - "DNSDomain": "ya.ru", - "DNSLookupFailure": "", - "DNSQueryType": "ANY", - "DNSEngine": "getaddrinfo", - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "5.255.255.80", - "IPAddressASN": 208398, - "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": null, - "ControlDNSLookupFailure": null, - "ControlDNSResolvedAddrs": null, - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 2, - "Type": 0, - "Failure": "", - "TransactionID": 10003, - "TagFetchBody": null, - "DNSTransactionID": 10003, - "DNSDomain": "ya.ru", - "DNSLookupFailure": "", - "DNSQueryType": "ANY", - "DNSEngine": "getaddrinfo", - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "5.255.255.88", - "IPAddressASN": 208398, - "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": null, - "ControlDNSLookupFailure": null, - "ControlDNSResolvedAddrs": null, - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 2, - "Type": 0, - "Failure": "", - "TransactionID": 10003, - "TagFetchBody": null, - "DNSTransactionID": 10003, - "DNSDomain": "ya.ru", - "DNSLookupFailure": "", - "DNSQueryType": "ANY", - "DNSEngine": "getaddrinfo", - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.77", - "IPAddressASN": 208398, - "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": null, - "ControlDNSLookupFailure": null, - "ControlDNSResolvedAddrs": null, - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 2, - "Type": 0, - "Failure": "", - "TransactionID": 10003, - "TagFetchBody": null, - "DNSTransactionID": 10003, - "DNSDomain": "ya.ru", - "DNSLookupFailure": "", - "DNSQueryType": "ANY", - "DNSEngine": "getaddrinfo", - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.80", - "IPAddressASN": 208398, - "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": null, - "ControlDNSLookupFailure": null, - "ControlDNSResolvedAddrs": null, - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - } - ], - "KnownTCPEndpoints": { - "40001": { - "TagDepth": 0, - "Type": 3, - "Failure": "", - "TransactionID": 40001, - "TagFetchBody": true, - "DNSTransactionID": 30001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", - "DNSLookupFailure": "", - "DNSQueryType": null, - "DNSEngine": null, - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "5.255.255.80", - "IPAddressASN": 208398, - "IPAddressBogon": false, - "EndpointTransactionID": 40001, - "EndpointProto": "tcp", - "EndpointPort": "80", - "EndpointAddress": "5.255.255.80:80", - "TCPConnectFailure": "", - "TLSHandshakeFailure": null, - "TLSServerName": null, - "HTTPRequestURL": "http://xn--d1acpjx3f.xn--p1ai/", - "HTTPFailure": "", - "HTTPResponseStatusCode": 308, - "HTTPResponseBodyLength": 0, - "HTTPResponseBodyIsTruncated": false, - "HTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Date": true, - "Location": true - }, - "HTTPResponseLocation": "https://yandex.com/", - "HTTPResponseTitle": "", - "HTTPResponseIsFinal": false, - "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "ControlTCPConnectFailure": "", - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - "40002": { - "TagDepth": 0, - "Type": 1, - "Failure": "", - "TransactionID": 40002, - "TagFetchBody": true, - "DNSTransactionID": 30001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", - "DNSLookupFailure": "", - "DNSQueryType": null, - "DNSEngine": null, - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "5.255.255.88", - "IPAddressASN": 208398, - "IPAddressBogon": false, - "EndpointTransactionID": 40002, - "EndpointProto": "tcp", - "EndpointPort": "80", - "EndpointAddress": "5.255.255.88:80", - "TCPConnectFailure": "", - "TLSHandshakeFailure": null, - "TLSServerName": null, - "HTTPRequestURL": null, - "HTTPFailure": null, - "HTTPResponseStatusCode": null, - "HTTPResponseBodyLength": null, - "HTTPResponseBodyIsTruncated": null, - "HTTPResponseHeadersKeys": null, - "HTTPResponseLocation": null, - "HTTPResponseTitle": null, - "HTTPResponseIsFinal": null, - "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "ControlTCPConnectFailure": "", - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - "40003": { - "TagDepth": 0, - "Type": 1, - "Failure": "", - "TransactionID": 40003, - "TagFetchBody": true, - "DNSTransactionID": 30001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", - "DNSLookupFailure": "", - "DNSQueryType": null, - "DNSEngine": null, - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.77", - "IPAddressASN": 208398, - "IPAddressBogon": false, - "EndpointTransactionID": 40003, - "EndpointProto": "tcp", - "EndpointPort": "80", - "EndpointAddress": "77.88.55.77:80", - "TCPConnectFailure": "", - "TLSHandshakeFailure": null, - "TLSServerName": null, - "HTTPRequestURL": null, - "HTTPFailure": null, - "HTTPResponseStatusCode": null, - "HTTPResponseBodyLength": null, - "HTTPResponseBodyIsTruncated": null, - "HTTPResponseHeadersKeys": null, - "HTTPResponseLocation": null, - "HTTPResponseTitle": null, - "HTTPResponseIsFinal": null, - "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "ControlTCPConnectFailure": "", - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - "40004": { - "TagDepth": 0, - "Type": 1, - "Failure": "", - "TransactionID": 40004, - "TagFetchBody": true, - "DNSTransactionID": 30001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", - "DNSLookupFailure": "", - "DNSQueryType": null, - "DNSEngine": null, - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.80", - "IPAddressASN": 208398, - "IPAddressBogon": false, - "EndpointTransactionID": 40004, - "EndpointProto": "tcp", - "EndpointPort": "80", - "EndpointAddress": "77.88.55.80:80", - "TCPConnectFailure": "", - "TLSHandshakeFailure": null, - "TLSServerName": null, - "HTTPRequestURL": null, - "HTTPFailure": null, - "HTTPResponseStatusCode": null, - "HTTPResponseBodyLength": null, - "HTTPResponseBodyIsTruncated": null, - "HTTPResponseHeadersKeys": null, - "HTTPResponseLocation": null, - "HTTPResponseTitle": null, - "HTTPResponseIsFinal": null, - "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "ControlTCPConnectFailure": "", - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - "50005": { "TagDepth": 1, - "Type": 2, + "Type": 0, "Failure": "", - "TransactionID": 50005, - "TagFetchBody": true, - "DNSTransactionID": 30001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", + "TransactionID": 10002, + "TagFetchBody": null, + "DNSTransactionID": 10002, + "DNSDomain": "yandex.com", "DNSLookupFailure": "", - "DNSQueryType": null, - "DNSEngine": null, + "DNSQueryType": "ANY", + "DNSEngine": "getaddrinfo", "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" + "5.255.255.80" ], "IPAddressOrigin": "dns", - "IPAddress": "5.255.255.88", + "IPAddress": "5.255.255.80", "IPAddressASN": 208398, "IPAddressBogon": false, - "EndpointTransactionID": 50005, - "EndpointProto": "tcp", - "EndpointPort": "443", - "EndpointAddress": "5.255.255.88:443", - "TCPConnectFailure": "", - "TLSHandshakeFailure": "", - "TLSServerName": "yandex.com", + "EndpointTransactionID": null, + "EndpointProto": null, + "EndpointPort": null, + "EndpointAddress": null, + "TCPConnectFailure": null, + "TLSHandshakeFailure": null, + "TLSServerName": null, "HTTPRequestURL": null, "HTTPFailure": null, "HTTPResponseStatusCode": null, @@ -933,15 +87,10 @@ "HTTPResponseLocation": null, "HTTPResponseTitle": null, "HTTPResponseIsFinal": null, - "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "ControlTCPConnectFailure": "", + "ControlDNSDomain": null, + "ControlDNSLookupFailure": null, + "ControlDNSResolvedAddrs": null, + "ControlTCPConnectFailure": null, "ControlTLSHandshakeFailure": null, "ControlHTTPFailure": "", "ControlHTTPResponseStatusCode": 200, @@ -954,34 +103,31 @@ }, "ControlHTTPResponseTitle": "Default Web Page" }, - "50006": { - "TagDepth": 1, - "Type": 2, + { + "TagDepth": 2, + "Type": 0, "Failure": "", - "TransactionID": 50006, - "TagFetchBody": true, - "DNSTransactionID": 30001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", + "TransactionID": 10003, + "TagFetchBody": null, + "DNSTransactionID": 10003, + "DNSDomain": "ya.ru", "DNSLookupFailure": "", - "DNSQueryType": null, - "DNSEngine": null, + "DNSQueryType": "ANY", + "DNSEngine": "getaddrinfo", "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" + "5.255.255.80" ], "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.77", + "IPAddress": "5.255.255.80", "IPAddressASN": 208398, "IPAddressBogon": false, - "EndpointTransactionID": 50006, - "EndpointProto": "tcp", - "EndpointPort": "443", - "EndpointAddress": "77.88.55.77:443", - "TCPConnectFailure": "", - "TLSHandshakeFailure": "", - "TLSServerName": "yandex.com", + "EndpointTransactionID": null, + "EndpointProto": null, + "EndpointPort": null, + "EndpointAddress": null, + "TCPConnectFailure": null, + "TLSHandshakeFailure": null, + "TLSServerName": null, "HTTPRequestURL": null, "HTTPFailure": null, "HTTPResponseStatusCode": null, @@ -991,15 +137,10 @@ "HTTPResponseLocation": null, "HTTPResponseTitle": null, "HTTPResponseIsFinal": null, - "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "ControlTCPConnectFailure": "", + "ControlDNSDomain": null, + "ControlDNSLookupFailure": null, + "ControlDNSResolvedAddrs": null, + "ControlTCPConnectFailure": null, "ControlTLSHandshakeFailure": null, "ControlHTTPFailure": "", "ControlHTTPResponseStatusCode": 200, @@ -1011,12 +152,14 @@ "Date": true }, "ControlHTTPResponseTitle": "Default Web Page" - }, - "50007": { - "TagDepth": 1, - "Type": 2, + } + ], + "KnownTCPEndpoints": { + "40001": { + "TagDepth": 0, + "Type": 3, "Failure": "", - "TransactionID": 50007, + "TransactionID": 40001, "TagFetchBody": true, "DNSTransactionID": 30001, "DNSDomain": "xn--d1acpjx3f.xn--p1ai", @@ -1024,38 +167,37 @@ "DNSQueryType": null, "DNSEngine": null, "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" + "5.255.255.80" ], "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.80", + "IPAddress": "5.255.255.80", "IPAddressASN": 208398, "IPAddressBogon": false, - "EndpointTransactionID": 50007, + "EndpointTransactionID": 40001, "EndpointProto": "tcp", - "EndpointPort": "443", - "EndpointAddress": "77.88.55.80:443", + "EndpointPort": "80", + "EndpointAddress": "5.255.255.80:80", "TCPConnectFailure": "", - "TLSHandshakeFailure": "", - "TLSServerName": "yandex.com", - "HTTPRequestURL": null, - "HTTPFailure": null, - "HTTPResponseStatusCode": null, - "HTTPResponseBodyLength": null, - "HTTPResponseBodyIsTruncated": null, - "HTTPResponseHeadersKeys": null, - "HTTPResponseLocation": null, - "HTTPResponseTitle": null, - "HTTPResponseIsFinal": null, + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": "http://xn--d1acpjx3f.xn--p1ai/", + "HTTPFailure": "", + "HTTPResponseStatusCode": 308, + "HTTPResponseBodyLength": 0, + "HTTPResponseBodyIsTruncated": false, + "HTTPResponseHeadersKeys": { + "Alt-Svc": true, + "Content-Length": true, + "Date": true, + "Location": true + }, + "HTTPResponseLocation": "https://yandex.com/", + "HTTPResponseTitle": "", + "HTTPResponseIsFinal": false, "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", "ControlDNSLookupFailure": "", "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" + "5.255.255.80" ], "ControlTCPConnectFailure": "", "ControlTLSHandshakeFailure": null, @@ -1070,11 +212,11 @@ }, "ControlHTTPResponseTitle": "Default Web Page" }, - "50008": { + "50002": { "TagDepth": 1, "Type": 3, "Failure": "", - "TransactionID": 50008, + "TransactionID": 50002, "TagFetchBody": true, "DNSTransactionID": 30001, "DNSDomain": "xn--d1acpjx3f.xn--p1ai", @@ -1082,16 +224,13 @@ "DNSQueryType": null, "DNSEngine": null, "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" + "5.255.255.80" ], "IPAddressOrigin": "dns", "IPAddress": "5.255.255.80", "IPAddressASN": 208398, "IPAddressBogon": false, - "EndpointTransactionID": 50008, + "EndpointTransactionID": 50002, "EndpointProto": "tcp", "EndpointPort": "443", "EndpointAddress": "5.255.255.80:443", @@ -1115,68 +254,7 @@ "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", "ControlDNSLookupFailure": "", "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "ControlTCPConnectFailure": "", - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - "50009": { - "TagDepth": 2, - "Type": 2, - "Failure": "", - "TransactionID": 50009, - "TagFetchBody": true, - "DNSTransactionID": 30001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", - "DNSLookupFailure": "", - "DNSQueryType": null, - "DNSEngine": null, - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "5.255.255.88", - "IPAddressASN": 208398, - "IPAddressBogon": false, - "EndpointTransactionID": 50009, - "EndpointProto": "tcp", - "EndpointPort": "443", - "EndpointAddress": "5.255.255.88:443", - "TCPConnectFailure": "", - "TLSHandshakeFailure": "", - "TLSServerName": "ya.ru", - "HTTPRequestURL": null, - "HTTPFailure": null, - "HTTPResponseStatusCode": null, - "HTTPResponseBodyLength": null, - "HTTPResponseBodyIsTruncated": null, - "HTTPResponseHeadersKeys": null, - "HTTPResponseLocation": null, - "HTTPResponseTitle": null, - "HTTPResponseIsFinal": null, - "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" + "5.255.255.80" ], "ControlTCPConnectFailure": "", "ControlTLSHandshakeFailure": null, @@ -1191,11 +269,11 @@ }, "ControlHTTPResponseTitle": "Default Web Page" }, - "50010": { + "50003": { "TagDepth": 2, "Type": 3, "Failure": "", - "TransactionID": 50010, + "TransactionID": 50003, "TagFetchBody": true, "DNSTransactionID": 30001, "DNSDomain": "xn--d1acpjx3f.xn--p1ai", @@ -1203,19 +281,16 @@ "DNSQueryType": null, "DNSEngine": null, "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" + "5.255.255.80" ], "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.77", + "IPAddress": "5.255.255.80", "IPAddressASN": 208398, "IPAddressBogon": false, - "EndpointTransactionID": 50010, + "EndpointTransactionID": 50003, "EndpointProto": "tcp", "EndpointPort": "443", - "EndpointAddress": "77.88.55.77:443", + "EndpointAddress": "5.255.255.80:443", "TCPConnectFailure": "", "TLSHandshakeFailure": "", "TLSServerName": "ya.ru", @@ -1236,126 +311,7 @@ "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", "ControlDNSLookupFailure": "", "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "ControlTCPConnectFailure": "", - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - "50011": { - "TagDepth": 2, - "Type": 2, - "Failure": "", - "TransactionID": 50011, - "TagFetchBody": true, - "DNSTransactionID": 30001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", - "DNSLookupFailure": "", - "DNSQueryType": null, - "DNSEngine": null, - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.80", - "IPAddressASN": 208398, - "IPAddressBogon": false, - "EndpointTransactionID": 50011, - "EndpointProto": "tcp", - "EndpointPort": "443", - "EndpointAddress": "77.88.55.80:443", - "TCPConnectFailure": "", - "TLSHandshakeFailure": "", - "TLSServerName": "ya.ru", - "HTTPRequestURL": null, - "HTTPFailure": null, - "HTTPResponseStatusCode": null, - "HTTPResponseBodyLength": null, - "HTTPResponseBodyIsTruncated": null, - "HTTPResponseHeadersKeys": null, - "HTTPResponseLocation": null, - "HTTPResponseTitle": null, - "HTTPResponseIsFinal": null, - "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "ControlTCPConnectFailure": "", - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - "50012": { - "TagDepth": 2, - "Type": 2, - "Failure": "", - "TransactionID": 50012, - "TagFetchBody": true, - "DNSTransactionID": 30001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", - "DNSLookupFailure": "", - "DNSQueryType": null, - "DNSEngine": null, - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "5.255.255.80", - "IPAddressASN": 208398, - "IPAddressBogon": false, - "EndpointTransactionID": 50012, - "EndpointProto": "tcp", - "EndpointPort": "443", - "EndpointAddress": "5.255.255.80:443", - "TCPConnectFailure": "", - "TLSHandshakeFailure": "", - "TLSServerName": "ya.ru", - "HTTPRequestURL": null, - "HTTPFailure": null, - "HTTPResponseStatusCode": null, - "HTTPResponseBodyLength": null, - "HTTPResponseBodyIsTruncated": null, - "HTTPResponseHeadersKeys": null, - "HTTPResponseLocation": null, - "HTTPResponseTitle": null, - "HTTPResponseIsFinal": null, - "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" + "5.255.255.80" ], "ControlTCPConnectFailure": "", "ControlTLSHandshakeFailure": null, @@ -1373,10 +329,7 @@ }, "ControlExpectations": { "DNSAddresses": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" + "5.255.255.80" ], "FinalResponseFailure": "" } diff --git a/internal/minipipeline/testdata/webconnectivity/generated/idnaWithoutCensorshipWithFirstLetterUppercase/analysis.json b/internal/minipipeline/testdata/webconnectivity/generated/idnaWithoutCensorshipWithFirstLetterUppercase/analysis.json index 9b4eb9ec2..944ba22bd 100644 --- a/internal/minipipeline/testdata/webconnectivity/generated/idnaWithoutCensorshipWithFirstLetterUppercase/analysis.json +++ b/internal/minipipeline/testdata/webconnectivity/generated/idnaWithoutCensorshipWithFirstLetterUppercase/analysis.json @@ -1,10 +1,7 @@ { "ControlExpectations": { "DNSAddresses": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" + "5.255.255.80" ], "FinalResponseFailure": "" }, @@ -48,7 +45,7 @@ "HTTPRoundTripUnexpectedFailure": [], "HTTPRoundTripUnexplainedFailure": [], "HTTPFinalResponseSuccessTLSWithoutControl": null, - "HTTPFinalResponseSuccessTLSWithControl": 50010, + "HTTPFinalResponseSuccessTLSWithControl": 50003, "HTTPFinalResponseSuccessTCPWithoutControl": null, "HTTPFinalResponseSuccessTCPWithControl": null, "HTTPFinalResponseDiffBodyProportionFactor": 1, @@ -63,7 +60,7 @@ "TagDepth": 2, "Type": 3, "Failure": "", - "TransactionID": 50010, + "TransactionID": 50003, "TagFetchBody": true, "DNSTransactionID": 30001, "DNSDomain": "xn--d1acpjx3f.xn--p1ai", @@ -71,19 +68,16 @@ "DNSQueryType": null, "DNSEngine": null, "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" + "5.255.255.80" ], "IPAddressOrigin": "dns", - "IPAddress": "5.255.255.88", + "IPAddress": "5.255.255.80", "IPAddressASN": 208398, "IPAddressBogon": false, - "EndpointTransactionID": 50010, + "EndpointTransactionID": 50003, "EndpointProto": "tcp", "EndpointPort": "443", - "EndpointAddress": "5.255.255.88:443", + "EndpointAddress": "5.255.255.80:443", "TCPConnectFailure": "", "TLSHandshakeFailure": "", "TLSServerName": "ya.ru", @@ -104,184 +98,7 @@ "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", "ControlDNSLookupFailure": "", "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "ControlTCPConnectFailure": "", - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 2, - "Type": 2, - "Failure": "", - "TransactionID": 50012, - "TagFetchBody": true, - "DNSTransactionID": 30001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", - "DNSLookupFailure": "", - "DNSQueryType": null, - "DNSEngine": null, - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.80", - "IPAddressASN": 208398, - "IPAddressBogon": false, - "EndpointTransactionID": 50012, - "EndpointProto": "tcp", - "EndpointPort": "443", - "EndpointAddress": "77.88.55.80:443", - "TCPConnectFailure": "", - "TLSHandshakeFailure": "", - "TLSServerName": "ya.ru", - "HTTPRequestURL": null, - "HTTPFailure": null, - "HTTPResponseStatusCode": null, - "HTTPResponseBodyLength": null, - "HTTPResponseBodyIsTruncated": null, - "HTTPResponseHeadersKeys": null, - "HTTPResponseLocation": null, - "HTTPResponseTitle": null, - "HTTPResponseIsFinal": null, - "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "ControlTCPConnectFailure": "", - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 2, - "Type": 2, - "Failure": "", - "TransactionID": 50011, - "TagFetchBody": true, - "DNSTransactionID": 30001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", - "DNSLookupFailure": "", - "DNSQueryType": null, - "DNSEngine": null, - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.77", - "IPAddressASN": 208398, - "IPAddressBogon": false, - "EndpointTransactionID": 50011, - "EndpointProto": "tcp", - "EndpointPort": "443", - "EndpointAddress": "77.88.55.77:443", - "TCPConnectFailure": "", - "TLSHandshakeFailure": "", - "TLSServerName": "ya.ru", - "HTTPRequestURL": null, - "HTTPFailure": null, - "HTTPResponseStatusCode": null, - "HTTPResponseBodyLength": null, - "HTTPResponseBodyIsTruncated": null, - "HTTPResponseHeadersKeys": null, - "HTTPResponseLocation": null, - "HTTPResponseTitle": null, - "HTTPResponseIsFinal": null, - "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "ControlTCPConnectFailure": "", - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 2, - "Type": 2, - "Failure": "", - "TransactionID": 50009, - "TagFetchBody": true, - "DNSTransactionID": 30001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", - "DNSLookupFailure": "", - "DNSQueryType": null, - "DNSEngine": null, - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "5.255.255.80", - "IPAddressASN": 208398, - "IPAddressBogon": false, - "EndpointTransactionID": 50009, - "EndpointProto": "tcp", - "EndpointPort": "443", - "EndpointAddress": "5.255.255.80:443", - "TCPConnectFailure": "", - "TLSHandshakeFailure": "", - "TLSServerName": "ya.ru", - "HTTPRequestURL": null, - "HTTPFailure": null, - "HTTPResponseStatusCode": null, - "HTTPResponseBodyLength": null, - "HTTPResponseBodyIsTruncated": null, - "HTTPResponseHeadersKeys": null, - "HTTPResponseLocation": null, - "HTTPResponseTitle": null, - "HTTPResponseIsFinal": null, - "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" + "5.255.255.80" ], "ControlTCPConnectFailure": "", "ControlTLSHandshakeFailure": null, @@ -308,10 +125,7 @@ "DNSQueryType": "A", "DNSEngine": "udp", "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" + "5.255.255.80" ], "IPAddressOrigin": "dns", "IPAddress": "5.255.255.80", @@ -353,1676 +167,18 @@ "TagDepth": 2, "Type": 0, "Failure": "", - "TransactionID": 20003, - "TagFetchBody": null, - "DNSTransactionID": 20003, - "DNSDomain": "ya.ru", - "DNSLookupFailure": "", - "DNSQueryType": "A", - "DNSEngine": "udp", - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "5.255.255.88", - "IPAddressASN": 208398, - "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": null, - "ControlDNSLookupFailure": null, - "ControlDNSResolvedAddrs": null, - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 2, - "Type": 0, - "Failure": "", - "TransactionID": 20003, - "TagFetchBody": null, - "DNSTransactionID": 20003, - "DNSDomain": "ya.ru", - "DNSLookupFailure": "", - "DNSQueryType": "A", - "DNSEngine": "udp", - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.77", - "IPAddressASN": 208398, - "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": null, - "ControlDNSLookupFailure": null, - "ControlDNSResolvedAddrs": null, - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 2, - "Type": 0, - "Failure": "", - "TransactionID": 20003, + "TransactionID": 10003, "TagFetchBody": null, - "DNSTransactionID": 20003, - "DNSDomain": "ya.ru", - "DNSLookupFailure": "", - "DNSQueryType": "A", - "DNSEngine": "udp", - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.80", - "IPAddressASN": 208398, - "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": null, - "ControlDNSLookupFailure": null, - "ControlDNSResolvedAddrs": null, - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 2, - "Type": 0, - "Failure": "", - "TransactionID": 10003, - "TagFetchBody": null, - "DNSTransactionID": 10003, - "DNSDomain": "ya.ru", - "DNSLookupFailure": "", - "DNSQueryType": "ANY", - "DNSEngine": "getaddrinfo", - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "5.255.255.80", - "IPAddressASN": 208398, - "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": null, - "ControlDNSLookupFailure": null, - "ControlDNSResolvedAddrs": null, - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 2, - "Type": 0, - "Failure": "", - "TransactionID": 10003, - "TagFetchBody": null, - "DNSTransactionID": 10003, - "DNSDomain": "ya.ru", - "DNSLookupFailure": "", - "DNSQueryType": "ANY", - "DNSEngine": "getaddrinfo", - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "5.255.255.88", - "IPAddressASN": 208398, - "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": null, - "ControlDNSLookupFailure": null, - "ControlDNSResolvedAddrs": null, - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 2, - "Type": 0, - "Failure": "", - "TransactionID": 10003, - "TagFetchBody": null, - "DNSTransactionID": 10003, - "DNSDomain": "ya.ru", - "DNSLookupFailure": "", - "DNSQueryType": "ANY", - "DNSEngine": "getaddrinfo", - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.77", - "IPAddressASN": 208398, - "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": null, - "ControlDNSLookupFailure": null, - "ControlDNSResolvedAddrs": null, - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 2, - "Type": 0, - "Failure": "", - "TransactionID": 10003, - "TagFetchBody": null, - "DNSTransactionID": 10003, + "DNSTransactionID": 10003, "DNSDomain": "ya.ru", "DNSLookupFailure": "", "DNSQueryType": "ANY", "DNSEngine": "getaddrinfo", "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.80", - "IPAddressASN": 208398, - "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": null, - "ControlDNSLookupFailure": null, - "ControlDNSResolvedAddrs": null, - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 2, - "Type": 0, - "Failure": "dns_no_answer", - "TransactionID": 20003, - "TagFetchBody": null, - "DNSTransactionID": 20003, - "DNSDomain": "ya.ru", - "DNSLookupFailure": "dns_no_answer", - "DNSQueryType": "AAAA", - "DNSEngine": "udp", - "DNSResolvedAddrs": null, - "IPAddressOrigin": null, - "IPAddress": null, - "IPAddressASN": null, - "IPAddressBogon": null, - "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": null, - "ControlDNSLookupFailure": null, - "ControlDNSResolvedAddrs": null, - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 1, - "Type": 3, - "Failure": "", - "TransactionID": 50007, - "TagFetchBody": true, - "DNSTransactionID": 30001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", - "DNSLookupFailure": "", - "DNSQueryType": null, - "DNSEngine": null, - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "5.255.255.88", - "IPAddressASN": 208398, - "IPAddressBogon": false, - "EndpointTransactionID": 50007, - "EndpointProto": "tcp", - "EndpointPort": "443", - "EndpointAddress": "5.255.255.88:443", - "TCPConnectFailure": "", - "TLSHandshakeFailure": "", - "TLSServerName": "yandex.com", - "HTTPRequestURL": "https://yandex.com/", - "HTTPFailure": "", - "HTTPResponseStatusCode": 308, - "HTTPResponseBodyLength": 0, - "HTTPResponseBodyIsTruncated": false, - "HTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Date": true, - "Location": true - }, - "HTTPResponseLocation": "https://ya.ru/", - "HTTPResponseTitle": "", - "HTTPResponseIsFinal": false, - "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "ControlTCPConnectFailure": "", - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 1, - "Type": 2, - "Failure": "", - "TransactionID": 50008, - "TagFetchBody": true, - "DNSTransactionID": 30001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", - "DNSLookupFailure": "", - "DNSQueryType": null, - "DNSEngine": null, - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.77", - "IPAddressASN": 208398, - "IPAddressBogon": false, - "EndpointTransactionID": 50008, - "EndpointProto": "tcp", - "EndpointPort": "443", - "EndpointAddress": "77.88.55.77:443", - "TCPConnectFailure": "", - "TLSHandshakeFailure": "", - "TLSServerName": "yandex.com", - "HTTPRequestURL": null, - "HTTPFailure": null, - "HTTPResponseStatusCode": null, - "HTTPResponseBodyLength": null, - "HTTPResponseBodyIsTruncated": null, - "HTTPResponseHeadersKeys": null, - "HTTPResponseLocation": null, - "HTTPResponseTitle": null, - "HTTPResponseIsFinal": null, - "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "ControlTCPConnectFailure": "", - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 1, - "Type": 2, - "Failure": "", - "TransactionID": 50006, - "TagFetchBody": true, - "DNSTransactionID": 30001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", - "DNSLookupFailure": "", - "DNSQueryType": null, - "DNSEngine": null, - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "5.255.255.80", - "IPAddressASN": 208398, - "IPAddressBogon": false, - "EndpointTransactionID": 50006, - "EndpointProto": "tcp", - "EndpointPort": "443", - "EndpointAddress": "5.255.255.80:443", - "TCPConnectFailure": "", - "TLSHandshakeFailure": "", - "TLSServerName": "yandex.com", - "HTTPRequestURL": null, - "HTTPFailure": null, - "HTTPResponseStatusCode": null, - "HTTPResponseBodyLength": null, - "HTTPResponseBodyIsTruncated": null, - "HTTPResponseHeadersKeys": null, - "HTTPResponseLocation": null, - "HTTPResponseTitle": null, - "HTTPResponseIsFinal": null, - "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "ControlTCPConnectFailure": "", - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 1, - "Type": 2, - "Failure": "", - "TransactionID": 50005, - "TagFetchBody": true, - "DNSTransactionID": 30001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", - "DNSLookupFailure": "", - "DNSQueryType": null, - "DNSEngine": null, - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.80", - "IPAddressASN": 208398, - "IPAddressBogon": false, - "EndpointTransactionID": 50005, - "EndpointProto": "tcp", - "EndpointPort": "443", - "EndpointAddress": "77.88.55.80:443", - "TCPConnectFailure": "", - "TLSHandshakeFailure": "", - "TLSServerName": "yandex.com", - "HTTPRequestURL": null, - "HTTPFailure": null, - "HTTPResponseStatusCode": null, - "HTTPResponseBodyLength": null, - "HTTPResponseBodyIsTruncated": null, - "HTTPResponseHeadersKeys": null, - "HTTPResponseLocation": null, - "HTTPResponseTitle": null, - "HTTPResponseIsFinal": null, - "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "ControlTCPConnectFailure": "", - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 1, - "Type": 0, - "Failure": "", - "TransactionID": 20002, - "TagFetchBody": null, - "DNSTransactionID": 20002, - "DNSDomain": "yandex.com", - "DNSLookupFailure": "", - "DNSQueryType": "A", - "DNSEngine": "udp", - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "5.255.255.80", - "IPAddressASN": 208398, - "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": null, - "ControlDNSLookupFailure": null, - "ControlDNSResolvedAddrs": null, - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 1, - "Type": 0, - "Failure": "", - "TransactionID": 20002, - "TagFetchBody": null, - "DNSTransactionID": 20002, - "DNSDomain": "yandex.com", - "DNSLookupFailure": "", - "DNSQueryType": "A", - "DNSEngine": "udp", - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "5.255.255.88", - "IPAddressASN": 208398, - "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": null, - "ControlDNSLookupFailure": null, - "ControlDNSResolvedAddrs": null, - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 1, - "Type": 0, - "Failure": "", - "TransactionID": 20002, - "TagFetchBody": null, - "DNSTransactionID": 20002, - "DNSDomain": "yandex.com", - "DNSLookupFailure": "", - "DNSQueryType": "A", - "DNSEngine": "udp", - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.77", - "IPAddressASN": 208398, - "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": null, - "ControlDNSLookupFailure": null, - "ControlDNSResolvedAddrs": null, - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 1, - "Type": 0, - "Failure": "", - "TransactionID": 20002, - "TagFetchBody": null, - "DNSTransactionID": 20002, - "DNSDomain": "yandex.com", - "DNSLookupFailure": "", - "DNSQueryType": "A", - "DNSEngine": "udp", - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.80", - "IPAddressASN": 208398, - "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": null, - "ControlDNSLookupFailure": null, - "ControlDNSResolvedAddrs": null, - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 1, - "Type": 0, - "Failure": "", - "TransactionID": 10002, - "TagFetchBody": null, - "DNSTransactionID": 10002, - "DNSDomain": "yandex.com", - "DNSLookupFailure": "", - "DNSQueryType": "ANY", - "DNSEngine": "getaddrinfo", - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "5.255.255.80", - "IPAddressASN": 208398, - "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": null, - "ControlDNSLookupFailure": null, - "ControlDNSResolvedAddrs": null, - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 1, - "Type": 0, - "Failure": "", - "TransactionID": 10002, - "TagFetchBody": null, - "DNSTransactionID": 10002, - "DNSDomain": "yandex.com", - "DNSLookupFailure": "", - "DNSQueryType": "ANY", - "DNSEngine": "getaddrinfo", - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "5.255.255.88", - "IPAddressASN": 208398, - "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": null, - "ControlDNSLookupFailure": null, - "ControlDNSResolvedAddrs": null, - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 1, - "Type": 0, - "Failure": "", - "TransactionID": 10002, - "TagFetchBody": null, - "DNSTransactionID": 10002, - "DNSDomain": "yandex.com", - "DNSLookupFailure": "", - "DNSQueryType": "ANY", - "DNSEngine": "getaddrinfo", - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.77", - "IPAddressASN": 208398, - "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": null, - "ControlDNSLookupFailure": null, - "ControlDNSResolvedAddrs": null, - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 1, - "Type": 0, - "Failure": "", - "TransactionID": 10002, - "TagFetchBody": null, - "DNSTransactionID": 10002, - "DNSDomain": "yandex.com", - "DNSLookupFailure": "", - "DNSQueryType": "ANY", - "DNSEngine": "getaddrinfo", - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.80", - "IPAddressASN": 208398, - "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": null, - "ControlDNSLookupFailure": null, - "ControlDNSResolvedAddrs": null, - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 1, - "Type": 0, - "Failure": "dns_no_answer", - "TransactionID": 20002, - "TagFetchBody": null, - "DNSTransactionID": 20002, - "DNSDomain": "yandex.com", - "DNSLookupFailure": "dns_no_answer", - "DNSQueryType": "AAAA", - "DNSEngine": "udp", - "DNSResolvedAddrs": null, - "IPAddressOrigin": null, - "IPAddress": null, - "IPAddressASN": null, - "IPAddressBogon": null, - "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": null, - "ControlDNSLookupFailure": null, - "ControlDNSResolvedAddrs": null, - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 0, - "Type": 3, - "Failure": "", - "TransactionID": 40004, - "TagFetchBody": true, - "DNSTransactionID": 30001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", - "DNSLookupFailure": "", - "DNSQueryType": null, - "DNSEngine": null, - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.80", - "IPAddressASN": 208398, - "IPAddressBogon": false, - "EndpointTransactionID": 40004, - "EndpointProto": "tcp", - "EndpointPort": "80", - "EndpointAddress": "77.88.55.80:80", - "TCPConnectFailure": "", - "TLSHandshakeFailure": null, - "TLSServerName": null, - "HTTPRequestURL": "http://xn--d1acpjx3f.xn--p1ai/", - "HTTPFailure": "", - "HTTPResponseStatusCode": 308, - "HTTPResponseBodyLength": 0, - "HTTPResponseBodyIsTruncated": false, - "HTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Date": true, - "Location": true - }, - "HTTPResponseLocation": "https://yandex.com/", - "HTTPResponseTitle": "", - "HTTPResponseIsFinal": false, - "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "ControlTCPConnectFailure": "", - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 0, - "Type": 2, - "Failure": "", - "TransactionID": 50004, - "TagFetchBody": false, - "DNSTransactionID": 30001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", - "DNSLookupFailure": "", - "DNSQueryType": null, - "DNSEngine": null, - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.80", - "IPAddressASN": 208398, - "IPAddressBogon": false, - "EndpointTransactionID": 50004, - "EndpointProto": "tcp", - "EndpointPort": "443", - "EndpointAddress": "77.88.55.80:443", - "TCPConnectFailure": "", - "TLSHandshakeFailure": "", - "TLSServerName": "xn--d1acpjx3f.xn--p1ai", - "HTTPRequestURL": null, - "HTTPFailure": null, - "HTTPResponseStatusCode": null, - "HTTPResponseBodyLength": null, - "HTTPResponseBodyIsTruncated": null, - "HTTPResponseHeadersKeys": null, - "HTTPResponseLocation": null, - "HTTPResponseTitle": null, - "HTTPResponseIsFinal": null, - "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "ControlTCPConnectFailure": "", - "ControlTLSHandshakeFailure": "", - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 0, - "Type": 2, - "Failure": "", - "TransactionID": 50003, - "TagFetchBody": false, - "DNSTransactionID": 30001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", - "DNSLookupFailure": "", - "DNSQueryType": null, - "DNSEngine": null, - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.77", - "IPAddressASN": 208398, - "IPAddressBogon": false, - "EndpointTransactionID": 50003, - "EndpointProto": "tcp", - "EndpointPort": "443", - "EndpointAddress": "77.88.55.77:443", - "TCPConnectFailure": "", - "TLSHandshakeFailure": "", - "TLSServerName": "xn--d1acpjx3f.xn--p1ai", - "HTTPRequestURL": null, - "HTTPFailure": null, - "HTTPResponseStatusCode": null, - "HTTPResponseBodyLength": null, - "HTTPResponseBodyIsTruncated": null, - "HTTPResponseHeadersKeys": null, - "HTTPResponseLocation": null, - "HTTPResponseTitle": null, - "HTTPResponseIsFinal": null, - "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "ControlTCPConnectFailure": "", - "ControlTLSHandshakeFailure": "", - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 0, - "Type": 2, - "Failure": "", - "TransactionID": 50002, - "TagFetchBody": false, - "DNSTransactionID": 30001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", - "DNSLookupFailure": "", - "DNSQueryType": null, - "DNSEngine": null, - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "5.255.255.88", - "IPAddressASN": 208398, - "IPAddressBogon": false, - "EndpointTransactionID": 50002, - "EndpointProto": "tcp", - "EndpointPort": "443", - "EndpointAddress": "5.255.255.88:443", - "TCPConnectFailure": "", - "TLSHandshakeFailure": "", - "TLSServerName": "xn--d1acpjx3f.xn--p1ai", - "HTTPRequestURL": null, - "HTTPFailure": null, - "HTTPResponseStatusCode": null, - "HTTPResponseBodyLength": null, - "HTTPResponseBodyIsTruncated": null, - "HTTPResponseHeadersKeys": null, - "HTTPResponseLocation": null, - "HTTPResponseTitle": null, - "HTTPResponseIsFinal": null, - "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "ControlTCPConnectFailure": "", - "ControlTLSHandshakeFailure": "", - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 0, - "Type": 2, - "Failure": "", - "TransactionID": 50001, - "TagFetchBody": false, - "DNSTransactionID": 30001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", - "DNSLookupFailure": "", - "DNSQueryType": null, - "DNSEngine": null, - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "5.255.255.80", - "IPAddressASN": 208398, - "IPAddressBogon": false, - "EndpointTransactionID": 50001, - "EndpointProto": "tcp", - "EndpointPort": "443", - "EndpointAddress": "5.255.255.80:443", - "TCPConnectFailure": "", - "TLSHandshakeFailure": "", - "TLSServerName": "xn--d1acpjx3f.xn--p1ai", - "HTTPRequestURL": null, - "HTTPFailure": null, - "HTTPResponseStatusCode": null, - "HTTPResponseBodyLength": null, - "HTTPResponseBodyIsTruncated": null, - "HTTPResponseHeadersKeys": null, - "HTTPResponseLocation": null, - "HTTPResponseTitle": null, - "HTTPResponseIsFinal": null, - "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "ControlTCPConnectFailure": "", - "ControlTLSHandshakeFailure": "", - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 0, - "Type": 1, - "Failure": "", - "TransactionID": 40003, - "TagFetchBody": true, - "DNSTransactionID": 30001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", - "DNSLookupFailure": "", - "DNSQueryType": null, - "DNSEngine": null, - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.77", - "IPAddressASN": 208398, - "IPAddressBogon": false, - "EndpointTransactionID": 40003, - "EndpointProto": "tcp", - "EndpointPort": "80", - "EndpointAddress": "77.88.55.77:80", - "TCPConnectFailure": "", - "TLSHandshakeFailure": null, - "TLSServerName": null, - "HTTPRequestURL": null, - "HTTPFailure": null, - "HTTPResponseStatusCode": null, - "HTTPResponseBodyLength": null, - "HTTPResponseBodyIsTruncated": null, - "HTTPResponseHeadersKeys": null, - "HTTPResponseLocation": null, - "HTTPResponseTitle": null, - "HTTPResponseIsFinal": null, - "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "ControlTCPConnectFailure": "", - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 0, - "Type": 1, - "Failure": "", - "TransactionID": 40002, - "TagFetchBody": true, - "DNSTransactionID": 30001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", - "DNSLookupFailure": "", - "DNSQueryType": null, - "DNSEngine": null, - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "5.255.255.88", - "IPAddressASN": 208398, - "IPAddressBogon": false, - "EndpointTransactionID": 40002, - "EndpointProto": "tcp", - "EndpointPort": "80", - "EndpointAddress": "5.255.255.88:80", - "TCPConnectFailure": "", - "TLSHandshakeFailure": null, - "TLSServerName": null, - "HTTPRequestURL": null, - "HTTPFailure": null, - "HTTPResponseStatusCode": null, - "HTTPResponseBodyLength": null, - "HTTPResponseBodyIsTruncated": null, - "HTTPResponseHeadersKeys": null, - "HTTPResponseLocation": null, - "HTTPResponseTitle": null, - "HTTPResponseIsFinal": null, - "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "ControlTCPConnectFailure": "", - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 0, - "Type": 1, - "Failure": "", - "TransactionID": 40001, - "TagFetchBody": true, - "DNSTransactionID": 30001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", - "DNSLookupFailure": "", - "DNSQueryType": null, - "DNSEngine": null, - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "5.255.255.80", - "IPAddressASN": 208398, - "IPAddressBogon": false, - "EndpointTransactionID": 40001, - "EndpointProto": "tcp", - "EndpointPort": "80", - "EndpointAddress": "5.255.255.80:80", - "TCPConnectFailure": "", - "TLSHandshakeFailure": null, - "TLSServerName": null, - "HTTPRequestURL": null, - "HTTPFailure": null, - "HTTPResponseStatusCode": null, - "HTTPResponseBodyLength": null, - "HTTPResponseBodyIsTruncated": null, - "HTTPResponseHeadersKeys": null, - "HTTPResponseLocation": null, - "HTTPResponseTitle": null, - "HTTPResponseIsFinal": null, - "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "ControlTCPConnectFailure": "", - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 0, - "Type": 0, - "Failure": "", - "TransactionID": 30001, - "TagFetchBody": null, - "DNSTransactionID": 30001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", - "DNSLookupFailure": "", - "DNSQueryType": "A", - "DNSEngine": "doh", - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "5.255.255.80", - "IPAddressASN": 208398, - "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": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 0, - "Type": 0, - "Failure": "", - "TransactionID": 30001, - "TagFetchBody": null, - "DNSTransactionID": 30001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", - "DNSLookupFailure": "", - "DNSQueryType": "A", - "DNSEngine": "doh", - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" + "5.255.255.80" ], "IPAddressOrigin": "dns", - "IPAddress": "5.255.255.88", + "IPAddress": "5.255.255.80", "IPAddressASN": 208398, "IPAddressBogon": false, "EndpointTransactionID": null, @@ -2041,14 +197,9 @@ "HTTPResponseLocation": null, "HTTPResponseTitle": null, "HTTPResponseIsFinal": null, - "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], + "ControlDNSDomain": null, + "ControlDNSLookupFailure": null, + "ControlDNSResolvedAddrs": null, "ControlTCPConnectFailure": null, "ControlTLSHandshakeFailure": null, "ControlHTTPFailure": "", @@ -2063,26 +214,21 @@ "ControlHTTPResponseTitle": "Default Web Page" }, { - "TagDepth": 0, + "TagDepth": 2, "Type": 0, - "Failure": "", - "TransactionID": 30001, + "Failure": "dns_no_answer", + "TransactionID": 20003, "TagFetchBody": null, - "DNSTransactionID": 30001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", - "DNSLookupFailure": "", - "DNSQueryType": "A", - "DNSEngine": "doh", - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.77", - "IPAddressASN": 208398, - "IPAddressBogon": false, + "DNSTransactionID": 20003, + "DNSDomain": "ya.ru", + "DNSLookupFailure": "dns_no_answer", + "DNSQueryType": "AAAA", + "DNSEngine": "udp", + "DNSResolvedAddrs": null, + "IPAddressOrigin": null, + "IPAddress": null, + "IPAddressASN": null, + "IPAddressBogon": null, "EndpointTransactionID": null, "EndpointProto": null, "EndpointPort": null, @@ -2099,14 +245,9 @@ "HTTPResponseLocation": null, "HTTPResponseTitle": null, "HTTPResponseIsFinal": null, - "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], + "ControlDNSDomain": null, + "ControlDNSLookupFailure": null, + "ControlDNSResolvedAddrs": null, "ControlTCPConnectFailure": null, "ControlTLSHandshakeFailure": null, "ControlHTTPFailure": "", @@ -2121,51 +262,50 @@ "ControlHTTPResponseTitle": "Default Web Page" }, { - "TagDepth": 0, - "Type": 0, + "TagDepth": 1, + "Type": 3, "Failure": "", - "TransactionID": 30001, - "TagFetchBody": null, + "TransactionID": 50002, + "TagFetchBody": true, "DNSTransactionID": 30001, "DNSDomain": "xn--d1acpjx3f.xn--p1ai", "DNSLookupFailure": "", - "DNSQueryType": "A", - "DNSEngine": "doh", + "DNSQueryType": null, + "DNSEngine": null, "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" + "5.255.255.80" ], "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.80", + "IPAddress": "5.255.255.80", "IPAddressASN": 208398, "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, + "EndpointTransactionID": 50002, + "EndpointProto": "tcp", + "EndpointPort": "443", + "EndpointAddress": "5.255.255.80:443", + "TCPConnectFailure": "", + "TLSHandshakeFailure": "", + "TLSServerName": "yandex.com", + "HTTPRequestURL": "https://yandex.com/", + "HTTPFailure": "", + "HTTPResponseStatusCode": 308, + "HTTPResponseBodyLength": 0, + "HTTPResponseBodyIsTruncated": false, + "HTTPResponseHeadersKeys": { + "Alt-Svc": true, + "Content-Length": true, + "Date": true, + "Location": true + }, + "HTTPResponseLocation": "https://ya.ru/", + "HTTPResponseTitle": "", + "HTTPResponseIsFinal": false, "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", "ControlDNSLookupFailure": "", "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" + "5.255.255.80" ], - "ControlTCPConnectFailure": null, + "ControlTCPConnectFailure": "", "ControlTLSHandshakeFailure": null, "ControlHTTPFailure": "", "ControlHTTPResponseStatusCode": 200, @@ -2179,21 +319,18 @@ "ControlHTTPResponseTitle": "Default Web Page" }, { - "TagDepth": 0, + "TagDepth": 1, "Type": 0, "Failure": "", - "TransactionID": 20001, + "TransactionID": 20002, "TagFetchBody": null, - "DNSTransactionID": 20001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", + "DNSTransactionID": 20002, + "DNSDomain": "yandex.com", "DNSLookupFailure": "", "DNSQueryType": "A", "DNSEngine": "udp", "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" + "5.255.255.80" ], "IPAddressOrigin": "dns", "IPAddress": "5.255.255.80", @@ -2215,14 +352,9 @@ "HTTPResponseLocation": null, "HTTPResponseTitle": null, "HTTPResponseIsFinal": null, - "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], + "ControlDNSDomain": null, + "ControlDNSLookupFailure": null, + "ControlDNSResolvedAddrs": null, "ControlTCPConnectFailure": null, "ControlTLSHandshakeFailure": null, "ControlHTTPFailure": "", @@ -2237,24 +369,21 @@ "ControlHTTPResponseTitle": "Default Web Page" }, { - "TagDepth": 0, + "TagDepth": 1, "Type": 0, "Failure": "", - "TransactionID": 20001, + "TransactionID": 10002, "TagFetchBody": null, - "DNSTransactionID": 20001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", + "DNSTransactionID": 10002, + "DNSDomain": "yandex.com", "DNSLookupFailure": "", - "DNSQueryType": "A", - "DNSEngine": "udp", + "DNSQueryType": "ANY", + "DNSEngine": "getaddrinfo", "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" + "5.255.255.80" ], "IPAddressOrigin": "dns", - "IPAddress": "5.255.255.88", + "IPAddress": "5.255.255.80", "IPAddressASN": 208398, "IPAddressBogon": false, "EndpointTransactionID": null, @@ -2273,14 +402,9 @@ "HTTPResponseLocation": null, "HTTPResponseTitle": null, "HTTPResponseIsFinal": null, - "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], + "ControlDNSDomain": null, + "ControlDNSLookupFailure": null, + "ControlDNSResolvedAddrs": null, "ControlTCPConnectFailure": null, "ControlTLSHandshakeFailure": null, "ControlHTTPFailure": "", @@ -2295,26 +419,21 @@ "ControlHTTPResponseTitle": "Default Web Page" }, { - "TagDepth": 0, + "TagDepth": 1, "Type": 0, - "Failure": "", - "TransactionID": 20001, + "Failure": "dns_no_answer", + "TransactionID": 20002, "TagFetchBody": null, - "DNSTransactionID": 20001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", - "DNSLookupFailure": "", - "DNSQueryType": "A", + "DNSTransactionID": 20002, + "DNSDomain": "yandex.com", + "DNSLookupFailure": "dns_no_answer", + "DNSQueryType": "AAAA", "DNSEngine": "udp", - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.77", - "IPAddressASN": 208398, - "IPAddressBogon": false, + "DNSResolvedAddrs": null, + "IPAddressOrigin": null, + "IPAddress": null, + "IPAddressASN": null, + "IPAddressBogon": null, "EndpointTransactionID": null, "EndpointProto": null, "EndpointPort": null, @@ -2331,14 +450,9 @@ "HTTPResponseLocation": null, "HTTPResponseTitle": null, "HTTPResponseIsFinal": null, - "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], + "ControlDNSDomain": null, + "ControlDNSLookupFailure": null, + "ControlDNSResolvedAddrs": null, "ControlTCPConnectFailure": null, "ControlTLSHandshakeFailure": null, "ControlHTTPFailure": "", @@ -2354,50 +468,49 @@ }, { "TagDepth": 0, - "Type": 0, + "Type": 3, "Failure": "", - "TransactionID": 20001, - "TagFetchBody": null, - "DNSTransactionID": 20001, + "TransactionID": 40001, + "TagFetchBody": true, + "DNSTransactionID": 30001, "DNSDomain": "xn--d1acpjx3f.xn--p1ai", "DNSLookupFailure": "", - "DNSQueryType": "A", - "DNSEngine": "udp", + "DNSQueryType": null, + "DNSEngine": null, "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" + "5.255.255.80" ], "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.80", + "IPAddress": "5.255.255.80", "IPAddressASN": 208398, "IPAddressBogon": false, - "EndpointTransactionID": null, - "EndpointProto": null, - "EndpointPort": null, - "EndpointAddress": null, - "TCPConnectFailure": null, + "EndpointTransactionID": 40001, + "EndpointProto": "tcp", + "EndpointPort": "80", + "EndpointAddress": "5.255.255.80:80", + "TCPConnectFailure": "", "TLSHandshakeFailure": null, "TLSServerName": null, - "HTTPRequestURL": null, - "HTTPFailure": null, - "HTTPResponseStatusCode": null, - "HTTPResponseBodyLength": null, - "HTTPResponseBodyIsTruncated": null, - "HTTPResponseHeadersKeys": null, - "HTTPResponseLocation": null, - "HTTPResponseTitle": null, - "HTTPResponseIsFinal": null, + "HTTPRequestURL": "http://xn--d1acpjx3f.xn--p1ai/", + "HTTPFailure": "", + "HTTPResponseStatusCode": 308, + "HTTPResponseBodyLength": 0, + "HTTPResponseBodyIsTruncated": false, + "HTTPResponseHeadersKeys": { + "Alt-Svc": true, + "Content-Length": true, + "Date": true, + "Location": true + }, + "HTTPResponseLocation": "https://yandex.com/", + "HTTPResponseTitle": "", + "HTTPResponseIsFinal": false, "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", "ControlDNSLookupFailure": "", "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" + "5.255.255.80" ], - "ControlTCPConnectFailure": null, + "ControlTCPConnectFailure": "", "ControlTLSHandshakeFailure": null, "ControlHTTPFailure": "", "ControlHTTPResponseStatusCode": 200, @@ -2412,32 +525,29 @@ }, { "TagDepth": 0, - "Type": 0, + "Type": 2, "Failure": "", - "TransactionID": 10001, - "TagFetchBody": null, - "DNSTransactionID": 10001, + "TransactionID": 50001, + "TagFetchBody": false, + "DNSTransactionID": 30001, "DNSDomain": "xn--d1acpjx3f.xn--p1ai", "DNSLookupFailure": "", - "DNSQueryType": "ANY", - "DNSEngine": "getaddrinfo", + "DNSQueryType": null, + "DNSEngine": null, "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" + "5.255.255.80" ], "IPAddressOrigin": "dns", "IPAddress": "5.255.255.80", "IPAddressASN": 208398, "IPAddressBogon": false, - "EndpointTransactionID": null, - "EndpointProto": null, - "EndpointPort": null, - "EndpointAddress": null, - "TCPConnectFailure": null, - "TLSHandshakeFailure": null, - "TLSServerName": null, + "EndpointTransactionID": 50001, + "EndpointProto": "tcp", + "EndpointPort": "443", + "EndpointAddress": "5.255.255.80:443", + "TCPConnectFailure": "", + "TLSHandshakeFailure": "", + "TLSServerName": "xn--d1acpjx3f.xn--p1ai", "HTTPRequestURL": null, "HTTPFailure": null, "HTTPResponseStatusCode": null, @@ -2450,13 +560,10 @@ "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", "ControlDNSLookupFailure": "", "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" + "5.255.255.80" ], - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, + "ControlTCPConnectFailure": "", + "ControlTLSHandshakeFailure": "", "ControlHTTPFailure": "", "ControlHTTPResponseStatusCode": 200, "ControlHTTPResponseBodyLength": 1533, @@ -2472,21 +579,18 @@ "TagDepth": 0, "Type": 0, "Failure": "", - "TransactionID": 10001, + "TransactionID": 30001, "TagFetchBody": null, - "DNSTransactionID": 10001, + "DNSTransactionID": 30001, "DNSDomain": "xn--d1acpjx3f.xn--p1ai", "DNSLookupFailure": "", - "DNSQueryType": "ANY", - "DNSEngine": "getaddrinfo", + "DNSQueryType": "A", + "DNSEngine": "doh", "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" + "5.255.255.80" ], "IPAddressOrigin": "dns", - "IPAddress": "5.255.255.88", + "IPAddress": "5.255.255.80", "IPAddressASN": 208398, "IPAddressBogon": false, "EndpointTransactionID": null, @@ -2508,10 +612,7 @@ "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", "ControlDNSLookupFailure": "", "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" + "5.255.255.80" ], "ControlTCPConnectFailure": null, "ControlTLSHandshakeFailure": null, @@ -2530,21 +631,18 @@ "TagDepth": 0, "Type": 0, "Failure": "", - "TransactionID": 10001, + "TransactionID": 20001, "TagFetchBody": null, - "DNSTransactionID": 10001, + "DNSTransactionID": 20001, "DNSDomain": "xn--d1acpjx3f.xn--p1ai", "DNSLookupFailure": "", - "DNSQueryType": "ANY", - "DNSEngine": "getaddrinfo", + "DNSQueryType": "A", + "DNSEngine": "udp", "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" + "5.255.255.80" ], "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.77", + "IPAddress": "5.255.255.80", "IPAddressASN": 208398, "IPAddressBogon": false, "EndpointTransactionID": null, @@ -2566,10 +664,7 @@ "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", "ControlDNSLookupFailure": "", "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" + "5.255.255.80" ], "ControlTCPConnectFailure": null, "ControlTLSHandshakeFailure": null, @@ -2596,13 +691,10 @@ "DNSQueryType": "ANY", "DNSEngine": "getaddrinfo", "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" + "5.255.255.80" ], "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.80", + "IPAddress": "5.255.255.80", "IPAddressASN": 208398, "IPAddressBogon": false, "EndpointTransactionID": null, @@ -2624,10 +716,7 @@ "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", "ControlDNSLookupFailure": "", "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" + "5.255.255.80" ], "ControlTCPConnectFailure": null, "ControlTLSHandshakeFailure": null, @@ -2677,10 +766,7 @@ "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", "ControlDNSLookupFailure": "", "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" + "5.255.255.80" ], "ControlTCPConnectFailure": null, "ControlTLSHandshakeFailure": null, @@ -2730,10 +816,7 @@ "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", "ControlDNSLookupFailure": "", "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" + "5.255.255.80" ], "ControlTCPConnectFailure": null, "ControlTLSHandshakeFailure": null, diff --git a/internal/minipipeline/testdata/webconnectivity/generated/idnaWithoutCensorshipWithFirstLetterUppercase/analysis_classic.json b/internal/minipipeline/testdata/webconnectivity/generated/idnaWithoutCensorshipWithFirstLetterUppercase/analysis_classic.json index 27a1efe27..a45f7397e 100644 --- a/internal/minipipeline/testdata/webconnectivity/generated/idnaWithoutCensorshipWithFirstLetterUppercase/analysis_classic.json +++ b/internal/minipipeline/testdata/webconnectivity/generated/idnaWithoutCensorshipWithFirstLetterUppercase/analysis_classic.json @@ -1,10 +1,7 @@ { "ControlExpectations": { "DNSAddresses": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" + "5.255.255.80" ], "FinalResponseFailure": "" }, @@ -43,7 +40,7 @@ "HTTPRoundTripUnexpectedFailure": [], "HTTPRoundTripUnexplainedFailure": [], "HTTPFinalResponseSuccessTLSWithoutControl": null, - "HTTPFinalResponseSuccessTLSWithControl": 50010, + "HTTPFinalResponseSuccessTLSWithControl": 50003, "HTTPFinalResponseSuccessTCPWithoutControl": null, "HTTPFinalResponseSuccessTCPWithControl": null, "HTTPFinalResponseDiffBodyProportionFactor": 1, @@ -58,7 +55,7 @@ "TagDepth": 2, "Type": 3, "Failure": "", - "TransactionID": 50010, + "TransactionID": 50003, "TagFetchBody": true, "DNSTransactionID": 30001, "DNSDomain": "xn--d1acpjx3f.xn--p1ai", @@ -66,19 +63,16 @@ "DNSQueryType": null, "DNSEngine": null, "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" + "5.255.255.80" ], "IPAddressOrigin": "dns", - "IPAddress": "5.255.255.88", + "IPAddress": "5.255.255.80", "IPAddressASN": 208398, "IPAddressBogon": false, - "EndpointTransactionID": 50010, + "EndpointTransactionID": 50003, "EndpointProto": "tcp", "EndpointPort": "443", - "EndpointAddress": "5.255.255.88:443", + "EndpointAddress": "5.255.255.80:443", "TCPConnectFailure": "", "TLSHandshakeFailure": "", "TLSServerName": "ya.ru", @@ -99,10 +93,7 @@ "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", "ControlDNSLookupFailure": "", "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" + "5.255.255.80" ], "ControlTCPConnectFailure": "", "ControlTLSHandshakeFailure": null, @@ -119,32 +110,29 @@ }, { "TagDepth": 2, - "Type": 2, + "Type": 0, "Failure": "", - "TransactionID": 50012, - "TagFetchBody": true, - "DNSTransactionID": 30001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", + "TransactionID": 10003, + "TagFetchBody": null, + "DNSTransactionID": 10003, + "DNSDomain": "ya.ru", "DNSLookupFailure": "", - "DNSQueryType": null, - "DNSEngine": null, + "DNSQueryType": "ANY", + "DNSEngine": "getaddrinfo", "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" + "5.255.255.80" ], "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.80", + "IPAddress": "5.255.255.80", "IPAddressASN": 208398, "IPAddressBogon": false, - "EndpointTransactionID": 50012, - "EndpointProto": "tcp", - "EndpointPort": "443", - "EndpointAddress": "77.88.55.80:443", - "TCPConnectFailure": "", - "TLSHandshakeFailure": "", - "TLSServerName": "ya.ru", + "EndpointTransactionID": null, + "EndpointProto": null, + "EndpointPort": null, + "EndpointAddress": null, + "TCPConnectFailure": null, + "TLSHandshakeFailure": null, + "TLSServerName": null, "HTTPRequestURL": null, "HTTPFailure": null, "HTTPResponseStatusCode": null, @@ -154,15 +142,10 @@ "HTTPResponseLocation": null, "HTTPResponseTitle": null, "HTTPResponseIsFinal": null, - "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "ControlTCPConnectFailure": "", + "ControlDNSDomain": null, + "ControlDNSLookupFailure": null, + "ControlDNSResolvedAddrs": null, + "ControlTCPConnectFailure": null, "ControlTLSHandshakeFailure": null, "ControlHTTPFailure": "", "ControlHTTPResponseStatusCode": 200, @@ -176,10 +159,10 @@ "ControlHTTPResponseTitle": "Default Web Page" }, { - "TagDepth": 2, - "Type": 2, + "TagDepth": 1, + "Type": 3, "Failure": "", - "TransactionID": 50011, + "TransactionID": 50002, "TagFetchBody": true, "DNSTransactionID": 30001, "DNSDomain": "xn--d1acpjx3f.xn--p1ai", @@ -187,96 +170,37 @@ "DNSQueryType": null, "DNSEngine": null, "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" + "5.255.255.80" ], "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.77", + "IPAddress": "5.255.255.80", "IPAddressASN": 208398, "IPAddressBogon": false, - "EndpointTransactionID": 50011, + "EndpointTransactionID": 50002, "EndpointProto": "tcp", "EndpointPort": "443", - "EndpointAddress": "77.88.55.77:443", + "EndpointAddress": "5.255.255.80:443", "TCPConnectFailure": "", "TLSHandshakeFailure": "", - "TLSServerName": "ya.ru", - "HTTPRequestURL": null, - "HTTPFailure": null, - "HTTPResponseStatusCode": null, - "HTTPResponseBodyLength": null, - "HTTPResponseBodyIsTruncated": null, - "HTTPResponseHeadersKeys": null, - "HTTPResponseLocation": null, - "HTTPResponseTitle": null, - "HTTPResponseIsFinal": null, - "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "ControlTCPConnectFailure": "", - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { + "TLSServerName": "yandex.com", + "HTTPRequestURL": "https://yandex.com/", + "HTTPFailure": "", + "HTTPResponseStatusCode": 308, + "HTTPResponseBodyLength": 0, + "HTTPResponseBodyIsTruncated": false, + "HTTPResponseHeadersKeys": { "Alt-Svc": true, "Content-Length": true, - "Content-Type": true, - "Date": true + "Date": true, + "Location": true }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 2, - "Type": 2, - "Failure": "", - "TransactionID": 50009, - "TagFetchBody": true, - "DNSTransactionID": 30001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", - "DNSLookupFailure": "", - "DNSQueryType": null, - "DNSEngine": null, - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "5.255.255.80", - "IPAddressASN": 208398, - "IPAddressBogon": false, - "EndpointTransactionID": 50009, - "EndpointProto": "tcp", - "EndpointPort": "443", - "EndpointAddress": "5.255.255.80:443", - "TCPConnectFailure": "", - "TLSHandshakeFailure": "", - "TLSServerName": "ya.ru", - "HTTPRequestURL": null, - "HTTPFailure": null, - "HTTPResponseStatusCode": null, - "HTTPResponseBodyLength": null, - "HTTPResponseBodyIsTruncated": null, - "HTTPResponseHeadersKeys": null, - "HTTPResponseLocation": null, - "HTTPResponseTitle": null, - "HTTPResponseIsFinal": null, + "HTTPResponseLocation": "https://ya.ru/", + "HTTPResponseTitle": "", + "HTTPResponseIsFinal": false, "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", "ControlDNSLookupFailure": "", "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" + "5.255.255.80" ], "ControlTCPConnectFailure": "", "ControlTLSHandshakeFailure": null, @@ -292,21 +216,18 @@ "ControlHTTPResponseTitle": "Default Web Page" }, { - "TagDepth": 2, + "TagDepth": 1, "Type": 0, "Failure": "", - "TransactionID": 10003, + "TransactionID": 10002, "TagFetchBody": null, - "DNSTransactionID": 10003, - "DNSDomain": "ya.ru", + "DNSTransactionID": 10002, + "DNSDomain": "yandex.com", "DNSLookupFailure": "", "DNSQueryType": "ANY", "DNSEngine": "getaddrinfo", "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" + "5.255.255.80" ], "IPAddressOrigin": "dns", "IPAddress": "5.255.255.80", @@ -345,99 +266,50 @@ "ControlHTTPResponseTitle": "Default Web Page" }, { - "TagDepth": 2, - "Type": 0, + "TagDepth": 0, + "Type": 3, "Failure": "", - "TransactionID": 10003, - "TagFetchBody": null, - "DNSTransactionID": 10003, - "DNSDomain": "ya.ru", + "TransactionID": 40001, + "TagFetchBody": true, + "DNSTransactionID": 30001, + "DNSDomain": "xn--d1acpjx3f.xn--p1ai", "DNSLookupFailure": "", - "DNSQueryType": "ANY", - "DNSEngine": "getaddrinfo", + "DNSQueryType": null, + "DNSEngine": null, "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" + "5.255.255.80" ], "IPAddressOrigin": "dns", - "IPAddress": "5.255.255.88", + "IPAddress": "5.255.255.80", "IPAddressASN": 208398, "IPAddressBogon": false, - "EndpointTransactionID": null, - "EndpointProto": null, - "EndpointPort": null, - "EndpointAddress": null, - "TCPConnectFailure": null, + "EndpointTransactionID": 40001, + "EndpointProto": "tcp", + "EndpointPort": "80", + "EndpointAddress": "5.255.255.80:80", + "TCPConnectFailure": "", "TLSHandshakeFailure": null, "TLSServerName": null, - "HTTPRequestURL": null, - "HTTPFailure": null, - "HTTPResponseStatusCode": null, - "HTTPResponseBodyLength": null, - "HTTPResponseBodyIsTruncated": null, - "HTTPResponseHeadersKeys": null, - "HTTPResponseLocation": null, - "HTTPResponseTitle": null, - "HTTPResponseIsFinal": null, - "ControlDNSDomain": null, - "ControlDNSLookupFailure": null, - "ControlDNSResolvedAddrs": null, - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { + "HTTPRequestURL": "http://xn--d1acpjx3f.xn--p1ai/", + "HTTPFailure": "", + "HTTPResponseStatusCode": 308, + "HTTPResponseBodyLength": 0, + "HTTPResponseBodyIsTruncated": false, + "HTTPResponseHeadersKeys": { "Alt-Svc": true, "Content-Length": true, - "Content-Type": true, - "Date": true + "Date": true, + "Location": true }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 2, - "Type": 0, - "Failure": "", - "TransactionID": 10003, - "TagFetchBody": null, - "DNSTransactionID": 10003, - "DNSDomain": "ya.ru", - "DNSLookupFailure": "", - "DNSQueryType": "ANY", - "DNSEngine": "getaddrinfo", - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" + "HTTPResponseLocation": "https://yandex.com/", + "HTTPResponseTitle": "", + "HTTPResponseIsFinal": false, + "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "5.255.255.80" ], - "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.77", - "IPAddressASN": 208398, - "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": null, - "ControlDNSLookupFailure": null, - "ControlDNSResolvedAddrs": null, - "ControlTCPConnectFailure": null, + "ControlTCPConnectFailure": "", "ControlTLSHandshakeFailure": null, "ControlHTTPFailure": "", "ControlHTTPResponseStatusCode": 200, @@ -451,760 +323,18 @@ "ControlHTTPResponseTitle": "Default Web Page" }, { - "TagDepth": 2, + "TagDepth": 0, "Type": 0, "Failure": "", - "TransactionID": 10003, + "TransactionID": 10001, "TagFetchBody": null, - "DNSTransactionID": 10003, - "DNSDomain": "ya.ru", + "DNSTransactionID": 10001, + "DNSDomain": "xn--d1acpjx3f.xn--p1ai", "DNSLookupFailure": "", "DNSQueryType": "ANY", "DNSEngine": "getaddrinfo", "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.80", - "IPAddressASN": 208398, - "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": null, - "ControlDNSLookupFailure": null, - "ControlDNSResolvedAddrs": null, - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 1, - "Type": 3, - "Failure": "", - "TransactionID": 50007, - "TagFetchBody": true, - "DNSTransactionID": 30001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", - "DNSLookupFailure": "", - "DNSQueryType": null, - "DNSEngine": null, - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "5.255.255.88", - "IPAddressASN": 208398, - "IPAddressBogon": false, - "EndpointTransactionID": 50007, - "EndpointProto": "tcp", - "EndpointPort": "443", - "EndpointAddress": "5.255.255.88:443", - "TCPConnectFailure": "", - "TLSHandshakeFailure": "", - "TLSServerName": "yandex.com", - "HTTPRequestURL": "https://yandex.com/", - "HTTPFailure": "", - "HTTPResponseStatusCode": 308, - "HTTPResponseBodyLength": 0, - "HTTPResponseBodyIsTruncated": false, - "HTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Date": true, - "Location": true - }, - "HTTPResponseLocation": "https://ya.ru/", - "HTTPResponseTitle": "", - "HTTPResponseIsFinal": false, - "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "ControlTCPConnectFailure": "", - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 1, - "Type": 2, - "Failure": "", - "TransactionID": 50008, - "TagFetchBody": true, - "DNSTransactionID": 30001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", - "DNSLookupFailure": "", - "DNSQueryType": null, - "DNSEngine": null, - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.77", - "IPAddressASN": 208398, - "IPAddressBogon": false, - "EndpointTransactionID": 50008, - "EndpointProto": "tcp", - "EndpointPort": "443", - "EndpointAddress": "77.88.55.77:443", - "TCPConnectFailure": "", - "TLSHandshakeFailure": "", - "TLSServerName": "yandex.com", - "HTTPRequestURL": null, - "HTTPFailure": null, - "HTTPResponseStatusCode": null, - "HTTPResponseBodyLength": null, - "HTTPResponseBodyIsTruncated": null, - "HTTPResponseHeadersKeys": null, - "HTTPResponseLocation": null, - "HTTPResponseTitle": null, - "HTTPResponseIsFinal": null, - "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "ControlTCPConnectFailure": "", - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 1, - "Type": 2, - "Failure": "", - "TransactionID": 50006, - "TagFetchBody": true, - "DNSTransactionID": 30001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", - "DNSLookupFailure": "", - "DNSQueryType": null, - "DNSEngine": null, - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "5.255.255.80", - "IPAddressASN": 208398, - "IPAddressBogon": false, - "EndpointTransactionID": 50006, - "EndpointProto": "tcp", - "EndpointPort": "443", - "EndpointAddress": "5.255.255.80:443", - "TCPConnectFailure": "", - "TLSHandshakeFailure": "", - "TLSServerName": "yandex.com", - "HTTPRequestURL": null, - "HTTPFailure": null, - "HTTPResponseStatusCode": null, - "HTTPResponseBodyLength": null, - "HTTPResponseBodyIsTruncated": null, - "HTTPResponseHeadersKeys": null, - "HTTPResponseLocation": null, - "HTTPResponseTitle": null, - "HTTPResponseIsFinal": null, - "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "ControlTCPConnectFailure": "", - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 1, - "Type": 2, - "Failure": "", - "TransactionID": 50005, - "TagFetchBody": true, - "DNSTransactionID": 30001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", - "DNSLookupFailure": "", - "DNSQueryType": null, - "DNSEngine": null, - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.80", - "IPAddressASN": 208398, - "IPAddressBogon": false, - "EndpointTransactionID": 50005, - "EndpointProto": "tcp", - "EndpointPort": "443", - "EndpointAddress": "77.88.55.80:443", - "TCPConnectFailure": "", - "TLSHandshakeFailure": "", - "TLSServerName": "yandex.com", - "HTTPRequestURL": null, - "HTTPFailure": null, - "HTTPResponseStatusCode": null, - "HTTPResponseBodyLength": null, - "HTTPResponseBodyIsTruncated": null, - "HTTPResponseHeadersKeys": null, - "HTTPResponseLocation": null, - "HTTPResponseTitle": null, - "HTTPResponseIsFinal": null, - "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "ControlTCPConnectFailure": "", - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 1, - "Type": 0, - "Failure": "", - "TransactionID": 10002, - "TagFetchBody": null, - "DNSTransactionID": 10002, - "DNSDomain": "yandex.com", - "DNSLookupFailure": "", - "DNSQueryType": "ANY", - "DNSEngine": "getaddrinfo", - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "5.255.255.80", - "IPAddressASN": 208398, - "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": null, - "ControlDNSLookupFailure": null, - "ControlDNSResolvedAddrs": null, - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 1, - "Type": 0, - "Failure": "", - "TransactionID": 10002, - "TagFetchBody": null, - "DNSTransactionID": 10002, - "DNSDomain": "yandex.com", - "DNSLookupFailure": "", - "DNSQueryType": "ANY", - "DNSEngine": "getaddrinfo", - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "5.255.255.88", - "IPAddressASN": 208398, - "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": null, - "ControlDNSLookupFailure": null, - "ControlDNSResolvedAddrs": null, - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 1, - "Type": 0, - "Failure": "", - "TransactionID": 10002, - "TagFetchBody": null, - "DNSTransactionID": 10002, - "DNSDomain": "yandex.com", - "DNSLookupFailure": "", - "DNSQueryType": "ANY", - "DNSEngine": "getaddrinfo", - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.77", - "IPAddressASN": 208398, - "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": null, - "ControlDNSLookupFailure": null, - "ControlDNSResolvedAddrs": null, - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 1, - "Type": 0, - "Failure": "", - "TransactionID": 10002, - "TagFetchBody": null, - "DNSTransactionID": 10002, - "DNSDomain": "yandex.com", - "DNSLookupFailure": "", - "DNSQueryType": "ANY", - "DNSEngine": "getaddrinfo", - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.80", - "IPAddressASN": 208398, - "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": null, - "ControlDNSLookupFailure": null, - "ControlDNSResolvedAddrs": null, - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 0, - "Type": 3, - "Failure": "", - "TransactionID": 40004, - "TagFetchBody": true, - "DNSTransactionID": 30001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", - "DNSLookupFailure": "", - "DNSQueryType": null, - "DNSEngine": null, - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.80", - "IPAddressASN": 208398, - "IPAddressBogon": false, - "EndpointTransactionID": 40004, - "EndpointProto": "tcp", - "EndpointPort": "80", - "EndpointAddress": "77.88.55.80:80", - "TCPConnectFailure": "", - "TLSHandshakeFailure": null, - "TLSServerName": null, - "HTTPRequestURL": "http://xn--d1acpjx3f.xn--p1ai/", - "HTTPFailure": "", - "HTTPResponseStatusCode": 308, - "HTTPResponseBodyLength": 0, - "HTTPResponseBodyIsTruncated": false, - "HTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Date": true, - "Location": true - }, - "HTTPResponseLocation": "https://yandex.com/", - "HTTPResponseTitle": "", - "HTTPResponseIsFinal": false, - "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "ControlTCPConnectFailure": "", - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 0, - "Type": 1, - "Failure": "", - "TransactionID": 40003, - "TagFetchBody": true, - "DNSTransactionID": 30001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", - "DNSLookupFailure": "", - "DNSQueryType": null, - "DNSEngine": null, - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.77", - "IPAddressASN": 208398, - "IPAddressBogon": false, - "EndpointTransactionID": 40003, - "EndpointProto": "tcp", - "EndpointPort": "80", - "EndpointAddress": "77.88.55.77:80", - "TCPConnectFailure": "", - "TLSHandshakeFailure": null, - "TLSServerName": null, - "HTTPRequestURL": null, - "HTTPFailure": null, - "HTTPResponseStatusCode": null, - "HTTPResponseBodyLength": null, - "HTTPResponseBodyIsTruncated": null, - "HTTPResponseHeadersKeys": null, - "HTTPResponseLocation": null, - "HTTPResponseTitle": null, - "HTTPResponseIsFinal": null, - "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "ControlTCPConnectFailure": "", - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 0, - "Type": 1, - "Failure": "", - "TransactionID": 40002, - "TagFetchBody": true, - "DNSTransactionID": 30001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", - "DNSLookupFailure": "", - "DNSQueryType": null, - "DNSEngine": null, - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "5.255.255.88", - "IPAddressASN": 208398, - "IPAddressBogon": false, - "EndpointTransactionID": 40002, - "EndpointProto": "tcp", - "EndpointPort": "80", - "EndpointAddress": "5.255.255.88:80", - "TCPConnectFailure": "", - "TLSHandshakeFailure": null, - "TLSServerName": null, - "HTTPRequestURL": null, - "HTTPFailure": null, - "HTTPResponseStatusCode": null, - "HTTPResponseBodyLength": null, - "HTTPResponseBodyIsTruncated": null, - "HTTPResponseHeadersKeys": null, - "HTTPResponseLocation": null, - "HTTPResponseTitle": null, - "HTTPResponseIsFinal": null, - "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "ControlTCPConnectFailure": "", - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 0, - "Type": 1, - "Failure": "", - "TransactionID": 40001, - "TagFetchBody": true, - "DNSTransactionID": 30001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", - "DNSLookupFailure": "", - "DNSQueryType": null, - "DNSEngine": null, - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "5.255.255.80", - "IPAddressASN": 208398, - "IPAddressBogon": false, - "EndpointTransactionID": 40001, - "EndpointProto": "tcp", - "EndpointPort": "80", - "EndpointAddress": "5.255.255.80:80", - "TCPConnectFailure": "", - "TLSHandshakeFailure": null, - "TLSServerName": null, - "HTTPRequestURL": null, - "HTTPFailure": null, - "HTTPResponseStatusCode": null, - "HTTPResponseBodyLength": null, - "HTTPResponseBodyIsTruncated": null, - "HTTPResponseHeadersKeys": null, - "HTTPResponseLocation": null, - "HTTPResponseTitle": null, - "HTTPResponseIsFinal": null, - "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "ControlTCPConnectFailure": "", - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 0, - "Type": 0, - "Failure": "", - "TransactionID": 10001, - "TagFetchBody": null, - "DNSTransactionID": 10001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", - "DNSLookupFailure": "", - "DNSQueryType": "ANY", - "DNSEngine": "getaddrinfo", - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" + "5.255.255.80" ], "IPAddressOrigin": "dns", "IPAddress": "5.255.255.80", @@ -1229,184 +359,7 @@ "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", "ControlDNSLookupFailure": "", "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 0, - "Type": 0, - "Failure": "", - "TransactionID": 10001, - "TagFetchBody": null, - "DNSTransactionID": 10001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", - "DNSLookupFailure": "", - "DNSQueryType": "ANY", - "DNSEngine": "getaddrinfo", - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "5.255.255.88", - "IPAddressASN": 208398, - "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": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 0, - "Type": 0, - "Failure": "", - "TransactionID": 10001, - "TagFetchBody": null, - "DNSTransactionID": 10001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", - "DNSLookupFailure": "", - "DNSQueryType": "ANY", - "DNSEngine": "getaddrinfo", - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.77", - "IPAddressASN": 208398, - "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": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 0, - "Type": 0, - "Failure": "", - "TransactionID": 10001, - "TagFetchBody": null, - "DNSTransactionID": 10001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", - "DNSLookupFailure": "", - "DNSQueryType": "ANY", - "DNSEngine": "getaddrinfo", - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.80", - "IPAddressASN": 208398, - "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": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" + "5.255.255.80" ], "ControlTCPConnectFailure": null, "ControlTLSHandshakeFailure": null, diff --git a/internal/minipipeline/testdata/webconnectivity/generated/idnaWithoutCensorshipWithFirstLetterUppercase/measurement.json b/internal/minipipeline/testdata/webconnectivity/generated/idnaWithoutCensorshipWithFirstLetterUppercase/measurement.json index 2de703055..a6707227f 100644 --- a/internal/minipipeline/testdata/webconnectivity/generated/idnaWithoutCensorshipWithFirstLetterUppercase/measurement.json +++ b/internal/minipipeline/testdata/webconnectivity/generated/idnaWithoutCensorshipWithFirstLetterUppercase/measurement.json @@ -45,27 +45,6 @@ "answer_type": "A", "ipv4": "5.255.255.80", "ttl": null - }, - { - "asn": 208398, - "as_org_name": "Teletech d.o.o. Beograd", - "answer_type": "A", - "ipv4": "5.255.255.88", - "ttl": null - }, - { - "asn": 208398, - "as_org_name": "Teletech d.o.o. Beograd", - "answer_type": "A", - "ipv4": "77.88.55.77", - "ttl": null - }, - { - "asn": 208398, - "as_org_name": "Teletech d.o.o. Beograd", - "answer_type": "A", - "ipv4": "77.88.55.80", - "ttl": null } ], "engine": "doh", @@ -104,27 +83,6 @@ "answer_type": "A", "ipv4": "5.255.255.80", "ttl": null - }, - { - "asn": 208398, - "as_org_name": "Teletech d.o.o. Beograd", - "answer_type": "A", - "ipv4": "5.255.255.88", - "ttl": null - }, - { - "asn": 208398, - "as_org_name": "Teletech d.o.o. Beograd", - "answer_type": "A", - "ipv4": "77.88.55.77", - "ttl": null - }, - { - "asn": 208398, - "as_org_name": "Teletech d.o.o. Beograd", - "answer_type": "A", - "ipv4": "77.88.55.80", - "ttl": null } ], "engine": "getaddrinfo", @@ -148,27 +106,6 @@ "answer_type": "A", "ipv4": "5.255.255.80", "ttl": null - }, - { - "asn": 208398, - "as_org_name": "Teletech d.o.o. Beograd", - "answer_type": "A", - "ipv4": "5.255.255.88", - "ttl": null - }, - { - "asn": 208398, - "as_org_name": "Teletech d.o.o. Beograd", - "answer_type": "A", - "ipv4": "77.88.55.77", - "ttl": null - }, - { - "asn": 208398, - "as_org_name": "Teletech d.o.o. Beograd", - "answer_type": "A", - "ipv4": "77.88.55.80", - "ttl": null } ], "engine": "getaddrinfo", @@ -192,27 +129,6 @@ "answer_type": "A", "ipv4": "5.255.255.80", "ttl": null - }, - { - "asn": 208398, - "as_org_name": "Teletech d.o.o. Beograd", - "answer_type": "A", - "ipv4": "5.255.255.88", - "ttl": null - }, - { - "asn": 208398, - "as_org_name": "Teletech d.o.o. Beograd", - "answer_type": "A", - "ipv4": "77.88.55.77", - "ttl": null - }, - { - "asn": 208398, - "as_org_name": "Teletech d.o.o. Beograd", - "answer_type": "A", - "ipv4": "77.88.55.80", - "ttl": null } ], "engine": "getaddrinfo", @@ -236,27 +152,6 @@ "answer_type": "A", "ipv4": "5.255.255.80", "ttl": null - }, - { - "asn": 208398, - "as_org_name": "Teletech d.o.o. Beograd", - "answer_type": "A", - "ipv4": "5.255.255.88", - "ttl": null - }, - { - "asn": 208398, - "as_org_name": "Teletech d.o.o. Beograd", - "answer_type": "A", - "ipv4": "77.88.55.77", - "ttl": null - }, - { - "asn": 208398, - "as_org_name": "Teletech d.o.o. Beograd", - "answer_type": "A", - "ipv4": "77.88.55.80", - "ttl": null } ], "engine": "udp", @@ -295,27 +190,6 @@ "answer_type": "A", "ipv4": "5.255.255.80", "ttl": null - }, - { - "asn": 208398, - "as_org_name": "Teletech d.o.o. Beograd", - "answer_type": "A", - "ipv4": "5.255.255.88", - "ttl": null - }, - { - "asn": 208398, - "as_org_name": "Teletech d.o.o. Beograd", - "answer_type": "A", - "ipv4": "77.88.55.77", - "ttl": null - }, - { - "asn": 208398, - "as_org_name": "Teletech d.o.o. Beograd", - "answer_type": "A", - "ipv4": "77.88.55.80", - "ttl": null } ], "engine": "udp", @@ -354,27 +228,6 @@ "answer_type": "A", "ipv4": "5.255.255.80", "ttl": null - }, - { - "asn": 208398, - "as_org_name": "Teletech d.o.o. Beograd", - "answer_type": "A", - "ipv4": "5.255.255.88", - "ttl": null - }, - { - "asn": 208398, - "as_org_name": "Teletech d.o.o. Beograd", - "answer_type": "A", - "ipv4": "77.88.55.77", - "ttl": null - }, - { - "asn": 208398, - "as_org_name": "Teletech d.o.o. Beograd", - "answer_type": "A", - "ipv4": "77.88.55.80", - "ttl": null } ], "engine": "udp", @@ -409,7 +262,7 @@ "requests": [ { "network": "tcp", - "address": "5.255.255.88:443", + "address": "5.255.255.80:443", "alpn": "http/1.1", "failure": null, "request": { @@ -487,11 +340,11 @@ "depth=2", "fetch_body=true" ], - "transaction_id": 50010 + "transaction_id": 50003 }, { "network": "tcp", - "address": "5.255.255.88:443", + "address": "5.255.255.80:443", "alpn": "http/1.1", "failure": null, "request": { @@ -569,11 +422,11 @@ "depth=1", "fetch_body=true" ], - "transaction_id": 50007 + "transaction_id": 50002 }, { "network": "tcp", - "address": "77.88.55.80:80", + "address": "5.255.255.80:80", "failure": null, "request": { "body": "", @@ -650,7 +503,7 @@ "depth=0", "fetch_body=true" ], - "transaction_id": 40004 + "transaction_id": 40001 } ], "tcp_connect": [ @@ -694,66 +547,10 @@ "depth=1", "fetch_body=true" ], - "transaction_id": 50006 - }, - { - "ip": "5.255.255.80", - "port": 443, - "status": { - "failure": null, - "success": true - }, - "t": 0, - "tags": [ - "depth=2", - "fetch_body=true" - ], - "transaction_id": 50009 - }, - { - "ip": "5.255.255.88", - "port": 80, - "status": { - "failure": null, - "success": true - }, - "t": 0, - "tags": [ - "depth=0", - "fetch_body=true" - ], - "transaction_id": 40002 - }, - { - "ip": "5.255.255.88", - "port": 443, - "status": { - "failure": null, - "success": true - }, - "t": 0, - "tags": [ - "depth=0", - "fetch_body=false" - ], "transaction_id": 50002 }, { - "ip": "5.255.255.88", - "port": 443, - "status": { - "failure": null, - "success": true - }, - "t": 0, - "tags": [ - "depth=1", - "fetch_body=true" - ], - "transaction_id": 50007 - }, - { - "ip": "5.255.255.88", + "ip": "5.255.255.80", "port": 443, "status": { "failure": null, @@ -764,119 +561,7 @@ "depth=2", "fetch_body=true" ], - "transaction_id": 50010 - }, - { - "ip": "77.88.55.77", - "port": 80, - "status": { - "failure": null, - "success": true - }, - "t": 0, - "tags": [ - "depth=0", - "fetch_body=true" - ], - "transaction_id": 40003 - }, - { - "ip": "77.88.55.77", - "port": 443, - "status": { - "failure": null, - "success": true - }, - "t": 0, - "tags": [ - "depth=0", - "fetch_body=false" - ], "transaction_id": 50003 - }, - { - "ip": "77.88.55.77", - "port": 443, - "status": { - "failure": null, - "success": true - }, - "t": 0, - "tags": [ - "depth=1", - "fetch_body=true" - ], - "transaction_id": 50008 - }, - { - "ip": "77.88.55.77", - "port": 443, - "status": { - "failure": null, - "success": true - }, - "t": 0, - "tags": [ - "depth=2", - "fetch_body=true" - ], - "transaction_id": 50011 - }, - { - "ip": "77.88.55.80", - "port": 80, - "status": { - "failure": null, - "success": true - }, - "t": 0, - "tags": [ - "depth=0", - "fetch_body=true" - ], - "transaction_id": 40004 - }, - { - "ip": "77.88.55.80", - "port": 443, - "status": { - "failure": null, - "success": true - }, - "t": 0, - "tags": [ - "depth=0", - "fetch_body=false" - ], - "transaction_id": 50004 - }, - { - "ip": "77.88.55.80", - "port": 443, - "status": { - "failure": null, - "success": true - }, - "t": 0, - "tags": [ - "depth=1", - "fetch_body=true" - ], - "transaction_id": 50005 - }, - { - "ip": "77.88.55.80", - "port": 443, - "status": { - "failure": null, - "success": true - }, - "t": 0, - "tags": [ - "depth=2", - "fetch_body=true" - ], - "transaction_id": 50012 } ], "tls_handshakes": [ @@ -912,62 +597,11 @@ "fetch_body=true" ], "tls_version": "TLSv1.3", - "transaction_id": 50006 - }, - { - "network": "tcp", - "address": "5.255.255.80:443", - "cipher_suite": "TLS_AES_128_GCM_SHA256", - "failure": null, - "negotiated_protocol": "http/1.1", - "no_tls_verify": false, - "peer_certificates": null, - "server_name": "ya.ru", - "t": 0, - "tags": [ - "depth=2", - "fetch_body=true" - ], - "tls_version": "TLSv1.3", - "transaction_id": 50009 - }, - { - "network": "tcp", - "address": "5.255.255.88:443", - "cipher_suite": "TLS_AES_128_GCM_SHA256", - "failure": null, - "negotiated_protocol": "http/1.1", - "no_tls_verify": false, - "peer_certificates": null, - "server_name": "xn--d1acpjx3f.xn--p1ai", - "t": 0, - "tags": [ - "depth=0", - "fetch_body=false" - ], - "tls_version": "TLSv1.3", "transaction_id": 50002 }, { "network": "tcp", - "address": "5.255.255.88:443", - "cipher_suite": "TLS_AES_128_GCM_SHA256", - "failure": null, - "negotiated_protocol": "http/1.1", - "no_tls_verify": false, - "peer_certificates": null, - "server_name": "yandex.com", - "t": 0, - "tags": [ - "depth=1", - "fetch_body=true" - ], - "tls_version": "TLSv1.3", - "transaction_id": 50007 - }, - { - "network": "tcp", - "address": "5.255.255.88:443", + "address": "5.255.255.80:443", "cipher_suite": "TLS_AES_128_GCM_SHA256", "failure": null, "negotiated_protocol": "http/1.1", @@ -980,109 +614,7 @@ "fetch_body=true" ], "tls_version": "TLSv1.3", - "transaction_id": 50010 - }, - { - "network": "tcp", - "address": "77.88.55.77:443", - "cipher_suite": "TLS_AES_128_GCM_SHA256", - "failure": null, - "negotiated_protocol": "http/1.1", - "no_tls_verify": false, - "peer_certificates": null, - "server_name": "xn--d1acpjx3f.xn--p1ai", - "t": 0, - "tags": [ - "depth=0", - "fetch_body=false" - ], - "tls_version": "TLSv1.3", "transaction_id": 50003 - }, - { - "network": "tcp", - "address": "77.88.55.77:443", - "cipher_suite": "TLS_AES_128_GCM_SHA256", - "failure": null, - "negotiated_protocol": "http/1.1", - "no_tls_verify": false, - "peer_certificates": null, - "server_name": "yandex.com", - "t": 0, - "tags": [ - "depth=1", - "fetch_body=true" - ], - "tls_version": "TLSv1.3", - "transaction_id": 50008 - }, - { - "network": "tcp", - "address": "77.88.55.77:443", - "cipher_suite": "TLS_AES_128_GCM_SHA256", - "failure": null, - "negotiated_protocol": "http/1.1", - "no_tls_verify": false, - "peer_certificates": null, - "server_name": "ya.ru", - "t": 0, - "tags": [ - "depth=2", - "fetch_body=true" - ], - "tls_version": "TLSv1.3", - "transaction_id": 50011 - }, - { - "network": "tcp", - "address": "77.88.55.80:443", - "cipher_suite": "TLS_AES_128_GCM_SHA256", - "failure": null, - "negotiated_protocol": "http/1.1", - "no_tls_verify": false, - "peer_certificates": null, - "server_name": "xn--d1acpjx3f.xn--p1ai", - "t": 0, - "tags": [ - "depth=0", - "fetch_body=false" - ], - "tls_version": "TLSv1.3", - "transaction_id": 50004 - }, - { - "network": "tcp", - "address": "77.88.55.80:443", - "cipher_suite": "TLS_AES_128_GCM_SHA256", - "failure": null, - "negotiated_protocol": "http/1.1", - "no_tls_verify": false, - "peer_certificates": null, - "server_name": "yandex.com", - "t": 0, - "tags": [ - "depth=1", - "fetch_body=true" - ], - "tls_version": "TLSv1.3", - "transaction_id": 50005 - }, - { - "network": "tcp", - "address": "77.88.55.80:443", - "cipher_suite": "TLS_AES_128_GCM_SHA256", - "failure": null, - "negotiated_protocol": "http/1.1", - "no_tls_verify": false, - "peer_certificates": null, - "server_name": "ya.ru", - "t": 0, - "tags": [ - "depth=2", - "fetch_body=true" - ], - "tls_version": "TLSv1.3", - "transaction_id": 50012 } ], "x_control_request": { @@ -1100,13 +632,7 @@ }, "tcp_connect": [ "5.255.255.80:443", - "5.255.255.80:80", - "5.255.255.88:443", - "5.255.255.88:80", - "77.88.55.77:443", - "77.88.55.77:80", - "77.88.55.80:443", - "77.88.55.80:80" + "5.255.255.80:80" ], "x_quic_enabled": false }, @@ -1119,30 +645,6 @@ "5.255.255.80:80": { "status": true, "failure": null - }, - "5.255.255.88:443": { - "status": true, - "failure": null - }, - "5.255.255.88:80": { - "status": true, - "failure": null - }, - "77.88.55.77:443": { - "status": true, - "failure": null - }, - "77.88.55.77:80": { - "status": true, - "failure": null - }, - "77.88.55.80:443": { - "status": true, - "failure": null - }, - "77.88.55.80:80": { - "status": true, - "failure": null } }, "tls_handshake": { @@ -1150,21 +652,6 @@ "server_name": "xn--d1acpjx3f.xn--p1ai", "status": true, "failure": null - }, - "5.255.255.88:443": { - "server_name": "xn--d1acpjx3f.xn--p1ai", - "status": true, - "failure": null - }, - "77.88.55.77:443": { - "server_name": "xn--d1acpjx3f.xn--p1ai", - "status": true, - "failure": null - }, - "77.88.55.80:443": { - "server_name": "xn--d1acpjx3f.xn--p1ai", - "status": true, - "failure": null } }, "quic_handshake": {}, @@ -1185,28 +672,13 @@ "dns": { "failure": null, "addrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" + "5.255.255.80" ] }, "ip_info": { "5.255.255.80": { "asn": 208398, "flags": 11 - }, - "5.255.255.88": { - "asn": 208398, - "flags": 11 - }, - "77.88.55.77": { - "asn": 208398, - "flags": 11 - }, - "77.88.55.80": { - "asn": 208398, - "flags": 11 } } }, diff --git a/internal/minipipeline/testdata/webconnectivity/generated/idnaWithoutCensorshipWithFirstLetterUppercase/observations.json b/internal/minipipeline/testdata/webconnectivity/generated/idnaWithoutCensorshipWithFirstLetterUppercase/observations.json index 513e1f2f0..2189a2cd2 100644 --- a/internal/minipipeline/testdata/webconnectivity/generated/idnaWithoutCensorshipWithFirstLetterUppercase/observations.json +++ b/internal/minipipeline/testdata/webconnectivity/generated/idnaWithoutCensorshipWithFirstLetterUppercase/observations.json @@ -35,10 +35,7 @@ "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", "ControlDNSLookupFailure": "", "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" + "5.255.255.80" ], "ControlTCPConnectFailure": null, "ControlTLSHandshakeFailure": null, @@ -88,10 +85,7 @@ "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", "ControlDNSLookupFailure": "", "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" + "5.255.255.80" ], "ControlTCPConnectFailure": null, "ControlTLSHandshakeFailure": null, @@ -216,10 +210,7 @@ "DNSQueryType": "A", "DNSEngine": "doh", "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" + "5.255.255.80" ], "IPAddressOrigin": "dns", "IPAddress": "5.255.255.80", @@ -244,10 +235,7 @@ "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", "ControlDNSLookupFailure": "", "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" + "5.255.255.80" ], "ControlTCPConnectFailure": null, "ControlTLSHandshakeFailure": null, @@ -266,21 +254,18 @@ "TagDepth": 0, "Type": 0, "Failure": "", - "TransactionID": 30001, + "TransactionID": 10001, "TagFetchBody": null, - "DNSTransactionID": 30001, + "DNSTransactionID": 10001, "DNSDomain": "xn--d1acpjx3f.xn--p1ai", "DNSLookupFailure": "", - "DNSQueryType": "A", - "DNSEngine": "doh", + "DNSQueryType": "ANY", + "DNSEngine": "getaddrinfo", "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" + "5.255.255.80" ], "IPAddressOrigin": "dns", - "IPAddress": "5.255.255.88", + "IPAddress": "5.255.255.80", "IPAddressASN": 208398, "IPAddressBogon": false, "EndpointTransactionID": null, @@ -302,10 +287,7 @@ "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", "ControlDNSLookupFailure": "", "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" + "5.255.255.80" ], "ControlTCPConnectFailure": null, "ControlTLSHandshakeFailure": null, @@ -321,24 +303,21 @@ "ControlHTTPResponseTitle": "Default Web Page" }, { - "TagDepth": 0, + "TagDepth": 1, "Type": 0, "Failure": "", - "TransactionID": 30001, + "TransactionID": 10002, "TagFetchBody": null, - "DNSTransactionID": 30001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", + "DNSTransactionID": 10002, + "DNSDomain": "yandex.com", "DNSLookupFailure": "", - "DNSQueryType": "A", - "DNSEngine": "doh", + "DNSQueryType": "ANY", + "DNSEngine": "getaddrinfo", "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" + "5.255.255.80" ], "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.77", + "IPAddress": "5.255.255.80", "IPAddressASN": 208398, "IPAddressBogon": false, "EndpointTransactionID": null, @@ -357,14 +336,9 @@ "HTTPResponseLocation": null, "HTTPResponseTitle": null, "HTTPResponseIsFinal": null, - "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], + "ControlDNSDomain": null, + "ControlDNSLookupFailure": null, + "ControlDNSResolvedAddrs": null, "ControlTCPConnectFailure": null, "ControlTLSHandshakeFailure": null, "ControlHTTPFailure": "", @@ -379,24 +353,21 @@ "ControlHTTPResponseTitle": "Default Web Page" }, { - "TagDepth": 0, + "TagDepth": 2, "Type": 0, "Failure": "", - "TransactionID": 30001, + "TransactionID": 10003, "TagFetchBody": null, - "DNSTransactionID": 30001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", + "DNSTransactionID": 10003, + "DNSDomain": "ya.ru", "DNSLookupFailure": "", - "DNSQueryType": "A", - "DNSEngine": "doh", + "DNSQueryType": "ANY", + "DNSEngine": "getaddrinfo", "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" + "5.255.255.80" ], "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.80", + "IPAddress": "5.255.255.80", "IPAddressASN": 208398, "IPAddressBogon": false, "EndpointTransactionID": null, @@ -415,14 +386,9 @@ "HTTPResponseLocation": null, "HTTPResponseTitle": null, "HTTPResponseIsFinal": null, - "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], + "ControlDNSDomain": null, + "ControlDNSLookupFailure": null, + "ControlDNSResolvedAddrs": null, "ControlTCPConnectFailure": null, "ControlTLSHandshakeFailure": null, "ControlHTTPFailure": "", @@ -440,18 +406,15 @@ "TagDepth": 0, "Type": 0, "Failure": "", - "TransactionID": 10001, + "TransactionID": 20001, "TagFetchBody": null, - "DNSTransactionID": 10001, + "DNSTransactionID": 20001, "DNSDomain": "xn--d1acpjx3f.xn--p1ai", "DNSLookupFailure": "", - "DNSQueryType": "ANY", - "DNSEngine": "getaddrinfo", + "DNSQueryType": "A", + "DNSEngine": "udp", "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" + "5.255.255.80" ], "IPAddressOrigin": "dns", "IPAddress": "5.255.255.80", @@ -476,10 +439,7 @@ "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", "ControlDNSLookupFailure": "", "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" + "5.255.255.80" ], "ControlTCPConnectFailure": null, "ControlTLSHandshakeFailure": null, @@ -495,24 +455,21 @@ "ControlHTTPResponseTitle": "Default Web Page" }, { - "TagDepth": 0, + "TagDepth": 1, "Type": 0, "Failure": "", - "TransactionID": 10001, + "TransactionID": 20002, "TagFetchBody": null, - "DNSTransactionID": 10001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", + "DNSTransactionID": 20002, + "DNSDomain": "yandex.com", "DNSLookupFailure": "", - "DNSQueryType": "ANY", - "DNSEngine": "getaddrinfo", + "DNSQueryType": "A", + "DNSEngine": "udp", "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" + "5.255.255.80" ], "IPAddressOrigin": "dns", - "IPAddress": "5.255.255.88", + "IPAddress": "5.255.255.80", "IPAddressASN": 208398, "IPAddressBogon": false, "EndpointTransactionID": null, @@ -531,14 +488,9 @@ "HTTPResponseLocation": null, "HTTPResponseTitle": null, "HTTPResponseIsFinal": null, - "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], + "ControlDNSDomain": null, + "ControlDNSLookupFailure": null, + "ControlDNSResolvedAddrs": null, "ControlTCPConnectFailure": null, "ControlTLSHandshakeFailure": null, "ControlHTTPFailure": "", @@ -553,24 +505,21 @@ "ControlHTTPResponseTitle": "Default Web Page" }, { - "TagDepth": 0, + "TagDepth": 2, "Type": 0, "Failure": "", - "TransactionID": 10001, + "TransactionID": 20003, "TagFetchBody": null, - "DNSTransactionID": 10001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", + "DNSTransactionID": 20003, + "DNSDomain": "ya.ru", "DNSLookupFailure": "", - "DNSQueryType": "ANY", - "DNSEngine": "getaddrinfo", + "DNSQueryType": "A", + "DNSEngine": "udp", "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" + "5.255.255.80" ], "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.77", + "IPAddress": "5.255.255.80", "IPAddressASN": 208398, "IPAddressBogon": false, "EndpointTransactionID": null, @@ -589,14 +538,9 @@ "HTTPResponseLocation": null, "HTTPResponseTitle": null, "HTTPResponseIsFinal": null, - "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], + "ControlDNSDomain": null, + "ControlDNSLookupFailure": null, + "ControlDNSResolvedAddrs": null, "ControlTCPConnectFailure": null, "ControlTLSHandshakeFailure": null, "ControlHTTPFailure": "", @@ -609,53 +553,54 @@ "Date": true }, "ControlHTTPResponseTitle": "Default Web Page" - }, - { + } + ], + "KnownTCPEndpoints": { + "40001": { "TagDepth": 0, - "Type": 0, + "Type": 3, "Failure": "", - "TransactionID": 10001, - "TagFetchBody": null, - "DNSTransactionID": 10001, + "TransactionID": 40001, + "TagFetchBody": true, + "DNSTransactionID": 30001, "DNSDomain": "xn--d1acpjx3f.xn--p1ai", "DNSLookupFailure": "", - "DNSQueryType": "ANY", - "DNSEngine": "getaddrinfo", + "DNSQueryType": null, + "DNSEngine": null, "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" + "5.255.255.80" ], "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.80", + "IPAddress": "5.255.255.80", "IPAddressASN": 208398, "IPAddressBogon": false, - "EndpointTransactionID": null, - "EndpointProto": null, - "EndpointPort": null, - "EndpointAddress": null, - "TCPConnectFailure": null, + "EndpointTransactionID": 40001, + "EndpointProto": "tcp", + "EndpointPort": "80", + "EndpointAddress": "5.255.255.80:80", + "TCPConnectFailure": "", "TLSHandshakeFailure": null, "TLSServerName": null, - "HTTPRequestURL": null, - "HTTPFailure": null, - "HTTPResponseStatusCode": null, - "HTTPResponseBodyLength": null, - "HTTPResponseBodyIsTruncated": null, - "HTTPResponseHeadersKeys": null, - "HTTPResponseLocation": null, - "HTTPResponseTitle": null, - "HTTPResponseIsFinal": null, + "HTTPRequestURL": "http://xn--d1acpjx3f.xn--p1ai/", + "HTTPFailure": "", + "HTTPResponseStatusCode": 308, + "HTTPResponseBodyLength": 0, + "HTTPResponseBodyIsTruncated": false, + "HTTPResponseHeadersKeys": { + "Alt-Svc": true, + "Content-Length": true, + "Date": true, + "Location": true + }, + "HTTPResponseLocation": "https://yandex.com/", + "HTTPResponseTitle": "", + "HTTPResponseIsFinal": false, "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", "ControlDNSLookupFailure": "", "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" + "5.255.255.80" ], - "ControlTCPConnectFailure": null, + "ControlTCPConnectFailure": "", "ControlTLSHandshakeFailure": null, "ControlHTTPFailure": "", "ControlHTTPResponseStatusCode": 200, @@ -668,34 +613,31 @@ }, "ControlHTTPResponseTitle": "Default Web Page" }, - { - "TagDepth": 1, - "Type": 0, + "50001": { + "TagDepth": 0, + "Type": 2, "Failure": "", - "TransactionID": 10002, - "TagFetchBody": null, - "DNSTransactionID": 10002, - "DNSDomain": "yandex.com", + "TransactionID": 50001, + "TagFetchBody": false, + "DNSTransactionID": 30001, + "DNSDomain": "xn--d1acpjx3f.xn--p1ai", "DNSLookupFailure": "", - "DNSQueryType": "ANY", - "DNSEngine": "getaddrinfo", + "DNSQueryType": null, + "DNSEngine": null, "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" + "5.255.255.80" ], "IPAddressOrigin": "dns", "IPAddress": "5.255.255.80", "IPAddressASN": 208398, "IPAddressBogon": false, - "EndpointTransactionID": null, - "EndpointProto": null, - "EndpointPort": null, - "EndpointAddress": null, - "TCPConnectFailure": null, - "TLSHandshakeFailure": null, - "TLSServerName": null, + "EndpointTransactionID": 50001, + "EndpointProto": "tcp", + "EndpointPort": "443", + "EndpointAddress": "5.255.255.80:443", + "TCPConnectFailure": "", + "TLSHandshakeFailure": "", + "TLSServerName": "xn--d1acpjx3f.xn--p1ai", "HTTPRequestURL": null, "HTTPFailure": null, "HTTPResponseStatusCode": null, @@ -705,11 +647,13 @@ "HTTPResponseLocation": null, "HTTPResponseTitle": null, "HTTPResponseIsFinal": null, - "ControlDNSDomain": null, - "ControlDNSLookupFailure": null, - "ControlDNSResolvedAddrs": null, - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, + "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", + "ControlDNSLookupFailure": "", + "ControlDNSResolvedAddrs": [ + "5.255.255.80" + ], + "ControlTCPConnectFailure": "", + "ControlTLSHandshakeFailure": "", "ControlHTTPFailure": "", "ControlHTTPResponseStatusCode": 200, "ControlHTTPResponseBodyLength": 1533, @@ -721,1658 +665,41 @@ }, "ControlHTTPResponseTitle": "Default Web Page" }, - { + "50002": { "TagDepth": 1, - "Type": 0, + "Type": 3, "Failure": "", - "TransactionID": 10002, - "TagFetchBody": null, - "DNSTransactionID": 10002, - "DNSDomain": "yandex.com", + "TransactionID": 50002, + "TagFetchBody": true, + "DNSTransactionID": 30001, + "DNSDomain": "xn--d1acpjx3f.xn--p1ai", "DNSLookupFailure": "", - "DNSQueryType": "ANY", - "DNSEngine": "getaddrinfo", + "DNSQueryType": null, + "DNSEngine": null, "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" + "5.255.255.80" ], "IPAddressOrigin": "dns", - "IPAddress": "5.255.255.88", + "IPAddress": "5.255.255.80", "IPAddressASN": 208398, "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": null, - "ControlDNSLookupFailure": null, - "ControlDNSResolvedAddrs": null, - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { + "EndpointTransactionID": 50002, + "EndpointProto": "tcp", + "EndpointPort": "443", + "EndpointAddress": "5.255.255.80:443", + "TCPConnectFailure": "", + "TLSHandshakeFailure": "", + "TLSServerName": "yandex.com", + "HTTPRequestURL": "https://yandex.com/", + "HTTPFailure": "", + "HTTPResponseStatusCode": 308, + "HTTPResponseBodyLength": 0, + "HTTPResponseBodyIsTruncated": false, + "HTTPResponseHeadersKeys": { "Alt-Svc": true, "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 1, - "Type": 0, - "Failure": "", - "TransactionID": 10002, - "TagFetchBody": null, - "DNSTransactionID": 10002, - "DNSDomain": "yandex.com", - "DNSLookupFailure": "", - "DNSQueryType": "ANY", - "DNSEngine": "getaddrinfo", - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.77", - "IPAddressASN": 208398, - "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": null, - "ControlDNSLookupFailure": null, - "ControlDNSResolvedAddrs": null, - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 1, - "Type": 0, - "Failure": "", - "TransactionID": 10002, - "TagFetchBody": null, - "DNSTransactionID": 10002, - "DNSDomain": "yandex.com", - "DNSLookupFailure": "", - "DNSQueryType": "ANY", - "DNSEngine": "getaddrinfo", - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.80", - "IPAddressASN": 208398, - "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": null, - "ControlDNSLookupFailure": null, - "ControlDNSResolvedAddrs": null, - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 2, - "Type": 0, - "Failure": "", - "TransactionID": 10003, - "TagFetchBody": null, - "DNSTransactionID": 10003, - "DNSDomain": "ya.ru", - "DNSLookupFailure": "", - "DNSQueryType": "ANY", - "DNSEngine": "getaddrinfo", - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "5.255.255.80", - "IPAddressASN": 208398, - "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": null, - "ControlDNSLookupFailure": null, - "ControlDNSResolvedAddrs": null, - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 2, - "Type": 0, - "Failure": "", - "TransactionID": 10003, - "TagFetchBody": null, - "DNSTransactionID": 10003, - "DNSDomain": "ya.ru", - "DNSLookupFailure": "", - "DNSQueryType": "ANY", - "DNSEngine": "getaddrinfo", - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "5.255.255.88", - "IPAddressASN": 208398, - "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": null, - "ControlDNSLookupFailure": null, - "ControlDNSResolvedAddrs": null, - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 2, - "Type": 0, - "Failure": "", - "TransactionID": 10003, - "TagFetchBody": null, - "DNSTransactionID": 10003, - "DNSDomain": "ya.ru", - "DNSLookupFailure": "", - "DNSQueryType": "ANY", - "DNSEngine": "getaddrinfo", - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.77", - "IPAddressASN": 208398, - "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": null, - "ControlDNSLookupFailure": null, - "ControlDNSResolvedAddrs": null, - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 2, - "Type": 0, - "Failure": "", - "TransactionID": 10003, - "TagFetchBody": null, - "DNSTransactionID": 10003, - "DNSDomain": "ya.ru", - "DNSLookupFailure": "", - "DNSQueryType": "ANY", - "DNSEngine": "getaddrinfo", - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.80", - "IPAddressASN": 208398, - "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": null, - "ControlDNSLookupFailure": null, - "ControlDNSResolvedAddrs": null, - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 0, - "Type": 0, - "Failure": "", - "TransactionID": 20001, - "TagFetchBody": null, - "DNSTransactionID": 20001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", - "DNSLookupFailure": "", - "DNSQueryType": "A", - "DNSEngine": "udp", - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "5.255.255.80", - "IPAddressASN": 208398, - "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": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 0, - "Type": 0, - "Failure": "", - "TransactionID": 20001, - "TagFetchBody": null, - "DNSTransactionID": 20001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", - "DNSLookupFailure": "", - "DNSQueryType": "A", - "DNSEngine": "udp", - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "5.255.255.88", - "IPAddressASN": 208398, - "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": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 0, - "Type": 0, - "Failure": "", - "TransactionID": 20001, - "TagFetchBody": null, - "DNSTransactionID": 20001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", - "DNSLookupFailure": "", - "DNSQueryType": "A", - "DNSEngine": "udp", - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.77", - "IPAddressASN": 208398, - "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": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 0, - "Type": 0, - "Failure": "", - "TransactionID": 20001, - "TagFetchBody": null, - "DNSTransactionID": 20001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", - "DNSLookupFailure": "", - "DNSQueryType": "A", - "DNSEngine": "udp", - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.80", - "IPAddressASN": 208398, - "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": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 1, - "Type": 0, - "Failure": "", - "TransactionID": 20002, - "TagFetchBody": null, - "DNSTransactionID": 20002, - "DNSDomain": "yandex.com", - "DNSLookupFailure": "", - "DNSQueryType": "A", - "DNSEngine": "udp", - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "5.255.255.80", - "IPAddressASN": 208398, - "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": null, - "ControlDNSLookupFailure": null, - "ControlDNSResolvedAddrs": null, - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 1, - "Type": 0, - "Failure": "", - "TransactionID": 20002, - "TagFetchBody": null, - "DNSTransactionID": 20002, - "DNSDomain": "yandex.com", - "DNSLookupFailure": "", - "DNSQueryType": "A", - "DNSEngine": "udp", - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "5.255.255.88", - "IPAddressASN": 208398, - "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": null, - "ControlDNSLookupFailure": null, - "ControlDNSResolvedAddrs": null, - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 1, - "Type": 0, - "Failure": "", - "TransactionID": 20002, - "TagFetchBody": null, - "DNSTransactionID": 20002, - "DNSDomain": "yandex.com", - "DNSLookupFailure": "", - "DNSQueryType": "A", - "DNSEngine": "udp", - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.77", - "IPAddressASN": 208398, - "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": null, - "ControlDNSLookupFailure": null, - "ControlDNSResolvedAddrs": null, - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 1, - "Type": 0, - "Failure": "", - "TransactionID": 20002, - "TagFetchBody": null, - "DNSTransactionID": 20002, - "DNSDomain": "yandex.com", - "DNSLookupFailure": "", - "DNSQueryType": "A", - "DNSEngine": "udp", - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.80", - "IPAddressASN": 208398, - "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": null, - "ControlDNSLookupFailure": null, - "ControlDNSResolvedAddrs": null, - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 2, - "Type": 0, - "Failure": "", - "TransactionID": 20003, - "TagFetchBody": null, - "DNSTransactionID": 20003, - "DNSDomain": "ya.ru", - "DNSLookupFailure": "", - "DNSQueryType": "A", - "DNSEngine": "udp", - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "5.255.255.80", - "IPAddressASN": 208398, - "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": null, - "ControlDNSLookupFailure": null, - "ControlDNSResolvedAddrs": null, - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 2, - "Type": 0, - "Failure": "", - "TransactionID": 20003, - "TagFetchBody": null, - "DNSTransactionID": 20003, - "DNSDomain": "ya.ru", - "DNSLookupFailure": "", - "DNSQueryType": "A", - "DNSEngine": "udp", - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "5.255.255.88", - "IPAddressASN": 208398, - "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": null, - "ControlDNSLookupFailure": null, - "ControlDNSResolvedAddrs": null, - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 2, - "Type": 0, - "Failure": "", - "TransactionID": 20003, - "TagFetchBody": null, - "DNSTransactionID": 20003, - "DNSDomain": "ya.ru", - "DNSLookupFailure": "", - "DNSQueryType": "A", - "DNSEngine": "udp", - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.77", - "IPAddressASN": 208398, - "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": null, - "ControlDNSLookupFailure": null, - "ControlDNSResolvedAddrs": null, - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 2, - "Type": 0, - "Failure": "", - "TransactionID": 20003, - "TagFetchBody": null, - "DNSTransactionID": 20003, - "DNSDomain": "ya.ru", - "DNSLookupFailure": "", - "DNSQueryType": "A", - "DNSEngine": "udp", - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.80", - "IPAddressASN": 208398, - "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": null, - "ControlDNSLookupFailure": null, - "ControlDNSResolvedAddrs": null, - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - } - ], - "KnownTCPEndpoints": { - "40001": { - "TagDepth": 0, - "Type": 1, - "Failure": "", - "TransactionID": 40001, - "TagFetchBody": true, - "DNSTransactionID": 30001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", - "DNSLookupFailure": "", - "DNSQueryType": null, - "DNSEngine": null, - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "5.255.255.80", - "IPAddressASN": 208398, - "IPAddressBogon": false, - "EndpointTransactionID": 40001, - "EndpointProto": "tcp", - "EndpointPort": "80", - "EndpointAddress": "5.255.255.80:80", - "TCPConnectFailure": "", - "TLSHandshakeFailure": null, - "TLSServerName": null, - "HTTPRequestURL": null, - "HTTPFailure": null, - "HTTPResponseStatusCode": null, - "HTTPResponseBodyLength": null, - "HTTPResponseBodyIsTruncated": null, - "HTTPResponseHeadersKeys": null, - "HTTPResponseLocation": null, - "HTTPResponseTitle": null, - "HTTPResponseIsFinal": null, - "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "ControlTCPConnectFailure": "", - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - "40002": { - "TagDepth": 0, - "Type": 1, - "Failure": "", - "TransactionID": 40002, - "TagFetchBody": true, - "DNSTransactionID": 30001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", - "DNSLookupFailure": "", - "DNSQueryType": null, - "DNSEngine": null, - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "5.255.255.88", - "IPAddressASN": 208398, - "IPAddressBogon": false, - "EndpointTransactionID": 40002, - "EndpointProto": "tcp", - "EndpointPort": "80", - "EndpointAddress": "5.255.255.88:80", - "TCPConnectFailure": "", - "TLSHandshakeFailure": null, - "TLSServerName": null, - "HTTPRequestURL": null, - "HTTPFailure": null, - "HTTPResponseStatusCode": null, - "HTTPResponseBodyLength": null, - "HTTPResponseBodyIsTruncated": null, - "HTTPResponseHeadersKeys": null, - "HTTPResponseLocation": null, - "HTTPResponseTitle": null, - "HTTPResponseIsFinal": null, - "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "ControlTCPConnectFailure": "", - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - "40003": { - "TagDepth": 0, - "Type": 1, - "Failure": "", - "TransactionID": 40003, - "TagFetchBody": true, - "DNSTransactionID": 30001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", - "DNSLookupFailure": "", - "DNSQueryType": null, - "DNSEngine": null, - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.77", - "IPAddressASN": 208398, - "IPAddressBogon": false, - "EndpointTransactionID": 40003, - "EndpointProto": "tcp", - "EndpointPort": "80", - "EndpointAddress": "77.88.55.77:80", - "TCPConnectFailure": "", - "TLSHandshakeFailure": null, - "TLSServerName": null, - "HTTPRequestURL": null, - "HTTPFailure": null, - "HTTPResponseStatusCode": null, - "HTTPResponseBodyLength": null, - "HTTPResponseBodyIsTruncated": null, - "HTTPResponseHeadersKeys": null, - "HTTPResponseLocation": null, - "HTTPResponseTitle": null, - "HTTPResponseIsFinal": null, - "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "ControlTCPConnectFailure": "", - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - "40004": { - "TagDepth": 0, - "Type": 3, - "Failure": "", - "TransactionID": 40004, - "TagFetchBody": true, - "DNSTransactionID": 30001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", - "DNSLookupFailure": "", - "DNSQueryType": null, - "DNSEngine": null, - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.80", - "IPAddressASN": 208398, - "IPAddressBogon": false, - "EndpointTransactionID": 40004, - "EndpointProto": "tcp", - "EndpointPort": "80", - "EndpointAddress": "77.88.55.80:80", - "TCPConnectFailure": "", - "TLSHandshakeFailure": null, - "TLSServerName": null, - "HTTPRequestURL": "http://xn--d1acpjx3f.xn--p1ai/", - "HTTPFailure": "", - "HTTPResponseStatusCode": 308, - "HTTPResponseBodyLength": 0, - "HTTPResponseBodyIsTruncated": false, - "HTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Date": true, - "Location": true - }, - "HTTPResponseLocation": "https://yandex.com/", - "HTTPResponseTitle": "", - "HTTPResponseIsFinal": false, - "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "ControlTCPConnectFailure": "", - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - "50001": { - "TagDepth": 0, - "Type": 2, - "Failure": "", - "TransactionID": 50001, - "TagFetchBody": false, - "DNSTransactionID": 30001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", - "DNSLookupFailure": "", - "DNSQueryType": null, - "DNSEngine": null, - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "5.255.255.80", - "IPAddressASN": 208398, - "IPAddressBogon": false, - "EndpointTransactionID": 50001, - "EndpointProto": "tcp", - "EndpointPort": "443", - "EndpointAddress": "5.255.255.80:443", - "TCPConnectFailure": "", - "TLSHandshakeFailure": "", - "TLSServerName": "xn--d1acpjx3f.xn--p1ai", - "HTTPRequestURL": null, - "HTTPFailure": null, - "HTTPResponseStatusCode": null, - "HTTPResponseBodyLength": null, - "HTTPResponseBodyIsTruncated": null, - "HTTPResponseHeadersKeys": null, - "HTTPResponseLocation": null, - "HTTPResponseTitle": null, - "HTTPResponseIsFinal": null, - "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "ControlTCPConnectFailure": "", - "ControlTLSHandshakeFailure": "", - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - "50002": { - "TagDepth": 0, - "Type": 2, - "Failure": "", - "TransactionID": 50002, - "TagFetchBody": false, - "DNSTransactionID": 30001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", - "DNSLookupFailure": "", - "DNSQueryType": null, - "DNSEngine": null, - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "5.255.255.88", - "IPAddressASN": 208398, - "IPAddressBogon": false, - "EndpointTransactionID": 50002, - "EndpointProto": "tcp", - "EndpointPort": "443", - "EndpointAddress": "5.255.255.88:443", - "TCPConnectFailure": "", - "TLSHandshakeFailure": "", - "TLSServerName": "xn--d1acpjx3f.xn--p1ai", - "HTTPRequestURL": null, - "HTTPFailure": null, - "HTTPResponseStatusCode": null, - "HTTPResponseBodyLength": null, - "HTTPResponseBodyIsTruncated": null, - "HTTPResponseHeadersKeys": null, - "HTTPResponseLocation": null, - "HTTPResponseTitle": null, - "HTTPResponseIsFinal": null, - "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "ControlTCPConnectFailure": "", - "ControlTLSHandshakeFailure": "", - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - "50003": { - "TagDepth": 0, - "Type": 2, - "Failure": "", - "TransactionID": 50003, - "TagFetchBody": false, - "DNSTransactionID": 30001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", - "DNSLookupFailure": "", - "DNSQueryType": null, - "DNSEngine": null, - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.77", - "IPAddressASN": 208398, - "IPAddressBogon": false, - "EndpointTransactionID": 50003, - "EndpointProto": "tcp", - "EndpointPort": "443", - "EndpointAddress": "77.88.55.77:443", - "TCPConnectFailure": "", - "TLSHandshakeFailure": "", - "TLSServerName": "xn--d1acpjx3f.xn--p1ai", - "HTTPRequestURL": null, - "HTTPFailure": null, - "HTTPResponseStatusCode": null, - "HTTPResponseBodyLength": null, - "HTTPResponseBodyIsTruncated": null, - "HTTPResponseHeadersKeys": null, - "HTTPResponseLocation": null, - "HTTPResponseTitle": null, - "HTTPResponseIsFinal": null, - "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "ControlTCPConnectFailure": "", - "ControlTLSHandshakeFailure": "", - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - "50004": { - "TagDepth": 0, - "Type": 2, - "Failure": "", - "TransactionID": 50004, - "TagFetchBody": false, - "DNSTransactionID": 30001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", - "DNSLookupFailure": "", - "DNSQueryType": null, - "DNSEngine": null, - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.80", - "IPAddressASN": 208398, - "IPAddressBogon": false, - "EndpointTransactionID": 50004, - "EndpointProto": "tcp", - "EndpointPort": "443", - "EndpointAddress": "77.88.55.80:443", - "TCPConnectFailure": "", - "TLSHandshakeFailure": "", - "TLSServerName": "xn--d1acpjx3f.xn--p1ai", - "HTTPRequestURL": null, - "HTTPFailure": null, - "HTTPResponseStatusCode": null, - "HTTPResponseBodyLength": null, - "HTTPResponseBodyIsTruncated": null, - "HTTPResponseHeadersKeys": null, - "HTTPResponseLocation": null, - "HTTPResponseTitle": null, - "HTTPResponseIsFinal": null, - "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "ControlTCPConnectFailure": "", - "ControlTLSHandshakeFailure": "", - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - "50005": { - "TagDepth": 1, - "Type": 2, - "Failure": "", - "TransactionID": 50005, - "TagFetchBody": true, - "DNSTransactionID": 30001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", - "DNSLookupFailure": "", - "DNSQueryType": null, - "DNSEngine": null, - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.80", - "IPAddressASN": 208398, - "IPAddressBogon": false, - "EndpointTransactionID": 50005, - "EndpointProto": "tcp", - "EndpointPort": "443", - "EndpointAddress": "77.88.55.80:443", - "TCPConnectFailure": "", - "TLSHandshakeFailure": "", - "TLSServerName": "yandex.com", - "HTTPRequestURL": null, - "HTTPFailure": null, - "HTTPResponseStatusCode": null, - "HTTPResponseBodyLength": null, - "HTTPResponseBodyIsTruncated": null, - "HTTPResponseHeadersKeys": null, - "HTTPResponseLocation": null, - "HTTPResponseTitle": null, - "HTTPResponseIsFinal": null, - "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "ControlTCPConnectFailure": "", - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - "50006": { - "TagDepth": 1, - "Type": 2, - "Failure": "", - "TransactionID": 50006, - "TagFetchBody": true, - "DNSTransactionID": 30001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", - "DNSLookupFailure": "", - "DNSQueryType": null, - "DNSEngine": null, - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "5.255.255.80", - "IPAddressASN": 208398, - "IPAddressBogon": false, - "EndpointTransactionID": 50006, - "EndpointProto": "tcp", - "EndpointPort": "443", - "EndpointAddress": "5.255.255.80:443", - "TCPConnectFailure": "", - "TLSHandshakeFailure": "", - "TLSServerName": "yandex.com", - "HTTPRequestURL": null, - "HTTPFailure": null, - "HTTPResponseStatusCode": null, - "HTTPResponseBodyLength": null, - "HTTPResponseBodyIsTruncated": null, - "HTTPResponseHeadersKeys": null, - "HTTPResponseLocation": null, - "HTTPResponseTitle": null, - "HTTPResponseIsFinal": null, - "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "ControlTCPConnectFailure": "", - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - "50007": { - "TagDepth": 1, - "Type": 3, - "Failure": "", - "TransactionID": 50007, - "TagFetchBody": true, - "DNSTransactionID": 30001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", - "DNSLookupFailure": "", - "DNSQueryType": null, - "DNSEngine": null, - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "5.255.255.88", - "IPAddressASN": 208398, - "IPAddressBogon": false, - "EndpointTransactionID": 50007, - "EndpointProto": "tcp", - "EndpointPort": "443", - "EndpointAddress": "5.255.255.88:443", - "TCPConnectFailure": "", - "TLSHandshakeFailure": "", - "TLSServerName": "yandex.com", - "HTTPRequestURL": "https://yandex.com/", - "HTTPFailure": "", - "HTTPResponseStatusCode": 308, - "HTTPResponseBodyLength": 0, - "HTTPResponseBodyIsTruncated": false, - "HTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Date": true, - "Location": true + "Date": true, + "Location": true }, "HTTPResponseLocation": "https://ya.ru/", "HTTPResponseTitle": "", @@ -2380,68 +707,7 @@ "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", "ControlDNSLookupFailure": "", "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "ControlTCPConnectFailure": "", - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - "50008": { - "TagDepth": 1, - "Type": 2, - "Failure": "", - "TransactionID": 50008, - "TagFetchBody": true, - "DNSTransactionID": 30001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", - "DNSLookupFailure": "", - "DNSQueryType": null, - "DNSEngine": null, - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.77", - "IPAddressASN": 208398, - "IPAddressBogon": false, - "EndpointTransactionID": 50008, - "EndpointProto": "tcp", - "EndpointPort": "443", - "EndpointAddress": "77.88.55.77:443", - "TCPConnectFailure": "", - "TLSHandshakeFailure": "", - "TLSServerName": "yandex.com", - "HTTPRequestURL": null, - "HTTPFailure": null, - "HTTPResponseStatusCode": null, - "HTTPResponseBodyLength": null, - "HTTPResponseBodyIsTruncated": null, - "HTTPResponseHeadersKeys": null, - "HTTPResponseLocation": null, - "HTTPResponseTitle": null, - "HTTPResponseIsFinal": null, - "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" + "5.255.255.80" ], "ControlTCPConnectFailure": "", "ControlTLSHandshakeFailure": null, @@ -2456,11 +722,11 @@ }, "ControlHTTPResponseTitle": "Default Web Page" }, - "50009": { + "50003": { "TagDepth": 2, - "Type": 2, + "Type": 3, "Failure": "", - "TransactionID": 50009, + "TransactionID": 50003, "TagFetchBody": true, "DNSTransactionID": 30001, "DNSDomain": "xn--d1acpjx3f.xn--p1ai", @@ -2468,80 +734,19 @@ "DNSQueryType": null, "DNSEngine": null, "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" + "5.255.255.80" ], "IPAddressOrigin": "dns", "IPAddress": "5.255.255.80", "IPAddressASN": 208398, "IPAddressBogon": false, - "EndpointTransactionID": 50009, + "EndpointTransactionID": 50003, "EndpointProto": "tcp", "EndpointPort": "443", "EndpointAddress": "5.255.255.80:443", "TCPConnectFailure": "", "TLSHandshakeFailure": "", "TLSServerName": "ya.ru", - "HTTPRequestURL": null, - "HTTPFailure": null, - "HTTPResponseStatusCode": null, - "HTTPResponseBodyLength": null, - "HTTPResponseBodyIsTruncated": null, - "HTTPResponseHeadersKeys": null, - "HTTPResponseLocation": null, - "HTTPResponseTitle": null, - "HTTPResponseIsFinal": null, - "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "ControlTCPConnectFailure": "", - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - "50010": { - "TagDepth": 2, - "Type": 3, - "Failure": "", - "TransactionID": 50010, - "TagFetchBody": true, - "DNSTransactionID": 30001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", - "DNSLookupFailure": "", - "DNSQueryType": null, - "DNSEngine": null, - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "5.255.255.88", - "IPAddressASN": 208398, - "IPAddressBogon": false, - "EndpointTransactionID": 50010, - "EndpointProto": "tcp", - "EndpointPort": "443", - "EndpointAddress": "5.255.255.88:443", - "TCPConnectFailure": "", - "TLSHandshakeFailure": "", - "TLSServerName": "ya.ru", "HTTPRequestURL": "https://ya.ru/", "HTTPFailure": "", "HTTPResponseStatusCode": 200, @@ -2559,126 +764,7 @@ "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", "ControlDNSLookupFailure": "", "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "ControlTCPConnectFailure": "", - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - "50011": { - "TagDepth": 2, - "Type": 2, - "Failure": "", - "TransactionID": 50011, - "TagFetchBody": true, - "DNSTransactionID": 30001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", - "DNSLookupFailure": "", - "DNSQueryType": null, - "DNSEngine": null, - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.77", - "IPAddressASN": 208398, - "IPAddressBogon": false, - "EndpointTransactionID": 50011, - "EndpointProto": "tcp", - "EndpointPort": "443", - "EndpointAddress": "77.88.55.77:443", - "TCPConnectFailure": "", - "TLSHandshakeFailure": "", - "TLSServerName": "ya.ru", - "HTTPRequestURL": null, - "HTTPFailure": null, - "HTTPResponseStatusCode": null, - "HTTPResponseBodyLength": null, - "HTTPResponseBodyIsTruncated": null, - "HTTPResponseHeadersKeys": null, - "HTTPResponseLocation": null, - "HTTPResponseTitle": null, - "HTTPResponseIsFinal": null, - "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "ControlTCPConnectFailure": "", - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - "50012": { - "TagDepth": 2, - "Type": 2, - "Failure": "", - "TransactionID": 50012, - "TagFetchBody": true, - "DNSTransactionID": 30001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", - "DNSLookupFailure": "", - "DNSQueryType": null, - "DNSEngine": null, - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.80", - "IPAddressASN": 208398, - "IPAddressBogon": false, - "EndpointTransactionID": 50012, - "EndpointProto": "tcp", - "EndpointPort": "443", - "EndpointAddress": "77.88.55.80:443", - "TCPConnectFailure": "", - "TLSHandshakeFailure": "", - "TLSServerName": "ya.ru", - "HTTPRequestURL": null, - "HTTPFailure": null, - "HTTPResponseStatusCode": null, - "HTTPResponseBodyLength": null, - "HTTPResponseBodyIsTruncated": null, - "HTTPResponseHeadersKeys": null, - "HTTPResponseLocation": null, - "HTTPResponseTitle": null, - "HTTPResponseIsFinal": null, - "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" + "5.255.255.80" ], "ControlTCPConnectFailure": "", "ControlTLSHandshakeFailure": null, @@ -2696,10 +782,7 @@ }, "ControlExpectations": { "DNSAddresses": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" + "5.255.255.80" ], "FinalResponseFailure": "" } diff --git a/internal/minipipeline/testdata/webconnectivity/generated/idnaWithoutCensorshipWithFirstLetterUppercase/observations_classic.json b/internal/minipipeline/testdata/webconnectivity/generated/idnaWithoutCensorshipWithFirstLetterUppercase/observations_classic.json index e88e92d13..ac429e674 100644 --- a/internal/minipipeline/testdata/webconnectivity/generated/idnaWithoutCensorshipWithFirstLetterUppercase/observations_classic.json +++ b/internal/minipipeline/testdata/webconnectivity/generated/idnaWithoutCensorshipWithFirstLetterUppercase/observations_classic.json @@ -13,10 +13,7 @@ "DNSQueryType": "ANY", "DNSEngine": "getaddrinfo", "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" + "5.255.255.80" ], "IPAddressOrigin": "dns", "IPAddress": "5.255.255.80", @@ -41,10 +38,7 @@ "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", "ControlDNSLookupFailure": "", "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" + "5.255.255.80" ], "ControlTCPConnectFailure": null, "ControlTLSHandshakeFailure": null, @@ -60,870 +54,30 @@ "ControlHTTPResponseTitle": "Default Web Page" }, { - "TagDepth": 0, - "Type": 0, - "Failure": "", - "TransactionID": 10001, - "TagFetchBody": null, - "DNSTransactionID": 10001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", - "DNSLookupFailure": "", - "DNSQueryType": "ANY", - "DNSEngine": "getaddrinfo", - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "5.255.255.88", - "IPAddressASN": 208398, - "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": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 0, - "Type": 0, - "Failure": "", - "TransactionID": 10001, - "TagFetchBody": null, - "DNSTransactionID": 10001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", - "DNSLookupFailure": "", - "DNSQueryType": "ANY", - "DNSEngine": "getaddrinfo", - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.77", - "IPAddressASN": 208398, - "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": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 0, - "Type": 0, - "Failure": "", - "TransactionID": 10001, - "TagFetchBody": null, - "DNSTransactionID": 10001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", - "DNSLookupFailure": "", - "DNSQueryType": "ANY", - "DNSEngine": "getaddrinfo", - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.80", - "IPAddressASN": 208398, - "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": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 1, - "Type": 0, - "Failure": "", - "TransactionID": 10002, - "TagFetchBody": null, - "DNSTransactionID": 10002, - "DNSDomain": "yandex.com", - "DNSLookupFailure": "", - "DNSQueryType": "ANY", - "DNSEngine": "getaddrinfo", - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "5.255.255.80", - "IPAddressASN": 208398, - "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": null, - "ControlDNSLookupFailure": null, - "ControlDNSResolvedAddrs": null, - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 1, - "Type": 0, - "Failure": "", - "TransactionID": 10002, - "TagFetchBody": null, - "DNSTransactionID": 10002, - "DNSDomain": "yandex.com", - "DNSLookupFailure": "", - "DNSQueryType": "ANY", - "DNSEngine": "getaddrinfo", - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "5.255.255.88", - "IPAddressASN": 208398, - "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": null, - "ControlDNSLookupFailure": null, - "ControlDNSResolvedAddrs": null, - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 1, - "Type": 0, - "Failure": "", - "TransactionID": 10002, - "TagFetchBody": null, - "DNSTransactionID": 10002, - "DNSDomain": "yandex.com", - "DNSLookupFailure": "", - "DNSQueryType": "ANY", - "DNSEngine": "getaddrinfo", - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.77", - "IPAddressASN": 208398, - "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": null, - "ControlDNSLookupFailure": null, - "ControlDNSResolvedAddrs": null, - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 1, - "Type": 0, - "Failure": "", - "TransactionID": 10002, - "TagFetchBody": null, - "DNSTransactionID": 10002, - "DNSDomain": "yandex.com", - "DNSLookupFailure": "", - "DNSQueryType": "ANY", - "DNSEngine": "getaddrinfo", - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.80", - "IPAddressASN": 208398, - "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": null, - "ControlDNSLookupFailure": null, - "ControlDNSResolvedAddrs": null, - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 2, - "Type": 0, - "Failure": "", - "TransactionID": 10003, - "TagFetchBody": null, - "DNSTransactionID": 10003, - "DNSDomain": "ya.ru", - "DNSLookupFailure": "", - "DNSQueryType": "ANY", - "DNSEngine": "getaddrinfo", - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "5.255.255.80", - "IPAddressASN": 208398, - "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": null, - "ControlDNSLookupFailure": null, - "ControlDNSResolvedAddrs": null, - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 2, - "Type": 0, - "Failure": "", - "TransactionID": 10003, - "TagFetchBody": null, - "DNSTransactionID": 10003, - "DNSDomain": "ya.ru", - "DNSLookupFailure": "", - "DNSQueryType": "ANY", - "DNSEngine": "getaddrinfo", - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "5.255.255.88", - "IPAddressASN": 208398, - "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": null, - "ControlDNSLookupFailure": null, - "ControlDNSResolvedAddrs": null, - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 2, - "Type": 0, - "Failure": "", - "TransactionID": 10003, - "TagFetchBody": null, - "DNSTransactionID": 10003, - "DNSDomain": "ya.ru", - "DNSLookupFailure": "", - "DNSQueryType": "ANY", - "DNSEngine": "getaddrinfo", - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.77", - "IPAddressASN": 208398, - "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": null, - "ControlDNSLookupFailure": null, - "ControlDNSResolvedAddrs": null, - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - { - "TagDepth": 2, - "Type": 0, - "Failure": "", - "TransactionID": 10003, - "TagFetchBody": null, - "DNSTransactionID": 10003, - "DNSDomain": "ya.ru", - "DNSLookupFailure": "", - "DNSQueryType": "ANY", - "DNSEngine": "getaddrinfo", - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.80", - "IPAddressASN": 208398, - "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": null, - "ControlDNSLookupFailure": null, - "ControlDNSResolvedAddrs": null, - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - } - ], - "KnownTCPEndpoints": { - "40001": { - "TagDepth": 0, - "Type": 1, - "Failure": "", - "TransactionID": 40001, - "TagFetchBody": true, - "DNSTransactionID": 30001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", - "DNSLookupFailure": "", - "DNSQueryType": null, - "DNSEngine": null, - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "5.255.255.80", - "IPAddressASN": 208398, - "IPAddressBogon": false, - "EndpointTransactionID": 40001, - "EndpointProto": "tcp", - "EndpointPort": "80", - "EndpointAddress": "5.255.255.80:80", - "TCPConnectFailure": "", - "TLSHandshakeFailure": null, - "TLSServerName": null, - "HTTPRequestURL": null, - "HTTPFailure": null, - "HTTPResponseStatusCode": null, - "HTTPResponseBodyLength": null, - "HTTPResponseBodyIsTruncated": null, - "HTTPResponseHeadersKeys": null, - "HTTPResponseLocation": null, - "HTTPResponseTitle": null, - "HTTPResponseIsFinal": null, - "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "ControlTCPConnectFailure": "", - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - "40002": { - "TagDepth": 0, - "Type": 1, - "Failure": "", - "TransactionID": 40002, - "TagFetchBody": true, - "DNSTransactionID": 30001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", - "DNSLookupFailure": "", - "DNSQueryType": null, - "DNSEngine": null, - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "5.255.255.88", - "IPAddressASN": 208398, - "IPAddressBogon": false, - "EndpointTransactionID": 40002, - "EndpointProto": "tcp", - "EndpointPort": "80", - "EndpointAddress": "5.255.255.88:80", - "TCPConnectFailure": "", - "TLSHandshakeFailure": null, - "TLSServerName": null, - "HTTPRequestURL": null, - "HTTPFailure": null, - "HTTPResponseStatusCode": null, - "HTTPResponseBodyLength": null, - "HTTPResponseBodyIsTruncated": null, - "HTTPResponseHeadersKeys": null, - "HTTPResponseLocation": null, - "HTTPResponseTitle": null, - "HTTPResponseIsFinal": null, - "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "ControlTCPConnectFailure": "", - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - "40003": { - "TagDepth": 0, - "Type": 1, - "Failure": "", - "TransactionID": 40003, - "TagFetchBody": true, - "DNSTransactionID": 30001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", - "DNSLookupFailure": "", - "DNSQueryType": null, - "DNSEngine": null, - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.77", - "IPAddressASN": 208398, - "IPAddressBogon": false, - "EndpointTransactionID": 40003, - "EndpointProto": "tcp", - "EndpointPort": "80", - "EndpointAddress": "77.88.55.77:80", - "TCPConnectFailure": "", - "TLSHandshakeFailure": null, - "TLSServerName": null, - "HTTPRequestURL": null, - "HTTPFailure": null, - "HTTPResponseStatusCode": null, - "HTTPResponseBodyLength": null, - "HTTPResponseBodyIsTruncated": null, - "HTTPResponseHeadersKeys": null, - "HTTPResponseLocation": null, - "HTTPResponseTitle": null, - "HTTPResponseIsFinal": null, - "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "ControlTCPConnectFailure": "", - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - "40004": { - "TagDepth": 0, - "Type": 3, - "Failure": "", - "TransactionID": 40004, - "TagFetchBody": true, - "DNSTransactionID": 30001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", - "DNSLookupFailure": "", - "DNSQueryType": null, - "DNSEngine": null, - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.80", - "IPAddressASN": 208398, - "IPAddressBogon": false, - "EndpointTransactionID": 40004, - "EndpointProto": "tcp", - "EndpointPort": "80", - "EndpointAddress": "77.88.55.80:80", - "TCPConnectFailure": "", - "TLSHandshakeFailure": null, - "TLSServerName": null, - "HTTPRequestURL": "http://xn--d1acpjx3f.xn--p1ai/", - "HTTPFailure": "", - "HTTPResponseStatusCode": 308, - "HTTPResponseBodyLength": 0, - "HTTPResponseBodyIsTruncated": false, - "HTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Date": true, - "Location": true - }, - "HTTPResponseLocation": "https://yandex.com/", - "HTTPResponseTitle": "", - "HTTPResponseIsFinal": false, - "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "ControlTCPConnectFailure": "", - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - "50005": { "TagDepth": 1, - "Type": 2, + "Type": 0, "Failure": "", - "TransactionID": 50005, - "TagFetchBody": true, - "DNSTransactionID": 30001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", + "TransactionID": 10002, + "TagFetchBody": null, + "DNSTransactionID": 10002, + "DNSDomain": "yandex.com", "DNSLookupFailure": "", - "DNSQueryType": null, - "DNSEngine": null, + "DNSQueryType": "ANY", + "DNSEngine": "getaddrinfo", "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" + "5.255.255.80" ], "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.80", + "IPAddress": "5.255.255.80", "IPAddressASN": 208398, "IPAddressBogon": false, - "EndpointTransactionID": 50005, - "EndpointProto": "tcp", - "EndpointPort": "443", - "EndpointAddress": "77.88.55.80:443", - "TCPConnectFailure": "", - "TLSHandshakeFailure": "", - "TLSServerName": "yandex.com", + "EndpointTransactionID": null, + "EndpointProto": null, + "EndpointPort": null, + "EndpointAddress": null, + "TCPConnectFailure": null, + "TLSHandshakeFailure": null, + "TLSServerName": null, "HTTPRequestURL": null, "HTTPFailure": null, "HTTPResponseStatusCode": null, @@ -933,15 +87,10 @@ "HTTPResponseLocation": null, "HTTPResponseTitle": null, "HTTPResponseIsFinal": null, - "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "ControlTCPConnectFailure": "", + "ControlDNSDomain": null, + "ControlDNSLookupFailure": null, + "ControlDNSResolvedAddrs": null, + "ControlTCPConnectFailure": null, "ControlTLSHandshakeFailure": null, "ControlHTTPFailure": "", "ControlHTTPResponseStatusCode": 200, @@ -954,34 +103,31 @@ }, "ControlHTTPResponseTitle": "Default Web Page" }, - "50006": { - "TagDepth": 1, - "Type": 2, + { + "TagDepth": 2, + "Type": 0, "Failure": "", - "TransactionID": 50006, - "TagFetchBody": true, - "DNSTransactionID": 30001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", + "TransactionID": 10003, + "TagFetchBody": null, + "DNSTransactionID": 10003, + "DNSDomain": "ya.ru", "DNSLookupFailure": "", - "DNSQueryType": null, - "DNSEngine": null, + "DNSQueryType": "ANY", + "DNSEngine": "getaddrinfo", "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" + "5.255.255.80" ], "IPAddressOrigin": "dns", "IPAddress": "5.255.255.80", "IPAddressASN": 208398, "IPAddressBogon": false, - "EndpointTransactionID": 50006, - "EndpointProto": "tcp", - "EndpointPort": "443", - "EndpointAddress": "5.255.255.80:443", - "TCPConnectFailure": "", - "TLSHandshakeFailure": "", - "TLSServerName": "yandex.com", + "EndpointTransactionID": null, + "EndpointProto": null, + "EndpointPort": null, + "EndpointAddress": null, + "TCPConnectFailure": null, + "TLSHandshakeFailure": null, + "TLSServerName": null, "HTTPRequestURL": null, "HTTPFailure": null, "HTTPResponseStatusCode": null, @@ -991,15 +137,10 @@ "HTTPResponseLocation": null, "HTTPResponseTitle": null, "HTTPResponseIsFinal": null, - "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "ControlTCPConnectFailure": "", + "ControlDNSDomain": null, + "ControlDNSLookupFailure": null, + "ControlDNSResolvedAddrs": null, + "ControlTCPConnectFailure": null, "ControlTLSHandshakeFailure": null, "ControlHTTPFailure": "", "ControlHTTPResponseStatusCode": 200, @@ -1011,12 +152,14 @@ "Date": true }, "ControlHTTPResponseTitle": "Default Web Page" - }, - "50007": { - "TagDepth": 1, + } + ], + "KnownTCPEndpoints": { + "40001": { + "TagDepth": 0, "Type": 3, "Failure": "", - "TransactionID": 50007, + "TransactionID": 40001, "TagFetchBody": true, "DNSTransactionID": 30001, "DNSDomain": "xn--d1acpjx3f.xn--p1ai", @@ -1024,23 +167,20 @@ "DNSQueryType": null, "DNSEngine": null, "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" + "5.255.255.80" ], "IPAddressOrigin": "dns", - "IPAddress": "5.255.255.88", + "IPAddress": "5.255.255.80", "IPAddressASN": 208398, "IPAddressBogon": false, - "EndpointTransactionID": 50007, + "EndpointTransactionID": 40001, "EndpointProto": "tcp", - "EndpointPort": "443", - "EndpointAddress": "5.255.255.88:443", + "EndpointPort": "80", + "EndpointAddress": "5.255.255.80:80", "TCPConnectFailure": "", - "TLSHandshakeFailure": "", - "TLSServerName": "yandex.com", - "HTTPRequestURL": "https://yandex.com/", + "TLSHandshakeFailure": null, + "TLSServerName": null, + "HTTPRequestURL": "http://xn--d1acpjx3f.xn--p1ai/", "HTTPFailure": "", "HTTPResponseStatusCode": 308, "HTTPResponseBodyLength": 0, @@ -1051,16 +191,13 @@ "Date": true, "Location": true }, - "HTTPResponseLocation": "https://ya.ru/", + "HTTPResponseLocation": "https://yandex.com/", "HTTPResponseTitle": "", "HTTPResponseIsFinal": false, "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", "ControlDNSLookupFailure": "", "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" + "5.255.255.80" ], "ControlTCPConnectFailure": "", "ControlTLSHandshakeFailure": null, @@ -1075,11 +212,11 @@ }, "ControlHTTPResponseTitle": "Default Web Page" }, - "50008": { + "50002": { "TagDepth": 1, - "Type": 2, + "Type": 3, "Failure": "", - "TransactionID": 50008, + "TransactionID": 50002, "TagFetchBody": true, "DNSTransactionID": 30001, "DNSDomain": "xn--d1acpjx3f.xn--p1ai", @@ -1087,96 +224,37 @@ "DNSQueryType": null, "DNSEngine": null, "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" + "5.255.255.80" ], "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.77", + "IPAddress": "5.255.255.80", "IPAddressASN": 208398, "IPAddressBogon": false, - "EndpointTransactionID": 50008, + "EndpointTransactionID": 50002, "EndpointProto": "tcp", "EndpointPort": "443", - "EndpointAddress": "77.88.55.77:443", + "EndpointAddress": "5.255.255.80:443", "TCPConnectFailure": "", "TLSHandshakeFailure": "", "TLSServerName": "yandex.com", - "HTTPRequestURL": null, - "HTTPFailure": null, - "HTTPResponseStatusCode": null, - "HTTPResponseBodyLength": null, - "HTTPResponseBodyIsTruncated": null, - "HTTPResponseHeadersKeys": null, - "HTTPResponseLocation": null, - "HTTPResponseTitle": null, - "HTTPResponseIsFinal": null, - "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "ControlTCPConnectFailure": "", - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { + "HTTPRequestURL": "https://yandex.com/", + "HTTPFailure": "", + "HTTPResponseStatusCode": 308, + "HTTPResponseBodyLength": 0, + "HTTPResponseBodyIsTruncated": false, + "HTTPResponseHeadersKeys": { "Alt-Svc": true, "Content-Length": true, - "Content-Type": true, - "Date": true + "Date": true, + "Location": true }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - "50009": { - "TagDepth": 2, - "Type": 2, - "Failure": "", - "TransactionID": 50009, - "TagFetchBody": true, - "DNSTransactionID": 30001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", - "DNSLookupFailure": "", - "DNSQueryType": null, - "DNSEngine": null, - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "5.255.255.80", - "IPAddressASN": 208398, - "IPAddressBogon": false, - "EndpointTransactionID": 50009, - "EndpointProto": "tcp", - "EndpointPort": "443", - "EndpointAddress": "5.255.255.80:443", - "TCPConnectFailure": "", - "TLSHandshakeFailure": "", - "TLSServerName": "ya.ru", - "HTTPRequestURL": null, - "HTTPFailure": null, - "HTTPResponseStatusCode": null, - "HTTPResponseBodyLength": null, - "HTTPResponseBodyIsTruncated": null, - "HTTPResponseHeadersKeys": null, - "HTTPResponseLocation": null, - "HTTPResponseTitle": null, - "HTTPResponseIsFinal": null, + "HTTPResponseLocation": "https://ya.ru/", + "HTTPResponseTitle": "", + "HTTPResponseIsFinal": false, "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", "ControlDNSLookupFailure": "", "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" + "5.255.255.80" ], "ControlTCPConnectFailure": "", "ControlTLSHandshakeFailure": null, @@ -1191,11 +269,11 @@ }, "ControlHTTPResponseTitle": "Default Web Page" }, - "50010": { + "50003": { "TagDepth": 2, "Type": 3, "Failure": "", - "TransactionID": 50010, + "TransactionID": 50003, "TagFetchBody": true, "DNSTransactionID": 30001, "DNSDomain": "xn--d1acpjx3f.xn--p1ai", @@ -1203,19 +281,16 @@ "DNSQueryType": null, "DNSEngine": null, "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" + "5.255.255.80" ], "IPAddressOrigin": "dns", - "IPAddress": "5.255.255.88", + "IPAddress": "5.255.255.80", "IPAddressASN": 208398, "IPAddressBogon": false, - "EndpointTransactionID": 50010, + "EndpointTransactionID": 50003, "EndpointProto": "tcp", "EndpointPort": "443", - "EndpointAddress": "5.255.255.88:443", + "EndpointAddress": "5.255.255.80:443", "TCPConnectFailure": "", "TLSHandshakeFailure": "", "TLSServerName": "ya.ru", @@ -1236,126 +311,7 @@ "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", "ControlDNSLookupFailure": "", "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "ControlTCPConnectFailure": "", - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - "50011": { - "TagDepth": 2, - "Type": 2, - "Failure": "", - "TransactionID": 50011, - "TagFetchBody": true, - "DNSTransactionID": 30001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", - "DNSLookupFailure": "", - "DNSQueryType": null, - "DNSEngine": null, - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.77", - "IPAddressASN": 208398, - "IPAddressBogon": false, - "EndpointTransactionID": 50011, - "EndpointProto": "tcp", - "EndpointPort": "443", - "EndpointAddress": "77.88.55.77:443", - "TCPConnectFailure": "", - "TLSHandshakeFailure": "", - "TLSServerName": "ya.ru", - "HTTPRequestURL": null, - "HTTPFailure": null, - "HTTPResponseStatusCode": null, - "HTTPResponseBodyLength": null, - "HTTPResponseBodyIsTruncated": null, - "HTTPResponseHeadersKeys": null, - "HTTPResponseLocation": null, - "HTTPResponseTitle": null, - "HTTPResponseIsFinal": null, - "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "ControlTCPConnectFailure": "", - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 1533, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Length": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "Default Web Page" - }, - "50012": { - "TagDepth": 2, - "Type": 2, - "Failure": "", - "TransactionID": 50012, - "TagFetchBody": true, - "DNSTransactionID": 30001, - "DNSDomain": "xn--d1acpjx3f.xn--p1ai", - "DNSLookupFailure": "", - "DNSQueryType": null, - "DNSEngine": null, - "DNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" - ], - "IPAddressOrigin": "dns", - "IPAddress": "77.88.55.80", - "IPAddressASN": 208398, - "IPAddressBogon": false, - "EndpointTransactionID": 50012, - "EndpointProto": "tcp", - "EndpointPort": "443", - "EndpointAddress": "77.88.55.80:443", - "TCPConnectFailure": "", - "TLSHandshakeFailure": "", - "TLSServerName": "ya.ru", - "HTTPRequestURL": null, - "HTTPFailure": null, - "HTTPResponseStatusCode": null, - "HTTPResponseBodyLength": null, - "HTTPResponseBodyIsTruncated": null, - "HTTPResponseHeadersKeys": null, - "HTTPResponseLocation": null, - "HTTPResponseTitle": null, - "HTTPResponseIsFinal": null, - "ControlDNSDomain": "xn--d1acpjx3f.xn--p1ai", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" + "5.255.255.80" ], "ControlTCPConnectFailure": "", "ControlTLSHandshakeFailure": null, @@ -1373,10 +329,7 @@ }, "ControlExpectations": { "DNSAddresses": [ - "5.255.255.80", - "5.255.255.88", - "77.88.55.77", - "77.88.55.80" + "5.255.255.80" ], "FinalResponseFailure": "" } diff --git a/internal/minipipeline/testdata/webconnectivity/generated/largeFileWithHTTP/analysis.json b/internal/minipipeline/testdata/webconnectivity/generated/largeFileWithHTTP/analysis.json index 7cfe62939..f08b27602 100644 --- a/internal/minipipeline/testdata/webconnectivity/generated/largeFileWithHTTP/analysis.json +++ b/internal/minipipeline/testdata/webconnectivity/generated/largeFileWithHTTP/analysis.json @@ -1,7 +1,6 @@ { "ControlExpectations": { "DNSAddresses": [ - "35.161.85.189", "52.35.36.75" ], "FinalResponseFailure": "" @@ -48,7 +47,7 @@ "HTTPFinalResponseSuccessTLSWithoutControl": null, "HTTPFinalResponseSuccessTLSWithControl": null, "HTTPFinalResponseSuccessTCPWithoutControl": null, - "HTTPFinalResponseSuccessTCPWithControl": 40002, + "HTTPFinalResponseSuccessTCPWithControl": 40001, "HTTPFinalResponseDiffBodyProportionFactor": null, "HTTPFinalResponseDiffStatusCodeMatch": true, "HTTPFinalResponseDiffTitleDifferentLongWords": {}, @@ -60,7 +59,7 @@ "TagDepth": 0, "Type": 3, "Failure": "", - "TransactionID": 40002, + "TransactionID": 40001, "TagFetchBody": true, "DNSTransactionID": 30001, "DNSDomain": "largefile.com", @@ -68,17 +67,16 @@ "DNSQueryType": null, "DNSEngine": null, "DNSResolvedAddrs": [ - "35.161.85.189", "52.35.36.75" ], "IPAddressOrigin": "dns", - "IPAddress": "35.161.85.189", + "IPAddress": "52.35.36.75", "IPAddressASN": 16509, "IPAddressBogon": false, - "EndpointTransactionID": 40002, + "EndpointTransactionID": 40001, "EndpointProto": "tcp", "EndpointPort": "80", - "EndpointAddress": "35.161.85.189:80", + "EndpointAddress": "52.35.36.75:80", "TCPConnectFailure": "", "TLSHandshakeFailure": null, "TLSServerName": null, @@ -98,7 +96,6 @@ "ControlDNSDomain": "largefile.com", "ControlDNSLookupFailure": "", "ControlDNSResolvedAddrs": [ - "35.161.85.189", "52.35.36.75" ], "ControlTCPConnectFailure": "", @@ -113,59 +110,6 @@ }, "ControlHTTPResponseTitle": "" }, - { - "TagDepth": 0, - "Type": 2, - "Failure": "", - "TransactionID": 50002, - "TagFetchBody": false, - "DNSTransactionID": 30001, - "DNSDomain": "largefile.com", - "DNSLookupFailure": "", - "DNSQueryType": null, - "DNSEngine": null, - "DNSResolvedAddrs": [ - "35.161.85.189", - "52.35.36.75" - ], - "IPAddressOrigin": "dns", - "IPAddress": "35.161.85.189", - "IPAddressASN": 16509, - "IPAddressBogon": false, - "EndpointTransactionID": 50002, - "EndpointProto": "tcp", - "EndpointPort": "443", - "EndpointAddress": "35.161.85.189:443", - "TCPConnectFailure": "", - "TLSHandshakeFailure": "", - "TLSServerName": "largefile.com", - "HTTPRequestURL": null, - "HTTPFailure": null, - "HTTPResponseStatusCode": null, - "HTTPResponseBodyLength": null, - "HTTPResponseBodyIsTruncated": null, - "HTTPResponseHeadersKeys": null, - "HTTPResponseLocation": null, - "HTTPResponseTitle": null, - "HTTPResponseIsFinal": null, - "ControlDNSDomain": "largefile.com", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "35.161.85.189", - "52.35.36.75" - ], - "ControlTCPConnectFailure": "", - "ControlTLSHandshakeFailure": "", - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 16777216, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "" - }, { "TagDepth": 0, "Type": 2, @@ -178,7 +122,6 @@ "DNSQueryType": null, "DNSEngine": null, "DNSResolvedAddrs": [ - "35.161.85.189", "52.35.36.75" ], "IPAddressOrigin": "dns", @@ -204,7 +147,6 @@ "ControlDNSDomain": "largefile.com", "ControlDNSLookupFailure": "", "ControlDNSResolvedAddrs": [ - "35.161.85.189", "52.35.36.75" ], "ControlTCPConnectFailure": "", @@ -219,59 +161,6 @@ }, "ControlHTTPResponseTitle": "" }, - { - "TagDepth": 0, - "Type": 1, - "Failure": "", - "TransactionID": 40001, - "TagFetchBody": true, - "DNSTransactionID": 30001, - "DNSDomain": "largefile.com", - "DNSLookupFailure": "", - "DNSQueryType": null, - "DNSEngine": null, - "DNSResolvedAddrs": [ - "35.161.85.189", - "52.35.36.75" - ], - "IPAddressOrigin": "dns", - "IPAddress": "52.35.36.75", - "IPAddressASN": 16509, - "IPAddressBogon": false, - "EndpointTransactionID": 40001, - "EndpointProto": "tcp", - "EndpointPort": "80", - "EndpointAddress": "52.35.36.75:80", - "TCPConnectFailure": "", - "TLSHandshakeFailure": null, - "TLSServerName": null, - "HTTPRequestURL": null, - "HTTPFailure": null, - "HTTPResponseStatusCode": null, - "HTTPResponseBodyLength": null, - "HTTPResponseBodyIsTruncated": null, - "HTTPResponseHeadersKeys": null, - "HTTPResponseLocation": null, - "HTTPResponseTitle": null, - "HTTPResponseIsFinal": null, - "ControlDNSDomain": "largefile.com", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "35.161.85.189", - "52.35.36.75" - ], - "ControlTCPConnectFailure": "", - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 16777216, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "" - }, { "TagDepth": 0, "Type": 0, @@ -284,60 +173,6 @@ "DNSQueryType": "A", "DNSEngine": "doh", "DNSResolvedAddrs": [ - "35.161.85.189", - "52.35.36.75" - ], - "IPAddressOrigin": "dns", - "IPAddress": "35.161.85.189", - "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": "largefile.com", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "35.161.85.189", - "52.35.36.75" - ], - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 16777216, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "" - }, - { - "TagDepth": 0, - "Type": 0, - "Failure": "", - "TransactionID": 30001, - "TagFetchBody": null, - "DNSTransactionID": 30001, - "DNSDomain": "largefile.com", - "DNSLookupFailure": "", - "DNSQueryType": "A", - "DNSEngine": "doh", - "DNSResolvedAddrs": [ - "35.161.85.189", "52.35.36.75" ], "IPAddressOrigin": "dns", @@ -363,7 +198,6 @@ "ControlDNSDomain": "largefile.com", "ControlDNSLookupFailure": "", "ControlDNSResolvedAddrs": [ - "35.161.85.189", "52.35.36.75" ], "ControlTCPConnectFailure": null, @@ -390,60 +224,6 @@ "DNSQueryType": "A", "DNSEngine": "udp", "DNSResolvedAddrs": [ - "35.161.85.189", - "52.35.36.75" - ], - "IPAddressOrigin": "dns", - "IPAddress": "35.161.85.189", - "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": "largefile.com", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "35.161.85.189", - "52.35.36.75" - ], - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 16777216, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "" - }, - { - "TagDepth": 0, - "Type": 0, - "Failure": "", - "TransactionID": 20001, - "TagFetchBody": null, - "DNSTransactionID": 20001, - "DNSDomain": "largefile.com", - "DNSLookupFailure": "", - "DNSQueryType": "A", - "DNSEngine": "udp", - "DNSResolvedAddrs": [ - "35.161.85.189", "52.35.36.75" ], "IPAddressOrigin": "dns", @@ -469,60 +249,6 @@ "ControlDNSDomain": "largefile.com", "ControlDNSLookupFailure": "", "ControlDNSResolvedAddrs": [ - "35.161.85.189", - "52.35.36.75" - ], - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 16777216, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "" - }, - { - "TagDepth": 0, - "Type": 0, - "Failure": "", - "TransactionID": 10001, - "TagFetchBody": null, - "DNSTransactionID": 10001, - "DNSDomain": "largefile.com", - "DNSLookupFailure": "", - "DNSQueryType": "ANY", - "DNSEngine": "getaddrinfo", - "DNSResolvedAddrs": [ - "35.161.85.189", - "52.35.36.75" - ], - "IPAddressOrigin": "dns", - "IPAddress": "35.161.85.189", - "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": "largefile.com", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "35.161.85.189", "52.35.36.75" ], "ControlTCPConnectFailure": null, @@ -549,7 +275,6 @@ "DNSQueryType": "ANY", "DNSEngine": "getaddrinfo", "DNSResolvedAddrs": [ - "35.161.85.189", "52.35.36.75" ], "IPAddressOrigin": "dns", @@ -575,7 +300,6 @@ "ControlDNSDomain": "largefile.com", "ControlDNSLookupFailure": "", "ControlDNSResolvedAddrs": [ - "35.161.85.189", "52.35.36.75" ], "ControlTCPConnectFailure": null, @@ -625,7 +349,6 @@ "ControlDNSDomain": "largefile.com", "ControlDNSLookupFailure": "", "ControlDNSResolvedAddrs": [ - "35.161.85.189", "52.35.36.75" ], "ControlTCPConnectFailure": null, @@ -675,7 +398,6 @@ "ControlDNSDomain": "largefile.com", "ControlDNSLookupFailure": "", "ControlDNSResolvedAddrs": [ - "35.161.85.189", "52.35.36.75" ], "ControlTCPConnectFailure": null, diff --git a/internal/minipipeline/testdata/webconnectivity/generated/largeFileWithHTTP/analysis_classic.json b/internal/minipipeline/testdata/webconnectivity/generated/largeFileWithHTTP/analysis_classic.json index 9fe3f13b6..5d18c4dee 100644 --- a/internal/minipipeline/testdata/webconnectivity/generated/largeFileWithHTTP/analysis_classic.json +++ b/internal/minipipeline/testdata/webconnectivity/generated/largeFileWithHTTP/analysis_classic.json @@ -1,7 +1,6 @@ { "ControlExpectations": { "DNSAddresses": [ - "35.161.85.189", "52.35.36.75" ], "FinalResponseFailure": "" @@ -42,7 +41,7 @@ "HTTPFinalResponseSuccessTLSWithoutControl": null, "HTTPFinalResponseSuccessTLSWithControl": null, "HTTPFinalResponseSuccessTCPWithoutControl": null, - "HTTPFinalResponseSuccessTCPWithControl": 40002, + "HTTPFinalResponseSuccessTCPWithControl": 40001, "HTTPFinalResponseDiffBodyProportionFactor": null, "HTTPFinalResponseDiffStatusCodeMatch": true, "HTTPFinalResponseDiffTitleDifferentLongWords": {}, @@ -54,7 +53,7 @@ "TagDepth": 0, "Type": 3, "Failure": "", - "TransactionID": 40002, + "TransactionID": 40001, "TagFetchBody": true, "DNSTransactionID": 30001, "DNSDomain": "largefile.com", @@ -62,17 +61,16 @@ "DNSQueryType": null, "DNSEngine": null, "DNSResolvedAddrs": [ - "35.161.85.189", "52.35.36.75" ], "IPAddressOrigin": "dns", - "IPAddress": "35.161.85.189", + "IPAddress": "52.35.36.75", "IPAddressASN": 16509, "IPAddressBogon": false, - "EndpointTransactionID": 40002, + "EndpointTransactionID": 40001, "EndpointProto": "tcp", "EndpointPort": "80", - "EndpointAddress": "35.161.85.189:80", + "EndpointAddress": "52.35.36.75:80", "TCPConnectFailure": "", "TLSHandshakeFailure": null, "TLSServerName": null, @@ -92,60 +90,6 @@ "ControlDNSDomain": "largefile.com", "ControlDNSLookupFailure": "", "ControlDNSResolvedAddrs": [ - "35.161.85.189", - "52.35.36.75" - ], - "ControlTCPConnectFailure": "", - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 16777216, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "" - }, - { - "TagDepth": 0, - "Type": 1, - "Failure": "", - "TransactionID": 40001, - "TagFetchBody": true, - "DNSTransactionID": 30001, - "DNSDomain": "largefile.com", - "DNSLookupFailure": "", - "DNSQueryType": null, - "DNSEngine": null, - "DNSResolvedAddrs": [ - "35.161.85.189", - "52.35.36.75" - ], - "IPAddressOrigin": "dns", - "IPAddress": "52.35.36.75", - "IPAddressASN": 16509, - "IPAddressBogon": false, - "EndpointTransactionID": 40001, - "EndpointProto": "tcp", - "EndpointPort": "80", - "EndpointAddress": "52.35.36.75:80", - "TCPConnectFailure": "", - "TLSHandshakeFailure": null, - "TLSServerName": null, - "HTTPRequestURL": null, - "HTTPFailure": null, - "HTTPResponseStatusCode": null, - "HTTPResponseBodyLength": null, - "HTTPResponseBodyIsTruncated": null, - "HTTPResponseHeadersKeys": null, - "HTTPResponseLocation": null, - "HTTPResponseTitle": null, - "HTTPResponseIsFinal": null, - "ControlDNSDomain": "largefile.com", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "35.161.85.189", "52.35.36.75" ], "ControlTCPConnectFailure": "", @@ -172,60 +116,6 @@ "DNSQueryType": "ANY", "DNSEngine": "getaddrinfo", "DNSResolvedAddrs": [ - "35.161.85.189", - "52.35.36.75" - ], - "IPAddressOrigin": "dns", - "IPAddress": "35.161.85.189", - "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": "largefile.com", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "35.161.85.189", - "52.35.36.75" - ], - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 16777216, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "" - }, - { - "TagDepth": 0, - "Type": 0, - "Failure": "", - "TransactionID": 10001, - "TagFetchBody": null, - "DNSTransactionID": 10001, - "DNSDomain": "largefile.com", - "DNSLookupFailure": "", - "DNSQueryType": "ANY", - "DNSEngine": "getaddrinfo", - "DNSResolvedAddrs": [ - "35.161.85.189", "52.35.36.75" ], "IPAddressOrigin": "dns", @@ -251,7 +141,6 @@ "ControlDNSDomain": "largefile.com", "ControlDNSLookupFailure": "", "ControlDNSResolvedAddrs": [ - "35.161.85.189", "52.35.36.75" ], "ControlTCPConnectFailure": null, diff --git a/internal/minipipeline/testdata/webconnectivity/generated/largeFileWithHTTP/measurement.json b/internal/minipipeline/testdata/webconnectivity/generated/largeFileWithHTTP/measurement.json index 4ae1c1939..4603122a3 100644 --- a/internal/minipipeline/testdata/webconnectivity/generated/largeFileWithHTTP/measurement.json +++ b/internal/minipipeline/testdata/webconnectivity/generated/largeFileWithHTTP/measurement.json @@ -45,13 +45,6 @@ "answer_type": "A", "ipv4": "52.35.36.75", "ttl": null - }, - { - "asn": 16509, - "as_org_name": "Amazon.com, Inc.", - "answer_type": "A", - "ipv4": "35.161.85.189", - "ttl": null } ], "engine": "doh", @@ -90,13 +83,6 @@ "answer_type": "A", "ipv4": "52.35.36.75", "ttl": null - }, - { - "asn": 16509, - "as_org_name": "Amazon.com, Inc.", - "answer_type": "A", - "ipv4": "35.161.85.189", - "ttl": null } ], "engine": "getaddrinfo", @@ -120,13 +106,6 @@ "answer_type": "A", "ipv4": "52.35.36.75", "ttl": null - }, - { - "asn": 16509, - "as_org_name": "Amazon.com, Inc.", - "answer_type": "A", - "ipv4": "35.161.85.189", - "ttl": null } ], "engine": "udp", @@ -161,7 +140,7 @@ "requests": [ { "network": "tcp", - "address": "35.161.85.189:80", + "address": "52.35.36.75:80", "failure": null, "request": { "body": "", @@ -233,38 +212,10 @@ "depth=0", "fetch_body=true" ], - "transaction_id": 40002 + "transaction_id": 40001 } ], "tcp_connect": [ - { - "ip": "35.161.85.189", - "port": 80, - "status": { - "failure": null, - "success": true - }, - "t": 0, - "tags": [ - "depth=0", - "fetch_body=true" - ], - "transaction_id": 40002 - }, - { - "ip": "35.161.85.189", - "port": 443, - "status": { - "failure": null, - "success": true - }, - "t": 0, - "tags": [ - "depth=0", - "fetch_body=false" - ], - "transaction_id": 50002 - }, { "ip": "52.35.36.75", "port": 80, @@ -295,23 +246,6 @@ } ], "tls_handshakes": [ - { - "network": "tcp", - "address": "35.161.85.189:443", - "cipher_suite": "TLS_AES_128_GCM_SHA256", - "failure": null, - "negotiated_protocol": "http/1.1", - "no_tls_verify": false, - "peer_certificates": null, - "server_name": "largefile.com", - "t": 0, - "tags": [ - "depth=0", - "fetch_body=false" - ], - "tls_version": "TLSv1.3", - "transaction_id": 50002 - }, { "network": "tcp", "address": "52.35.36.75:443", @@ -345,22 +279,12 @@ }, "tcp_connect": [ "52.35.36.75:443", - "52.35.36.75:80", - "35.161.85.189:443", - "35.161.85.189:80" + "52.35.36.75:80" ], "x_quic_enabled": false }, "control": { "tcp_connect": { - "35.161.85.189:443": { - "status": true, - "failure": null - }, - "35.161.85.189:80": { - "status": true, - "failure": null - }, "52.35.36.75:443": { "status": true, "failure": null @@ -371,11 +295,6 @@ } }, "tls_handshake": { - "35.161.85.189:443": { - "server_name": "largefile.com", - "status": true, - "failure": null - }, "52.35.36.75:443": { "server_name": "largefile.com", "status": true, @@ -399,15 +318,10 @@ "dns": { "failure": null, "addrs": [ - "52.35.36.75", - "35.161.85.189" + "52.35.36.75" ] }, "ip_info": { - "35.161.85.189": { - "asn": 16509, - "flags": 11 - }, "52.35.36.75": { "asn": 16509, "flags": 11 diff --git a/internal/minipipeline/testdata/webconnectivity/generated/largeFileWithHTTP/observations.json b/internal/minipipeline/testdata/webconnectivity/generated/largeFileWithHTTP/observations.json index 378bce51c..45be23ffc 100644 --- a/internal/minipipeline/testdata/webconnectivity/generated/largeFileWithHTTP/observations.json +++ b/internal/minipipeline/testdata/webconnectivity/generated/largeFileWithHTTP/observations.json @@ -35,7 +35,6 @@ "ControlDNSDomain": "largefile.com", "ControlDNSLookupFailure": "", "ControlDNSResolvedAddrs": [ - "35.161.85.189", "52.35.36.75" ], "ControlTCPConnectFailure": null, @@ -85,7 +84,6 @@ "ControlDNSDomain": "largefile.com", "ControlDNSLookupFailure": "", "ControlDNSResolvedAddrs": [ - "35.161.85.189", "52.35.36.75" ], "ControlTCPConnectFailure": null, @@ -114,60 +112,6 @@ "DNSQueryType": "A", "DNSEngine": "doh", "DNSResolvedAddrs": [ - "35.161.85.189", - "52.35.36.75" - ], - "IPAddressOrigin": "dns", - "IPAddress": "35.161.85.189", - "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": "largefile.com", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "35.161.85.189", - "52.35.36.75" - ], - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 16777216, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "" - }, - { - "TagDepth": 0, - "Type": 0, - "Failure": "", - "TransactionID": 30001, - "TagFetchBody": null, - "DNSTransactionID": 30001, - "DNSDomain": "largefile.com", - "DNSLookupFailure": "", - "DNSQueryType": "A", - "DNSEngine": "doh", - "DNSResolvedAddrs": [ - "35.161.85.189", "52.35.36.75" ], "IPAddressOrigin": "dns", @@ -193,60 +137,6 @@ "ControlDNSDomain": "largefile.com", "ControlDNSLookupFailure": "", "ControlDNSResolvedAddrs": [ - "35.161.85.189", - "52.35.36.75" - ], - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 16777216, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "" - }, - { - "TagDepth": 0, - "Type": 0, - "Failure": "", - "TransactionID": 10001, - "TagFetchBody": null, - "DNSTransactionID": 10001, - "DNSDomain": "largefile.com", - "DNSLookupFailure": "", - "DNSQueryType": "ANY", - "DNSEngine": "getaddrinfo", - "DNSResolvedAddrs": [ - "35.161.85.189", - "52.35.36.75" - ], - "IPAddressOrigin": "dns", - "IPAddress": "35.161.85.189", - "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": "largefile.com", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "35.161.85.189", "52.35.36.75" ], "ControlTCPConnectFailure": null, @@ -273,7 +163,6 @@ "DNSQueryType": "ANY", "DNSEngine": "getaddrinfo", "DNSResolvedAddrs": [ - "35.161.85.189", "52.35.36.75" ], "IPAddressOrigin": "dns", @@ -299,7 +188,6 @@ "ControlDNSDomain": "largefile.com", "ControlDNSLookupFailure": "", "ControlDNSResolvedAddrs": [ - "35.161.85.189", "52.35.36.75" ], "ControlTCPConnectFailure": null, @@ -326,60 +214,6 @@ "DNSQueryType": "A", "DNSEngine": "udp", "DNSResolvedAddrs": [ - "35.161.85.189", - "52.35.36.75" - ], - "IPAddressOrigin": "dns", - "IPAddress": "35.161.85.189", - "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": "largefile.com", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "35.161.85.189", - "52.35.36.75" - ], - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 16777216, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "" - }, - { - "TagDepth": 0, - "Type": 0, - "Failure": "", - "TransactionID": 20001, - "TagFetchBody": null, - "DNSTransactionID": 20001, - "DNSDomain": "largefile.com", - "DNSLookupFailure": "", - "DNSQueryType": "A", - "DNSEngine": "udp", - "DNSResolvedAddrs": [ - "35.161.85.189", "52.35.36.75" ], "IPAddressOrigin": "dns", @@ -405,7 +239,6 @@ "ControlDNSDomain": "largefile.com", "ControlDNSLookupFailure": "", "ControlDNSResolvedAddrs": [ - "35.161.85.189", "52.35.36.75" ], "ControlTCPConnectFailure": null, @@ -424,7 +257,7 @@ "KnownTCPEndpoints": { "40001": { "TagDepth": 0, - "Type": 1, + "Type": 3, "Failure": "", "TransactionID": 40001, "TagFetchBody": true, @@ -434,7 +267,6 @@ "DNSQueryType": null, "DNSEngine": null, "DNSResolvedAddrs": [ - "35.161.85.189", "52.35.36.75" ], "IPAddressOrigin": "dns", @@ -448,59 +280,6 @@ "TCPConnectFailure": "", "TLSHandshakeFailure": null, "TLSServerName": null, - "HTTPRequestURL": null, - "HTTPFailure": null, - "HTTPResponseStatusCode": null, - "HTTPResponseBodyLength": null, - "HTTPResponseBodyIsTruncated": null, - "HTTPResponseHeadersKeys": null, - "HTTPResponseLocation": null, - "HTTPResponseTitle": null, - "HTTPResponseIsFinal": null, - "ControlDNSDomain": "largefile.com", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "35.161.85.189", - "52.35.36.75" - ], - "ControlTCPConnectFailure": "", - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 16777216, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "" - }, - "40002": { - "TagDepth": 0, - "Type": 3, - "Failure": "", - "TransactionID": 40002, - "TagFetchBody": true, - "DNSTransactionID": 30001, - "DNSDomain": "largefile.com", - "DNSLookupFailure": "", - "DNSQueryType": null, - "DNSEngine": null, - "DNSResolvedAddrs": [ - "35.161.85.189", - "52.35.36.75" - ], - "IPAddressOrigin": "dns", - "IPAddress": "35.161.85.189", - "IPAddressASN": 16509, - "IPAddressBogon": false, - "EndpointTransactionID": 40002, - "EndpointProto": "tcp", - "EndpointPort": "80", - "EndpointAddress": "35.161.85.189:80", - "TCPConnectFailure": "", - "TLSHandshakeFailure": null, - "TLSServerName": null, "HTTPRequestURL": "http://largefile.com/", "HTTPFailure": "", "HTTPResponseStatusCode": 200, @@ -517,7 +296,6 @@ "ControlDNSDomain": "largefile.com", "ControlDNSLookupFailure": "", "ControlDNSResolvedAddrs": [ - "35.161.85.189", "52.35.36.75" ], "ControlTCPConnectFailure": "", @@ -544,7 +322,6 @@ "DNSQueryType": null, "DNSEngine": null, "DNSResolvedAddrs": [ - "35.161.85.189", "52.35.36.75" ], "IPAddressOrigin": "dns", @@ -570,60 +347,6 @@ "ControlDNSDomain": "largefile.com", "ControlDNSLookupFailure": "", "ControlDNSResolvedAddrs": [ - "35.161.85.189", - "52.35.36.75" - ], - "ControlTCPConnectFailure": "", - "ControlTLSHandshakeFailure": "", - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 16777216, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "" - }, - "50002": { - "TagDepth": 0, - "Type": 2, - "Failure": "", - "TransactionID": 50002, - "TagFetchBody": false, - "DNSTransactionID": 30001, - "DNSDomain": "largefile.com", - "DNSLookupFailure": "", - "DNSQueryType": null, - "DNSEngine": null, - "DNSResolvedAddrs": [ - "35.161.85.189", - "52.35.36.75" - ], - "IPAddressOrigin": "dns", - "IPAddress": "35.161.85.189", - "IPAddressASN": 16509, - "IPAddressBogon": false, - "EndpointTransactionID": 50002, - "EndpointProto": "tcp", - "EndpointPort": "443", - "EndpointAddress": "35.161.85.189:443", - "TCPConnectFailure": "", - "TLSHandshakeFailure": "", - "TLSServerName": "largefile.com", - "HTTPRequestURL": null, - "HTTPFailure": null, - "HTTPResponseStatusCode": null, - "HTTPResponseBodyLength": null, - "HTTPResponseBodyIsTruncated": null, - "HTTPResponseHeadersKeys": null, - "HTTPResponseLocation": null, - "HTTPResponseTitle": null, - "HTTPResponseIsFinal": null, - "ControlDNSDomain": "largefile.com", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "35.161.85.189", "52.35.36.75" ], "ControlTCPConnectFailure": "", @@ -641,7 +364,6 @@ }, "ControlExpectations": { "DNSAddresses": [ - "35.161.85.189", "52.35.36.75" ], "FinalResponseFailure": "" diff --git a/internal/minipipeline/testdata/webconnectivity/generated/largeFileWithHTTP/observations_classic.json b/internal/minipipeline/testdata/webconnectivity/generated/largeFileWithHTTP/observations_classic.json index 13fab4a1b..8636d96ea 100644 --- a/internal/minipipeline/testdata/webconnectivity/generated/largeFileWithHTTP/observations_classic.json +++ b/internal/minipipeline/testdata/webconnectivity/generated/largeFileWithHTTP/observations_classic.json @@ -13,60 +13,6 @@ "DNSQueryType": "ANY", "DNSEngine": "getaddrinfo", "DNSResolvedAddrs": [ - "35.161.85.189", - "52.35.36.75" - ], - "IPAddressOrigin": "dns", - "IPAddress": "35.161.85.189", - "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": "largefile.com", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "35.161.85.189", - "52.35.36.75" - ], - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 16777216, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "" - }, - { - "TagDepth": 0, - "Type": 0, - "Failure": "", - "TransactionID": 10001, - "TagFetchBody": null, - "DNSTransactionID": 10001, - "DNSDomain": "largefile.com", - "DNSLookupFailure": "", - "DNSQueryType": "ANY", - "DNSEngine": "getaddrinfo", - "DNSResolvedAddrs": [ - "35.161.85.189", "52.35.36.75" ], "IPAddressOrigin": "dns", @@ -92,7 +38,6 @@ "ControlDNSDomain": "largefile.com", "ControlDNSLookupFailure": "", "ControlDNSResolvedAddrs": [ - "35.161.85.189", "52.35.36.75" ], "ControlTCPConnectFailure": null, @@ -111,7 +56,7 @@ "KnownTCPEndpoints": { "40001": { "TagDepth": 0, - "Type": 1, + "Type": 3, "Failure": "", "TransactionID": 40001, "TagFetchBody": true, @@ -121,7 +66,6 @@ "DNSQueryType": null, "DNSEngine": null, "DNSResolvedAddrs": [ - "35.161.85.189", "52.35.36.75" ], "IPAddressOrigin": "dns", @@ -135,59 +79,6 @@ "TCPConnectFailure": "", "TLSHandshakeFailure": null, "TLSServerName": null, - "HTTPRequestURL": null, - "HTTPFailure": null, - "HTTPResponseStatusCode": null, - "HTTPResponseBodyLength": null, - "HTTPResponseBodyIsTruncated": null, - "HTTPResponseHeadersKeys": null, - "HTTPResponseLocation": null, - "HTTPResponseTitle": null, - "HTTPResponseIsFinal": null, - "ControlDNSDomain": "largefile.com", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "35.161.85.189", - "52.35.36.75" - ], - "ControlTCPConnectFailure": "", - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 16777216, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "" - }, - "40002": { - "TagDepth": 0, - "Type": 3, - "Failure": "", - "TransactionID": 40002, - "TagFetchBody": true, - "DNSTransactionID": 30001, - "DNSDomain": "largefile.com", - "DNSLookupFailure": "", - "DNSQueryType": null, - "DNSEngine": null, - "DNSResolvedAddrs": [ - "35.161.85.189", - "52.35.36.75" - ], - "IPAddressOrigin": "dns", - "IPAddress": "35.161.85.189", - "IPAddressASN": 16509, - "IPAddressBogon": false, - "EndpointTransactionID": 40002, - "EndpointProto": "tcp", - "EndpointPort": "80", - "EndpointAddress": "35.161.85.189:80", - "TCPConnectFailure": "", - "TLSHandshakeFailure": null, - "TLSServerName": null, "HTTPRequestURL": "http://largefile.com/", "HTTPFailure": "", "HTTPResponseStatusCode": 200, @@ -204,7 +95,6 @@ "ControlDNSDomain": "largefile.com", "ControlDNSLookupFailure": "", "ControlDNSResolvedAddrs": [ - "35.161.85.189", "52.35.36.75" ], "ControlTCPConnectFailure": "", @@ -222,7 +112,6 @@ }, "ControlExpectations": { "DNSAddresses": [ - "35.161.85.189", "52.35.36.75" ], "FinalResponseFailure": "" diff --git a/internal/minipipeline/testdata/webconnectivity/generated/largeFileWithHTTPS/analysis.json b/internal/minipipeline/testdata/webconnectivity/generated/largeFileWithHTTPS/analysis.json index de96ef5df..1b0f04ceb 100644 --- a/internal/minipipeline/testdata/webconnectivity/generated/largeFileWithHTTPS/analysis.json +++ b/internal/minipipeline/testdata/webconnectivity/generated/largeFileWithHTTPS/analysis.json @@ -1,7 +1,6 @@ { "ControlExpectations": { "DNSAddresses": [ - "35.161.85.189", "52.35.36.75" ], "FinalResponseFailure": "" @@ -68,7 +67,6 @@ "DNSQueryType": null, "DNSEngine": null, "DNSResolvedAddrs": [ - "35.161.85.189", "52.35.36.75" ], "IPAddressOrigin": "dns", @@ -98,7 +96,6 @@ "ControlDNSDomain": "largefile.com", "ControlDNSLookupFailure": "", "ControlDNSResolvedAddrs": [ - "35.161.85.189", "52.35.36.75" ], "ControlTCPConnectFailure": "", @@ -113,112 +110,6 @@ }, "ControlHTTPResponseTitle": "" }, - { - "TagDepth": 0, - "Type": 2, - "Failure": "", - "TransactionID": 50002, - "TagFetchBody": true, - "DNSTransactionID": 30001, - "DNSDomain": "largefile.com", - "DNSLookupFailure": "", - "DNSQueryType": null, - "DNSEngine": null, - "DNSResolvedAddrs": [ - "35.161.85.189", - "52.35.36.75" - ], - "IPAddressOrigin": "dns", - "IPAddress": "35.161.85.189", - "IPAddressASN": 16509, - "IPAddressBogon": false, - "EndpointTransactionID": 50002, - "EndpointProto": "tcp", - "EndpointPort": "443", - "EndpointAddress": "35.161.85.189:443", - "TCPConnectFailure": "", - "TLSHandshakeFailure": "", - "TLSServerName": "largefile.com", - "HTTPRequestURL": null, - "HTTPFailure": null, - "HTTPResponseStatusCode": null, - "HTTPResponseBodyLength": null, - "HTTPResponseBodyIsTruncated": null, - "HTTPResponseHeadersKeys": null, - "HTTPResponseLocation": null, - "HTTPResponseTitle": null, - "HTTPResponseIsFinal": null, - "ControlDNSDomain": "largefile.com", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "35.161.85.189", - "52.35.36.75" - ], - "ControlTCPConnectFailure": "", - "ControlTLSHandshakeFailure": "", - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 16777216, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "" - }, - { - "TagDepth": 0, - "Type": 0, - "Failure": "", - "TransactionID": 30001, - "TagFetchBody": null, - "DNSTransactionID": 30001, - "DNSDomain": "largefile.com", - "DNSLookupFailure": "", - "DNSQueryType": "A", - "DNSEngine": "doh", - "DNSResolvedAddrs": [ - "35.161.85.189", - "52.35.36.75" - ], - "IPAddressOrigin": "dns", - "IPAddress": "35.161.85.189", - "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": "largefile.com", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "35.161.85.189", - "52.35.36.75" - ], - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 16777216, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "" - }, { "TagDepth": 0, "Type": 0, @@ -231,7 +122,6 @@ "DNSQueryType": "A", "DNSEngine": "doh", "DNSResolvedAddrs": [ - "35.161.85.189", "52.35.36.75" ], "IPAddressOrigin": "dns", @@ -257,60 +147,6 @@ "ControlDNSDomain": "largefile.com", "ControlDNSLookupFailure": "", "ControlDNSResolvedAddrs": [ - "35.161.85.189", - "52.35.36.75" - ], - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 16777216, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "" - }, - { - "TagDepth": 0, - "Type": 0, - "Failure": "", - "TransactionID": 20001, - "TagFetchBody": null, - "DNSTransactionID": 20001, - "DNSDomain": "largefile.com", - "DNSLookupFailure": "", - "DNSQueryType": "A", - "DNSEngine": "udp", - "DNSResolvedAddrs": [ - "35.161.85.189", - "52.35.36.75" - ], - "IPAddressOrigin": "dns", - "IPAddress": "35.161.85.189", - "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": "largefile.com", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "35.161.85.189", "52.35.36.75" ], "ControlTCPConnectFailure": null, @@ -337,7 +173,6 @@ "DNSQueryType": "A", "DNSEngine": "udp", "DNSResolvedAddrs": [ - "35.161.85.189", "52.35.36.75" ], "IPAddressOrigin": "dns", @@ -363,60 +198,6 @@ "ControlDNSDomain": "largefile.com", "ControlDNSLookupFailure": "", "ControlDNSResolvedAddrs": [ - "35.161.85.189", - "52.35.36.75" - ], - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 16777216, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "" - }, - { - "TagDepth": 0, - "Type": 0, - "Failure": "", - "TransactionID": 10001, - "TagFetchBody": null, - "DNSTransactionID": 10001, - "DNSDomain": "largefile.com", - "DNSLookupFailure": "", - "DNSQueryType": "ANY", - "DNSEngine": "getaddrinfo", - "DNSResolvedAddrs": [ - "35.161.85.189", - "52.35.36.75" - ], - "IPAddressOrigin": "dns", - "IPAddress": "35.161.85.189", - "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": "largefile.com", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "35.161.85.189", "52.35.36.75" ], "ControlTCPConnectFailure": null, @@ -443,7 +224,6 @@ "DNSQueryType": "ANY", "DNSEngine": "getaddrinfo", "DNSResolvedAddrs": [ - "35.161.85.189", "52.35.36.75" ], "IPAddressOrigin": "dns", @@ -469,7 +249,6 @@ "ControlDNSDomain": "largefile.com", "ControlDNSLookupFailure": "", "ControlDNSResolvedAddrs": [ - "35.161.85.189", "52.35.36.75" ], "ControlTCPConnectFailure": null, @@ -519,7 +298,6 @@ "ControlDNSDomain": "largefile.com", "ControlDNSLookupFailure": "", "ControlDNSResolvedAddrs": [ - "35.161.85.189", "52.35.36.75" ], "ControlTCPConnectFailure": null, @@ -569,7 +347,6 @@ "ControlDNSDomain": "largefile.com", "ControlDNSLookupFailure": "", "ControlDNSResolvedAddrs": [ - "35.161.85.189", "52.35.36.75" ], "ControlTCPConnectFailure": null, diff --git a/internal/minipipeline/testdata/webconnectivity/generated/largeFileWithHTTPS/analysis_classic.json b/internal/minipipeline/testdata/webconnectivity/generated/largeFileWithHTTPS/analysis_classic.json index 58c02898b..58d8f283f 100644 --- a/internal/minipipeline/testdata/webconnectivity/generated/largeFileWithHTTPS/analysis_classic.json +++ b/internal/minipipeline/testdata/webconnectivity/generated/largeFileWithHTTPS/analysis_classic.json @@ -1,7 +1,6 @@ { "ControlExpectations": { "DNSAddresses": [ - "35.161.85.189", "52.35.36.75" ], "FinalResponseFailure": "" @@ -63,7 +62,6 @@ "DNSQueryType": null, "DNSEngine": null, "DNSResolvedAddrs": [ - "35.161.85.189", "52.35.36.75" ], "IPAddressOrigin": "dns", @@ -93,7 +91,6 @@ "ControlDNSDomain": "largefile.com", "ControlDNSLookupFailure": "", "ControlDNSResolvedAddrs": [ - "35.161.85.189", "52.35.36.75" ], "ControlTCPConnectFailure": "", @@ -108,112 +105,6 @@ }, "ControlHTTPResponseTitle": "" }, - { - "TagDepth": 0, - "Type": 2, - "Failure": "", - "TransactionID": 50002, - "TagFetchBody": true, - "DNSTransactionID": 30001, - "DNSDomain": "largefile.com", - "DNSLookupFailure": "", - "DNSQueryType": null, - "DNSEngine": null, - "DNSResolvedAddrs": [ - "35.161.85.189", - "52.35.36.75" - ], - "IPAddressOrigin": "dns", - "IPAddress": "35.161.85.189", - "IPAddressASN": 16509, - "IPAddressBogon": false, - "EndpointTransactionID": 50002, - "EndpointProto": "tcp", - "EndpointPort": "443", - "EndpointAddress": "35.161.85.189:443", - "TCPConnectFailure": "", - "TLSHandshakeFailure": "", - "TLSServerName": "largefile.com", - "HTTPRequestURL": null, - "HTTPFailure": null, - "HTTPResponseStatusCode": null, - "HTTPResponseBodyLength": null, - "HTTPResponseBodyIsTruncated": null, - "HTTPResponseHeadersKeys": null, - "HTTPResponseLocation": null, - "HTTPResponseTitle": null, - "HTTPResponseIsFinal": null, - "ControlDNSDomain": "largefile.com", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "35.161.85.189", - "52.35.36.75" - ], - "ControlTCPConnectFailure": "", - "ControlTLSHandshakeFailure": "", - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 16777216, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "" - }, - { - "TagDepth": 0, - "Type": 0, - "Failure": "", - "TransactionID": 10001, - "TagFetchBody": null, - "DNSTransactionID": 10001, - "DNSDomain": "largefile.com", - "DNSLookupFailure": "", - "DNSQueryType": "ANY", - "DNSEngine": "getaddrinfo", - "DNSResolvedAddrs": [ - "35.161.85.189", - "52.35.36.75" - ], - "IPAddressOrigin": "dns", - "IPAddress": "35.161.85.189", - "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": "largefile.com", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "35.161.85.189", - "52.35.36.75" - ], - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 16777216, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "" - }, { "TagDepth": 0, "Type": 0, @@ -226,7 +117,6 @@ "DNSQueryType": "ANY", "DNSEngine": "getaddrinfo", "DNSResolvedAddrs": [ - "35.161.85.189", "52.35.36.75" ], "IPAddressOrigin": "dns", @@ -252,7 +142,6 @@ "ControlDNSDomain": "largefile.com", "ControlDNSLookupFailure": "", "ControlDNSResolvedAddrs": [ - "35.161.85.189", "52.35.36.75" ], "ControlTCPConnectFailure": null, diff --git a/internal/minipipeline/testdata/webconnectivity/generated/largeFileWithHTTPS/measurement.json b/internal/minipipeline/testdata/webconnectivity/generated/largeFileWithHTTPS/measurement.json index 63d28ea7a..7333dc24a 100644 --- a/internal/minipipeline/testdata/webconnectivity/generated/largeFileWithHTTPS/measurement.json +++ b/internal/minipipeline/testdata/webconnectivity/generated/largeFileWithHTTPS/measurement.json @@ -45,13 +45,6 @@ "answer_type": "A", "ipv4": "52.35.36.75", "ttl": null - }, - { - "asn": 16509, - "as_org_name": "Amazon.com, Inc.", - "answer_type": "A", - "ipv4": "35.161.85.189", - "ttl": null } ], "engine": "doh", @@ -90,13 +83,6 @@ "answer_type": "A", "ipv4": "52.35.36.75", "ttl": null - }, - { - "asn": 16509, - "as_org_name": "Amazon.com, Inc.", - "answer_type": "A", - "ipv4": "35.161.85.189", - "ttl": null } ], "engine": "getaddrinfo", @@ -120,13 +106,6 @@ "answer_type": "A", "ipv4": "52.35.36.75", "ttl": null - }, - { - "asn": 16509, - "as_org_name": "Amazon.com, Inc.", - "answer_type": "A", - "ipv4": "35.161.85.189", - "ttl": null } ], "engine": "udp", @@ -238,20 +217,6 @@ } ], "tcp_connect": [ - { - "ip": "35.161.85.189", - "port": 443, - "status": { - "failure": null, - "success": true - }, - "t": 0, - "tags": [ - "depth=0", - "fetch_body=true" - ], - "transaction_id": 50002 - }, { "ip": "52.35.36.75", "port": 443, @@ -268,23 +233,6 @@ } ], "tls_handshakes": [ - { - "network": "tcp", - "address": "35.161.85.189:443", - "cipher_suite": "TLS_AES_128_GCM_SHA256", - "failure": null, - "negotiated_protocol": "http/1.1", - "no_tls_verify": false, - "peer_certificates": null, - "server_name": "largefile.com", - "t": 0, - "tags": [ - "depth=0", - "fetch_body=true" - ], - "tls_version": "TLSv1.3", - "transaction_id": 50002 - }, { "network": "tcp", "address": "52.35.36.75:443", @@ -318,29 +266,18 @@ }, "tcp_connect": [ "52.35.36.75:443", - "52.35.36.75:80", - "35.161.85.189:443", - "35.161.85.189:80" + "52.35.36.75:80" ], "x_quic_enabled": false }, "control": { "tcp_connect": { - "35.161.85.189:443": { - "status": true, - "failure": null - }, "52.35.36.75:443": { "status": true, "failure": null } }, "tls_handshake": { - "35.161.85.189:443": { - "server_name": "largefile.com", - "status": true, - "failure": null - }, "52.35.36.75:443": { "server_name": "largefile.com", "status": true, @@ -364,15 +301,10 @@ "dns": { "failure": null, "addrs": [ - "52.35.36.75", - "35.161.85.189" + "52.35.36.75" ] }, "ip_info": { - "35.161.85.189": { - "asn": 16509, - "flags": 11 - }, "52.35.36.75": { "asn": 16509, "flags": 11 diff --git a/internal/minipipeline/testdata/webconnectivity/generated/largeFileWithHTTPS/observations.json b/internal/minipipeline/testdata/webconnectivity/generated/largeFileWithHTTPS/observations.json index 3037bed6e..187e95c5e 100644 --- a/internal/minipipeline/testdata/webconnectivity/generated/largeFileWithHTTPS/observations.json +++ b/internal/minipipeline/testdata/webconnectivity/generated/largeFileWithHTTPS/observations.json @@ -35,7 +35,6 @@ "ControlDNSDomain": "largefile.com", "ControlDNSLookupFailure": "", "ControlDNSResolvedAddrs": [ - "35.161.85.189", "52.35.36.75" ], "ControlTCPConnectFailure": null, @@ -85,7 +84,6 @@ "ControlDNSDomain": "largefile.com", "ControlDNSLookupFailure": "", "ControlDNSResolvedAddrs": [ - "35.161.85.189", "52.35.36.75" ], "ControlTCPConnectFailure": null, @@ -114,60 +112,6 @@ "DNSQueryType": "A", "DNSEngine": "doh", "DNSResolvedAddrs": [ - "35.161.85.189", - "52.35.36.75" - ], - "IPAddressOrigin": "dns", - "IPAddress": "35.161.85.189", - "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": "largefile.com", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "35.161.85.189", - "52.35.36.75" - ], - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 16777216, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "" - }, - { - "TagDepth": 0, - "Type": 0, - "Failure": "", - "TransactionID": 30001, - "TagFetchBody": null, - "DNSTransactionID": 30001, - "DNSDomain": "largefile.com", - "DNSLookupFailure": "", - "DNSQueryType": "A", - "DNSEngine": "doh", - "DNSResolvedAddrs": [ - "35.161.85.189", "52.35.36.75" ], "IPAddressOrigin": "dns", @@ -193,7 +137,6 @@ "ControlDNSDomain": "largefile.com", "ControlDNSLookupFailure": "", "ControlDNSResolvedAddrs": [ - "35.161.85.189", "52.35.36.75" ], "ControlTCPConnectFailure": null, @@ -220,60 +163,6 @@ "DNSQueryType": "ANY", "DNSEngine": "getaddrinfo", "DNSResolvedAddrs": [ - "35.161.85.189", - "52.35.36.75" - ], - "IPAddressOrigin": "dns", - "IPAddress": "35.161.85.189", - "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": "largefile.com", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "35.161.85.189", - "52.35.36.75" - ], - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 16777216, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "" - }, - { - "TagDepth": 0, - "Type": 0, - "Failure": "", - "TransactionID": 10001, - "TagFetchBody": null, - "DNSTransactionID": 10001, - "DNSDomain": "largefile.com", - "DNSLookupFailure": "", - "DNSQueryType": "ANY", - "DNSEngine": "getaddrinfo", - "DNSResolvedAddrs": [ - "35.161.85.189", "52.35.36.75" ], "IPAddressOrigin": "dns", @@ -299,7 +188,6 @@ "ControlDNSDomain": "largefile.com", "ControlDNSLookupFailure": "", "ControlDNSResolvedAddrs": [ - "35.161.85.189", "52.35.36.75" ], "ControlTCPConnectFailure": null, @@ -326,60 +214,6 @@ "DNSQueryType": "A", "DNSEngine": "udp", "DNSResolvedAddrs": [ - "35.161.85.189", - "52.35.36.75" - ], - "IPAddressOrigin": "dns", - "IPAddress": "35.161.85.189", - "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": "largefile.com", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "35.161.85.189", - "52.35.36.75" - ], - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 16777216, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "" - }, - { - "TagDepth": 0, - "Type": 0, - "Failure": "", - "TransactionID": 20001, - "TagFetchBody": null, - "DNSTransactionID": 20001, - "DNSDomain": "largefile.com", - "DNSLookupFailure": "", - "DNSQueryType": "A", - "DNSEngine": "udp", - "DNSResolvedAddrs": [ - "35.161.85.189", "52.35.36.75" ], "IPAddressOrigin": "dns", @@ -405,7 +239,6 @@ "ControlDNSDomain": "largefile.com", "ControlDNSLookupFailure": "", "ControlDNSResolvedAddrs": [ - "35.161.85.189", "52.35.36.75" ], "ControlTCPConnectFailure": null, @@ -434,7 +267,6 @@ "DNSQueryType": null, "DNSEngine": null, "DNSResolvedAddrs": [ - "35.161.85.189", "52.35.36.75" ], "IPAddressOrigin": "dns", @@ -464,60 +296,6 @@ "ControlDNSDomain": "largefile.com", "ControlDNSLookupFailure": "", "ControlDNSResolvedAddrs": [ - "35.161.85.189", - "52.35.36.75" - ], - "ControlTCPConnectFailure": "", - "ControlTLSHandshakeFailure": "", - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 16777216, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "" - }, - "50002": { - "TagDepth": 0, - "Type": 2, - "Failure": "", - "TransactionID": 50002, - "TagFetchBody": true, - "DNSTransactionID": 30001, - "DNSDomain": "largefile.com", - "DNSLookupFailure": "", - "DNSQueryType": null, - "DNSEngine": null, - "DNSResolvedAddrs": [ - "35.161.85.189", - "52.35.36.75" - ], - "IPAddressOrigin": "dns", - "IPAddress": "35.161.85.189", - "IPAddressASN": 16509, - "IPAddressBogon": false, - "EndpointTransactionID": 50002, - "EndpointProto": "tcp", - "EndpointPort": "443", - "EndpointAddress": "35.161.85.189:443", - "TCPConnectFailure": "", - "TLSHandshakeFailure": "", - "TLSServerName": "largefile.com", - "HTTPRequestURL": null, - "HTTPFailure": null, - "HTTPResponseStatusCode": null, - "HTTPResponseBodyLength": null, - "HTTPResponseBodyIsTruncated": null, - "HTTPResponseHeadersKeys": null, - "HTTPResponseLocation": null, - "HTTPResponseTitle": null, - "HTTPResponseIsFinal": null, - "ControlDNSDomain": "largefile.com", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "35.161.85.189", "52.35.36.75" ], "ControlTCPConnectFailure": "", @@ -535,7 +313,6 @@ }, "ControlExpectations": { "DNSAddresses": [ - "35.161.85.189", "52.35.36.75" ], "FinalResponseFailure": "" diff --git a/internal/minipipeline/testdata/webconnectivity/generated/largeFileWithHTTPS/observations_classic.json b/internal/minipipeline/testdata/webconnectivity/generated/largeFileWithHTTPS/observations_classic.json index e72d7cc72..401536358 100644 --- a/internal/minipipeline/testdata/webconnectivity/generated/largeFileWithHTTPS/observations_classic.json +++ b/internal/minipipeline/testdata/webconnectivity/generated/largeFileWithHTTPS/observations_classic.json @@ -13,60 +13,6 @@ "DNSQueryType": "ANY", "DNSEngine": "getaddrinfo", "DNSResolvedAddrs": [ - "35.161.85.189", - "52.35.36.75" - ], - "IPAddressOrigin": "dns", - "IPAddress": "35.161.85.189", - "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": "largefile.com", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "35.161.85.189", - "52.35.36.75" - ], - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 16777216, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "" - }, - { - "TagDepth": 0, - "Type": 0, - "Failure": "", - "TransactionID": 10001, - "TagFetchBody": null, - "DNSTransactionID": 10001, - "DNSDomain": "largefile.com", - "DNSLookupFailure": "", - "DNSQueryType": "ANY", - "DNSEngine": "getaddrinfo", - "DNSResolvedAddrs": [ - "35.161.85.189", "52.35.36.75" ], "IPAddressOrigin": "dns", @@ -92,7 +38,6 @@ "ControlDNSDomain": "largefile.com", "ControlDNSLookupFailure": "", "ControlDNSResolvedAddrs": [ - "35.161.85.189", "52.35.36.75" ], "ControlTCPConnectFailure": null, @@ -121,7 +66,6 @@ "DNSQueryType": null, "DNSEngine": null, "DNSResolvedAddrs": [ - "35.161.85.189", "52.35.36.75" ], "IPAddressOrigin": "dns", @@ -151,60 +95,6 @@ "ControlDNSDomain": "largefile.com", "ControlDNSLookupFailure": "", "ControlDNSResolvedAddrs": [ - "35.161.85.189", - "52.35.36.75" - ], - "ControlTCPConnectFailure": "", - "ControlTLSHandshakeFailure": "", - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 16777216, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "" - }, - "50002": { - "TagDepth": 0, - "Type": 2, - "Failure": "", - "TransactionID": 50002, - "TagFetchBody": true, - "DNSTransactionID": 30001, - "DNSDomain": "largefile.com", - "DNSLookupFailure": "", - "DNSQueryType": null, - "DNSEngine": null, - "DNSResolvedAddrs": [ - "35.161.85.189", - "52.35.36.75" - ], - "IPAddressOrigin": "dns", - "IPAddress": "35.161.85.189", - "IPAddressASN": 16509, - "IPAddressBogon": false, - "EndpointTransactionID": 50002, - "EndpointProto": "tcp", - "EndpointPort": "443", - "EndpointAddress": "35.161.85.189:443", - "TCPConnectFailure": "", - "TLSHandshakeFailure": "", - "TLSServerName": "largefile.com", - "HTTPRequestURL": null, - "HTTPFailure": null, - "HTTPResponseStatusCode": null, - "HTTPResponseBodyLength": null, - "HTTPResponseBodyIsTruncated": null, - "HTTPResponseHeadersKeys": null, - "HTTPResponseLocation": null, - "HTTPResponseTitle": null, - "HTTPResponseIsFinal": null, - "ControlDNSDomain": "largefile.com", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "35.161.85.189", "52.35.36.75" ], "ControlTCPConnectFailure": "", @@ -222,7 +112,6 @@ }, "ControlExpectations": { "DNSAddresses": [ - "35.161.85.189", "52.35.36.75" ], "FinalResponseFailure": "" diff --git a/internal/minipipeline/testdata/webconnectivity/generated/throttlingWithHTTP/analysis.json b/internal/minipipeline/testdata/webconnectivity/generated/throttlingWithHTTP/analysis.json index 1fab8e16c..f6d508734 100644 --- a/internal/minipipeline/testdata/webconnectivity/generated/throttlingWithHTTP/analysis.json +++ b/internal/minipipeline/testdata/webconnectivity/generated/throttlingWithHTTP/analysis.json @@ -1,7 +1,6 @@ { "ControlExpectations": { "DNSAddresses": [ - "35.161.85.189", "52.35.36.75" ], "FinalResponseFailure": "" @@ -30,12 +29,8 @@ "DNSLookupExpectedFailure": [], "DNSLookupExpectedSuccess": [], "TCPConnectExpectedFailure": [], - "TCPConnectUnexpectedFailure": [ - 40002 - ], - "TCPConnectUnexpectedFailureDuringWebFetch": [ - 40002 - ], + "TCPConnectUnexpectedFailure": [], + "TCPConnectUnexpectedFailureDuringWebFetch": [], "TCPConnectUnexpectedFailureDuringConnectivityCheck": [], "TCPConnectUnexplainedFailure": [], "TCPConnectUnexplainedFailureDuringWebFetch": [], @@ -72,7 +67,6 @@ "DNSQueryType": null, "DNSEngine": null, "DNSResolvedAddrs": [ - "35.161.85.189", "52.35.36.75" ], "IPAddressOrigin": "dns", @@ -98,7 +92,6 @@ "ControlDNSDomain": "largefile.com", "ControlDNSLookupFailure": "", "ControlDNSResolvedAddrs": [ - "35.161.85.189", "52.35.36.75" ], "ControlTCPConnectFailure": "", @@ -113,59 +106,6 @@ }, "ControlHTTPResponseTitle": "" }, - { - "TagDepth": 0, - "Type": 2, - "Failure": "", - "TransactionID": 50002, - "TagFetchBody": false, - "DNSTransactionID": 30001, - "DNSDomain": "largefile.com", - "DNSLookupFailure": "", - "DNSQueryType": null, - "DNSEngine": null, - "DNSResolvedAddrs": [ - "35.161.85.189", - "52.35.36.75" - ], - "IPAddressOrigin": "dns", - "IPAddress": "35.161.85.189", - "IPAddressASN": 16509, - "IPAddressBogon": false, - "EndpointTransactionID": 50002, - "EndpointProto": "tcp", - "EndpointPort": "443", - "EndpointAddress": "35.161.85.189:443", - "TCPConnectFailure": "", - "TLSHandshakeFailure": "", - "TLSServerName": "largefile.com", - "HTTPRequestURL": null, - "HTTPFailure": null, - "HTTPResponseStatusCode": null, - "HTTPResponseBodyLength": null, - "HTTPResponseBodyIsTruncated": null, - "HTTPResponseHeadersKeys": null, - "HTTPResponseLocation": null, - "HTTPResponseTitle": null, - "HTTPResponseIsFinal": null, - "ControlDNSDomain": "largefile.com", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "35.161.85.189", - "52.35.36.75" - ], - "ControlTCPConnectFailure": "", - "ControlTLSHandshakeFailure": "", - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 16777216, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "" - }, { "TagDepth": 0, "Type": 2, @@ -178,7 +118,6 @@ "DNSQueryType": null, "DNSEngine": null, "DNSResolvedAddrs": [ - "35.161.85.189", "52.35.36.75" ], "IPAddressOrigin": "dns", @@ -204,7 +143,6 @@ "ControlDNSDomain": "largefile.com", "ControlDNSLookupFailure": "", "ControlDNSResolvedAddrs": [ - "35.161.85.189", "52.35.36.75" ], "ControlTCPConnectFailure": "", @@ -219,112 +157,6 @@ }, "ControlHTTPResponseTitle": "" }, - { - "TagDepth": 0, - "Type": 1, - "Failure": "generic_timeout_error", - "TransactionID": 40002, - "TagFetchBody": true, - "DNSTransactionID": 30001, - "DNSDomain": "largefile.com", - "DNSLookupFailure": "", - "DNSQueryType": null, - "DNSEngine": null, - "DNSResolvedAddrs": [ - "35.161.85.189", - "52.35.36.75" - ], - "IPAddressOrigin": "dns", - "IPAddress": "35.161.85.189", - "IPAddressASN": 16509, - "IPAddressBogon": false, - "EndpointTransactionID": 40002, - "EndpointProto": "tcp", - "EndpointPort": "80", - "EndpointAddress": "35.161.85.189:80", - "TCPConnectFailure": "generic_timeout_error", - "TLSHandshakeFailure": null, - "TLSServerName": null, - "HTTPRequestURL": null, - "HTTPFailure": null, - "HTTPResponseStatusCode": null, - "HTTPResponseBodyLength": null, - "HTTPResponseBodyIsTruncated": null, - "HTTPResponseHeadersKeys": null, - "HTTPResponseLocation": null, - "HTTPResponseTitle": null, - "HTTPResponseIsFinal": null, - "ControlDNSDomain": "largefile.com", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "35.161.85.189", - "52.35.36.75" - ], - "ControlTCPConnectFailure": "", - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 16777216, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "" - }, - { - "TagDepth": 0, - "Type": 0, - "Failure": "", - "TransactionID": 30001, - "TagFetchBody": null, - "DNSTransactionID": 30001, - "DNSDomain": "largefile.com", - "DNSLookupFailure": "", - "DNSQueryType": "A", - "DNSEngine": "doh", - "DNSResolvedAddrs": [ - "35.161.85.189", - "52.35.36.75" - ], - "IPAddressOrigin": "dns", - "IPAddress": "35.161.85.189", - "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": "largefile.com", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "35.161.85.189", - "52.35.36.75" - ], - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 16777216, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "" - }, { "TagDepth": 0, "Type": 0, @@ -337,7 +169,6 @@ "DNSQueryType": "A", "DNSEngine": "doh", "DNSResolvedAddrs": [ - "35.161.85.189", "52.35.36.75" ], "IPAddressOrigin": "dns", @@ -363,60 +194,6 @@ "ControlDNSDomain": "largefile.com", "ControlDNSLookupFailure": "", "ControlDNSResolvedAddrs": [ - "35.161.85.189", - "52.35.36.75" - ], - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 16777216, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "" - }, - { - "TagDepth": 0, - "Type": 0, - "Failure": "", - "TransactionID": 20001, - "TagFetchBody": null, - "DNSTransactionID": 20001, - "DNSDomain": "largefile.com", - "DNSLookupFailure": "", - "DNSQueryType": "A", - "DNSEngine": "udp", - "DNSResolvedAddrs": [ - "35.161.85.189", - "52.35.36.75" - ], - "IPAddressOrigin": "dns", - "IPAddress": "35.161.85.189", - "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": "largefile.com", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "35.161.85.189", "52.35.36.75" ], "ControlTCPConnectFailure": null, @@ -443,7 +220,6 @@ "DNSQueryType": "A", "DNSEngine": "udp", "DNSResolvedAddrs": [ - "35.161.85.189", "52.35.36.75" ], "IPAddressOrigin": "dns", @@ -469,60 +245,6 @@ "ControlDNSDomain": "largefile.com", "ControlDNSLookupFailure": "", "ControlDNSResolvedAddrs": [ - "35.161.85.189", - "52.35.36.75" - ], - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 16777216, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "" - }, - { - "TagDepth": 0, - "Type": 0, - "Failure": "", - "TransactionID": 10001, - "TagFetchBody": null, - "DNSTransactionID": 10001, - "DNSDomain": "largefile.com", - "DNSLookupFailure": "", - "DNSQueryType": "ANY", - "DNSEngine": "getaddrinfo", - "DNSResolvedAddrs": [ - "35.161.85.189", - "52.35.36.75" - ], - "IPAddressOrigin": "dns", - "IPAddress": "35.161.85.189", - "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": "largefile.com", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "35.161.85.189", "52.35.36.75" ], "ControlTCPConnectFailure": null, @@ -549,7 +271,6 @@ "DNSQueryType": "ANY", "DNSEngine": "getaddrinfo", "DNSResolvedAddrs": [ - "35.161.85.189", "52.35.36.75" ], "IPAddressOrigin": "dns", @@ -575,7 +296,6 @@ "ControlDNSDomain": "largefile.com", "ControlDNSLookupFailure": "", "ControlDNSResolvedAddrs": [ - "35.161.85.189", "52.35.36.75" ], "ControlTCPConnectFailure": null, @@ -625,7 +345,6 @@ "ControlDNSDomain": "largefile.com", "ControlDNSLookupFailure": "", "ControlDNSResolvedAddrs": [ - "35.161.85.189", "52.35.36.75" ], "ControlTCPConnectFailure": null, @@ -675,7 +394,6 @@ "ControlDNSDomain": "largefile.com", "ControlDNSLookupFailure": "", "ControlDNSResolvedAddrs": [ - "35.161.85.189", "52.35.36.75" ], "ControlTCPConnectFailure": null, diff --git a/internal/minipipeline/testdata/webconnectivity/generated/throttlingWithHTTP/analysis_classic.json b/internal/minipipeline/testdata/webconnectivity/generated/throttlingWithHTTP/analysis_classic.json index 1908a6daf..61a3f519e 100644 --- a/internal/minipipeline/testdata/webconnectivity/generated/throttlingWithHTTP/analysis_classic.json +++ b/internal/minipipeline/testdata/webconnectivity/generated/throttlingWithHTTP/analysis_classic.json @@ -1,7 +1,6 @@ { "ControlExpectations": { "DNSAddresses": [ - "35.161.85.189", "52.35.36.75" ], "FinalResponseFailure": "" @@ -24,12 +23,8 @@ "DNSLookupExpectedFailure": [], "DNSLookupExpectedSuccess": [], "TCPConnectExpectedFailure": [], - "TCPConnectUnexpectedFailure": [ - 40002 - ], - "TCPConnectUnexpectedFailureDuringWebFetch": [ - 40002 - ], + "TCPConnectUnexpectedFailure": [], + "TCPConnectUnexpectedFailureDuringWebFetch": [], "TCPConnectUnexpectedFailureDuringConnectivityCheck": [], "TCPConnectUnexplainedFailure": [], "TCPConnectUnexplainedFailureDuringWebFetch": [], @@ -66,7 +61,6 @@ "DNSQueryType": null, "DNSEngine": null, "DNSResolvedAddrs": [ - "35.161.85.189", "52.35.36.75" ], "IPAddressOrigin": "dns", @@ -92,7 +86,6 @@ "ControlDNSDomain": "largefile.com", "ControlDNSLookupFailure": "", "ControlDNSResolvedAddrs": [ - "35.161.85.189", "52.35.36.75" ], "ControlTCPConnectFailure": "", @@ -107,112 +100,6 @@ }, "ControlHTTPResponseTitle": "" }, - { - "TagDepth": 0, - "Type": 1, - "Failure": "generic_timeout_error", - "TransactionID": 40002, - "TagFetchBody": true, - "DNSTransactionID": 30001, - "DNSDomain": "largefile.com", - "DNSLookupFailure": "", - "DNSQueryType": null, - "DNSEngine": null, - "DNSResolvedAddrs": [ - "35.161.85.189", - "52.35.36.75" - ], - "IPAddressOrigin": "dns", - "IPAddress": "35.161.85.189", - "IPAddressASN": 16509, - "IPAddressBogon": false, - "EndpointTransactionID": 40002, - "EndpointProto": "tcp", - "EndpointPort": "80", - "EndpointAddress": "35.161.85.189:80", - "TCPConnectFailure": "generic_timeout_error", - "TLSHandshakeFailure": null, - "TLSServerName": null, - "HTTPRequestURL": null, - "HTTPFailure": null, - "HTTPResponseStatusCode": null, - "HTTPResponseBodyLength": null, - "HTTPResponseBodyIsTruncated": null, - "HTTPResponseHeadersKeys": null, - "HTTPResponseLocation": null, - "HTTPResponseTitle": null, - "HTTPResponseIsFinal": null, - "ControlDNSDomain": "largefile.com", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "35.161.85.189", - "52.35.36.75" - ], - "ControlTCPConnectFailure": "", - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 16777216, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "" - }, - { - "TagDepth": 0, - "Type": 0, - "Failure": "", - "TransactionID": 10001, - "TagFetchBody": null, - "DNSTransactionID": 10001, - "DNSDomain": "largefile.com", - "DNSLookupFailure": "", - "DNSQueryType": "ANY", - "DNSEngine": "getaddrinfo", - "DNSResolvedAddrs": [ - "35.161.85.189", - "52.35.36.75" - ], - "IPAddressOrigin": "dns", - "IPAddress": "35.161.85.189", - "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": "largefile.com", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "35.161.85.189", - "52.35.36.75" - ], - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 16777216, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "" - }, { "TagDepth": 0, "Type": 0, @@ -225,7 +112,6 @@ "DNSQueryType": "ANY", "DNSEngine": "getaddrinfo", "DNSResolvedAddrs": [ - "35.161.85.189", "52.35.36.75" ], "IPAddressOrigin": "dns", @@ -251,7 +137,6 @@ "ControlDNSDomain": "largefile.com", "ControlDNSLookupFailure": "", "ControlDNSResolvedAddrs": [ - "35.161.85.189", "52.35.36.75" ], "ControlTCPConnectFailure": null, diff --git a/internal/minipipeline/testdata/webconnectivity/generated/throttlingWithHTTP/measurement.json b/internal/minipipeline/testdata/webconnectivity/generated/throttlingWithHTTP/measurement.json index 7ff72876b..b0668b104 100644 --- a/internal/minipipeline/testdata/webconnectivity/generated/throttlingWithHTTP/measurement.json +++ b/internal/minipipeline/testdata/webconnectivity/generated/throttlingWithHTTP/measurement.json @@ -45,13 +45,6 @@ "answer_type": "A", "ipv4": "52.35.36.75", "ttl": null - }, - { - "asn": 16509, - "as_org_name": "Amazon.com, Inc.", - "answer_type": "A", - "ipv4": "35.161.85.189", - "ttl": null } ], "engine": "doh", @@ -90,13 +83,6 @@ "answer_type": "A", "ipv4": "52.35.36.75", "ttl": null - }, - { - "asn": 16509, - "as_org_name": "Amazon.com, Inc.", - "answer_type": "A", - "ipv4": "35.161.85.189", - "ttl": null } ], "engine": "getaddrinfo", @@ -120,13 +106,6 @@ "answer_type": "A", "ipv4": "52.35.36.75", "ttl": null - }, - { - "asn": 16509, - "as_org_name": "Amazon.com, Inc.", - "answer_type": "A", - "ipv4": "35.161.85.189", - "ttl": null } ], "engine": "udp", @@ -237,34 +216,6 @@ } ], "tcp_connect": [ - { - "ip": "35.161.85.189", - "port": 80, - "status": { - "failure": "generic_timeout_error", - "success": false - }, - "t": 0, - "tags": [ - "depth=0", - "fetch_body=true" - ], - "transaction_id": 40002 - }, - { - "ip": "35.161.85.189", - "port": 443, - "status": { - "failure": null, - "success": true - }, - "t": 0, - "tags": [ - "depth=0", - "fetch_body=false" - ], - "transaction_id": 50002 - }, { "ip": "52.35.36.75", "port": 80, @@ -295,23 +246,6 @@ } ], "tls_handshakes": [ - { - "network": "tcp", - "address": "35.161.85.189:443", - "cipher_suite": "TLS_AES_128_GCM_SHA256", - "failure": null, - "negotiated_protocol": "http/1.1", - "no_tls_verify": false, - "peer_certificates": null, - "server_name": "largefile.com", - "t": 0, - "tags": [ - "depth=0", - "fetch_body=false" - ], - "tls_version": "TLSv1.3", - "transaction_id": 50002 - }, { "network": "tcp", "address": "52.35.36.75:443", @@ -345,22 +279,12 @@ }, "tcp_connect": [ "52.35.36.75:443", - "52.35.36.75:80", - "35.161.85.189:443", - "35.161.85.189:80" + "52.35.36.75:80" ], "x_quic_enabled": false }, "control": { "tcp_connect": { - "35.161.85.189:443": { - "status": true, - "failure": null - }, - "35.161.85.189:80": { - "status": true, - "failure": null - }, "52.35.36.75:443": { "status": true, "failure": null @@ -371,11 +295,6 @@ } }, "tls_handshake": { - "35.161.85.189:443": { - "server_name": "largefile.com", - "status": true, - "failure": null - }, "52.35.36.75:443": { "server_name": "largefile.com", "status": true, @@ -399,15 +318,10 @@ "dns": { "failure": null, "addrs": [ - "52.35.36.75", - "35.161.85.189" + "52.35.36.75" ] }, "ip_info": { - "35.161.85.189": { - "asn": 16509, - "flags": 11 - }, "52.35.36.75": { "asn": 16509, "flags": 11 @@ -420,7 +334,7 @@ "dns_experiment_failure": null, "dns_consistency": "consistent", "http_experiment_failure": "generic_timeout_error", - "x_blocking_flags": 10, + "x_blocking_flags": 8, "x_null_null_flags": 0, "body_proportion": 0, "body_length_match": null, diff --git a/internal/minipipeline/testdata/webconnectivity/generated/throttlingWithHTTP/observations.json b/internal/minipipeline/testdata/webconnectivity/generated/throttlingWithHTTP/observations.json index d06441bfd..24b2ee53d 100644 --- a/internal/minipipeline/testdata/webconnectivity/generated/throttlingWithHTTP/observations.json +++ b/internal/minipipeline/testdata/webconnectivity/generated/throttlingWithHTTP/observations.json @@ -35,7 +35,6 @@ "ControlDNSDomain": "largefile.com", "ControlDNSLookupFailure": "", "ControlDNSResolvedAddrs": [ - "35.161.85.189", "52.35.36.75" ], "ControlTCPConnectFailure": null, @@ -85,7 +84,6 @@ "ControlDNSDomain": "largefile.com", "ControlDNSLookupFailure": "", "ControlDNSResolvedAddrs": [ - "35.161.85.189", "52.35.36.75" ], "ControlTCPConnectFailure": null, @@ -114,60 +112,6 @@ "DNSQueryType": "A", "DNSEngine": "doh", "DNSResolvedAddrs": [ - "35.161.85.189", - "52.35.36.75" - ], - "IPAddressOrigin": "dns", - "IPAddress": "35.161.85.189", - "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": "largefile.com", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "35.161.85.189", - "52.35.36.75" - ], - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 16777216, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "" - }, - { - "TagDepth": 0, - "Type": 0, - "Failure": "", - "TransactionID": 30001, - "TagFetchBody": null, - "DNSTransactionID": 30001, - "DNSDomain": "largefile.com", - "DNSLookupFailure": "", - "DNSQueryType": "A", - "DNSEngine": "doh", - "DNSResolvedAddrs": [ - "35.161.85.189", "52.35.36.75" ], "IPAddressOrigin": "dns", @@ -193,60 +137,6 @@ "ControlDNSDomain": "largefile.com", "ControlDNSLookupFailure": "", "ControlDNSResolvedAddrs": [ - "35.161.85.189", - "52.35.36.75" - ], - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 16777216, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "" - }, - { - "TagDepth": 0, - "Type": 0, - "Failure": "", - "TransactionID": 10001, - "TagFetchBody": null, - "DNSTransactionID": 10001, - "DNSDomain": "largefile.com", - "DNSLookupFailure": "", - "DNSQueryType": "ANY", - "DNSEngine": "getaddrinfo", - "DNSResolvedAddrs": [ - "35.161.85.189", - "52.35.36.75" - ], - "IPAddressOrigin": "dns", - "IPAddress": "35.161.85.189", - "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": "largefile.com", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "35.161.85.189", "52.35.36.75" ], "ControlTCPConnectFailure": null, @@ -273,7 +163,6 @@ "DNSQueryType": "ANY", "DNSEngine": "getaddrinfo", "DNSResolvedAddrs": [ - "35.161.85.189", "52.35.36.75" ], "IPAddressOrigin": "dns", @@ -299,60 +188,6 @@ "ControlDNSDomain": "largefile.com", "ControlDNSLookupFailure": "", "ControlDNSResolvedAddrs": [ - "35.161.85.189", - "52.35.36.75" - ], - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 16777216, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "" - }, - { - "TagDepth": 0, - "Type": 0, - "Failure": "", - "TransactionID": 20001, - "TagFetchBody": null, - "DNSTransactionID": 20001, - "DNSDomain": "largefile.com", - "DNSLookupFailure": "", - "DNSQueryType": "A", - "DNSEngine": "udp", - "DNSResolvedAddrs": [ - "35.161.85.189", - "52.35.36.75" - ], - "IPAddressOrigin": "dns", - "IPAddress": "35.161.85.189", - "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": "largefile.com", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "35.161.85.189", "52.35.36.75" ], "ControlTCPConnectFailure": null, @@ -379,7 +214,6 @@ "DNSQueryType": "A", "DNSEngine": "udp", "DNSResolvedAddrs": [ - "35.161.85.189", "52.35.36.75" ], "IPAddressOrigin": "dns", @@ -405,7 +239,6 @@ "ControlDNSDomain": "largefile.com", "ControlDNSLookupFailure": "", "ControlDNSResolvedAddrs": [ - "35.161.85.189", "52.35.36.75" ], "ControlTCPConnectFailure": null, @@ -434,7 +267,6 @@ "DNSQueryType": null, "DNSEngine": null, "DNSResolvedAddrs": [ - "35.161.85.189", "52.35.36.75" ], "IPAddressOrigin": "dns", @@ -460,60 +292,6 @@ "ControlDNSDomain": "largefile.com", "ControlDNSLookupFailure": "", "ControlDNSResolvedAddrs": [ - "35.161.85.189", - "52.35.36.75" - ], - "ControlTCPConnectFailure": "", - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 16777216, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "" - }, - "40002": { - "TagDepth": 0, - "Type": 1, - "Failure": "generic_timeout_error", - "TransactionID": 40002, - "TagFetchBody": true, - "DNSTransactionID": 30001, - "DNSDomain": "largefile.com", - "DNSLookupFailure": "", - "DNSQueryType": null, - "DNSEngine": null, - "DNSResolvedAddrs": [ - "35.161.85.189", - "52.35.36.75" - ], - "IPAddressOrigin": "dns", - "IPAddress": "35.161.85.189", - "IPAddressASN": 16509, - "IPAddressBogon": false, - "EndpointTransactionID": 40002, - "EndpointProto": "tcp", - "EndpointPort": "80", - "EndpointAddress": "35.161.85.189:80", - "TCPConnectFailure": "generic_timeout_error", - "TLSHandshakeFailure": null, - "TLSServerName": null, - "HTTPRequestURL": null, - "HTTPFailure": null, - "HTTPResponseStatusCode": null, - "HTTPResponseBodyLength": null, - "HTTPResponseBodyIsTruncated": null, - "HTTPResponseHeadersKeys": null, - "HTTPResponseLocation": null, - "HTTPResponseTitle": null, - "HTTPResponseIsFinal": null, - "ControlDNSDomain": "largefile.com", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "35.161.85.189", "52.35.36.75" ], "ControlTCPConnectFailure": "", @@ -540,7 +318,6 @@ "DNSQueryType": null, "DNSEngine": null, "DNSResolvedAddrs": [ - "35.161.85.189", "52.35.36.75" ], "IPAddressOrigin": "dns", @@ -566,60 +343,6 @@ "ControlDNSDomain": "largefile.com", "ControlDNSLookupFailure": "", "ControlDNSResolvedAddrs": [ - "35.161.85.189", - "52.35.36.75" - ], - "ControlTCPConnectFailure": "", - "ControlTLSHandshakeFailure": "", - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 16777216, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "" - }, - "50002": { - "TagDepth": 0, - "Type": 2, - "Failure": "", - "TransactionID": 50002, - "TagFetchBody": false, - "DNSTransactionID": 30001, - "DNSDomain": "largefile.com", - "DNSLookupFailure": "", - "DNSQueryType": null, - "DNSEngine": null, - "DNSResolvedAddrs": [ - "35.161.85.189", - "52.35.36.75" - ], - "IPAddressOrigin": "dns", - "IPAddress": "35.161.85.189", - "IPAddressASN": 16509, - "IPAddressBogon": false, - "EndpointTransactionID": 50002, - "EndpointProto": "tcp", - "EndpointPort": "443", - "EndpointAddress": "35.161.85.189:443", - "TCPConnectFailure": "", - "TLSHandshakeFailure": "", - "TLSServerName": "largefile.com", - "HTTPRequestURL": null, - "HTTPFailure": null, - "HTTPResponseStatusCode": null, - "HTTPResponseBodyLength": null, - "HTTPResponseBodyIsTruncated": null, - "HTTPResponseHeadersKeys": null, - "HTTPResponseLocation": null, - "HTTPResponseTitle": null, - "HTTPResponseIsFinal": null, - "ControlDNSDomain": "largefile.com", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "35.161.85.189", "52.35.36.75" ], "ControlTCPConnectFailure": "", @@ -637,7 +360,6 @@ }, "ControlExpectations": { "DNSAddresses": [ - "35.161.85.189", "52.35.36.75" ], "FinalResponseFailure": "" diff --git a/internal/minipipeline/testdata/webconnectivity/generated/throttlingWithHTTP/observations_classic.json b/internal/minipipeline/testdata/webconnectivity/generated/throttlingWithHTTP/observations_classic.json index 54b1f5e0f..e5bc6b5b7 100644 --- a/internal/minipipeline/testdata/webconnectivity/generated/throttlingWithHTTP/observations_classic.json +++ b/internal/minipipeline/testdata/webconnectivity/generated/throttlingWithHTTP/observations_classic.json @@ -13,60 +13,6 @@ "DNSQueryType": "ANY", "DNSEngine": "getaddrinfo", "DNSResolvedAddrs": [ - "35.161.85.189", - "52.35.36.75" - ], - "IPAddressOrigin": "dns", - "IPAddress": "35.161.85.189", - "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": "largefile.com", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "35.161.85.189", - "52.35.36.75" - ], - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 16777216, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "" - }, - { - "TagDepth": 0, - "Type": 0, - "Failure": "", - "TransactionID": 10001, - "TagFetchBody": null, - "DNSTransactionID": 10001, - "DNSDomain": "largefile.com", - "DNSLookupFailure": "", - "DNSQueryType": "ANY", - "DNSEngine": "getaddrinfo", - "DNSResolvedAddrs": [ - "35.161.85.189", "52.35.36.75" ], "IPAddressOrigin": "dns", @@ -92,7 +38,6 @@ "ControlDNSDomain": "largefile.com", "ControlDNSLookupFailure": "", "ControlDNSResolvedAddrs": [ - "35.161.85.189", "52.35.36.75" ], "ControlTCPConnectFailure": null, @@ -121,7 +66,6 @@ "DNSQueryType": null, "DNSEngine": null, "DNSResolvedAddrs": [ - "35.161.85.189", "52.35.36.75" ], "IPAddressOrigin": "dns", @@ -147,60 +91,6 @@ "ControlDNSDomain": "largefile.com", "ControlDNSLookupFailure": "", "ControlDNSResolvedAddrs": [ - "35.161.85.189", - "52.35.36.75" - ], - "ControlTCPConnectFailure": "", - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 16777216, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "" - }, - "40002": { - "TagDepth": 0, - "Type": 1, - "Failure": "generic_timeout_error", - "TransactionID": 40002, - "TagFetchBody": true, - "DNSTransactionID": 30001, - "DNSDomain": "largefile.com", - "DNSLookupFailure": "", - "DNSQueryType": null, - "DNSEngine": null, - "DNSResolvedAddrs": [ - "35.161.85.189", - "52.35.36.75" - ], - "IPAddressOrigin": "dns", - "IPAddress": "35.161.85.189", - "IPAddressASN": 16509, - "IPAddressBogon": false, - "EndpointTransactionID": 40002, - "EndpointProto": "tcp", - "EndpointPort": "80", - "EndpointAddress": "35.161.85.189:80", - "TCPConnectFailure": "generic_timeout_error", - "TLSHandshakeFailure": null, - "TLSServerName": null, - "HTTPRequestURL": null, - "HTTPFailure": null, - "HTTPResponseStatusCode": null, - "HTTPResponseBodyLength": null, - "HTTPResponseBodyIsTruncated": null, - "HTTPResponseHeadersKeys": null, - "HTTPResponseLocation": null, - "HTTPResponseTitle": null, - "HTTPResponseIsFinal": null, - "ControlDNSDomain": "largefile.com", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "35.161.85.189", "52.35.36.75" ], "ControlTCPConnectFailure": "", @@ -218,7 +108,6 @@ }, "ControlExpectations": { "DNSAddresses": [ - "35.161.85.189", "52.35.36.75" ], "FinalResponseFailure": "" diff --git a/internal/minipipeline/testdata/webconnectivity/generated/throttlingWithHTTPS/analysis.json b/internal/minipipeline/testdata/webconnectivity/generated/throttlingWithHTTPS/analysis.json index e35e1df09..1bb7bd4d3 100644 --- a/internal/minipipeline/testdata/webconnectivity/generated/throttlingWithHTTPS/analysis.json +++ b/internal/minipipeline/testdata/webconnectivity/generated/throttlingWithHTTPS/analysis.json @@ -1,7 +1,6 @@ { "ControlExpectations": { "DNSAddresses": [ - "35.161.85.189", "52.35.36.75" ], "FinalResponseFailure": "" @@ -44,7 +43,7 @@ "TLSHandshakeUnexplainedFailureDuringWebFetch": [], "TLSHandshakeUnexplainedFailureDuringConnectivityCheck": [], "HTTPRoundTripUnexpectedFailure": [ - 50002 + 50001 ], "HTTPRoundTripUnexplainedFailure": [], "HTTPFinalResponseSuccessTLSWithoutControl": null, @@ -60,59 +59,6 @@ "TagDepth": 0, "Type": 3, "Failure": "generic_timeout_error", - "TransactionID": 50002, - "TagFetchBody": true, - "DNSTransactionID": 30001, - "DNSDomain": "largefile.com", - "DNSLookupFailure": "", - "DNSQueryType": null, - "DNSEngine": null, - "DNSResolvedAddrs": [ - "35.161.85.189", - "52.35.36.75" - ], - "IPAddressOrigin": "dns", - "IPAddress": "35.161.85.189", - "IPAddressASN": 16509, - "IPAddressBogon": false, - "EndpointTransactionID": 50002, - "EndpointProto": "tcp", - "EndpointPort": "443", - "EndpointAddress": "35.161.85.189:443", - "TCPConnectFailure": "", - "TLSHandshakeFailure": "", - "TLSServerName": "largefile.com", - "HTTPRequestURL": "https://largefile.com/", - "HTTPFailure": "generic_timeout_error", - "HTTPResponseStatusCode": null, - "HTTPResponseBodyLength": null, - "HTTPResponseBodyIsTruncated": null, - "HTTPResponseHeadersKeys": null, - "HTTPResponseLocation": null, - "HTTPResponseTitle": null, - "HTTPResponseIsFinal": null, - "ControlDNSDomain": "largefile.com", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "35.161.85.189", - "52.35.36.75" - ], - "ControlTCPConnectFailure": "", - "ControlTLSHandshakeFailure": "", - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 16777216, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "" - }, - { - "TagDepth": 0, - "Type": 2, - "Failure": "", "TransactionID": 50001, "TagFetchBody": true, "DNSTransactionID": 30001, @@ -121,7 +67,6 @@ "DNSQueryType": null, "DNSEngine": null, "DNSResolvedAddrs": [ - "35.161.85.189", "52.35.36.75" ], "IPAddressOrigin": "dns", @@ -135,8 +80,8 @@ "TCPConnectFailure": "", "TLSHandshakeFailure": "", "TLSServerName": "largefile.com", - "HTTPRequestURL": null, - "HTTPFailure": null, + "HTTPRequestURL": "https://largefile.com/", + "HTTPFailure": "generic_timeout_error", "HTTPResponseStatusCode": null, "HTTPResponseBodyLength": null, "HTTPResponseBodyIsTruncated": null, @@ -147,7 +92,6 @@ "ControlDNSDomain": "largefile.com", "ControlDNSLookupFailure": "", "ControlDNSResolvedAddrs": [ - "35.161.85.189", "52.35.36.75" ], "ControlTCPConnectFailure": "", @@ -174,60 +118,6 @@ "DNSQueryType": "A", "DNSEngine": "doh", "DNSResolvedAddrs": [ - "35.161.85.189", - "52.35.36.75" - ], - "IPAddressOrigin": "dns", - "IPAddress": "35.161.85.189", - "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": "largefile.com", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "35.161.85.189", - "52.35.36.75" - ], - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 16777216, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "" - }, - { - "TagDepth": 0, - "Type": 0, - "Failure": "", - "TransactionID": 30001, - "TagFetchBody": null, - "DNSTransactionID": 30001, - "DNSDomain": "largefile.com", - "DNSLookupFailure": "", - "DNSQueryType": "A", - "DNSEngine": "doh", - "DNSResolvedAddrs": [ - "35.161.85.189", "52.35.36.75" ], "IPAddressOrigin": "dns", @@ -253,7 +143,6 @@ "ControlDNSDomain": "largefile.com", "ControlDNSLookupFailure": "", "ControlDNSResolvedAddrs": [ - "35.161.85.189", "52.35.36.75" ], "ControlTCPConnectFailure": null, @@ -280,60 +169,6 @@ "DNSQueryType": "A", "DNSEngine": "udp", "DNSResolvedAddrs": [ - "35.161.85.189", - "52.35.36.75" - ], - "IPAddressOrigin": "dns", - "IPAddress": "35.161.85.189", - "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": "largefile.com", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "35.161.85.189", - "52.35.36.75" - ], - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 16777216, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "" - }, - { - "TagDepth": 0, - "Type": 0, - "Failure": "", - "TransactionID": 20001, - "TagFetchBody": null, - "DNSTransactionID": 20001, - "DNSDomain": "largefile.com", - "DNSLookupFailure": "", - "DNSQueryType": "A", - "DNSEngine": "udp", - "DNSResolvedAddrs": [ - "35.161.85.189", "52.35.36.75" ], "IPAddressOrigin": "dns", @@ -359,60 +194,6 @@ "ControlDNSDomain": "largefile.com", "ControlDNSLookupFailure": "", "ControlDNSResolvedAddrs": [ - "35.161.85.189", - "52.35.36.75" - ], - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 16777216, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "" - }, - { - "TagDepth": 0, - "Type": 0, - "Failure": "", - "TransactionID": 10001, - "TagFetchBody": null, - "DNSTransactionID": 10001, - "DNSDomain": "largefile.com", - "DNSLookupFailure": "", - "DNSQueryType": "ANY", - "DNSEngine": "getaddrinfo", - "DNSResolvedAddrs": [ - "35.161.85.189", - "52.35.36.75" - ], - "IPAddressOrigin": "dns", - "IPAddress": "35.161.85.189", - "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": "largefile.com", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "35.161.85.189", "52.35.36.75" ], "ControlTCPConnectFailure": null, @@ -439,7 +220,6 @@ "DNSQueryType": "ANY", "DNSEngine": "getaddrinfo", "DNSResolvedAddrs": [ - "35.161.85.189", "52.35.36.75" ], "IPAddressOrigin": "dns", @@ -465,7 +245,6 @@ "ControlDNSDomain": "largefile.com", "ControlDNSLookupFailure": "", "ControlDNSResolvedAddrs": [ - "35.161.85.189", "52.35.36.75" ], "ControlTCPConnectFailure": null, @@ -515,7 +294,6 @@ "ControlDNSDomain": "largefile.com", "ControlDNSLookupFailure": "", "ControlDNSResolvedAddrs": [ - "35.161.85.189", "52.35.36.75" ], "ControlTCPConnectFailure": null, @@ -565,7 +343,6 @@ "ControlDNSDomain": "largefile.com", "ControlDNSLookupFailure": "", "ControlDNSResolvedAddrs": [ - "35.161.85.189", "52.35.36.75" ], "ControlTCPConnectFailure": null, diff --git a/internal/minipipeline/testdata/webconnectivity/generated/throttlingWithHTTPS/analysis_classic.json b/internal/minipipeline/testdata/webconnectivity/generated/throttlingWithHTTPS/analysis_classic.json index 4179d31d3..d91154df9 100644 --- a/internal/minipipeline/testdata/webconnectivity/generated/throttlingWithHTTPS/analysis_classic.json +++ b/internal/minipipeline/testdata/webconnectivity/generated/throttlingWithHTTPS/analysis_classic.json @@ -1,7 +1,6 @@ { "ControlExpectations": { "DNSAddresses": [ - "35.161.85.189", "52.35.36.75" ], "FinalResponseFailure": "" @@ -39,7 +38,7 @@ "TLSHandshakeUnexplainedFailureDuringWebFetch": [], "TLSHandshakeUnexplainedFailureDuringConnectivityCheck": [], "HTTPRoundTripUnexpectedFailure": [ - 50002 + 50001 ], "HTTPRoundTripUnexplainedFailure": [], "HTTPFinalResponseSuccessTLSWithoutControl": null, @@ -55,59 +54,6 @@ "TagDepth": 0, "Type": 3, "Failure": "generic_timeout_error", - "TransactionID": 50002, - "TagFetchBody": true, - "DNSTransactionID": 30001, - "DNSDomain": "largefile.com", - "DNSLookupFailure": "", - "DNSQueryType": null, - "DNSEngine": null, - "DNSResolvedAddrs": [ - "35.161.85.189", - "52.35.36.75" - ], - "IPAddressOrigin": "dns", - "IPAddress": "35.161.85.189", - "IPAddressASN": 16509, - "IPAddressBogon": false, - "EndpointTransactionID": 50002, - "EndpointProto": "tcp", - "EndpointPort": "443", - "EndpointAddress": "35.161.85.189:443", - "TCPConnectFailure": "", - "TLSHandshakeFailure": "", - "TLSServerName": "largefile.com", - "HTTPRequestURL": "https://largefile.com/", - "HTTPFailure": "generic_timeout_error", - "HTTPResponseStatusCode": null, - "HTTPResponseBodyLength": null, - "HTTPResponseBodyIsTruncated": null, - "HTTPResponseHeadersKeys": null, - "HTTPResponseLocation": null, - "HTTPResponseTitle": null, - "HTTPResponseIsFinal": null, - "ControlDNSDomain": "largefile.com", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "35.161.85.189", - "52.35.36.75" - ], - "ControlTCPConnectFailure": "", - "ControlTLSHandshakeFailure": "", - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 16777216, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "" - }, - { - "TagDepth": 0, - "Type": 2, - "Failure": "", "TransactionID": 50001, "TagFetchBody": true, "DNSTransactionID": 30001, @@ -116,7 +62,6 @@ "DNSQueryType": null, "DNSEngine": null, "DNSResolvedAddrs": [ - "35.161.85.189", "52.35.36.75" ], "IPAddressOrigin": "dns", @@ -130,8 +75,8 @@ "TCPConnectFailure": "", "TLSHandshakeFailure": "", "TLSServerName": "largefile.com", - "HTTPRequestURL": null, - "HTTPFailure": null, + "HTTPRequestURL": "https://largefile.com/", + "HTTPFailure": "generic_timeout_error", "HTTPResponseStatusCode": null, "HTTPResponseBodyLength": null, "HTTPResponseBodyIsTruncated": null, @@ -142,7 +87,6 @@ "ControlDNSDomain": "largefile.com", "ControlDNSLookupFailure": "", "ControlDNSResolvedAddrs": [ - "35.161.85.189", "52.35.36.75" ], "ControlTCPConnectFailure": "", @@ -169,60 +113,6 @@ "DNSQueryType": "ANY", "DNSEngine": "getaddrinfo", "DNSResolvedAddrs": [ - "35.161.85.189", - "52.35.36.75" - ], - "IPAddressOrigin": "dns", - "IPAddress": "35.161.85.189", - "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": "largefile.com", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "35.161.85.189", - "52.35.36.75" - ], - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 16777216, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "" - }, - { - "TagDepth": 0, - "Type": 0, - "Failure": "", - "TransactionID": 10001, - "TagFetchBody": null, - "DNSTransactionID": 10001, - "DNSDomain": "largefile.com", - "DNSLookupFailure": "", - "DNSQueryType": "ANY", - "DNSEngine": "getaddrinfo", - "DNSResolvedAddrs": [ - "35.161.85.189", "52.35.36.75" ], "IPAddressOrigin": "dns", @@ -248,7 +138,6 @@ "ControlDNSDomain": "largefile.com", "ControlDNSLookupFailure": "", "ControlDNSResolvedAddrs": [ - "35.161.85.189", "52.35.36.75" ], "ControlTCPConnectFailure": null, diff --git a/internal/minipipeline/testdata/webconnectivity/generated/throttlingWithHTTPS/measurement.json b/internal/minipipeline/testdata/webconnectivity/generated/throttlingWithHTTPS/measurement.json index 2a36418d3..76bda08fd 100644 --- a/internal/minipipeline/testdata/webconnectivity/generated/throttlingWithHTTPS/measurement.json +++ b/internal/minipipeline/testdata/webconnectivity/generated/throttlingWithHTTPS/measurement.json @@ -45,13 +45,6 @@ "answer_type": "A", "ipv4": "52.35.36.75", "ttl": null - }, - { - "asn": 16509, - "as_org_name": "Amazon.com, Inc.", - "answer_type": "A", - "ipv4": "35.161.85.189", - "ttl": null } ], "engine": "doh", @@ -90,13 +83,6 @@ "answer_type": "A", "ipv4": "52.35.36.75", "ttl": null - }, - { - "asn": 16509, - "as_org_name": "Amazon.com, Inc.", - "answer_type": "A", - "ipv4": "35.161.85.189", - "ttl": null } ], "engine": "getaddrinfo", @@ -120,13 +106,6 @@ "answer_type": "A", "ipv4": "52.35.36.75", "ttl": null - }, - { - "asn": 16509, - "as_org_name": "Amazon.com, Inc.", - "answer_type": "A", - "ipv4": "35.161.85.189", - "ttl": null } ], "engine": "udp", @@ -161,7 +140,7 @@ "requests": [ { "network": "tcp", - "address": "35.161.85.189:443", + "address": "52.35.36.75:443", "alpn": "http/1.1", "failure": "generic_timeout_error", "request": { @@ -234,24 +213,10 @@ "depth=0", "fetch_body=true" ], - "transaction_id": 50002 + "transaction_id": 50001 } ], "tcp_connect": [ - { - "ip": "35.161.85.189", - "port": 443, - "status": { - "failure": null, - "success": true - }, - "t": 0, - "tags": [ - "depth=0", - "fetch_body=true" - ], - "transaction_id": 50002 - }, { "ip": "52.35.36.75", "port": 443, @@ -268,23 +233,6 @@ } ], "tls_handshakes": [ - { - "network": "tcp", - "address": "35.161.85.189:443", - "cipher_suite": "TLS_AES_128_GCM_SHA256", - "failure": null, - "negotiated_protocol": "http/1.1", - "no_tls_verify": false, - "peer_certificates": null, - "server_name": "largefile.com", - "t": 0, - "tags": [ - "depth=0", - "fetch_body=true" - ], - "tls_version": "TLSv1.3", - "transaction_id": 50002 - }, { "network": "tcp", "address": "52.35.36.75:443", @@ -318,29 +266,18 @@ }, "tcp_connect": [ "52.35.36.75:443", - "52.35.36.75:80", - "35.161.85.189:443", - "35.161.85.189:80" + "52.35.36.75:80" ], "x_quic_enabled": false }, "control": { "tcp_connect": { - "35.161.85.189:443": { - "status": true, - "failure": null - }, "52.35.36.75:443": { "status": true, "failure": null } }, "tls_handshake": { - "35.161.85.189:443": { - "server_name": "largefile.com", - "status": true, - "failure": null - }, "52.35.36.75:443": { "server_name": "largefile.com", "status": true, @@ -364,15 +301,10 @@ "dns": { "failure": null, "addrs": [ - "52.35.36.75", - "35.161.85.189" + "52.35.36.75" ] }, "ip_info": { - "35.161.85.189": { - "asn": 16509, - "flags": 11 - }, "52.35.36.75": { "asn": 16509, "flags": 11 diff --git a/internal/minipipeline/testdata/webconnectivity/generated/throttlingWithHTTPS/observations.json b/internal/minipipeline/testdata/webconnectivity/generated/throttlingWithHTTPS/observations.json index 273bb4533..756de957d 100644 --- a/internal/minipipeline/testdata/webconnectivity/generated/throttlingWithHTTPS/observations.json +++ b/internal/minipipeline/testdata/webconnectivity/generated/throttlingWithHTTPS/observations.json @@ -35,7 +35,6 @@ "ControlDNSDomain": "largefile.com", "ControlDNSLookupFailure": "", "ControlDNSResolvedAddrs": [ - "35.161.85.189", "52.35.36.75" ], "ControlTCPConnectFailure": null, @@ -85,7 +84,6 @@ "ControlDNSDomain": "largefile.com", "ControlDNSLookupFailure": "", "ControlDNSResolvedAddrs": [ - "35.161.85.189", "52.35.36.75" ], "ControlTCPConnectFailure": null, @@ -114,60 +112,6 @@ "DNSQueryType": "A", "DNSEngine": "doh", "DNSResolvedAddrs": [ - "35.161.85.189", - "52.35.36.75" - ], - "IPAddressOrigin": "dns", - "IPAddress": "35.161.85.189", - "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": "largefile.com", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "35.161.85.189", - "52.35.36.75" - ], - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 16777216, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "" - }, - { - "TagDepth": 0, - "Type": 0, - "Failure": "", - "TransactionID": 30001, - "TagFetchBody": null, - "DNSTransactionID": 30001, - "DNSDomain": "largefile.com", - "DNSLookupFailure": "", - "DNSQueryType": "A", - "DNSEngine": "doh", - "DNSResolvedAddrs": [ - "35.161.85.189", "52.35.36.75" ], "IPAddressOrigin": "dns", @@ -193,60 +137,6 @@ "ControlDNSDomain": "largefile.com", "ControlDNSLookupFailure": "", "ControlDNSResolvedAddrs": [ - "35.161.85.189", - "52.35.36.75" - ], - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 16777216, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "" - }, - { - "TagDepth": 0, - "Type": 0, - "Failure": "", - "TransactionID": 10001, - "TagFetchBody": null, - "DNSTransactionID": 10001, - "DNSDomain": "largefile.com", - "DNSLookupFailure": "", - "DNSQueryType": "ANY", - "DNSEngine": "getaddrinfo", - "DNSResolvedAddrs": [ - "35.161.85.189", - "52.35.36.75" - ], - "IPAddressOrigin": "dns", - "IPAddress": "35.161.85.189", - "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": "largefile.com", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "35.161.85.189", "52.35.36.75" ], "ControlTCPConnectFailure": null, @@ -273,7 +163,6 @@ "DNSQueryType": "ANY", "DNSEngine": "getaddrinfo", "DNSResolvedAddrs": [ - "35.161.85.189", "52.35.36.75" ], "IPAddressOrigin": "dns", @@ -299,7 +188,6 @@ "ControlDNSDomain": "largefile.com", "ControlDNSLookupFailure": "", "ControlDNSResolvedAddrs": [ - "35.161.85.189", "52.35.36.75" ], "ControlTCPConnectFailure": null, @@ -326,60 +214,6 @@ "DNSQueryType": "A", "DNSEngine": "udp", "DNSResolvedAddrs": [ - "35.161.85.189", - "52.35.36.75" - ], - "IPAddressOrigin": "dns", - "IPAddress": "35.161.85.189", - "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": "largefile.com", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "35.161.85.189", - "52.35.36.75" - ], - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 16777216, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "" - }, - { - "TagDepth": 0, - "Type": 0, - "Failure": "", - "TransactionID": 20001, - "TagFetchBody": null, - "DNSTransactionID": 20001, - "DNSDomain": "largefile.com", - "DNSLookupFailure": "", - "DNSQueryType": "A", - "DNSEngine": "udp", - "DNSResolvedAddrs": [ - "35.161.85.189", "52.35.36.75" ], "IPAddressOrigin": "dns", @@ -405,7 +239,6 @@ "ControlDNSDomain": "largefile.com", "ControlDNSLookupFailure": "", "ControlDNSResolvedAddrs": [ - "35.161.85.189", "52.35.36.75" ], "ControlTCPConnectFailure": null, @@ -424,8 +257,8 @@ "KnownTCPEndpoints": { "50001": { "TagDepth": 0, - "Type": 2, - "Failure": "", + "Type": 3, + "Failure": "generic_timeout_error", "TransactionID": 50001, "TagFetchBody": true, "DNSTransactionID": 30001, @@ -434,7 +267,6 @@ "DNSQueryType": null, "DNSEngine": null, "DNSResolvedAddrs": [ - "35.161.85.189", "52.35.36.75" ], "IPAddressOrigin": "dns", @@ -448,59 +280,6 @@ "TCPConnectFailure": "", "TLSHandshakeFailure": "", "TLSServerName": "largefile.com", - "HTTPRequestURL": null, - "HTTPFailure": null, - "HTTPResponseStatusCode": null, - "HTTPResponseBodyLength": null, - "HTTPResponseBodyIsTruncated": null, - "HTTPResponseHeadersKeys": null, - "HTTPResponseLocation": null, - "HTTPResponseTitle": null, - "HTTPResponseIsFinal": null, - "ControlDNSDomain": "largefile.com", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "35.161.85.189", - "52.35.36.75" - ], - "ControlTCPConnectFailure": "", - "ControlTLSHandshakeFailure": "", - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 16777216, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "" - }, - "50002": { - "TagDepth": 0, - "Type": 3, - "Failure": "generic_timeout_error", - "TransactionID": 50002, - "TagFetchBody": true, - "DNSTransactionID": 30001, - "DNSDomain": "largefile.com", - "DNSLookupFailure": "", - "DNSQueryType": null, - "DNSEngine": null, - "DNSResolvedAddrs": [ - "35.161.85.189", - "52.35.36.75" - ], - "IPAddressOrigin": "dns", - "IPAddress": "35.161.85.189", - "IPAddressASN": 16509, - "IPAddressBogon": false, - "EndpointTransactionID": 50002, - "EndpointProto": "tcp", - "EndpointPort": "443", - "EndpointAddress": "35.161.85.189:443", - "TCPConnectFailure": "", - "TLSHandshakeFailure": "", - "TLSServerName": "largefile.com", "HTTPRequestURL": "https://largefile.com/", "HTTPFailure": "generic_timeout_error", "HTTPResponseStatusCode": null, @@ -513,7 +292,6 @@ "ControlDNSDomain": "largefile.com", "ControlDNSLookupFailure": "", "ControlDNSResolvedAddrs": [ - "35.161.85.189", "52.35.36.75" ], "ControlTCPConnectFailure": "", @@ -531,7 +309,6 @@ }, "ControlExpectations": { "DNSAddresses": [ - "35.161.85.189", "52.35.36.75" ], "FinalResponseFailure": "" diff --git a/internal/minipipeline/testdata/webconnectivity/generated/throttlingWithHTTPS/observations_classic.json b/internal/minipipeline/testdata/webconnectivity/generated/throttlingWithHTTPS/observations_classic.json index 2062a309a..a2a603600 100644 --- a/internal/minipipeline/testdata/webconnectivity/generated/throttlingWithHTTPS/observations_classic.json +++ b/internal/minipipeline/testdata/webconnectivity/generated/throttlingWithHTTPS/observations_classic.json @@ -13,60 +13,6 @@ "DNSQueryType": "ANY", "DNSEngine": "getaddrinfo", "DNSResolvedAddrs": [ - "35.161.85.189", - "52.35.36.75" - ], - "IPAddressOrigin": "dns", - "IPAddress": "35.161.85.189", - "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": "largefile.com", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "35.161.85.189", - "52.35.36.75" - ], - "ControlTCPConnectFailure": null, - "ControlTLSHandshakeFailure": null, - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 16777216, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "" - }, - { - "TagDepth": 0, - "Type": 0, - "Failure": "", - "TransactionID": 10001, - "TagFetchBody": null, - "DNSTransactionID": 10001, - "DNSDomain": "largefile.com", - "DNSLookupFailure": "", - "DNSQueryType": "ANY", - "DNSEngine": "getaddrinfo", - "DNSResolvedAddrs": [ - "35.161.85.189", "52.35.36.75" ], "IPAddressOrigin": "dns", @@ -92,7 +38,6 @@ "ControlDNSDomain": "largefile.com", "ControlDNSLookupFailure": "", "ControlDNSResolvedAddrs": [ - "35.161.85.189", "52.35.36.75" ], "ControlTCPConnectFailure": null, @@ -111,8 +56,8 @@ "KnownTCPEndpoints": { "50001": { "TagDepth": 0, - "Type": 2, - "Failure": "", + "Type": 3, + "Failure": "generic_timeout_error", "TransactionID": 50001, "TagFetchBody": true, "DNSTransactionID": 30001, @@ -121,7 +66,6 @@ "DNSQueryType": null, "DNSEngine": null, "DNSResolvedAddrs": [ - "35.161.85.189", "52.35.36.75" ], "IPAddressOrigin": "dns", @@ -135,59 +79,6 @@ "TCPConnectFailure": "", "TLSHandshakeFailure": "", "TLSServerName": "largefile.com", - "HTTPRequestURL": null, - "HTTPFailure": null, - "HTTPResponseStatusCode": null, - "HTTPResponseBodyLength": null, - "HTTPResponseBodyIsTruncated": null, - "HTTPResponseHeadersKeys": null, - "HTTPResponseLocation": null, - "HTTPResponseTitle": null, - "HTTPResponseIsFinal": null, - "ControlDNSDomain": "largefile.com", - "ControlDNSLookupFailure": "", - "ControlDNSResolvedAddrs": [ - "35.161.85.189", - "52.35.36.75" - ], - "ControlTCPConnectFailure": "", - "ControlTLSHandshakeFailure": "", - "ControlHTTPFailure": "", - "ControlHTTPResponseStatusCode": 200, - "ControlHTTPResponseBodyLength": 16777216, - "ControlHTTPResponseHeadersKeys": { - "Alt-Svc": true, - "Content-Type": true, - "Date": true - }, - "ControlHTTPResponseTitle": "" - }, - "50002": { - "TagDepth": 0, - "Type": 3, - "Failure": "generic_timeout_error", - "TransactionID": 50002, - "TagFetchBody": true, - "DNSTransactionID": 30001, - "DNSDomain": "largefile.com", - "DNSLookupFailure": "", - "DNSQueryType": null, - "DNSEngine": null, - "DNSResolvedAddrs": [ - "35.161.85.189", - "52.35.36.75" - ], - "IPAddressOrigin": "dns", - "IPAddress": "35.161.85.189", - "IPAddressASN": 16509, - "IPAddressBogon": false, - "EndpointTransactionID": 50002, - "EndpointProto": "tcp", - "EndpointPort": "443", - "EndpointAddress": "35.161.85.189:443", - "TCPConnectFailure": "", - "TLSHandshakeFailure": "", - "TLSServerName": "largefile.com", "HTTPRequestURL": "https://largefile.com/", "HTTPFailure": "generic_timeout_error", "HTTPResponseStatusCode": null, @@ -200,7 +91,6 @@ "ControlDNSDomain": "largefile.com", "ControlDNSLookupFailure": "", "ControlDNSResolvedAddrs": [ - "35.161.85.189", "52.35.36.75" ], "ControlTCPConnectFailure": "", @@ -218,7 +108,6 @@ }, "ControlExpectations": { "DNSAddresses": [ - "35.161.85.189", "52.35.36.75" ], "FinalResponseFailure": "" diff --git a/internal/netemx/address.go b/internal/netemx/address.go index c1d0216f7..ac5d2e312 100644 --- a/internal/netemx/address.go +++ b/internal/netemx/address.go @@ -65,21 +65,9 @@ const AddressBadSSLCom = "104.154.89.105" // AddressYandexCom1 is the first address associated with yandex.com. const AddressYandexCom1 = "5.255.255.80" -// AddressYandexCom2 is the second address associated with yandex.com. -const AddressYandexCom2 = "5.255.255.88" - -// AddressYandexCom3 is the third address associated with yandex.com. -const AddressYandexCom3 = "77.88.55.77" - -// AddressYandexCom4 is the fourth address associated with yandex.com. -const AddressYandexCom4 = "77.88.55.80" - // AddressLargeFileCom1 is the first address associated with largefile.com. const AddressLargeFileCom1 = "52.35.36.75" -// AddressLargeFileCom2 is the second address associated with largefile.com. -const AddressLargeFileCom2 = "35.161.85.189" - // AddressCloudflareCache1 is the first address associated with cloudflare caches. const AddressCloudflareCache1 = "104.16.132.229" diff --git a/internal/netemx/scenario.go b/internal/netemx/scenario.go index cce279694..38b54be6b 100644 --- a/internal/netemx/scenario.go +++ b/internal/netemx/scenario.go @@ -210,9 +210,6 @@ var InternetScenario = []*ScenarioDomainAddresses{{ }, { Addresses: []string{ AddressYandexCom1, - AddressYandexCom2, - AddressYandexCom3, - AddressYandexCom4, }, Domains: []string{ "yandex.com", @@ -229,7 +226,6 @@ var InternetScenario = []*ScenarioDomainAddresses{{ }, { Addresses: []string{ AddressLargeFileCom1, - AddressLargeFileCom2, }, Domains: []string{ "largefile.com", diff --git a/internal/webconnectivityqa/throttling.go b/internal/webconnectivityqa/throttling.go index 3b0f3ef26..57170d404 100644 --- a/internal/webconnectivityqa/throttling.go +++ b/internal/webconnectivityqa/throttling.go @@ -24,14 +24,6 @@ func throttlingWithHTTP() *TestCase { ServerPort: 80, }) - env.DPIEngine().AddRule(&netem.DPIThrottleTrafficForTCPEndpoint{ - Delay: 300 * time.Millisecond, - Logger: log.Log, - PLR: 0.1, - ServerIPAddress: netemx.AddressLargeFileCom2, - ServerPort: 80, - }) - }, ExpectErr: false, ExpectTestKeys: &TestKeys{