<!doctype html>
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office">


<head>
<title> Kentik Alert </title>


<meta http-equiv="X-UA-Compatible" content="IE=edge">


<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="color-scheme" content="light dark">
<meta name="supported-color-schemes" content="light dark">



<style type="text/css">
  html {
    box-sizing: border-box;
  }

  *,
  *:before,
  *:after {
    box-sizing: inherit;
  }

  body,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  ol,
  ul {
    margin: 0;
    padding: 0;
    font-weight: normal;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
  }

  .full-border {
    border: solid 1px #cbcbcb;
  }

  ul {
    list-style-type: square;
    list-style-position: outside;
    padding-left: 20px;
  }

  a {
    color: #2854c5;
  }

  h4 {
    font-weight: 600;
  }

  body {
    margin: 0;
    padding: 0;
    background-color: #eeeeee;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
  }

  table,
  td {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    border-collapse: collapse;
    mso-table-lspace: 0pt;
    mso-table-rspace: 0pt;
  }

  img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    height: auto;
    height: auto;
    line-height: 100%;
    max-width: 100%;
    outline: none;
    text-decoration: none;
  }

  p {
    display: block;
    margin: 16px 0;
  }
  
  .label {
    display: inline-block;
    padding: 0 7px;
    margin-right: 5px;
    border-radius: 5px;
    color: #000000;
    line-height: 1.5em;
    font-weight: normal;
  }

  .label.dark {
    color: #ffffff;
  }

  .hero {
    margin: 0px auto;
    background-color: #002766; 
    padding: 12px 16px;
    text-align: left;
    vertical-align: top;
  }

  .content {
    background-color: #ffffff;
    color: #1c1c1d;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding: 24px;
    text-align: left;
  }

  .header {
    font-weight: 700;
    font-size: 26px;
    line-height: 32px;
    text-align: left;
    color: #1c1c1d;
  }

  .group-header {
    font-size: 18px;
    font-weight: 600;
    padding: 0;
  }

  .group-details-header {
    padding: 0;
    margin-top: 16px;
    font-size: 18px;
  }

  .bullet {
    width: 16px;
    height: 16px;
    border-radius: 16px;
    background-color: #686a6d;
  }

  .bullet.small {
    width: 12px;
    height: 12px;
    border-radius: 12px;
  }

  .tag {
    font-size: 16px;
    font-weight: 500;
    display: block;
    text-align: center;
    height: 32px;
    line-height: 32px;
  }

  .tag.danger {
    color: #860059;
    background: #f7cbe0;
    border-radius: 24px;
  }

  .blocks {
    display: flex;
    flex-wrap: wrap;
  }   

  .block {
    display: flex;
  }

  .block.no-flex {
    display: block;
  }

  .block.inline {
    flex-direction: row;
    align-items: center;
    margin: 4px 0;
  }

  .block .label {
    font-size: 16px;
    color: #686a6d;
    padding: 0;
  }

  .timestamp {
    color: #686a6d;
  }

  .block .value {
    font-size: 18px;
    font-weight: 600;
    padding: 0;
  }

  .block.inline .value {
    font-size: 16px;
    font-weight: 400;
    text-overflow: ellipsis;
    max-width: max-content;
  }

  .block .sub {
    font-size: 14px;
    color: #686a6d;
  }

  a.manage-notifications-link {
    color: #686a6d;
  }

  .footer {
    color: #686a6d;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
  }

  .healthy         {            color: #1e9e1e; }
  .healthy-bullet  { background-color: #1e9e1e; }
  .minor           {            color: #f29d49; }
  .minor-bullet    { background-color: #f29d49; }
  .warning         {            color: #ee7e0f; }
  .warning-bullet  { background-color: #ee7e0f; }
  .major           {            color: #db3737; }
  .major-bullet    { background-color: #db3737; }
  .severe          {            color: #c23030; }
  .severe-bullet   { background-color: #c23030; }
  .critical        {            color: #a82a2a; }
  .critical-bullet { background-color: #a82a2a; }

  .severity-badge {
    display: inline-block;
    padding: 2px 10px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #ffffff;
    margin-bottom: 8px;
  }
  .severity-badge.major-badge { background-color: #db3737; }
  .severity-badge.critical-badge { background-color: #a82a2a; }
  .severity-badge.severe-badge { background-color: #c23030; }
  .severity-badge.warning-badge { background-color: #ee7e0f; }
  .severity-badge.minor-badge { background-color: #f29d49; color: #000000; }
  .severity-badge.healthy-badge { background-color: #1e9e1e; }
  .severity-badge.notice-badge { background-color: #157FF3; }

  .ai-short-summary {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #1c1c1d;
    margin: 0 0 8px 0;
  }
  .ai-investigation-summary {
    padding: 16px;
    background-color: #f5f5f5;
    border-top: 4px solid #686a6d;
    border-radius: 4px;
  }
  .ai-investigation-summary.critical-summary {
    background-color: #fbeaeb;
    border-top-color: #a82a2a;
  }
  .ai-investigation-summary.severe-summary {
    background-color: #fceced;
    border-top-color: #c23030;
  }
  .ai-investigation-summary.major-summary {
    background-color: #fdeeee;
    border-top-color: #db3737;
  }
  .ai-investigation-summary.warning-summary {
    background-color: #fef4ea;
    border-top-color: #ee7e0f;
  }
  .ai-investigation-summary.minor-summary {
    background-color: #fef8ee;
    border-top-color: #f29d49;
  }
  .ai-investigation-summary.notice-summary {
    background-color: #eef4fd;
    border-top-color: #157FF3;
  }
  .ai-investigation-summary.healthy-summary {
    background-color: #eefaee;
    border-top-color: #1e9e1e;
  }
  .ai-investigation-summary p {
    margin: 0 0 8px 0;
  }
  .ai-investigation-summary p:last-child {
    margin-bottom: 0;
  }
  .ai-section-header {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 8px;
    text-transform: uppercase;
    color: #686a6d;
  }
  .ai-investigation-summary .ai-section-header {
    color: #4f4f4f;
  }
  .ai-investigation-summary.critical-summary .ai-section-header {
    color: #a82a2a;
  }
  .ai-investigation-summary.severe-summary .ai-section-header {
    color: #c23030;
  }
  .ai-investigation-summary.major-summary .ai-section-header {
    color: #db3737;
  }
  .ai-investigation-summary.warning-summary .ai-section-header {
    color: #ee7e0f;
  }
  .ai-investigation-summary.minor-summary .ai-section-header {
    color: #f29d49;
  }
  .ai-investigation-summary.notice-summary .ai-section-header {
    color: #157FF3;
  }
  .ai-investigation-summary.healthy-summary .ai-section-header {
    color: #1e9e1e;
  }
  .ai-investigation-answer {
    padding: 16px 0 0 0;
    margin-top: 24px;
    border-top: 1px solid #e0e0e0;
  }
  .cta-button {
    display: inline-block;
    padding: 12px 24px;
    background-color: #2854c5;
    color: #ffffff !important;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 16px;
  }
  .ai-investigation-answer p {
    margin: 0 0 8px 0;
  }
  .ai-investigation-answer p:last-child {
    margin-bottom: 0;
  }
  .ai-investigation-answer h2 {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 12px 0;
  }
  .ai-investigation-answer h3 {
    color: #9d9d9d;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    margin: 16px 0 8px 0;
  }
  .ai-investigation-answer h4 {
    font-size: 14px;
    font-weight: 600;
  }
  .ai-investigation-answer ul, .ai-investigation-answer ol {
    margin: 8px 0;
    padding-left: 20px;
  }
  .ai-investigation-answer table {
    width: 100%;
    border-collapse: collapse;
    margin: 12px 0;
    font-size: 14px;
  }
  .ai-investigation-answer th,
  .ai-investigation-answer td {
    padding: 4px 6px;
    text-align: left;
    border: 1px solid #d0d0d0;
  }
  .ai-investigation-answer th {
    background-color: #e8e8e8;
    font-weight: 600;
  }
  .ai-investigation-answer tr:nth-child(even) {
    background-color: #f5f5f5;
  }
  .ai-investigation-answer code {
    background-color: #e8e8e8;
    padding: 2px 4px;
    border-radius: 3px;
    font-family: monospace;
    font-size: 0.9em;
  }
  .ai-investigation-answer pre {
    background-color: #f0f0f0;
    color: #1c1c1d;
    padding: 12px;
    font-size: 14px;
    border-radius: 4px;
    overflow-x: auto;
    font-family: monospace;
    border: 1px solid #ddd;
  }
  .ai-investigation-answer pre code {
    background-color: transparent;
    padding: 0;
    border-radius: 0;
  }
  .ai-investigation-answer hr {
    border: none;
    border-top: 1px solid #d0d0d0;
    margin: 20px 0;
  }
  .ai-investigation-answer a {
    color: #2854c5;
  }

  @media (prefers-color-scheme: dark) {
    .full-border {
      border: solid 1px #282828;
    }
    .header {
      color: #eeeeee;
    }

    .content {
      color: #f7f8fd;
      background-color: #1c1c1d;
    }

    .footer {
      background-color: #111111;
    }

    .content a {
      color: #6aa7ff;
    }

    .content a.manage-notifications-link {
      color: #9d9d9d;
    }

    .block .label {
      font-size: 16px;
      color: #9d9d9d;
    }

    .block .sub {
      color: #9d9d9d;
    }

    .timestamp {
      color: #9d9d9d;
    }

    .ai-short-summary {
      color: #eeeeee;
    }
    .ai-investigation-summary {
      background-color: #2d2d2d;
      border-top-color: #686a6d;
    }
    .ai-investigation-summary.critical-summary {
      background-color: #3d1f1f;
      border-top-color: #e05555;
    }
    .ai-investigation-summary.severe-summary {
      background-color: #3a1e1e;
      border-top-color: #e06060;
    }
    .ai-investigation-summary.major-summary {
      background-color: #3d2020;
      border-top-color: #e87070;
    }
    .ai-investigation-summary.warning-summary {
      background-color: #3d2e1a;
      border-top-color: #f0a040;
    }
    .ai-investigation-summary.minor-summary {
      background-color: #3d331a;
      border-top-color: #f0c060;
    }
    .ai-investigation-summary.notice-summary {
      background-color: #1a2a3d;
      border-top-color: #4a9eff;
    }
    .ai-investigation-summary.healthy-summary {
      background-color: #1a3d1a;
      border-top-color: #40c040;
    }
    .ai-section-header {
      color: #9d9d9d;
    }
    .ai-investigation-summary .ai-section-header {
      color: #d5d5d5;
    }
    .ai-investigation-summary.critical-summary .ai-section-header {
      color: #e05555;
    }
    .ai-investigation-summary.severe-summary .ai-section-header {
      color: #e06060;
    }
    .ai-investigation-summary.major-summary .ai-section-header {
      color: #e87070;
    }
    .ai-investigation-summary.warning-summary .ai-section-header {
      color: #f0a040;
    }
    .ai-investigation-summary.minor-summary .ai-section-header {
      color: #f0c060;
    }
    .ai-investigation-summary.notice-summary .ai-section-header {
      color: #4a9eff;
    }
    .ai-investigation-summary.healthy-summary .ai-section-header {
      color: #40c040;
    }
    .ai-investigation-answer th {
      background-color: #3d3d3d;
    }
    .ai-investigation-answer tr:nth-child(even) {
      background-color: #333;
    }
    .ai-investigation-answer th,
    .ai-investigation-answer td {
      border-color: #444;
    }
    .ai-investigation-answer code {
      background-color: #3d3d3d;
      color: #f8f8f2;
    }
    .ai-investigation-answer pre {
      background-color: #1a1a1a;
      color: #f8f8f2;
      border-color: #444;
    }
    .ai-investigation-answer hr {
      border-top-color: #444;
    }
    .ai-investigation-answer a {
      color: #6aa7ff;
    }
    .ai-investigation-answer {
      border-top-color: #444;
    }
    .cta-button {
      background-color: #4a8aff;
      color: #ffffff !important;
    }

  }

</style>
</head>


<body class="body" style="word-spacing:normal;">
  <div class="gmail-blend-screen" style="margin:0px auto;max-width:675px;font-family:'Roboto Flex', Helvetica, Arial, sans-serif;">
    <table align="center" border="0" cellpadding="0" cellspacing="0" class="" role="presentation" style="width:675px;" width="600" ><tr><td style="font-size:0px;line-height:0px;mso-line-height-rule:exactly;">
    <div class="gmail-blend-difference" style="">
      <table align="center" border="0" cellpadding="0" cellspacing="0" role="presentation" style="width:100%;">
        <tbody>
          <tr>
            <td style="padding:0;" class="full-border">
                <div class="hero">
                  <img
                    alt="Kentik"
                    width="110"
                    src="https://info.kentik.com/rs/869-PAD-887/images/kentik_r_455x93.png"
                    style="
                      border: 0;
                      outline: none;
                      text-decoration: none;
                      width: 110px;
                    "
                  />
                </div>
              <div class="content">
                
                <div style="margin-bottom: 24px">
                  
                  <h1 class="header">Kentik Alert for IUCC</h1>
                  <span>
                  
                    2026-04-13 10:42:19 UTC
                  
                  </span>
                  
                </div>

                

  
    
      <div class="group">
        
        <table border="0" cellpadding="0" cellspacing="0" role="presentation" style="width:100%;">
          <tbody>
            <tr>
              <td width="24" valign="middle">
                <div class="bullet healthy-bullet"></div>
              </td>
              <td valign="middle">
                <div class="group-header healthy">
                  <strong>Alarm for DDoS: Total Traffic Volumetric Attack Clear</strong>
                </div>
              </td>
            </tr>
          </tbody>
        </table>

        <div class="group-details" style="padding: 16px">
          
          <ul><li><b>State:</b> alarm → <b>clear</b></li>
              <li><b>Timeframe:</b> 2026-04-13 09:57:06 UTC (start) → <b>2026-04-13 10:42:19 UTC</b></li>
            
              
                
                  <li><b>Baseline Source Info:</b> No baseline value was found for this key and this key's current value exceeded the default value and there were no other (lowest) values in the baseline available.</li>
                
                  <li><b>Alarm ID:</b> 019d8645-feb3-7556-86fc-1261dbb130e0</li>
                
              
            

            <li><b>IP_dst_cidr_16_128:</b> 192.114.0.0/16</li>
              
            

            
                <li><b>Metrics:</b><ul>
                    <li>Kpackets/s: 955.89</li>
                  
                    <li>Gbits/s: 8.34</li>
                  
                    <li>Unique Source IPs: 4058</li>
                  
                
             </ul></li>
             

          </ul>

          
            <p>
            
              
              <a href="https://u2871016.ct.sendgrid.net/ls/click?upn=u001.bEm-2FQJugwtyNa8ErZhHRf1wkbjomNfjJv1q58H6HseRi6SCYozRM8K1X7UEOpIidqUItmaU04dWa6K0-2FlP8nOKjkIZpnoDM3CMDCaU3pVKggCLhxKOt4s0I4xD-2FQsI4N-7Ok_FjnK3h6nMCoaFgY4eQzO5tDsdSTNcmWflWw7eiZmhb2mFRAcW-2FDbueXtsS8UQ-2BZKcqeqQDw2vRDBqriETfTnROyxMV0r6WMPAgu9d-2BtqqnaiZtvczcAFpxGBFCO7O0cK94ox3W5ZHsu0uofwZGKtle2z8a6r4FLDNA43isfR-2B7EzZ4DhT2SPmF9XBJgLqkbnpGzmnNYqP-2BVO1XqcTDV3UnYVdqPOpNAoipxUYClLCyY-3D" target="_blank">Open Details</a>
            
              |
              <a href="https://u2871016.ct.sendgrid.net/ls/click?upn=u001.bEm-2FQJugwtyNa8ErZhHRf1wkbjomNfjJv1q58H6HseSbJfliEMMr3lsHYbQ9hG-2Bulr5YkI9L-2F9JmT2nT-2FIaNqsKWLi9QfqBrQTbcCiHbz08OvubQtHF43S84a2Y3IDup0bBDEPP95zCVwNEpKAGSvg-3D-3D7Oqr_FjnK3h6nMCoaFgY4eQzO5tDsdSTNcmWflWw7eiZmhb2mFRAcW-2FDbueXtsS8UQ-2BZKcqeqQDw2vRDBqriETfTnRIxVErOuOwXJOolxHi5TbO7wJ8Ziv-2F53odEPamjU1459MSZZ0Ga-2FqSXnltyd5HjPhi-2Fvd-2Bgaj4EvfsigrqO8zOPTHIKD-2BV0lER4067bz86YE8D-2Bui1H51uGXsTTSyRvMr5g01ETTkFKbQ7pdccSIsqI-3D" target="_blank">Open Dashboard</a>
            
            </p>
          

          

          
          
        </div>
          
      </div>

      
    
  

  
    
      <p>To see Alerting dashboard, <a href="https://u2871016.ct.sendgrid.net/ls/click?upn=u001.bEm-2FQJugwtyNa8ErZhHRf1wkbjomNfjJv1q58H6HseSeC3F7DEZq0YfkGm-2Fbu2OMBVzu_FjnK3h6nMCoaFgY4eQzO5tDsdSTNcmWflWw7eiZmhb2mFRAcW-2FDbueXtsS8UQ-2BZKcqeqQDw2vRDBqriETfTnRAguPeXqX-2B2LtWCP2UAExtLxwZLRqpE-2Bfn417oZ9UYOxmdjxTefmt2NvsUimtpvXqyNn3RobhYcBInsTdFEu9FDo0mmi-2B8B-2FvJpHiVkj2STwdEux-2BRWS0axlbZp2qt7v8yjxNIX5gi9W90m1hW15o4o-3D" target="_blank">click here</a>.</p>
    
  

  



                  <a
                    href="https://u2871016.ct.sendgrid.net/ls/click?upn=u001.bEm-2FQJugwtyNa8ErZhHRf1wkbjomNfjJv1q58H6HseR541ME7yEZ3KZGnED-2F69RxmMShix2rbkJX9ZW9v6RPqA-3D-3DSs0s_FjnK3h6nMCoaFgY4eQzO5tDsdSTNcmWflWw7eiZmhb2mFRAcW-2FDbueXtsS8UQ-2BZKcqeqQDw2vRDBqriETfTnRDY1w7L7UyZtCrbgjNwmkOhD6h0lnD557o4CM1O-2FCzKL9zIrDkrDucYA3Jf14mZFG1A-2FkytIOBj5Ah6MnG7RMy6FlCDOvv7aLR1CR6-2BxPLc0pmJRGlkpyP5lhJDwYVh8LpKobwASZSq6hOCDEdvkamE-3D"
                    class="manage-notifications-link"
                    target="_blank"
                    >Manage your notification channels</a
                  >
                </div>
              </div>
              
<div class="footer" style="padding:25px 35px">© 2026 Kentik | <span>548 Market St PMB 78595 | San Francisco, CA 94104</span>
</div>

            </td>
          </tr>
        </tbody>
      </table>
    </div>
    </td></tr></table>
  </div>
<img src="https://u2871016.ct.sendgrid.net/wf/open?upn=u001.xNHaJy2EoEcb5Tzc5H2A5fZoHMHCALT38AtgEUA2hE3gnEoqOzbS-2BZpTWvOCqy72Yay72PjJ07-2B5bny7bH004VmJOg08YxKgVWlwJrSpw2fcDfvRFcUPWrezWe-2Bi9qvL-2BoFggNmgqrASXb0-2FedmZQLWM0qSCHugIVFXdhO3PLP7NQ5nwuV3PZN3m3TwXtVlxPyIz199b0SLStQhnP3pcZLetdleVjFL6PznDkPCpS-2BY-3D" alt="" width="1" height="1" border="0" style="height:1px !important;width:1px !important;border-width:0 !important;margin-top:0 !important;margin-bottom:0 !important;margin-right:0 !important;margin-left:0 !important;padding-top:0 !important;padding-bottom:0 !important;padding-right:0 !important;padding-left:0 !important;"/></body>
</html>