Domain michele.nl
United States
LeaseWeb Netherlands B.V.
Software information

Netlify

tcp/443

  • Git configuration and history exposed
    First seen 2023-10-08 10:11
    Last seen 2026-01-02 22:13
    Open for 817 days
    • Severity: medium
      Fingerprint: 2580fa947178c88602b1737db148c044b81b03713d63bb82370a65220193fac4

      [core]
      	repositoryformatversion = 0
      	filemode = true
      	bare = false
      	logallrefupdates = true
      	ignorecase = true
      	precomposeunicode = true
      [remote "origin"]
      	url = https://github.com/MicheleNL/basic-boilerplate.git
      	fetch = +refs/heads/*:refs/remotes/origin/*
      [branch "master"]
      	remote = origin
      	merge = refs/heads/master
      	vscode-merge-base = origin/master
      
      Found on 2026-01-02 22:13
      355 Bytes
    • Severity: medium
      Fingerprint: 2580fa947178c88602b1737db148c044b81b03713d63bb82370a65228a2fd378

      [core]
      	repositoryformatversion = 0
      	filemode = true
      	bare = false
      	logallrefupdates = true
      	ignorecase = true
      	precomposeunicode = true
      [remote "origin"]
      	url = https://github.com/MicheleNL/basic-boilerplate.git
      	fetch = +refs/heads/*:refs/remotes/origin/*
      [branch "master"]
      	remote = origin
      	merge = refs/heads/master
      
      Found on 2024-03-08 07:16
      320 Bytes
  • Git configuration and history exposed
    First seen 2022-07-10 20:12
    Last seen 2023-03-07 20:11
    Open for 239 days
    • Severity: high
      Fingerprint: 2580fa947178c88602b1737db148c044bcbb9f9adb89503bfca4395b7868be2e

      [core]
      	repositoryformatversion = 0
      	fileMode = false
      	bare = false
      	logallrefupdates = true
      	ignorecase = true
      	precomposeunicode = true
      [user]
      	email = michele@occhio.nl
      	name = michelenl
      [merge]
      	commit = no
      	ff = no
      [remote "origin"]
      	url = https://michelenl@bitbucket.org/michelenl/michele.nl.git
      	fetch = +refs/heads/*:refs/remotes/origin/*
      [branch "master"]
      	remote = origin
      	merge = refs/heads/master
      
      Found on 2022-07-10 20:12
      409 Bytes
  • Open service 75.2.60.5:443 · michele.nl

    2026-01-09 16:06

    HTTP/1.1 200 OK
    Accept-Ranges: bytes
    Age: 3
    Cache-Control: public,max-age=0,must-revalidate
    Cache-Status: "Netlify Edge"; hit
    Content-Length: 60062
    Content-Type: text/html; charset=UTF-8
    Date: Fri, 09 Jan 2026 16:06:42 GMT
    Etag: "94cb28d0d88b7f53ec76039e1d0d1a7e-ssl"
    Server: Netlify
    Strict-Transport-Security: max-age=31536000
    X-Nf-Request-Id: 01KEHR54WH5FQGXWB52HTP38B0
    Connection: close
    
    Page title: Hello — Michèle van den Aardweg, front-end developer
    
    <!DOCTYPE html>
    <html lang="en">
        <head>
            <meta charset="utf-8" />
            <meta http-equiv="content-type" content="text/html; charset=utf-8" />
            <meta name="viewport" content="width=device-width, initial-scale=1" />
            <meta name="msapplication-TileColor" content="#471f2e" />
            <meta name="theme-color" content="#471f2e" />
            <meta
                name="description"
                content="Michèle van den Aardweg is a front-end developer with 15+ years experience. She has a strong focus on usability and accessibility."
            />
    
            <title>Hello &mdash; Michèle van den Aardweg, front-end developer</title>
    
            <!-- 
            <link rel="preconnect" href="https://www.googletagmanager.com">
            <link rel="preconnect" href="https://www.google-analytics.com"> -->
    
            <link rel="preload" href="/assets/fonts/satoshi/satoshi-variable.woff2" as="font" type="font/woff2" crossorigin="anonymous" />
            <link rel="preload" href="/assets/fonts/nohemi/Nohemi-Light.woff2" as="font" type="font/woff2" crossorigin="anonymous" />
            <link rel="preload" href="/assets/fonts/nohemi/Nohemi-Medium.woff2" as="font" type="font/woff2" crossorigin="anonymous" />
            <link rel="preload" href="/assets/fonts/manier/manier-lightitalic.woff" as="font" type="font/woff" crossorigin="anonymous" />
    
            <link rel="apple-touch-icon" sizes="180x180" href="/assets/images/favicons/apple-touch-icon.png" />
            <link rel="icon" type="image/png" sizes="96x96" href="/assets/images/favicons/favicon.svg" />
            <link rel="manifest" href="/assets/images/favicons/site.webmanifest" />
            <link rel="stylesheet" href="style.min.css" />
    
            <script>
                /**
                 * This is to replace the no-js class with js class when JavaScript is enabled
                 */
                document.documentElement.classList.replace("no-js", "js");
    
                /**
                 * This is an adaption of Hidde de Vries' dark mode implementation.
                 * The 'enhancer' part is inlined in the baseof.html for faster performance.
                 * For more info: https://hidde.blog/dark-light/
                 */
                const prefersDark = window.matchMedia("(prefers-color-scheme: dark)");
                const preferredTheme = prefersDark.matches ? "dark" : "light";
                const theme = localStorage.getItem("theme-preference") || preferredTheme;
    
                // Make this function globally available, so we can call it from the handler
                window.setTheme = function (theme) {
                    document.documentElement.setAttribute("data-theme-preference", theme);
                    localStorage.setItem("theme-preference", theme);
                    document.addEventListener("DOMContentLoaded", () => {
                        document.querySelector(".js-theme-toggler").setAttribute("aria-pressed", theme === "dark");
                    });
                };
    
                // When system settings are changed
                prefersDark.addEventListener("change", (e) => {
                    const theme = e.matches ? "dark" : "light";
                    window.setTheme(theme);
                });
                window.setTheme(theme);
            </script>
    
            <!-- Google tag (gtag.js) -->
            <!-- <script async src="https://www.googletagmanager.com/gtag/js?id=UA-6727571-1"></script>
            <script>
                window.dataLayer = window.dataLayer || [];
                function gtag() {
                    dataLayer.push(arguments);
                }
                gtag("js", new Date());
                gtag("config", "UA-6727571-1");
            </script> -->
        </head>
        <body>
            <a href="#content" class="skiplink">Skip to content</a>
            <header role="banner" class="site-header js-site-header">
                <div class="site-header__inner">
                    <div class="site-header__backdrop"></div>
                    <span class="site-header__logo">Michele.nl</span>
                    <nav class="menu" aria-label="Main navigation">
                        <ul class="menu__list">
                            <li class="menu__item">
                            
    Found 2026-01-09 by HttpPlugin
    Create report
  • Open service 75.2.60.5:443 · michele.nl

    2026-01-02 22:13

    HTTP/1.1 200 OK
    Accept-Ranges: bytes
    Age: 14903
    Cache-Control: public,max-age=0,must-revalidate
    Cache-Status: "Netlify Edge"; hit
    Content-Length: 60062
    Content-Type: text/html; charset=UTF-8
    Date: Fri, 02 Jan 2026 22:13:44 GMT
    Etag: "94cb28d0d88b7f53ec76039e1d0d1a7e-ssl"
    Server: Netlify
    Strict-Transport-Security: max-age=31536000
    X-Nf-Request-Id: 01KE0CC5GGPGHWFVBXWCPFYB1W
    Connection: close
    
    Page title: Hello — Michèle van den Aardweg, front-end developer
    
    <!DOCTYPE html>
    <html lang="en">
        <head>
            <meta charset="utf-8" />
            <meta http-equiv="content-type" content="text/html; charset=utf-8" />
            <meta name="viewport" content="width=device-width, initial-scale=1" />
            <meta name="msapplication-TileColor" content="#471f2e" />
            <meta name="theme-color" content="#471f2e" />
            <meta
                name="description"
                content="Michèle van den Aardweg is a front-end developer with 15+ years experience. She has a strong focus on usability and accessibility."
            />
    
            <title>Hello &mdash; Michèle van den Aardweg, front-end developer</title>
    
            <!-- 
            <link rel="preconnect" href="https://www.googletagmanager.com">
            <link rel="preconnect" href="https://www.google-analytics.com"> -->
    
            <link rel="preload" href="/assets/fonts/satoshi/satoshi-variable.woff2" as="font" type="font/woff2" crossorigin="anonymous" />
            <link rel="preload" href="/assets/fonts/nohemi/Nohemi-Light.woff2" as="font" type="font/woff2" crossorigin="anonymous" />
            <link rel="preload" href="/assets/fonts/nohemi/Nohemi-Medium.woff2" as="font" type="font/woff2" crossorigin="anonymous" />
            <link rel="preload" href="/assets/fonts/manier/manier-lightitalic.woff" as="font" type="font/woff" crossorigin="anonymous" />
    
            <link rel="apple-touch-icon" sizes="180x180" href="/assets/images/favicons/apple-touch-icon.png" />
            <link rel="icon" type="image/png" sizes="96x96" href="/assets/images/favicons/favicon.svg" />
            <link rel="manifest" href="/assets/images/favicons/site.webmanifest" />
            <link rel="stylesheet" href="style.min.css" />
    
            <script>
                /**
                 * This is to replace the no-js class with js class when JavaScript is enabled
                 */
                document.documentElement.classList.replace("no-js", "js");
    
                /**
                 * This is an adaption of Hidde de Vries' dark mode implementation.
                 * The 'enhancer' part is inlined in the baseof.html for faster performance.
                 * For more info: https://hidde.blog/dark-light/
                 */
                const prefersDark = window.matchMedia("(prefers-color-scheme: dark)");
                const preferredTheme = prefersDark.matches ? "dark" : "light";
                const theme = localStorage.getItem("theme-preference") || preferredTheme;
    
                // Make this function globally available, so we can call it from the handler
                window.setTheme = function (theme) {
                    document.documentElement.setAttribute("data-theme-preference", theme);
                    localStorage.setItem("theme-preference", theme);
                    document.addEventListener("DOMContentLoaded", () => {
                        document.querySelector(".js-theme-toggler").setAttribute("aria-pressed", theme === "dark");
                    });
                };
    
                // When system settings are changed
                prefersDark.addEventListener("change", (e) => {
                    const theme = e.matches ? "dark" : "light";
                    window.setTheme(theme);
                });
                window.setTheme(theme);
            </script>
    
            <!-- Google tag (gtag.js) -->
            <!-- <script async src="https://www.googletagmanager.com/gtag/js?id=UA-6727571-1"></script>
            <script>
                window.dataLayer = window.dataLayer || [];
                function gtag() {
                    dataLayer.push(arguments);
                }
                gtag("js", new Date());
                gtag("config", "UA-6727571-1");
            </script> -->
        </head>
        <body>
            <a href="#content" class="skiplink">Skip to content</a>
            <header role="banner" class="site-header js-site-header">
                <div class="site-header__inner">
                    <div class="site-header__backdrop"></div>
                    <span class="site-header__logo">Michele.nl</span>
                    <nav class="menu" aria-label="Main navigation">
                        <ul class="menu__list">
                            <li class="menu__item">
                            
    Found 2026-01-02 by HttpPlugin
    Create report
  • Open service 75.2.60.5:443 · michele.nl

    2025-12-22 17:08

    HTTP/1.1 200 OK
    Accept-Ranges: bytes
    Age: 30345
    Cache-Control: public,max-age=0,must-revalidate
    Cache-Status: "Netlify Edge"; hit
    Content-Length: 60062
    Content-Type: text/html; charset=UTF-8
    Date: Mon, 22 Dec 2025 17:08:58 GMT
    Etag: "94cb28d0d88b7f53ec76039e1d0d1a7e-ssl"
    Server: Netlify
    Strict-Transport-Security: max-age=31536000
    X-Nf-Request-Id: 01KD3GJ7W4990C6S9S6K3GR6MC
    Connection: close
    
    Page title: Hello — Michèle van den Aardweg, front-end developer
    
    <!DOCTYPE html>
    <html lang="en">
        <head>
            <meta charset="utf-8" />
            <meta http-equiv="content-type" content="text/html; charset=utf-8" />
            <meta name="viewport" content="width=device-width, initial-scale=1" />
            <meta name="msapplication-TileColor" content="#471f2e" />
            <meta name="theme-color" content="#471f2e" />
            <meta
                name="description"
                content="Michèle van den Aardweg is a front-end developer with 15+ years experience. She has a strong focus on usability and accessibility."
            />
    
            <title>Hello &mdash; Michèle van den Aardweg, front-end developer</title>
    
            <!-- 
            <link rel="preconnect" href="https://www.googletagmanager.com">
            <link rel="preconnect" href="https://www.google-analytics.com"> -->
    
            <link rel="preload" href="/assets/fonts/satoshi/satoshi-variable.woff2" as="font" type="font/woff2" crossorigin="anonymous" />
            <link rel="preload" href="/assets/fonts/nohemi/Nohemi-Light.woff2" as="font" type="font/woff2" crossorigin="anonymous" />
            <link rel="preload" href="/assets/fonts/nohemi/Nohemi-Medium.woff2" as="font" type="font/woff2" crossorigin="anonymous" />
            <link rel="preload" href="/assets/fonts/manier/manier-lightitalic.woff" as="font" type="font/woff" crossorigin="anonymous" />
    
            <link rel="apple-touch-icon" sizes="180x180" href="/assets/images/favicons/apple-touch-icon.png" />
            <link rel="icon" type="image/png" sizes="96x96" href="/assets/images/favicons/favicon.svg" />
            <link rel="manifest" href="/assets/images/favicons/site.webmanifest" />
            <link rel="stylesheet" href="style.min.css" />
    
            <script>
                /**
                 * This is to replace the no-js class with js class when JavaScript is enabled
                 */
                document.documentElement.classList.replace("no-js", "js");
    
                /**
                 * This is an adaption of Hidde de Vries' dark mode implementation.
                 * The 'enhancer' part is inlined in the baseof.html for faster performance.
                 * For more info: https://hidde.blog/dark-light/
                 */
                const prefersDark = window.matchMedia("(prefers-color-scheme: dark)");
                const preferredTheme = prefersDark.matches ? "dark" : "light";
                const theme = localStorage.getItem("theme-preference") || preferredTheme;
    
                // Make this function globally available, so we can call it from the handler
                window.setTheme = function (theme) {
                    document.documentElement.setAttribute("data-theme-preference", theme);
                    localStorage.setItem("theme-preference", theme);
                    document.addEventListener("DOMContentLoaded", () => {
                        document.querySelector(".js-theme-toggler").setAttribute("aria-pressed", theme === "dark");
                    });
                };
    
                // When system settings are changed
                prefersDark.addEventListener("change", (e) => {
                    const theme = e.matches ? "dark" : "light";
                    window.setTheme(theme);
                });
                window.setTheme(theme);
            </script>
    
            <!-- Google tag (gtag.js) -->
            <!-- <script async src="https://www.googletagmanager.com/gtag/js?id=UA-6727571-1"></script>
            <script>
                window.dataLayer = window.dataLayer || [];
                function gtag() {
                    dataLayer.push(arguments);
                }
                gtag("js", new Date());
                gtag("config", "UA-6727571-1");
            </script> -->
        </head>
        <body>
            <a href="#content" class="skiplink">Skip to content</a>
            <header role="banner" class="site-header js-site-header">
                <div class="site-header__inner">
                    <div class="site-header__backdrop"></div>
                    <span class="site-header__logo">Michele.nl</span>
                    <nav class="menu" aria-label="Main navigation">
                        <ul class="menu__list">
                            <li class="menu__item">
                            
    Found 2025-12-22 by HttpPlugin
    Create report
  • Open service 75.2.60.5:443 · michele.nl

    2025-12-20 17:26

    HTTP/1.1 200 OK
    Accept-Ranges: bytes
    Age: 0
    Cache-Control: public,max-age=0,must-revalidate
    Cache-Status: "Netlify Edge"; hit
    Content-Length: 60062
    Content-Type: text/html; charset=UTF-8
    Date: Sat, 20 Dec 2025 17:26:13 GMT
    Etag: "94cb28d0d88b7f53ec76039e1d0d1a7e-ssl"
    Server: Netlify
    Strict-Transport-Security: max-age=31536000
    X-Nf-Request-Id: 01KCYCRC6N5RCWZTJDAT5TCD9V
    Connection: close
    
    Page title: Hello — Michèle van den Aardweg, front-end developer
    
    <!DOCTYPE html>
    <html lang="en">
        <head>
            <meta charset="utf-8" />
            <meta http-equiv="content-type" content="text/html; charset=utf-8" />
            <meta name="viewport" content="width=device-width, initial-scale=1" />
            <meta name="msapplication-TileColor" content="#471f2e" />
            <meta name="theme-color" content="#471f2e" />
            <meta
                name="description"
                content="Michèle van den Aardweg is a front-end developer with 15+ years experience. She has a strong focus on usability and accessibility."
            />
    
            <title>Hello &mdash; Michèle van den Aardweg, front-end developer</title>
    
            <!-- 
            <link rel="preconnect" href="https://www.googletagmanager.com">
            <link rel="preconnect" href="https://www.google-analytics.com"> -->
    
            <link rel="preload" href="/assets/fonts/satoshi/satoshi-variable.woff2" as="font" type="font/woff2" crossorigin="anonymous" />
            <link rel="preload" href="/assets/fonts/nohemi/Nohemi-Light.woff2" as="font" type="font/woff2" crossorigin="anonymous" />
            <link rel="preload" href="/assets/fonts/nohemi/Nohemi-Medium.woff2" as="font" type="font/woff2" crossorigin="anonymous" />
            <link rel="preload" href="/assets/fonts/manier/manier-lightitalic.woff" as="font" type="font/woff" crossorigin="anonymous" />
    
            <link rel="apple-touch-icon" sizes="180x180" href="/assets/images/favicons/apple-touch-icon.png" />
            <link rel="icon" type="image/png" sizes="96x96" href="/assets/images/favicons/favicon.svg" />
            <link rel="manifest" href="/assets/images/favicons/site.webmanifest" />
            <link rel="stylesheet" href="style.min.css" />
    
            <script>
                /**
                 * This is to replace the no-js class with js class when JavaScript is enabled
                 */
                document.documentElement.classList.replace("no-js", "js");
    
                /**
                 * This is an adaption of Hidde de Vries' dark mode implementation.
                 * The 'enhancer' part is inlined in the baseof.html for faster performance.
                 * For more info: https://hidde.blog/dark-light/
                 */
                const prefersDark = window.matchMedia("(prefers-color-scheme: dark)");
                const preferredTheme = prefersDark.matches ? "dark" : "light";
                const theme = localStorage.getItem("theme-preference") || preferredTheme;
    
                // Make this function globally available, so we can call it from the handler
                window.setTheme = function (theme) {
                    document.documentElement.setAttribute("data-theme-preference", theme);
                    localStorage.setItem("theme-preference", theme);
                    document.addEventListener("DOMContentLoaded", () => {
                        document.querySelector(".js-theme-toggler").setAttribute("aria-pressed", theme === "dark");
                    });
                };
    
                // When system settings are changed
                prefersDark.addEventListener("change", (e) => {
                    const theme = e.matches ? "dark" : "light";
                    window.setTheme(theme);
                });
                window.setTheme(theme);
            </script>
    
            <!-- Google tag (gtag.js) -->
            <!-- <script async src="https://www.googletagmanager.com/gtag/js?id=UA-6727571-1"></script>
            <script>
                window.dataLayer = window.dataLayer || [];
                function gtag() {
                    dataLayer.push(arguments);
                }
                gtag("js", new Date());
                gtag("config", "UA-6727571-1");
            </script> -->
        </head>
        <body>
            <a href="#content" class="skiplink">Skip to content</a>
            <header role="banner" class="site-header js-site-header">
                <div class="site-header__inner">
                    <div class="site-header__backdrop"></div>
                    <span class="site-header__logo">Michele.nl</span>
                    <nav class="menu" aria-label="Main navigation">
                        <ul class="menu__list">
                            <li class="menu__item">
                            
    Found 2025-12-20 by HttpPlugin
    Create report
  • Open service 75.2.60.5:443 · michele.nl

    2025-12-19 06:38

    HTTP/1.1 200 OK
    Accept-Ranges: bytes
    Age: 1
    Cache-Control: public,max-age=0,must-revalidate
    Cache-Status: "Netlify Edge"; hit
    Content-Length: 60062
    Content-Type: text/html; charset=UTF-8
    Date: Fri, 19 Dec 2025 06:38:24 GMT
    Etag: "94cb28d0d88b7f53ec76039e1d0d1a7e-ssl"
    Server: Netlify
    Strict-Transport-Security: max-age=31536000
    X-Nf-Request-Id: 01KCTN9EY7NMGCAJ94CQ1EPS0Q
    Connection: close
    
    Page title: Hello — Michèle van den Aardweg, front-end developer
    
    <!DOCTYPE html>
    <html lang="en">
        <head>
            <meta charset="utf-8" />
            <meta http-equiv="content-type" content="text/html; charset=utf-8" />
            <meta name="viewport" content="width=device-width, initial-scale=1" />
            <meta name="msapplication-TileColor" content="#471f2e" />
            <meta name="theme-color" content="#471f2e" />
            <meta
                name="description"
                content="Michèle van den Aardweg is a front-end developer with 15+ years experience. She has a strong focus on usability and accessibility."
            />
    
            <title>Hello &mdash; Michèle van den Aardweg, front-end developer</title>
    
            <!-- 
            <link rel="preconnect" href="https://www.googletagmanager.com">
            <link rel="preconnect" href="https://www.google-analytics.com"> -->
    
            <link rel="preload" href="/assets/fonts/satoshi/satoshi-variable.woff2" as="font" type="font/woff2" crossorigin="anonymous" />
            <link rel="preload" href="/assets/fonts/nohemi/Nohemi-Light.woff2" as="font" type="font/woff2" crossorigin="anonymous" />
            <link rel="preload" href="/assets/fonts/nohemi/Nohemi-Medium.woff2" as="font" type="font/woff2" crossorigin="anonymous" />
            <link rel="preload" href="/assets/fonts/manier/manier-lightitalic.woff" as="font" type="font/woff" crossorigin="anonymous" />
    
            <link rel="apple-touch-icon" sizes="180x180" href="/assets/images/favicons/apple-touch-icon.png" />
            <link rel="icon" type="image/png" sizes="96x96" href="/assets/images/favicons/favicon.svg" />
            <link rel="manifest" href="/assets/images/favicons/site.webmanifest" />
            <link rel="stylesheet" href="style.min.css" />
    
            <script>
                /**
                 * This is to replace the no-js class with js class when JavaScript is enabled
                 */
                document.documentElement.classList.replace("no-js", "js");
    
                /**
                 * This is an adaption of Hidde de Vries' dark mode implementation.
                 * The 'enhancer' part is inlined in the baseof.html for faster performance.
                 * For more info: https://hidde.blog/dark-light/
                 */
                const prefersDark = window.matchMedia("(prefers-color-scheme: dark)");
                const preferredTheme = prefersDark.matches ? "dark" : "light";
                const theme = localStorage.getItem("theme-preference") || preferredTheme;
    
                // Make this function globally available, so we can call it from the handler
                window.setTheme = function (theme) {
                    document.documentElement.setAttribute("data-theme-preference", theme);
                    localStorage.setItem("theme-preference", theme);
                    document.addEventListener("DOMContentLoaded", () => {
                        document.querySelector(".js-theme-toggler").setAttribute("aria-pressed", theme === "dark");
                    });
                };
    
                // When system settings are changed
                prefersDark.addEventListener("change", (e) => {
                    const theme = e.matches ? "dark" : "light";
                    window.setTheme(theme);
                });
                window.setTheme(theme);
            </script>
    
            <!-- Google tag (gtag.js) -->
            <!-- <script async src="https://www.googletagmanager.com/gtag/js?id=UA-6727571-1"></script>
            <script>
                window.dataLayer = window.dataLayer || [];
                function gtag() {
                    dataLayer.push(arguments);
                }
                gtag("js", new Date());
                gtag("config", "UA-6727571-1");
            </script> -->
        </head>
        <body>
            <a href="#content" class="skiplink">Skip to content</a>
            <header role="banner" class="site-header js-site-header">
                <div class="site-header__inner">
                    <div class="site-header__backdrop"></div>
                    <span class="site-header__logo">Michele.nl</span>
                    <nav class="menu" aria-label="Main navigation">
                        <ul class="menu__list">
                            <li class="menu__item">
                            
    Found 2025-12-19 by HttpPlugin
    Create report
michele.nlwww.michele.nl
CN:
michele.nl
Key:
ECDSA-256
Issuer:
E8
Not before:
2025-11-27 18:33
Not after:
2026-02-25 18:33
Domain summary
IP summary