<!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; }

  @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;
    }

  }

</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>
                  
                    2024-09-20 01:41:12 UTC
                  
                  </span>
                </div>

                

  
    
      <div style="padding: 10px 0" 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: UDP Fragments Attack Clear</strong>
                </div>
              </td>
            </tr>
          </tbody>
        </table>

        <div class="group-details" style="padding: 16px">
          
          <ul><li><b>State:</b> Active → <b>Cleared</b></li>
              <li><b>Timeframe:</b> 2024-09-20 01:16:09 UTC (start) → <b>2024-09-20 01:41:12 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> 01920d00-37f7-7f55-80a9-a482ae7d3233</li>
              
            <li><b>IP_dst_cidr_16_128:</b> 132.65.0.0/16</li>
            



            
              <li><b>Metrics:</b><ul>
                  <li>1275 Mbits/s</li>
                
                  <li>123097.39 Packets/second</li>
                
                  <li>7397 Unique Source IPs</li>
                
              
              </ul></li>
            
          </ul>

          
            <p>
            
              
              <a href="https://u2871016.ct.sendgrid.net/ls/click?upn=u001.bEm-2FQJugwtyNa8ErZhHRf1wkbjomNfjJv1q58H6HseRi6SCYozRM8K1X7UEOpIidmItRx9mpIEUJ1dgBVWdtEJxW6hJO3zWtoo94tweHzzrp9zWHWjEjd9fsPgDMN7S5X9lv_FjnK3h6nMCoaFgY4eQzO5tDsdSTNcmWflWw7eiZmhb2mFRAcW-2FDbueXtsS8UQ-2BZKe0-2FIrcscZ1fuAFoGwMZRa3WnjmeT5lnoYtgkxRXXv1yAQ1ihfePAkn7kaUZdy8r9WP3T82kmFTwMUqjMtVVet1yyz1iubqGLL6gs0AXSi-2Frgdxu4ZEuZRxaZPfdo8yFdbz1W3uqs9wxHnu9FkiNDZqKb8wD0BZ9qdTwuuJWW6tk-3D" target="_blank">Open Details</a>
            
              |
              <a href="https://u2871016.ct.sendgrid.net/ls/click?upn=u001.bEm-2FQJugwtyNa8ErZhHRf1wkbjomNfjJv1q58H6HseSbJfliEMMr3lsHYbQ9hG-2BuZQgc79jfyKarGbN3gK3fiMs-2Bn2eFqWld4GcZjLUsSL-2FQjPoaghxrPCTj00f1thRuQnankTmFFbtjz8OdGGbOyw-3D-3DgaAa_FjnK3h6nMCoaFgY4eQzO5tDsdSTNcmWflWw7eiZmhb2mFRAcW-2FDbueXtsS8UQ-2BZKe0-2FIrcscZ1fuAFoGwMZRa8K2WlDM9GGZ5Lz22cJDQ7MI0-2BAq32-2BJykU0U0xoQ5qLb8O-2BJoVQ9udW9smPE-2BUTKFRrcgD9cpSzQWShvUGhj-2FRZuGDbq-2Bw6F8X-2FBEkXFPFVi-2FnREPyw34KRp04PtRytYm1MD-2F2kzDxRcPSPzlzCVWE-3D" target="_blank">Open Dashboard</a>
            
              |
              <a href="https://u2871016.ct.sendgrid.net/ls/click?upn=u001.bEm-2FQJugwtyNa8ErZhHRf1wkbjomNfjJv1q58H6HseR-2Fkc7e1DayLK5n3CVPYlN6eLItcq1x6gFF3M2Bzvi67xD3AzZCkq9Rui-2B9l5U8MJZx5mHIjrVy6e3LlpU1oFm4jqW0_FjnK3h6nMCoaFgY4eQzO5tDsdSTNcmWflWw7eiZmhb2mFRAcW-2FDbueXtsS8UQ-2BZKe0-2FIrcscZ1fuAFoGwMZRa5e-2FLyAQxolqaeh7Gmx-2BSivOVW2DP3-2Bbx5F2Bm6Aa8MXXT64PAL8SZsvbyxlYRnt0YT-2FAHWqOLDszhBl89jvSc6UzHXuMEOZ7TOxF5DnFW3g9PJCoLkKwj-2FTdhi9s-2F47pk3ucbslsm0VodPxj1HkkvY-3D" target="_blank">Open Alerting List</a>
            
            </p>
          

          

          
        </div>
      </div>
    
  

  
    
      <p>To see DDoS Alerts dashboard, <a href="https://u2871016.ct.sendgrid.net/ls/click?upn=u001.bEm-2FQJugwtyNa8ErZhHRf1wkbjomNfjJv1q58H6HseSAImds2qw3J4FxZhOOTyechhiHFwdJICrZa6gP0J3ICQ-3D-3DyDDV_FjnK3h6nMCoaFgY4eQzO5tDsdSTNcmWflWw7eiZmhb2mFRAcW-2FDbueXtsS8UQ-2BZKe0-2FIrcscZ1fuAFoGwMZRa9AQTmMrVWEQyi5Q-2FQw-2Fw7abtuaQftPSxayJkGhEmjXpOmZRKiDfnm8X9XI6Etv3M9hUNEqztK19bPikCmRt1UVkClND-2FEzsOy3Ms7LuH17nLQYOFi978S3rmzcx9fWw5b-2B5GanfAFGHlGwRFJn9IHI-3D" target="_blank">click here</a>.</p>
    
  

  



                  <a
                    href="https://u2871016.ct.sendgrid.net/ls/click?upn=u001.bEm-2FQJugwtyNa8ErZhHRf1wkbjomNfjJv1q58H6HseR541ME7yEZ3KZGnED-2F69RxmMShix2rbkJX9ZW9v6RPqA-3D-3DcSd9_FjnK3h6nMCoaFgY4eQzO5tDsdSTNcmWflWw7eiZmhb2mFRAcW-2FDbueXtsS8UQ-2BZKe0-2FIrcscZ1fuAFoGwMZRa8MsGEss0kP0-2B5w7E99rjsmrYROW-2F2KCcJQCiHxDuDXDuWN-2FymyoQUgOXeFCOhF69tBtWM0CwwW6tCrnAOQ5nrdPc6Zba7VE0oNhjt4Yf6z3jTFrKMLrqy6pUAGGaCau2iw52PQ8KOwsvYlPdE-2F2OIk-3D"
                    class="manage-notifications-link"
                    target="_blank"
                    >Manage your notification channels</a
                  >
                </div>
              </div>
              
<div class="footer" style="padding:25px 35px">© 2024 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-2BZpTWvOCqy72XYvQ26Pz-2BWc2a34L0jdAmkOnWv47QlD3w1mEOltpFWGlOLfGuiIkKeY0GXaKS7lE5Y8QkDzdARYNNhw2vXrWc4-2F5gcT7MO02oN3aeiXoJDbm9jKETVjovPtPcj85cbeUt8VLm-2F1lghkXCq6MScv6-2B57RdCmVcVanePcIYbj3YO0-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>