May 29, 2022 at 5:19:36 AM UTC
VERIFY
Websites
Websites
Runtime: 1.8s
Share on Facebook or Twitter
On May 29, 2022 at 5:19:36 AM UTC, http://www.darpa.mil/ was accessible when tested on AS41872 in Switzerland.

Failures

HTTP Experiment
null
DNS Experiment
null
Control
null

DNS Queries

Resolver:
172.253.14.5
Query:
IN A www.darpa.mil
Engine:
system
Name
Class
TTL
Type
DATA
Answer IP Info
@
IN
A
23.50.99.219
AS16625 (Akamai Technologies, Inc.)

TCP Connections

23.50.99.219:80: succeeded

HTTP Requests

URL
GET https://www.darpa.mil/
Response Headers
Cache-Control:
no-store
Charset:
utf-8
Content-Length:
6657
Content-Security-Policy:
default-src 'self'; style-src 'self' 'unsafe-inline'; img-src 'self' data: ;script-src 'self' 'unsafe-eval' 'unsafe-inline' https://www.googletagmanager.com/; font-src 'self'; frame-src 'self' https://www.youtube.com; connect-src 'self' https://www.google-analytics.com/; manifest-src 'self'
Content-Type:
text/html
Date:
Sun, 29 May 2022 05:19:35 GMT
Etag:
"d3a99620bc7dd71:0"
Last-Modified:
Tue, 20 Jul 2021 23:08:18 GMT
P3p:
CP="{}"
Pragma:
no-cache
Strict-Transport-Security:
max-age=31536000; includeSubDomains; preload
X-Content-Type-Options:
nosniff
X-Frame-Options:
DENY
X-Permitted-Cross-Domain-Policies:
none
X-Xss-Protection:
1; mode=block
Response Body
<!DOCTYPE html>
<html lang="en-US">
<head id="Head">

  <!-- Global site tag (gtag.js) - Google Analytics -->
  <script async src="https://www.googletagmanager.com/gtag/js?id=G-4603P06FHC"></script>
  <script>
    window.dataLayer = window.dataLayer || [];
    function gtag() { dataLayer.push(arguments); }
    gtag('js', new Date());

    gtag('config', 'G-4603P06FHC');

  </script>

  <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  <meta name="REVISIT-AFTER" content="1 DAYS">
  <meta id="MetaDescription" name="DESCRIPTION" content="Defense Advanced Research Projects Agency">
  <meta id="MetaRobots" name="ROBOTS" content="INDEX, FOLLOW">

  <title>
    Defense Advanced Research Projects Agency
  </title>

  <link href="/includes/css/default.css" type="text/css" rel="stylesheet">
  <link href="/includes/css/skin.css" type="text/css" rel="stylesheet">
  <link href="/includes/css/portal.css" type="text/css" rel="stylesheet">

  <script src="/includes/js/jquery-3.5.1.js" type="text/javascript"></script>
  <script src="/includes/js/jquery-ui-1.12.1.js" type="text/javascript"></script>



  <script type="text/javascript">
    //<![CDATA[
    var analytics_page_startTime = (new Date()).getTime();
    //]]>
  </script>

  <link rel="alternate" type="application/rss+xml" title="DARPA RSS Feed" href="rss">

  <meta name="ContentType" content="List">
  <meta name="TypeOfContent" content="List">

</head>
<body id="Body">

    <script src="/includes/js/jquery.sidr.min.js" type="text/javascript"></script>
    <script src="/includes/js/jquery.flexslider-min.js" type="text/javascript"></script>
    <script src="/includes/js/sticky-nav.js" type="text/javascript"></script>
    <script src="/includes/js/picturefill.min.js" type="text/javascript"></script>
    <script src="/includes/js/skiplinks.js" type="text/javascript"></script>
    <script src="/includes/js/scripts.js" type="text/javascript"></script>


    <meta name="viewport" content="width=device-width, initial-scale=1">   <!-- my misplaced meta tag  -->
    <!--googleoff: index-->

    <div style="clear:both;"></div>

    <div id="HeaderPane"></div>



    <div style="clear:both;"></div>
    <!--googleon: index-->
    <div id="ContentPane"></div>
    <div style="clear:both;"></div>
    <!--googleoff: index-->
    <!-- ------------------ ASIDE  ------------------------------------  -->
    <aside class="region-sidebar-first" role="complementary" aria-label="sidebar-first"></aside>
    <aside class="region-sidebar-second" role="complementary" aria-label="sidebar-second"></aside>

    <!--    ------------------Content Pane------------------------------------  -->
    <div id="ContentPane"></div>



    <div style="clear:both;"></div>
    <div id="FooterPane">  </div>


    <script type="text/javascript">
        //Querystring  = none
        // reject if parms found.
        var qs1 = window.location.href.split("?")
        if (qs1.length > 1) window.location = "/not-found.html";

        //***
        //*** Load Header template
        //***
        SiteNameSpace.ajaxCall({
            url: "/includes/template/head.html",
            type: "GET",
            parameters: "",
            dataType: "text",
            WebServiceResult: false,
            errorMessage: "Error: Unable to get head template",
            success: function (results) {
                if (results != null) {
                    //***set the site data
                    $("#HeaderPane").append(results);
                    console.log("head template loaded.");
                    //will filters or head arrive on page first?
                    $.each(tagsList, function (i, tag) {
                        $('#ulExploreTags').append('<li><a href="/tag-list.html?tag=' + tag.value_rts + '">' + tag.value_rts + '</a></li>');
                    });
                } else { //no result was found
                    console.log("head template not loaded.");
                }
            }
        }); //end ajaxCall

        //***
        //*** Load FiltersList
        //***
        SiteNameSpace.ajaxCall({
            url: "/JSON/FiltersList.json",
            type: "GET",
            parameters: "",
            dataType: "json",
            WebServiceResult: false,
            errorMessage: "Error: Unable to get FiltersList.json",
            success: function (results) {
                if (results != null) {
                    console.log("filters data loaded.");
                    tagsList = results.Tags_rls;
                    //will filters or head arrive on page first?
                    $.each(tagsList, function (i, tag) {
                        $('#ulExploreTags').append('<li><a href="/tag-list.html?tag=' + tag.value_rts + '">' + tag.value_rts + '</a></li>');
                    });

                } else { //no result was found
                    console.log("filters data not loaded.");
                }
            }
        }); //end ajaxCall

        //***
        //*** Load Footer template
        //***
        SiteNameSpace.ajaxCall({
            url: "/includes/template/foot.html",
            type: "GET",
            parameters: "",
            dataType: "text",
            WebServiceResult: false,
            errorMessage: "Error: Unable to get foot template",
            success: function (results) {
                if (results != null) {
                    //***set the site data
                    $("#FooterPane").append(results);
                    console.log("foot template loaded.");
                } else { //no result was found
                    console.log("foot template not loaded.");
                }
            }
        }); //end ajaxCall


        //***
        //*** Load home template
        //***



        SiteNameSpace.ajaxCall({
            url: "/includes/template/home.html",
            type: "GET",
            parameters: "",
            dataType: "text",
            WebServiceResult: false,
            errorMessage: "Error: Unable to get home template",
            success: function (results) {
                if (results != null) {
                    //***set the site data
                    $("#ContentPane").append(results);
                    console.log("template loaded.");
                } else { //no result was found
                    console.log("template not loaded.");
                }
            }
        }); //end ajaxCall
    </script>


</body>
</html>
URL
GET http://www.darpa.mil/
Response Headers
Connection:
keep-alive
Content-Length:
0
Date:
Sun, 29 May 2022 05:19:35 GMT
Location:
https://www.darpa.mil/
Server:
AkamaiGHost
Response Body

Empty body

Resolver

Resolver ASN
AS15169
Resolver IP
172.253.14.5
Resolver Network Name
Google LLC
Measurement UID
20220529051935.581266_CH_webconnectivity_d9f1e76abd118669
Report ID
20220529T051646Z_webconnectivity_CH_41872_n1_pxESWch0eG3LvZLn
Platform
windows
Software Name
ooniprobe-desktop-unattended (3.14.1)
Measurement Engine
ooniprobe-engine (3.14.1)

Raw Measurement Data

Loading…