Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - otctf.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Sun, 11 May 2025 09:37:50 GMT
Content-Type: text/html
Content-Length: 167
Connection: keep-alive
Cache-Control: max-age=3600
Expires: Sun, 11 May 2025 10:37:50 GMT
Location: https://netsoc.ca
Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=%2BPioKiaBl5kouUIjHOhM2%2BUReXYuXZh%2F%2F0S64TZb89ALUThRfMaSYTyTuoO2Wu7yls%2BsyZh8%2BJdncGqccZwRfzDLF36kRwo2GYApxWLSHhJOLZsa0PJPSXy%2Fa7o2fNqO%2FSf92orAQ2U%3D"}],"group":"cf-nel","max_age":604800}
NEL: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Server: cloudflare
CF-RAY: 93e0b3359a9ed090-CPH
alt-svc: h3=":443"; ma=86400
server-timing: cfL4;desc="?proto=TCP&rtt=16457&min_rtt=16457&rtt_var=8228&sent=1&recv=3&lost=0&retrans=0&sent_bytes=0&recv_bytes=165&delivery_rate=0&cwnd=249&unsent_bytes=0&cid=0000000000000000&ts=0&x=0"

HTTP Code 301 Moved Permanently

301 status code means that the requested resource has been permanently moved to a new URL. All future requests should use the new address.

When is Code 301 used?

  • When changing a website domain
  • When modifying URL structures
  • When setting up redirects for SEO

What does Code 301 mean for the user?

The browser will automatically redirect the user to the new address, and search engines will update their indexes.

200 OK - https://netsoc.ca
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Date: Sun, 11 May 2025 09:37:51 GMT
Content-Type: text/html; charset=utf-8
Transfer-Encoding: chunked
Connection: keep-alive
Server: cloudflare
Nel: {"success_fraction":0,"report_to":"cf-nel","max_age":604800}
Cf-Ray: 93e0b3365a5dabe7-CPH
Cache-Control: public, max-age=0
Vary: Accept-Encoding
X-Powered-By: Express
Cf-Cache-Status: DYNAMIC
Report-To: {"endpoints":[{"url":"https:\/\/a.nel.cloudflare.com\/report\/v4?s=0cPA6E8hcqFFO%2BDY3bazKDp%2B%2BP6kZ5%2BQ7v9UWtPsMLtSCHofHCX7OtsFRwTR1sU8ZJaflMDOT80aBJA9tMY%2BAllNssUm60xREyWvvpHjP5eHb3uwc%2BIGCkWzw9EBH5QofOFPp5CMFTA%3D"}],"group":"cf-nel","max_age":604800}
alt-svc: h3=":443"; ma=86400
server-timing: cfL4;desc="?proto=TCP&rtt=16607&min_rtt=16583&rtt_var=4684&sent=5&recv=7&lost=0&retrans=0&sent_bytes=2833&recv_bytes=784&delivery_rate=243014&cwnd=252&unsent_bytes=0&cid=1e2b89a52338730c&ts=743&x=0"

HTTP Code 200 OK

200 status code is a standard successful HTTP server response. It means that the client’s request (e.g., from a browser) was successfully processed, and the server is delivering the requested data.

When is Code 200 used?

  • When loading a web page
  • When successfully receiving an API response
  • When processing a form or another HTTP request

What does Code 200 mean for the user?

The user receives content without errors, and the page or application functions properly. If Code 200 is accompanied by data, the browser or program processes and displays it to the user.

GET / HTTP/1.1
Host: otctf.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8" />
    <meta http-equiv="X-UA-Compatible" content="IE=edge" />

    <title>Netsoc - Ontario Tech University</title>
    <meta name="HandheldFriendly" content="True" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />

    <link rel="preload" href="/assets/css/app.css?v=2b1588658c" as="style" />
    <link rel="preload" href="/assets/js/manifest.js?v=2b1588658c" as="script" />
    <link rel="preload" href="/assets/js/vendor.js?v=2b1588658c" as="script" />
    <link rel="preload" href="/assets/js/app.js?v=2b1588658c" as="script" />

      <link rel="preload" href="/assets/css/home.css?v=2b1588658c" as="style" />
  <link rel="preload" href="/assets/css/listing.css?v=2b1588658c" as="style" />
  <link rel="preload" href="/assets/js/home.js?v=2b1588658c" as="script" />


    <style>
      /* These font-faces are here to make fonts work if the Ghost instance is installed in a subdirectory */

      /* source-sans-pro-regular */
      @font-face {
        font-family: 'Source Sans Pro';
        font-style: normal;
        font-weight: 400;
        font-display: swap;
        src: local('SourceSansPro-Regular'),
            url("/assets/fonts/source-sans-pro/latin/source-sans-pro-regular.woff2?v=2b1588658c") format('woff2'),
            url("/assets/fonts/source-sans-pro/latin/source-sans-pro-regular.woff?v=2b1588658c") format('woff');
      }

      /* source-sans-pro-600 */
      @font-face {
        font-family: 'Source Sans Pro';
        font-style: normal;
        font-weight: 600;
        font-display: swap;
        src: local('SourceSansPro-SemiBold'),
            url("/assets/fonts/source-sans-pro/latin/source-sans-pro-600.woff2?v=2b1588658c") format('woff2'),
            url("/assets/fonts/source-sans-pro/latin/source-sans-pro-600.woff?v=2b1588658c") format('woff');
      }

      /* source-sans-pro-700 */
      @font-face {
        font-family: 'Source Sans Pro';
        font-style: normal;
        font-weight: 700;
        font-display: swap;
        src: local('SourceSansPro-Bold'),
            url("/assets/fonts/source-sans-pro/latin/source-sans-pro-700.woff2?v=2b1588658c") format('woff2'),
            url("/assets/fonts/source-sans-pro/latin/source-sans-pro-700.woff?v=2b1588658c") format('woff');
      }

      /* iconmoon */
      @font-face {
        font-family: 'icomoon';
        font-weight: normal;
        font-style: normal;
        font-display: swap;
        src: url("/assets/fonts/icomoon/icomoon.eot?101fc3?v=2b1588658c");
        src: url("/assets/fonts/icomoon/icomoon.eot?101fc3?v=2b1588658c#iefix") format('embedded-opentype'),
        url("/assets/fonts/icomoon/icomoon.ttf?101fc3?v=2b1588658c") format('truetype'),
        url("/assets/fonts/icomoon/icomoon.woff?101fc3?v=2b1588658c") format('woff'),
        url("/assets/fonts/icomoon/icomoon.svg?101fc3?v=2b1588658c#icomoon") format('svg');
      }
    </style>

    <link rel="stylesheet" type="text/css" href="/assets/css/app.css?v=2b1588658c" media="screen" />

      <link rel="stylesheet" type="text/css" href="/assets/css/home.css?v=2b1588658c" media="screen" />
  <link rel="stylesheet" type="text/css" href="/assets/css/listing.css?v=2b1588658c" media="screen" />


    

    <meta name="description" content="Networking &amp; IT Security Students&#x27; Association">
    <link rel="icon" href="https://netsoc.ca/content/images/size/w256h256/2023/11/User-Icon.png" type="image/png">
    <link rel="canonical" href="https://netsoc.ca/">
    <meta name="referrer" content="no-referrer-when-downgrade">
    <link rel="next" href="https://netsoc.ca/page/2/">
    
    <meta property="og:site_name" content="Netsoc @ Ontario Tech">
    <meta property="og:type" content="website">
    <meta property="og:title" content="Netsoc @ Ontario Tech">
    <meta property="og:description" content="Networking &amp; IT Security Students&#x27; Association">
    <meta property="og:url" content="https://netsoc.ca/">
    <meta property="og:image" content="https://netsoc.ca/content/images/2023/11/Background.jpg">
    <meta name="twitter:card" content="summary_large_image">
    <meta name="twitter:title" content="Netsoc @ Ontario Tech">
    <meta name="twitter:description" content="Networking &amp; IT Security Students&#x27; Association">
    <meta name="twitter:url" content="https://netsoc.ca/">
    <meta name="twitter:image" content="https://netsoc.ca/content/images/2023/11/Background.jpg">
    <meta name="twitter:site" content="@OT_Netsoc">
    <meta property="og:image:width" content="2000">
    <meta property="og:image:height" content="1125">
    
    <script type="application/ld+json">
{
    "@context": "https://schema.org",
    "@type": "WebSite",
    "publisher": {
        "@type": "Organization",
        "name": "Netsoc @ Ontario Tech",
        "url": "https://netsoc.ca/",
        "logo": {
            "@type": "ImageObject",
            "url": "https://netsoc.ca/content/images/2024/08/logoblack2.png"
        }
    },
    "url": "https://netsoc.ca/",
    "image": {
        "@type": "ImageObject",
        "url": "https://netsoc.ca/content/images/2023/11/Background.jpg",
        "width": 2000,
        "height": 1125
    },
    "mainEntityOfPage": "https://netsoc.ca/",
    "description": "Networking &amp; IT Security Students&#x27; Association"
}
    </script>

    <meta name="generator" content="Ghost 5.74">
    <link rel="alternate" type="application/rss+xml" title="Netsoc @ Ontario Tech" href="https://netsoc.ca/rss/">
    <script defer src="https://cdn.jsdelivr.net/ghost/portal@~2.36/umd/portal.min.js" data-i18n="false" data-ghost="https://netsoc.ca/" data-key="fba5125649eb8f425ec8dc779d" data-api="https://netsoc.ca/ghost/api/content/" crossorigin="anonymous"></script><style id="gh-members-styles">.gh-post-upgrade-cta-content,
.gh-post-upgrade-cta {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 16px;
}

.gh-post-upgrade-cta-content {
    border-radius: 8px;
    padding: 40px 4vw;
}

.gh-post-upgrade-cta h2 {
    color: #ffffff;
    font-size: 28px;
    letter-spacing: -0.2px;
    margin: 0;
    padding: 0;
}

.gh-post-upgrade-cta p {
    margin: 20px 0 0;
    padding: 0;
}

.gh-post-upgrade-cta small {
    font-size: 16px;
    letter-spacing: -0.2px;
}

.gh-post-upgrade-cta a {
    color: #ffffff;
    cursor: pointer;
    font-weight: 500;
    box-shadow: none;
    text-decoration: underline;
}

.gh-post-upgrade-cta a:hover {
    color: #ffffff;
    opacity: 0.8;
    box-shadow: none;
    text-decoration: underline;
}

.gh-post-upgrade-cta a.gh-btn {
    display: block;
    background: #ffffff;
    text-decoration: none;
    margin: 28px 0 0;
    padding: 8px 18px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
}

.gh-post-upgrade-cta a.gh-btn:hover {
    opacity: 0.92;
}</style>
    <script defer src="https://cdn.jsdelivr.net/ghost/sodo-search@~1.1/umd/sodo-search.min.js" data-key="fba5125649eb8f425ec8dc779d" data-styles="https://cdn.jsdelivr.net/ghost/sodo-search@~1.1/umd/main.css" data-sodo-search="https://netsoc.ca/" crossorigin="anonymous"></script>
    
    <link href="https://netsoc.ca/webmentions/receive/" rel="webmention">
    <script defer src="/public/cards.min.js?v=2b1588658c"></script>
    <link rel="stylesheet" type="text/css" href="/public/cards.min.css?v=2b1588658c">
    <script defer src="/public/member-attribution.min.js?v=2b1588658c"></script>
    <style>
.m-toggle-darkmode {
    bottom: auto;
    right: auto;
}
.img {
  width:75%;
}
</style><style>:root {--ghost-accent-color: #065aa3;}</style>

    <style>
      :root {
        --primary-subtle-color: var(--ghost-accent-color) !important;
      }
    </style>

    <script>
      // @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&dn=expat.txt Expat
      const ghostHost = "https://netsoc.ca"
      // @license-end
    </script>




    <script>
      if (typeof Storage !== 'undefined') {
        const currentSavedTheme = localStorage.getItem('theme')

        if (currentSavedTheme && currentSavedTheme === 'dark') {
          document.documentElement.setAttribute('data-theme', 'dark')
        } else {
          document.documentElement.setAttribute('data-theme', 'light')
        }
      }
    </script>
  </head>
  <body class="home-template">
    




<header class="m-header with-picture js-header"  data-animate="fade-down">
  <div class="m-mobile-topbar">
    <button class="m-icon-button in-mobile-topbar js-open-menu" aria-label="Open menu">
      <span class="icon-menu" aria-hidden="true"></span>
    </button>
      <a href="https://netsoc.ca" class="m-logo in-mobile-topbar">
        <img src="https://netsoc.ca/content/images/2024/08/logoblack2.png" alt="Netsoc @ Ontario Tech" class="m-logo__image-light">
          <img src="https://netsoc.ca/content/images/2024/08/logowhite2.png" alt="Netsoc @ Ontario Tech" class="m-logo__image-dark">
      </a>
    <button class="m-icon-button in-mobile-topbar js-open-search"  aria-label="Open search">
      <span class="icon-search" aria-hidden="true"></span>
    </button>
  </div>

  <div class="m-menu js-menu">
    <button class="m-icon-button outlined as-close-menu js-close-menu" aria-label="Close menu">
      <span class="icon-close"></span>
    </button>
    <div class="m-menu__main">
      <div class="l-wrapper">
        <div class="m-nav js-main-nav">
          <nav class="m-nav__left js-main-nav-left" role="navigation" aria-label="Main menu">
            <ul>
                <li class="only-desktop">
                  <a href="https://netsoc.ca" class="m-logo">
                    <img src="https://netsoc.ca/content/images/2024/08/logoblack2.png" alt="Netsoc @ Ontario Tech" class="m-logo__image-light">
                      <img src="https://netsoc.ca/content/images/2024/08/logowhite2.png" alt="Netsoc @ Ontario Tech" class="m-logo__image-dark">
                  </a>
                </li>
                
    <li class="nav-home nav-current">
      <a href="https://netsoc.ca/">Home</a>
    </li>
    <li class="nav-about">
      <a href="https://netsoc.ca/about/">About</a>
    </li>

                <li class="more">
                  <span>
                    <a href="javascript:void(0);" class="js-open-secondary-menu">
                      Team
                      <span class="icon-chevron-down" aria-hidden="true"></span>
                    </a>
                  </span>
                </li>
              <li class="submenu-option js-submenu-option">
                <button class="m-icon-button in-menu-main more js-toggle-submenu" aria-label="Open submenu">
                  <span class="icon-more" aria-hidden="true"></span>
                </button>
                <div class="m-submenu js-submenu">
                  <div class="l-wrapper in-submenu">
                    <section class="m-recent-articles">
                      <h3 class="m-submenu-title in-recent-articles">Recent articles</h3>
                          <div class="swiper js-recent-slider">
                            <div class="swiper-wrapper">
                                <div class="swiper-slide">
                                  <a href="/netsoc-wins-bitsoc-society-of-the-year/" class="m-recent-article">
                                    <div class="m-recent-article__picture ">
                                        <img src="/content/images/size/w300/2025/04/DSC00094.JPG" loading="lazy" alt="">
                                    </div>
                                    <h3 class="m-recent-article__title js-recent-article-title" title="Netsoc wins BITSoc Society of the Year">
                                      Netsoc wins BITSoc Society of the Year
                                    </h3>
                                    <span class="m-recent-article__date">14 days ago</span>
                                  </a>
                                </div>
                                <div class="swiper-slide">
                                  <a href="/recap/" class="m-recent-article">
                                    <div class="m-recent-article__picture ">
                                        <img src="/content/images/size/w300/2025/04/PXL_20250329_211404657.RAW-01.COVER.jpg" loading="lazy" alt="">
                                    </div>
                                    <h3 class="m-recent-article__title js-recent-article-title" title="RECAP - TacOps 2025">
                                      RECAP - TacOps 2025
                                    </h3>
                                    <span class="m-recent-article__date">a month ago</span>
                                  </a>
                                </div>
                                <div class="swiper-slide">
                                  <a href="/tacops-2025-tickets-on-sale-now/" class="m-recent-article">
                                    <div class="m-recent-article__picture ">
                                        <img src="/content/images/size/w300/2025/02/Tacops2025---Web--1-.png" loading="lazy" alt="">
                                    </div>
                                    <h3 class="m-recent-article__title js-recent-article-title" title="Tacops 2025 - Tickets On Sale Now!">
                                      Tacops 2025 - Tickets On Sale Now!
                                    </h3>
                                    <span class="m-recent-article__date">3 months ago</span>
                                  </a>
                                </div>
                                <div class="swiper-slide">
                                  <a href="/netsoc-named-club-of-the-month-for-january-2025/" class="m-recent-article">
                                    <div class="m-recent-article__picture ">
                                        <img src="/content/images/size/w300/2025/02/Screenshot-2025-02-11-091749.png" loading="lazy" alt="">
                                    </div>
                                    <h3 class="m-recent-article__title js-recent-article-title" title="Netsoc Named Club of the Month for January (2025)">
                                      Netsoc Named Club of the Month for January (2025)
                                    </h3>
                                    <span class="m-recent-article__date">3 months ago</span>
                                  </a>
                                </div>
                            </div>
                          </div>
                    </section>
                    <section class="m-tags">
                      <h3 class="m-submenu-title">Tags</h3>
                        <ul>
                            <li>
                              <a href="/tag/2023-24/">2023/24</a>
                            </li>
                            <li>
                              <a href="/tag/2024-25/">2024/25</a>
                            </li>
                            <li>
                              <a href="/tag/events/">Events</a>
                            </li>
                            <li>
                              <a href="/tag/executive-team/">Executive Team</a>
                            </li>
                            <li>
                              <a href="/tag/news/">News</a>
                            </li>
                            <li>
                              <a href="/tag/outreach/">Outreach</a>
                            </li>
                            <li>
                              <a href="/tag/team/">Team</a>
                            </li>
                        </ul>
                    </section>
                  </div>
                </div>
              </li>
            </ul>
          </nav>
          <div class="m-nav__right">
            <button class="m-icon-button in-menu-main js-open-search"  aria-label="Open search">
              <span class="icon-search" aria-hidden="true"></span>
            </button>
            <div class="m-toggle-darkmode js-tooltip" data-tippy-content="Toggle light/dark mode" tabindex="0">
              <label for="toggle-darkmode" class="sr-only">
                Toggle light/dark mode
              </label>
              <input id="toggle-darkmode" type="checkbox" class="js-toggle-darkmode">
              <div>
                <span class="icon-moon moon" aria-hidden="true"></span>
                <span class="icon-sunny sun" aria-hidden="true"></span>
              </div>
            </div>
          </div>
        </div>
      </div>
    </div>
  </div>

    <div id="secondary-navigation-template" style="display: none;">
      
  <ul class="m-secondary-menu">
      <li class="nav-current-team">
        <a href="https://netsoc.ca/team/">Current Team</a>
      </li>
      <li class="nav-past-team-2024-2025">
        <a href="https://netsoc.ca/team-2024-2025/">Past Team (2024-2025)</a>
      </li>
      <li class="nav-past-team-2023-2024">
        <a href="https://netsoc.ca/team-2023-24/">Past Team (2023-2024)</a>
      </li>
      <li class="nav-past-team-2022-2023">
        <a href="https://netsoc.ca/team-2022-23/">Past Team (2022-2023)</a>
      </li>
  </ul>

    </div>
</header>

<main class="main-wrap">
  
  <section class="m-hero with-picture" data-animate="fade">
    <div class="m-hero__picture ">
      <img
        srcset="
          /content/images/size/w300/2023/11/Background.jpg 300w,
          /content/images/size/w600/2023/11/Background.jpg 600w,
          /content/images/size/w1000/2023/11/Background.jpg 1000w,
          /content/images/size/w2000/2023/11/Background.jpg 2000w
        "
        sizes="(max-width: 600px) 600px, (max-width: 1000px) 1000px, 2000px"
        src="/content/images/size/w1000/2023/11/Background.jpg"
        alt=""
      />
    </div>
  <div class="m-hero__content" data-animate="fade-down">
    <h1 class="m-hero-title bigger">Netsoc @ Ontario Tech</h1>
      <p class="m-hero-description bigger">Networking &amp; IT Security Students&#x27; Association @ Ontario Tech University</p>
      <a href="https://netsoc.ca/#/portal/signup" class="m-button filled">Subscribe</a>
  </div>
  </section>
  <div class="l-content">
    <div class="l-wrapper" data-animate="fade-up">
      <div class="l-grid centered">
            <div class="m-featured-slider swiper js-featured-slider">
              <div class="m-featured-slider__list swiper-wrapper">
                  <div class="m-featured-slider__list__item swiper-slide">
                    <article class="m-featured-article ">
                      <div class="m-featured-article__picture">
                          <style>
                            #featured-bg-680e811f245e0a00011e8ee8 {
                              background-image: url(/content/images/size/w1000/2025/04/DSC00094.JPG);
                            }
                            @media(max-width: 768px) {
                              #featured-bg-680e811f245e0a00011e8ee8 {
                                background-image: url(/content/images/size/w600/2025/04/DSC00094.JPG);
                              }
                            }
                          </style>
                          <div id="featured-bg-680e811f245e0a00011e8ee8"></div>
                      </div>
                      <div class="m-featured-article__meta">
                        <a href="https://netsoc.ca/author/chrispanetta/" class="m-featured-article__author js-tooltip" aria-label="Chris Panetta" data-tippy-content="Posted by Chris Panetta ">
                            <div style="background-image: url(/content/images/size/w100/2025/02/1706643892583-1.jpg);"></div>
                        </a>
                          <a href="https://netsoc.ca/tag/2024-25/" class="m-featured-article__tag">2024/25</a>
                      </div>
                      <div class="m-featured-article__ribbon">
                        <span class="icon-star"></span>
                        <span>Featured</span>
                      </div>
                      <a href="/netsoc-wins-bitsoc-society-of-the-year/" class="m-featured-article__content">
                        <h2 class="m-featured-article__title js-featured-article-title" title="Netsoc wins BITSoc Society of the Year">
                          Netsoc wins BITSoc Society of the Year
                        </h2>
                        <div class="m-featured-article__timestamp">
                          <span>14 days ago</span>
                          <span>&bull;</span>
                          <span>1 min read</span>
                        </div>
                      </a>
                    </article>
                  </div>
                  <div class="m-featured-slider__list__item swiper-slide">
                    <article class="m-featured-article no-picture">
                      <div class="m-featured-article__picture">
                      </div>
                      <div class="m-featured-article__meta">
                        <a href="https://netsoc.ca/author/netsoc/" class="m-featured-article__author js-tooltip" aria-label="Netsoc" data-tippy-content="Posted by Netsoc ">
                            <div style="background-image: url(/content/images/size/w100/2023/11/User-Icon-1.png);"></div>
                        </a>
                      </div>
                      <div class="m-featured-article__ribbon">
                        <span class="icon-star"></span>
                        <span>Featured</span>
                      </div>
                      <a href="/join/" class="m-featured-article__content">
                        <h2 class="m-featured-article__title js-featured-article-title" title="How to Join Netsoc">
                          How to Join Netsoc
                        </h2>
                        <div class="m-featured-article__timestamp">
                          <span>6 months ago</span>
                          <span>&bull;</span>
                          <span>1 min read</span>
                        </div>
                      </a>
                    </article>
                  </div>
              </div>
              <button class="m-icon-button in-featured-articles swiper-button-prev js-featured-slider-button" aria-label="Previous">
                <span class="icon-arrow-left" aria-hidden="true"></span>
              </button>
              <button class="m-icon-button in-featured-articles swiper-button-next js-featured-slider-button" aria-label="Next">
                <span class="icon-arrow-right" aria-hidden="true"></span>
              </button>
            </div>
        
  <article class="m-article-card  post tag-2024-25 featured">
    <div class="m-article-card__picture">
      <a href="/netsoc-wins-bitsoc-society-of-the-year/" class="m-article-card__picture-link" aria-hidden="true" tabindex="-1"></a>
        <img class="m-article-card__picture-background" src="/content/images/size/w600/2025/04/DSC00094.JPG" loading="lazy" alt="">
      <a href="https://netsoc.ca/author/chrispanetta/" class="m-article-card__author js-tooltip" aria-label="Chris Panetta" data-tippy-content="Posted by Chris Panetta ">
          <div style="background-image: url(/content/images/size/w100/2025/02/1706643892583-1.jpg);"></div>
      </a>
        <a href="/netsoc-wins-bitsoc-society-of-the-year/" class="m-article-card__featured js-tooltip" data-tippy-content="Featured" aria-label="Featured">
          <span class="icon-star" aria-hidden="true"></span>
        </a>
    </div>
      <div class="m-article-card__info">
        <a href="https://netsoc.ca/tag/2024-25/" class="m-article-card__tag">2024/25</a>
      <a href="/netsoc-wins-bitsoc-society-of-the-year/" class="m-article-card__info-link" aria-label="Netsoc wins BITSoc Society of the Year">
        <div>
          <h2 class="m-article-card__title js-article-card-title " title="Netsoc wins BITSoc Society of the Year">
            Netsoc wins BITSoc Society of the Year
          </h2>
        </div>
        <div class="m-article-card__timestamp">
          <span>14 days ago</span>
          <span>&bull;</span>
          <span>1 min read</span>
        </div>
      </a>
    </div>
  </article>
  <article class="m-article-card  post tag-2024-25 tag-events">
    <div class="m-article-card__picture">
      <a href="/recap/" class="m-article-card__picture-link" aria-hidden="true" tabindex="-1"></a>
        <img class="m-article-card__picture-background" src="/content/images/size/w600/2025/04/PXL_20250329_211404657.RAW-01.COVER.jpg" loading="lazy" alt="">
      <a href="https://netsoc.ca/author/chrispanetta/" class="m-article-card__author js-tooltip" aria-label="Chris Panetta" data-tippy-content="Posted by Chris Panetta ">
          <div style="background-image: url(/content/images/size/w100/2025/02/1706643892583-1.jpg);"></div>
      </a>
    </div>
      <div class="m-article-card__info">
        <a href="https://netsoc.ca/tag/2024-25/" class="m-article-card__tag">2024/25</a>
      <a href="/recap/" class="m-article-card__info-link" aria-label="RECAP - TacOps 2025">
        <div>
          <h2 class="m-article-card__title js-article-card-title " title="RECAP - TacOps 2025">
            RECAP - TacOps 2025
          </h2>
        </div>
        <div class="m-article-card__timestamp">
          <span>a month ago</span>
          <span>&bull;</span>
          <span>4 min read</span>
        </div>
      </a>
    </div>
  </article>
  <article class="m-article-card  post tag-2024-25 tag-events">
    <div class="m-article-card__picture">
      <a href="/tacops-2025-tickets-on-sale-now/" class="m-article-card__picture-link" aria-hidden="true" tabindex="-1"></a>
        <img class="m-article-card__picture-background" src="/content/images/size/w600/2025/02/Tacops2025---Web--1-.png" loading="lazy" alt="">
      <a href="https://netsoc.ca/author/marco/" class="m-article-card__author js-tooltip" aria-label="Marco Caggianiello" data-tippy-content="Posted by Marco Caggianiello ">
          <div style="background-image: url(/assets/images/default-avatar-square-small.jpg?v=2b1588658c);"></div>
      </a>
    </div>
      <div class="m-article-card__info">
        <a href="https://netsoc.ca/tag/2024-25/" class="m-article-card__tag">2024/25</a>
      <a href="/tacops-2025-tickets-on-sale-now/" class="m-article-card__info-link" aria-label="Tacops 2025 - Tickets On Sale Now!">
        <div>
          <h2 class="m-article-card__title js-article-card-title " title="Tacops 2025 - Tickets On Sale Now!">
            Tacops 2025 - Tickets On Sale Now!
          </h2>
        </div>
        <div class="m-article-card__timestamp">
          <span>3 months ago</span>
          <span>&bull;</span>
          <span>1 min read</span>
        </div>
      </a>
    </div>
  </article>
  <article class="m-article-card  post tag-news tag-2024-25">
    <div class="m-article-card__picture">
      <a href="/netsoc-named-club-of-the-month-for-january-2025/" class="m-article-card__picture-link" aria-hidden="true" tabindex="-1"></a>
        <img class="m-article-card__picture-background" src="/content/images/size/w600/2025/02/Screenshot-2025-02-11-091749.png" loading="lazy" alt="">
      <a href="https://netsoc.ca/author/marco/" class="m-article-card__author js-tooltip" aria-label="Marco Caggianiello" data-tippy-content="Posted by Marco Caggianiello ">
          <div style="background-image: url(/assets/images/default-avatar-square-small.jpg?v=2b1588658c);"></div>
      </a>
    </div>
      <div class="m-article-card__info">
        <a href="https://netsoc.ca/tag/news/" class="m-article-card__tag">News</a>
      <a href="/netsoc-named-club-of-the-month-for-january-2025/" class="m-article-card__info-link" aria-label="Netsoc Named Club of the Month for January (2025)">
        <div>
          <h2 class="m-article-card__title js-article-card-title " title="Netsoc Named Club of the Month for January (2025)">
            Netsoc Named Club of the Month for January (2025)
          </h2>
        </div>
        <div class="m-article-card__timestamp">
          <span>3 months ago</span>
          <span>&bull;</span>
          <span>1 min read</span>
        </div>
      </a>
    </div>
  </article>
  <article class="m-article-card  post tag-2024-25 tag-news">
    <div class="m-article-card__picture">
      <a href="/recap-issessions-cf/" class="m-article-card__picture-link" aria-hidden="true" tabindex="-1"></a>
        <img class="m-article-card__picture-background" src="/content/images/size/w600/2025/02/IMG_1510--1-.jpg" loading="lazy" alt="">
      <a href="https://netsoc.ca/author/chrispanetta/" class="m-article-card__author js-tooltip" aria-label="Chris Panetta" data-tippy-content="Posted by Chris Panetta ">
          <div style="background-image: url(/content/images/size/w100/2025/02/1706643892583-1.jpg);"></div>
      </a>
    </div>
      <div class="m-article-card__info">
        <a href="https://netsoc.ca/tag/2024-25/" class="m-article-card__tag">2024/25</a>
      <a href="/recap-issessions-cf/" class="m-article-card__info-link" aria-label="RECAP - ISSessions CTF Day 2">
        <div>
          <h2 class="m-article-card__title js-article-card-title " title="RECAP - ISSessions CTF Day 2">
            RECAP - ISSessions CTF Day 2
          </h2>
        </div>
        <div class="m-article-card__timestamp">
          <span>3 months ago</span>
          <span>&bull;</span>
          <span>1 min read</span>
        </div>
      </a>
    </div>
  </article>
  <article class="m-article-card  post tag-news tag-2024-25">
    <div class="m-article-card__picture">
      <a href="/recap-issessions/" class="m-article-card__picture-link" aria-hidden="true" tabindex="-1"></a>
        <img class="m-article-card__picture-background" src="/content/images/size/w600/2025/02/PXL_20250208_215747279.RAW-01.COVER.jpg" loading="lazy" alt="">
      <a href="https://netsoc.ca/author/chrispanetta/" class="m-article-card__author js-tooltip" aria-label="Chris Panetta" data-tippy-content="Posted by Chris Panetta ">
          <div style="background-image: url(/content/images/size/w100/2025/02/1706643892583-1.jpg);"></div>
      </a>
    </div>
      <div class="m-article-card__info">
        <a href="https://netsoc.ca/tag/news/" class="m-article-card__tag">News</a>
      <a href="/recap-issessions/" class="m-article-card__info-link" aria-label="RECAP - ISSessions CTF Day 1">
        <div>
          <h2 class="m-article-card__title js-article-card-title " title="RECAP - ISSessions CTF Day 1">
            RECAP - ISSessions CTF Day 1
          </h2>
        </div>
        <div class="m-article-card__timestamp">
          <span>3 months ago</span>
          <span>&bull;</span>
          <span>1 min read</span>
        </div>
      </a>
    </div>
  </article>
  <article class="m-article-card  post tag-events tag-2024-25">
    <div class="m-article-card__picture">
      <a href="/guest-speaker-travis-bailey/" class="m-article-card__picture-link" aria-hidden="true" tabindex="-1"></a>
        <img class="m-article-card__picture-background" src="/content/images/size/w600/2025/02/5D8D600D-35EE-48D4-AEDF-61CE8DB7A4DC.jpg" loading="lazy" alt="">
      <a href="https://netsoc.ca/author/chrispanetta/" class="m-article-card__author js-tooltip" aria-label="Chris Panetta" data-tippy-content="Posted by Chris Panetta ">
          <div style="background-image: url(/content/images/size/w100/2025/02/1706643892583-1.jpg);"></div>
      </a>
    </div>
      <div class="m-article-card__info">
        <a href="https://netsoc.ca/tag/events/" class="m-article-card__tag">Events</a>
      <a href="/guest-speaker-travis-bailey/" class="m-article-card__info-link" aria-label="RECAP - Guest Speaker: Travis Bailey">
        <div>
          <h2 class="m-article-card__title js-article-card-title " title="RECAP - Guest Speaker: Travis Bailey">
            RECAP - Guest Speaker: Travis Bailey
          </h2>
        </div>
        <div class="m-article-card__timestamp">
          <span>3 months ago</span>
          <span>&bull;</span>
          <span>1 min read</span>
        </div>
      </a>
    </div>
  </article>
  <article class="m-article-card  post tag-events tag-2024-25">
    <div class="m-article-card__picture">
      <a href="/recap-esentire-x-netsoc/" class="m-article-card__picture-link" aria-hidden="true" tabindex="-1"></a>
        <img class="m-article-card__picture-background" src="/content/images/size/w600/2025/01/20250123_144817.jpg" loading="lazy" alt="">
      <a href="https://netsoc.ca/author/hayden/" class="m-article-card__author js-tooltip" aria-label="Hayden Nolan" data-tippy-content="Posted by Hayden Nolan ">
          <div style="background-image: url(/assets/images/default-avatar-square-small.jpg?v=2b1588658c);"></div>
      </a>
    </div>
      <div class="m-article-card__info">
        <a href="https://netsoc.ca/tag/events/" class="m-article-card__tag">Events</a>
      <a href="/recap-esentire-x-netsoc/" class="m-article-card__info-link" aria-label="RECAP - eSentire x Netsoc">
        <div>
          <h2 class="m-article-card__title js-article-card-title " title="RECAP - eSentire x Netsoc">
            RECAP - eSentire x Netsoc
          </h2>
        </div>
        <div class="m-article-card__timestamp">
          <span>3 months ago</span>
          <span>&bull;</span>
          <span>1 min read</span>
        </div>
      </a>
    </div>
  </article>
  <article class="m-article-card  post tag-news">
    <div class="m-article-card__picture">
      <a href="/advent-of-cyber-raffle/" class="m-article-card__picture-link" aria-hidden="true" tabindex="-1"></a>
        <img class="m-article-card__picture-background" src="/content/images/size/w600/2024/12/Advent-of-Cyber---Web--1-.png" loading="lazy" alt="">
      <a href="https://netsoc.ca/author/marco/" class="m-article-card__author js-tooltip" aria-label="Marco Caggianiello" data-tippy-content="Posted by Marco Caggianiello ">
          <div style="background-image: url(/assets/images/default-avatar-square-small.jpg?v=2b1588658c);"></div>
      </a>
    </div>
      <div class="m-article-card__info">
        <a href="https://netsoc.ca/tag/news/" class="m-article-card__tag">News</a>
      <a href="/advent-of-cyber-raffle/" class="m-article-card__info-link" aria-label="Advent of Cyber - Raffle!">
        <div>
          <h2 class="m-article-card__title js-article-card-title " title="Advent of Cyber - Raffle!">
            Advent of Cyber - Raffle!
          </h2>
        </div>
        <div class="m-article-card__timestamp">
          <span>5 months ago</span>
          <span>&bull;</span>
          <span>1 min read</span>
        </div>
      </a>
    </div>
  </article>
  <article class="m-article-card  post tag-news">
    <div class="m-article-card__picture">
      <a href="/club-of-the-month-oct2024/" class="m-article-card__picture-link" aria-hidden="true" tabindex="-1"></a>
        <img class="m-article-card__picture-background" src="/content/images/size/w600/2024/11/1730832223954-1.jpeg" loading="lazy" alt="">
      <a href="https://netsoc.ca/author/jackson/" class="m-article-card__author js-tooltip" aria-label="Jackson Barker" data-tippy-content="Posted by Jackson Barker ">
          <div style="background-image: url(/content/images/size/w100/2024/05/PFP.JPG);"></div>
      </a>
    </div>
      <div class="m-article-card__info">
        <a href="https://netsoc.ca/tag/news/" class="m-article-card__tag">News</a>
      <a href="/club-of-the-month-oct2024/" class="m-article-card__info-link" aria-label="Netsoc Named Club of the Month for October (2024)">
        <div>
          <h2 class="m-article-card__title js-article-card-title " title="Netsoc Named Club of the Month for October (2024)">
            Netsoc Named Club of the Month for October (2024)
          </h2>
        </div>
        <div class="m-article-card__timestamp">
          <span>6 months ago</span>
          <span>&bull;</span>
          <span>1 min read</span>
        </div>
      </a>
    </div>
  </article>
      </div>
    </div>
    
<div class="l-wrapper">
  <nav class="m-pagination" aria-label="Pagination">
    <span class="m-pagination__text">Page 1 of 2</span>
      <a href="/page/2/" class="m-icon-button filled in-pagination-right" aria-label="Older posts">
        <span class="icon-arrow-right"></span>
      </a>
  </nav>
</div>

  </div>
</main>



      
<div class="m-search js-search" role="dialog" aria-modal="true" aria-label="Search">
  <button class="m-icon-button outlined as-close-search js-close-search" aria-label="Close search">
    <span class="icon-close" aria-hidden="true"></span>
  </button>
  <div class="m-search__content">
    <form class="m-search__form">
      <div class="pos-relative">
        <span class="icon-search m-search-icon" aria-hidden="true"></span>
        <label for="search-input" class="sr-only">
          Type to search
        </label>
        <input id="search-input" type="text" class="m-input in-search js-input-search" placeholder="Type to search">
      </div>
    </form>
    <div class="js-search-results hide"></div>
    <p class="m-not-found align-center hide js-no-results">
      No results for your search, please try with something else.
    </p>
  </div>
</div>

    
<footer class="m-footer">
  <div class="m-footer__content">
    <div class="contactWrapper">

        <!-- Title of all contacts -->
        <h2>Connect With Netsoc</h2>
        <nav class="m-footer-social">
          <a href="https://maps.app.goo.gl/3UjryCr35hbBRYUB7" target="_blank"><span class="icon-globe"></span></a>
            <a href="https://discord.gg/PGjcV5nBeP" target="_blank">
              <span class="icon-discord"></span>
            </a>
            <a href="https://twitter.com/OT_Netsoc" target="_blank" rel="noopener" aria-label="Twitter">
              <span class="icon-twitter" aria-hidden="true"></span>
            </a>
            <a href="https://www.instagram.com/ot_netsoc/" target="_blank"><span class="icon-instagram"></span></a>
            <a href="https://www.linkedin.com/company/ot-netsoc/" target="_blank"><span class="icon-linkedin"></span></a>
          
        </nav>
        <p class="m-footer-copyright">
          <span>Netsoc @ Ontario Tech &copy; 2025</span>
          <span>&nbsp; &bull; &nbsp;</span>
          <span>Published with <a href="https://ghost.org" target="_blank" rel="noopener">Ghost</a></span>
        </p>
        <p class="m-footer-copyright jslicense">
          <a href="/assets/html/javascript.html?v=2b1588658c" rel="jslicense">JavaScript license information</a>
        </p>
    </div>
  </div>
</footer>

    <script defer src="/assets/js/manifest.js?v=2b1588658c"></script>
    <script defer src="/assets/js/vendor.js?v=2b1588658c"></script>
    <script defer src="/assets/js/app.js?v=2b1588658c"></script>

      <script defer src="/assets/js/home.js?v=2b1588658c"></script>


    
  </body>
</html>
                               

Whois info of domain

Domain Name: OTCTF.COM
Registry Domain ID: 2502293020_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.godaddy.com
Registrar URL: http://www.godaddy.com
Updated Date: 2025-03-07T20:13:20Z
Creation Date: 2020-03-11T17:47:15Z
Registry Expiry Date: 2028-03-11T17:47:15Z
Registrar: GoDaddy.com, LLC
Registrar IANA ID: 146
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: 480-624-2505
Domain Status: clientDeleteProhibited https://icann.org/epp#clientDeleteProhibited
Domain Status: clientRenewProhibited https://icann.org/epp#clientRenewProhibited
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Domain Status: clientUpdateProhibited https://icann.org/epp#clientUpdateProhibited
Name Server: LINA.NS.CLOUDFLARE.COM
Name Server: WILL.NS.CLOUDFLARE.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-11T09:37:40Z <<<
For more information on Whois status codes, please visit https://icann.org/epp
NOTICE: The expiration date displayed in this record is the date the
TERMS OF USE: You are not authorized to access or query our Whois
by the following terms of use: You agree that you may use this Data only
to: (1) allow, enable, or otherwise support the transmission of mass