star

Create a space to chat and collaborate
Find a space to join
No apps yet
Explore apps
Home
Unread

check

spool

tom S
10 min
Sent an attachment
Press tab for more options.
tom S
,
Aug 13, 5:01 PM
,
,Aug 13, 5:01 PM,
tom S
,
Aug 13, 5:08 PM
,
237d5787-a626-45e0-85ef-6ff0cc653759.jpeg
c458aa59-d13c-4b23-bb82-cefe54fde412.jpeg
,Aug 13, 5:08 PM,
IMG_4223.jpeg
,Aug 13, 5:08 PM,
IMG_4222.jpeg
,Aug 13, 5:09 PM,
IMG_4221.jpeg
,Aug 13, 5:09 PM,
tom S
,
Aug 13, 5:15 PM
,
Confirmation from Glo customer care that as long as the SIM card is registered and activated, it can roam international and also the process connecting to the network serve in the US.

I have also recharged the lines and would send another video to prove that they have been activated can also make and receive calls/text
,Aug 13, 5:15 PM,
You
,
Aug 13, 10:49 PM
,
Glo Sim.zip
,Aug 13, 10:49 PM,
Friday, Aug 14
tom S
,
Aug 14, 2:50 PM
,
image.png
image.png
image.png
,Aug 14, 2:50 PM,
Wednesday, Aug 19
You
,
Aug 19, 3:24 PM
,
_____________________
Microsoft Teams meeting
Join: https://gov.teams.microsoft.us/meet/992800435382?p=BvZoCVjHUjp5x9Pl6x
Meeting ID: 992 800 435 382
Passcode: fX7D92hD
________________________________
,Aug 19, 3:24 PM,
Friday, Aug 28
tom S
,
Aug 28, 9:25 AM
,
image.png
,Aug 28, 9:25 AM,
Tuesday, Sep 1
You
,
Sep 1, 1:39 PM
,
image.png
image.png
,Sep 1, 1:39 PM,
tom S
,
Sep 1, 1:49 PM
,
Aurora link analysis Image 2 lite Sep 1, 2026, 01_44_00 PM.png
Aurora link analysis Image Sep 1, 2026, 01_44_00 PM.png
,Sep 1, 1:49 PM,
tom S
,
Sep 1, 2:00 PM
,
ChatGPT Image Sep 1, 2026, 01_59_54 PM.png
,Sep 1, 2:00 PM,
Unread
Today
tom S
,
10 min
,
mobius-otp-controls-NOCODE-version (2).html
Message viewed by everyone. Press tab to navigate to the read receipts list.

,10 min,



History is on

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>OTP Firewall Controls — Mobius (No-Code Version)</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<!-- Poppins + Open Sans are both in Squarespace's built-in font library, so this look is fully no-code -->
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@500;600;700&family=Open+Sans:wght@400;600&display=swap" rel="stylesheet">
<style>
  /* These map to what you'd set ONCE in Squarespace: Site Styles > Fonts + Colors.
     Every section then inherits them. No custom CSS needed on the real site. */
  :root{
    --navy:#14233B;      /* "Dark" color theme */
    --white:#FFFFFF;     /* "White" theme */
    --gray:#F5F7FA;      /* "Light" theme */
    --teal:#0FA9A2;      /* brand accent */
    --amber:#E29A34;     /* used only to mark the leaking route */
    --text:#1C2A40;
    --muted:#5B6A82;
    --text-light:#DCE4F0;
    --muted-light:#9AA9C2;
    --line:#E4E9F1;
  }
  *{box-sizing:border-box;margin:0;padding:0}
  body{font-family:"Open Sans",Arial,sans-serif;color:var(--text);line-height:1.65;-webkit-font-smoothing:antialiased}
  h1,h2,h3,.btn{font-family:"Poppins",Arial,sans-serif}
  .wrap{max-width:1080px;margin:0 auto;padding:0 24px}

  /* section = Squarespace "Section". Background sets the color theme. */
  .section{padding:76px 0}
  .theme-dark{background:var(--navy);color:var(--text-light)}
  .theme-white{background:var(--white)}
  .theme-gray{background:var(--gray)}

  .eyebrow{font-size:14px;font-weight:600;color:var(--teal);letter-spacing:.04em;margin-bottom:14px}
  h1{font-size:clamp(38px,6vw,60px);font-weight:700;color:#fff;line-height:1.1;margin-bottom:20px}
  h2{font-size:clamp(28px,4vw,38px);font-weight:600;line-height:1.2;margin-bottom:16px}
  .theme-dark h2{color:#fff}
  h3{font-size:20px;font-weight:600;margin-bottom:10px}
  .lead{font-size:19px;max-width:640px;margin:0 auto}
  .muted{color:var(--muted)}
  .theme-dark .muted{color:var(--muted-light)}

  /* NAV — a simple Squarespace header: logo left, links right */
  .nav{background:var(--navy);border-bottom:1px solid #24344f}
  .nav .wrap{display:flex;align-items:center;justify-content:space-between;height:66px}
  .logo{font-family:"Poppins";font-weight:700;color:#fff;font-size:20px}
  .logo b{color:var(--teal)}
  .nav a.link{color:var(--text-light);text-decoration:none;margin-left:26px;font-size:15px}
  .nav a.link:hover{color:#fff}
  @media(max-width:760px){.nav a.link{display:none}}

  /* Buttons = native Squarespace Button blocks (filled + outline) */
  .btn{display:inline-block;text-decoration:none;font-weight:600;font-size:15px;padding:13px 28px;border-radius:6px}
  .btn-fill{background:var(--teal);color:#fff}
  .btn-fill:hover{background:#0d918b}
  .btn-out{border:1.5px solid #45566f;color:#fff;margin-left:12px}
  .btn-out:hover{border-color:var(--teal)}

  /* HERO — one dark section, centered text + 2 buttons */
  .hero{text-align:center}
  .hero .lead{color:var(--text-light);margin-bottom:30px}

  /* Columns = Squarespace side-by-side blocks. Simple flex, stacks on mobile. */
  .cols{display:flex;gap:32px;flex-wrap:wrap}
  .col{flex:1;min-width:200px}

  /* STAT ROW — 4 text blocks in a dark section */
  .stat{text-align:center}
  .stat .num{font-family:"Poppins";font-size:44px;font-weight:700;color:var(--teal);line-height:1}
  .stat .lbl{color:var(--muted-light);font-size:14px;margin-top:10px}

  .center{text-align:center}
  .section-head{max-width:680px;margin:0 auto 46px;text-align:center}

  /* STEPS — 3 columns of plain text (number + heading + copy). No boxes = no code. */
  .step .n{font-family:"Poppins";font-weight:700;color:var(--teal);font-size:15px;letter-spacing:.05em;margin-bottom:8px}

  /* ROUTES — 4 simple stacked rows. Status uses colored text (native text color). */
  .routes{max-width:760px;margin:0 auto}
  .route{display:flex;justify-content:space-between;align-items:center;gap:16px;padding:20px 0;border-bottom:1px solid #24344f}
  .route:first-child{border-top:1px solid #24344f}
  .route .name{font-weight:600;color:#fff;font-family:"Poppins"}
  .route .name small{display:block;color:var(--muted-light);font-weight:400;font-size:13px;font-family:"Open Sans";margin-top:2px}
  .route .st{font-weight:600;font-size:14px;white-space:nowrap}
  .st.ok{color:var(--teal)}
  .st.leak{color:var(--amber)}
  .route-note{max-width:760px;margin:26px auto 0;text-align:center;color:var(--text-light);font-size:16px}
  .route-note b{color:var(--teal)}

  /* OTT platform list — plain comma text, no logos */
  .platforms{margin-top:20px;font-weight:600;color:var(--text)}

  .cta{text-align:center}
  .cta .lead{color:var(--muted-light);margin-bottom:28px}

  footer{background:var(--navy);color:var(--muted-light);padding:44px 0;border-top:1px solid #24344f;font-size:14px}
  footer .cols{gap:40px}
  footer a{color:var(--teal);text-decoration:none}
  footer strong{color:#fff;font-family:"Poppins";display:block;margin-bottom:8px}

  .mt{margin-top:28px}
</style>
</head>
<body>

<!-- HEADER -->
<div class="nav">
  <div class="wrap">
    <div class="logo">Mob<b>i</b>us</div>
    <nav>
      <a class="link" href="#problem">The Problem</a>
      <a class="link" href="#routes">How It Works</a>
      <a class="link" href="#contact">Contact Us</a>
    </nav>
  </div>
</div>

<!-- HERO (dark section) -->
<section class="section theme-dark hero">
  <div class="wrap">
    <div class="eyebrow">DataSentry · Module III</div>
    <h1>OTP Firewall Controls</h1>
    <p class="lead">Stop OTT apps from stealing your A2P OTP revenue. Module III disrupts one-time passcodes leaking over messaging apps and forces that traffic back to your monetized routes.</p>
    <a class="btn btn-fill" href="#contact">Talk to an expert</a>
    <a class="btn btn-out" href="#routes">See how it works</a>
  </div>
</section>

<!-- STATS (dark section, 4 columns) -->
<section class="section theme-dark" style="padding-top:0">
  <div class="wrap">
    <div class="cols">
      <div class="col stat"><div class="num">+15%</div><div class="lbl">OTP revenue increase in live deployments</div></div>
      <div class="col stat"><div class="num">50+</div><div class="lbl">OTT applications disrupted</div></div>
      <div class="col stat"><div class="num">75%</div><div class="lbl">of top 50 apps can deliver OTPs over OTT</div></div>
      <div class="col stat"><div class="num">60%</div><div class="lbl">of MNO OTP revenue taken by WhatsApp & RCS</div></div>
    </div>
  </div>
</section>

<!-- PROBLEM (light section) -->
<section class="section theme-white" id="problem">
  <div class="wrap">
    <div class="section-head">
      <div class="eyebrow">The hidden problem</div>
      <h2>OTT OTP bypass is your largest uncontrolled leak</h2>
    </div>
    <div class="cols">
      <div class="col">
        <p>Over-the-top apps deliver one-time passcodes straight to subscribers over mobile data — with no SMS termination, no billing, and no visibility for the operator.</p>
        <p class="mt muted">In real-world testing across multiple networks, Mobius found that over 75% of the top 50 revenue-producing applications can route OTPs through OTT channels. Where that path is uncontrolled, it stays unmonitored and unmonetized.</p>
        <p class="platforms">Affected platforms: WhatsApp, Telegram, IMO, Viber, and RCS.</p>
      </div>
      <div class="col center" style="display:flex;flex-direction:column;justify-content:center">
        <div style="font-family:'Poppins';font-size:72px;font-weight:700;color:var(--amber);line-height:1">75%</div>
        <p class="muted mt">of the top 50 revenue apps can bypass your network to deliver OTPs over OTT data.</p>
      </div>
    </div>
  </div>
</section>

<!-- ROUTES (dark section, 4 rows) -->
<section class="section theme-dark" id="routes">
  <div class="wrap">
    <div class="section-head">
      <div class="eyebrow">Four routes, one leak</div>
      <h2>How OTP reaches subscribers</h2>
      <p class="lead muted">OTPs arrive over four routes. Most operators control three — and never see the fourth.</p>
    </div>
    <div class="routes">
      <div class="route"><div class="name">Flash Calls <small>Least-cost voice route</small></div><div class="st ok">Controlled · Voice firewall</div></div>
      <div class="route"><div class="name">OTT Data Path <small>OTPs over messaging apps</small></div><div class="st leak">Leaking · Uncontrolled</div></div>
      <div class="route"><div class="name">Unauthorized SMS <small>Gray / bypass routes</small></div><div class="st ok">Controlled · SMS firewall</div></div>
      <div class="route"><div class="name">Authorized SMS <small>Fully monetized A2P</small></div><div class="st ok">Controlled · SMS firewall</div></div>
    </div>
    <p class="route-note"><b>Module III closes the fourth route</b> — the OTT data path left open in most networks.</p>
  </div>
</section>

<!-- HOW IT WORKS (light gray section, 3 columns) -->
<section class="section theme-gray" id="how">
  <div class="wrap">
    <div class="section-head">
      <div class="eyebrow">Active disruption, not just visibility</div>
      <h2>What Module III does</h2>
    </div>
    <div class="cols">
      <div class="col step">
        <div class="n">01 — IDENTIFY</div>
        <h3>Detect OTP signatures</h3>
        <p class="muted">Refined, continuously improved detection identifies OTP traffic across OTT data flows, including previously unidentifiable patterns.</p>
      </div>
      <div class="col step">
        <div class="n">02 — DISRUPT</div>
        <h3>Throttle the bypass</h3>
        <p class="muted">Proprietary mechanisms actively throttle unauthorized OTP delivery while minimizing collateral disruption to legitimate traffic.</p>
      </div>
      <div class="col step">
        <div class="n">03 — REDIRECT</div>
        <h3>Restore monetized routes</h3>
        <p class="muted">Applications migrate back to authorized SMS and monetized operator pathways, restoring control and revenue to the MNO.</p>
      </div>
    </div>
  </div>
</section>

<!-- WHY (white section, 4 columns) -->
<section class="section theme-white" id="why">
  <div class="wrap">
    <div class="section-head">
      <div class="eyebrow">Experience counts</div>
      <h2>Why DataSentry works</h2>
      <p class="lead muted">Not theoretical — the result of years of live deployments and continuous refinement.</p>
    </div>
    <div class="cols">
      <div class="col"><h3>Refined signatures</h3><p class="muted">Continuously improved and revalidated as applications evolve.</p></div>
      <div class="col"><h3>Proprietary disruption</h3><p class="muted">Maximum impact on bypass traffic, minimal effect on real subscribers.</p></div>
      <div class="col"><h3>AI & machine learning</h3><p class="muted">Surfaces complex OTP patterns rule-based systems miss.</p></div>
      <div class="col"><h3>Ongoing testing</h3><p class="muted">Continuous validation keeps the system ahead of new app behavior.</p></div>
    </div>
  </div>
</section>

<!-- CTA (dark section) -->
<section class="section theme-dark cta" id="contact">
  <div class="wrap">
    <div class="eyebrow">The missing control layer</div>
    <h2>Recover the revenue you're leaking over OTT</h2>
    <p class="lead">We work with MNOs, CPaaS providers, and aggregators to close the OTT OTP gap.</p>
    <a class="btn btn-fill" href="mailto:info@mobiusws.com">Contact Mobius</a>
  </div>
</section>

<!-- FOOTER -->
<footer>
  <div class="wrap cols">
    <div class="col">
      <strong>Mobius Wireless Solutions</strong>
      Fraud prevention & revenue assurance for mobile network operators.<br>
      <a href="mailto:info@mobiusws.com">info@mobiusws.com</a>
    </div>
    <div class="col">
      <strong>Locations</strong>
      20098 Ashbrook Place, Suite 260, Ashburn VA 20147<br>
      152 Beach Road, #28-29 Gateway East, Singapore 189271
    </div>
    <div class="col">
      <strong> </strong>
      Owned by Mobius Holdings LLC
    </div>
  </div>
</footer>

</body>
</html>