{"id":648,"date":"2026-06-07T04:22:53","date_gmt":"2026-06-07T04:22:53","guid":{"rendered":"https:\/\/shemolroy.com\/cyber-chains\/?page_id=648"},"modified":"2026-06-07T08:52:06","modified_gmt":"2026-06-07T08:52:06","slug":"sanctions-screening","status":"publish","type":"page","link":"https:\/\/shemolroy.com\/cyber-chains\/sanctions-screening\/","title":{"rendered":"Sanctions Screening"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"648\" class=\"elementor elementor-648\">\n\t\t\t\t<div class=\"elementor-element elementor-element-cc15cfc e-flex e-con-boxed e-con e-parent\" data-id=\"cc15cfc\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-66f4f03 e-con-full e-flex e-con e-child\" data-id=\"66f4f03\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d221271 elementor-widget elementor-widget-html\" data-id=\"d221271\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n  <meta charset=\"UTF-8\" \/>\r\n  <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\/>\r\n  <title>Request Your Battle Card<\/title>\r\n  <style>\r\n    .form-card {\r\n      background: #ffffff;\r\n      border: 1px solid #e2e6ea;\r\n      border-radius: 12px;\r\n      padding: 2.5rem 3rem;\r\n      width: 100%;\r\n      box-shadow: 0 2px 12px rgba(0,0,0,0.06);\r\n    }\r\n\r\n    .form-header {\r\n      margin-bottom: 2rem;\r\n    }\r\n\r\n    .form-header h1 {\r\n      font-size: 22px;\r\n      font-weight: 600;\r\n      color: #1a1a2e;\r\n      margin-bottom: 0.35rem;\r\n    }\r\n\r\n    .form-header p {\r\n      font-size: 14px;\r\n      color: #6b7280;\r\n    }\r\n\r\n    .form-row {\r\n      display: grid;\r\n      grid-template-columns: 1fr 1fr;\r\n      gap: 18px;\r\n      margin-bottom: 18px;\r\n    }\r\n\r\n    .form-group {\r\n      display: flex;\r\n      flex-direction: column;\r\n      gap: 7px;\r\n    }\r\n\r\n    .form-group.full-width {\r\n      margin-bottom: 18px;\r\n    }\r\n\r\n    label {\r\n      font-size: 13px;\r\n      font-weight: 500;\r\n      color: #374151;\r\n    }\r\n\r\n    label .req {\r\n      color: #e24b4a;\r\n      margin-left: 2px;\r\n    }\r\n\r\n    input[type=\"text\"],\r\n    input[type=\"email\"] {\r\n      height: 42px;\r\n      padding: 0 14px;\r\n      border: 1px solid #d1d5db;\r\n      border-radius: 8px;\r\n      background: #f9fafb;\r\n      font-size: 14px;\r\n      color: #111827;\r\n      outline: none;\r\n      transition: border-color 0.15s, box-shadow 0.15s, background 0.15s;\r\n      width: 100%;\r\n    }\r\n\r\n    input::placeholder {\r\n      color: #9ca3af;\r\n    }\r\n\r\n    input:focus {\r\n      border-color: #3b82f6;\r\n      box-shadow: 0 0 0 3px rgba(59,130,246,0.12);\r\n      background: #fff;\r\n    }\r\n\r\n    input.error {\r\n      border-color: #e24b4a;\r\n      background: #fff5f5;\r\n    }\r\n\r\n    .privacy-note {\r\n      font-size: 12px;\r\n      color: #9ca3af;\r\n      line-height: 1.65;\r\n      margin: 1.25rem 0 1.5rem;\r\n    }\r\n\r\n    .privacy-note a {\r\n      color: #3b82f6;\r\n      text-decoration: none;\r\n    }\r\n\r\n    .privacy-note a:hover {\r\n      text-decoration: underline;\r\n    }\r\n\r\n    \/* reCAPTCHA *\/\r\n    .recaptcha-wrap {\r\n      display: flex;\r\n      align-items: center;\r\n      gap: 14px;\r\n      padding: 12px 18px;\r\n      background: #f3f4f6;\r\n      border: 1px solid #e5e7eb;\r\n      border-radius: 8px;\r\n      width: fit-content;\r\n      margin-bottom: 1.75rem;\r\n      cursor: pointer;\r\n      user-select: none;\r\n    }\r\n\r\n    .recaptcha-wrap.error-cap {\r\n      border-color: #e24b4a;\r\n    }\r\n\r\n    .captcha-box {\r\n      width: 22px;\r\n      height: 22px;\r\n      border: 2px solid #d1d5db;\r\n      border-radius: 4px;\r\n      display: flex;\r\n      align-items: center;\r\n      justify-content: center;\r\n      transition: background 0.15s, border-color 0.15s;\r\n      flex-shrink: 0;\r\n    }\r\n\r\n    .captcha-box.checked {\r\n      background: #1d6ae0;\r\n      border-color: #1d6ae0;\r\n    }\r\n\r\n    .captcha-box svg {\r\n      display: none;\r\n    }\r\n\r\n    .captcha-box.checked svg {\r\n      display: block;\r\n    }\r\n\r\n    .captcha-label {\r\n      font-size: 14px;\r\n      color: #374151;\r\n    }\r\n\r\n    .captcha-logo {\r\n      margin-left: 6px;\r\n      display: flex;\r\n      flex-direction: column;\r\n      align-items: center;\r\n      gap: 2px;\r\n    }\r\n\r\n    .captcha-logo svg {\r\n      width: 32px;\r\n      height: 32px;\r\n    }\r\n\r\n    .captcha-logo span {\r\n      font-size: 10px;\r\n      color: #9ca3af;\r\n    }\r\n\r\n    \/* Submit Button *\/\r\n    .submit-btn {\r\n      display: inline-flex;\r\n      align-items: center;\r\n      gap: 8px;\r\n      padding: 0 28px;\r\n      height: 46px;\r\n      background: #1a1a2e;\r\n      color: #ffffff;\r\n      font-size: 14px;\r\n      font-weight: 600;\r\n      border: none;\r\n      border-radius: 8px;\r\n      cursor: pointer;\r\n      letter-spacing: 0.01em;\r\n      transition: background 0.15s, transform 0.1s;\r\n    }\r\n\r\n    .submit-btn:hover {\r\n      background: #16213e;\r\n    }\r\n\r\n    .submit-btn:active {\r\n      transform: scale(0.98);\r\n    }\r\n\r\n    \/* Success *\/\r\n    .success-msg {\r\n      display: none;\r\n      align-items: center;\r\n      gap: 10px;\r\n      padding: 12px 16px;\r\n      background: #ecfdf5;\r\n      border: 1px solid #a7f3d0;\r\n      border-radius: 8px;\r\n      color: #065f46;\r\n      font-size: 14px;\r\n      margin-top: 1.25rem;\r\n    }\r\n\r\n    .success-msg svg {\r\n      flex-shrink: 0;\r\n    }\r\n\r\n    \/* Responsive *\/\r\n    @media (max-width: 560px) {\r\n      .form-card {\r\n        padding: 1.75rem 1.5rem;\r\n      }\r\n      .form-row {\r\n        grid-template-columns: 1fr;\r\n      }\r\n    }\r\n  <\/style>\r\n<\/head>\r\n<body>\r\n\r\n  <div class=\"form-card\">\r\n\r\n    <div class=\"form-row\">\r\n      <div class=\"form-group\">\r\n        <label for=\"fname\">First name<span class=\"req\">*<\/span><\/label>\r\n        <input type=\"text\" id=\"fname\" placeholder=\"e.g. John\" \/>\r\n      <\/div>\r\n      <div class=\"form-group\">\r\n        <label for=\"lname\">Last name<span class=\"req\">*<\/span><\/label>\r\n        <input type=\"text\" id=\"lname\" placeholder=\"e.g. Smith\" \/>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <div class=\"form-row\">\r\n      <div class=\"form-group\">\r\n        <label for=\"company\">Company name<span class=\"req\">*<\/span><\/label>\r\n        <input type=\"text\" id=\"company\" placeholder=\"e.g. Cyber Chains\" \/>\r\n      <\/div>\r\n      <div class=\"form-group\">\r\n        <label for=\"email\">Business email<span class=\"req\">*<\/span><\/label>\r\n        <input type=\"email\" id=\"email\" placeholder=\"e.g. john@company.com\" \/>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <div class=\"form-group full-width\">\r\n      <label for=\"competitor\">Competitor of interest<span class=\"req\">*<\/span><\/label>\r\n      <input type=\"text\" id=\"competitor\" placeholder=\"e.g. Chainalysis\" \/>\r\n    <\/div>\r\n\r\n    <p class=\"privacy-note\">\r\n      Cyber Chains needs your contact information to reach out about our products and services.\r\n      You can unsubscribe anytime. For details, see our <a href=\"#\">Privacy Policy<\/a>.\r\n    <\/p>\r\n\r\n    <div class=\"recaptcha-wrap\" id=\"recaptchaWrap\" onclick=\"toggleCaptcha()\">\r\n      <div class=\"captcha-box\" id=\"captchaBox\">\r\n        <svg width=\"13\" height=\"10\" viewBox=\"0 0 13 10\" fill=\"none\">\r\n          <path d=\"M1 5L5 9L12 1\" stroke=\"#fff\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"\/>\r\n        <\/svg>\r\n      <\/div>\r\n      <span class=\"captcha-label\">I'm not a robot<\/span>\r\n      <div class=\"captcha-logo\">\r\n        <svg viewBox=\"0 0 64 64\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\r\n          <circle cx=\"32\" cy=\"32\" r=\"30\" fill=\"#4285f4\"\/>\r\n          <path d=\"M32 14 C22 14 14 22 14 32 C14 42 22 50 32 50 C42 50 50 42 50 32\" stroke=\"#fff\" stroke-width=\"5\" fill=\"none\" stroke-linecap=\"round\"\/>\r\n          <polygon points=\"50,20 50,36 36,28\" fill=\"#fff\"\/>\r\n        <\/svg>\r\n        <span>reCAPTCHA<\/span>\r\n      <\/div>\r\n    <\/div>\r\n\r\n    <button class=\"submit-btn\" onclick=\"handleSubmit()\">\r\n      <svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n        <rect x=\"2\" y=\"7\" width=\"20\" height=\"14\" rx=\"2\"\/><path d=\"M16 3H8L2 7h20z\"\/>\r\n      <\/svg>\r\n      Request Your Battle Card\r\n    <\/button>\r\n\r\n    <div class=\"success-msg\" id=\"successMsg\">\r\n      <svg width=\"18\" height=\"18\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\r\n        <circle cx=\"12\" cy=\"12\" r=\"10\"\/><path d=\"M9 12l2 2 4-4\"\/>\r\n      <\/svg>\r\n      Thank you! Your battle card request has been received.\r\n    <\/div>\r\n  <\/div>\r\n\r\n  <script>\r\n    let captchaChecked = false;\r\n\r\n    function toggleCaptcha() {\r\n      captchaChecked = !captchaChecked;\r\n      const box = document.getElementById('captchaBox');\r\n      const wrap = document.getElementById('recaptchaWrap');\r\n      box.classList.toggle('checked', captchaChecked);\r\n      wrap.classList.remove('error-cap');\r\n    }\r\n\r\n    function handleSubmit() {\r\n      const fields = ['fname', 'lname', 'company', 'email', 'competitor'];\r\n      let valid = true;\r\n\r\n      fields.forEach(id => {\r\n        const el = document.getElementById(id);\r\n        if (!el.value.trim()) {\r\n          el.classList.add('error');\r\n          valid = false;\r\n        } else {\r\n          el.classList.remove('error');\r\n        }\r\n      });\r\n\r\n      if (!captchaChecked) {\r\n        document.getElementById('recaptchaWrap').classList.add('error-cap');\r\n        valid = false;\r\n      }\r\n\r\n      if (!valid) return;\r\n\r\n      const msg = document.getElementById('successMsg');\r\n      msg.style.display = 'flex';\r\n      fields.forEach(id => document.getElementById(id).value = '');\r\n      captchaChecked = false;\r\n      document.getElementById('captchaBox').classList.remove('checked');\r\n      document.getElementById('recaptchaWrap').classList.remove('error-cap');\r\n      setTimeout(() => msg.style.display = 'none', 4000);\r\n    }\r\n\r\n    \/\/ Remove error on input\r\n    document.querySelectorAll('input').forEach(input => {\r\n      input.addEventListener('input', () => input.classList.remove('error'));\r\n    });\r\n  <\/script>\r\n\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-67e2d8b e-con-full e-flex e-con e-child\" data-id=\"67e2d8b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-21e1130 elementor-widget elementor-widget-heading\" data-id=\"21e1130\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Sanctions Screening\n\n<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6085f72 elementor-widget elementor-widget-text-editor\" data-id=\"6085f72\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<div class=\"row-fluid-wrapper row-depth-1 row-number-2 dnd-row\"><div class=\"row-fluid \"><div class=\"span12 widget-span widget-type-custom_widget dnd-module\" data-widget-type=\"custom_widget\" data-x=\"0\" data-w=\"12\"><div id=\"hs_cos_wrapper_widget_1776764046489\" class=\"hs_cos_wrapper hs_cos_wrapper_widget hs_cos_wrapper_type_module\" data-hs-cos-general-type=\"widget\" data-hs-cos-type=\"module\"><div class=\"page-title-description\"><p>We help you detect, investigate, and stop crypto exposure to sanctions issued by OFAC, the Council of the European Union, the United Nations Security Council, and other watchlists before it turns into a compliance risk.<\/p><\/div><\/div><\/div><\/div><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4f3e090 elementor-widget elementor-widget-heading\" data-id=\"4f3e090\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">To access our sanctions screening software and strengthen your AML frameworks, please fill out the form.\n<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-8048a32 e-flex e-con-boxed e-con e-parent\" data-id=\"8048a32\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-ded19e0 elementor-widget elementor-widget-heading\" data-id=\"ded19e0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">How We Can Support You<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-414653c e-n-tabs-none elementor-widget elementor-widget-n-tabs\" data-id=\"414653c\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;horizontal_scroll_mobile&quot;:&quot;enable&quot;,&quot;horizontal_scroll&quot;:&quot;disable&quot;}\" data-widget_type=\"nested-tabs.default\">\n\t\t\t\t\t\t\t<div class=\"e-n-tabs\" data-widget-number=\"68445500\" aria-label=\"Tabs. Open items with Enter or Space, close with Escape and navigate using the Arrow keys.\">\n\t\t\t<div class=\"e-n-tabs-heading\" role=\"tablist\">\n\t\t\t\t\t<button id=\"e-n-tab-title-684455001\" data-tab-title-id=\"e-n-tab-title-684455001\" class=\"e-n-tab-title\" aria-selected=\"true\" data-tab-index=\"1\" role=\"tab\" tabindex=\"0\" aria-controls=\"e-n-tab-content-684455001\" style=\"--n-tabs-title-order: 1;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tRegulators\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t<button id=\"e-n-tab-title-684455002\" data-tab-title-id=\"e-n-tab-title-684455002\" class=\"e-n-tab-title\" aria-selected=\"false\" data-tab-index=\"2\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-684455002\" style=\"--n-tabs-title-order: 2;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tLaw enforcement\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t<button id=\"e-n-tab-title-684455003\" data-tab-title-id=\"e-n-tab-title-684455003\" class=\"e-n-tab-title\" aria-selected=\"false\" data-tab-index=\"3\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-684455003\" style=\"--n-tabs-title-order: 3;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tFinancial institutions\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t<button id=\"e-n-tab-title-684455004\" data-tab-title-id=\"e-n-tab-title-684455004\" class=\"e-n-tab-title\" aria-selected=\"false\" data-tab-index=\"4\" role=\"tab\" tabindex=\"-1\" aria-controls=\"e-n-tab-content-684455004\" style=\"--n-tabs-title-order: 4;\">\n\t\t\t\t\t\t<span class=\"e-n-tab-title-text\">\n\t\t\t\tVASPs and CASPs\t\t\t<\/span>\n\t\t<\/button>\n\t\t\t\t\t<\/div>\n\t\t\t<div class=\"e-n-tabs-content\">\n\t\t\t\t<div id=\"e-n-tab-content-684455001\" role=\"tabpanel\" aria-labelledby=\"e-n-tab-title-684455001\" data-tab-index=\"1\" style=\"--n-tabs-title-order: 1;\" class=\"e-active elementor-element elementor-element-5b594c1 e-con-full e-flex e-con e-child\" data-id=\"5b594c1\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-9ff3110 e-con-full e-flex e-con e-child\" data-id=\"9ff3110\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-1f9ca1c e-con-full e-flex e-con e-child\" data-id=\"1f9ca1c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2228bf3 elementor-widget elementor-widget-heading\" data-id=\"2228bf3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Regulators<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-b575711 elementor-widget elementor-widget-text-editor\" data-id=\"b575711\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<ul><li>Monitor sanctions-related crypto exposure across all entities within your jurisdiction.<\/li><li>Detect sanctions evasion patterns across large volumes of blockchain activity.<\/li><li>Supervise CASP and VASP compliance at high speed<\/li><li>Support enforcement with evidence-based blockchain intelligence.<\/li><\/ul>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-81edd3d e-con-full e-flex e-con e-child\" data-id=\"81edd3d\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-6d392cc elementor-widget elementor-widget-image\" data-id=\"6d392cc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img fetchpriority=\"high\" decoding=\"async\" width=\"800\" height=\"420\" src=\"https:\/\/shemolroy.com\/cyber-chains\/wp-content\/uploads\/2026\/06\/1-Apr-21-2026-02-08-14-1235-PM-1024x538.webp\" class=\"attachment-large size-large wp-image-677\" alt=\"\" srcset=\"https:\/\/shemolroy.com\/cyber-chains\/wp-content\/uploads\/2026\/06\/1-Apr-21-2026-02-08-14-1235-PM-1024x538.webp 1024w, https:\/\/shemolroy.com\/cyber-chains\/wp-content\/uploads\/2026\/06\/1-Apr-21-2026-02-08-14-1235-PM-300x158.webp 300w, https:\/\/shemolroy.com\/cyber-chains\/wp-content\/uploads\/2026\/06\/1-Apr-21-2026-02-08-14-1235-PM-768x403.webp 768w, https:\/\/shemolroy.com\/cyber-chains\/wp-content\/uploads\/2026\/06\/1-Apr-21-2026-02-08-14-1235-PM.webp 1200w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div id=\"e-n-tab-content-684455002\" role=\"tabpanel\" aria-labelledby=\"e-n-tab-title-684455002\" data-tab-index=\"2\" style=\"--n-tabs-title-order: 2;\" class=\" elementor-element elementor-element-9f5928e e-con-full e-flex e-con e-child\" data-id=\"9f5928e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-e1492d9 e-con-full e-flex e-con e-child\" data-id=\"e1492d9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-70154da e-con-full e-flex e-con e-child\" data-id=\"70154da\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-c91d939 elementor-widget elementor-widget-heading\" data-id=\"c91d939\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Law enforcement\n<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-63ae041 elementor-widget elementor-widget-text-editor\" data-id=\"63ae041\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<div class=\"tabs--new-design--wrap\"><div class=\"tabs--new-design--wrapper-content\"><ul><li>Trace and block sanctioned funds faster.<\/li><li>Identify specific entities behind risky wallets.<\/li><li>Prioritize high-risk alerts and cases for faster investigations.<\/li><li>Generate data-driven evidence for legal proceedings.<\/li><\/ul><\/div><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-8976902 e-con-full e-flex e-con e-child\" data-id=\"8976902\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7df1c53 elementor-widget elementor-widget-image\" data-id=\"7df1c53\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"800\" height=\"420\" src=\"https:\/\/shemolroy.com\/cyber-chains\/wp-content\/uploads\/2026\/06\/LAW-ENFORCEMENT-1024x538.webp\" class=\"attachment-large size-large wp-image-678\" alt=\"\" srcset=\"https:\/\/shemolroy.com\/cyber-chains\/wp-content\/uploads\/2026\/06\/LAW-ENFORCEMENT-1024x538.webp 1024w, https:\/\/shemolroy.com\/cyber-chains\/wp-content\/uploads\/2026\/06\/LAW-ENFORCEMENT-300x158.webp 300w, https:\/\/shemolroy.com\/cyber-chains\/wp-content\/uploads\/2026\/06\/LAW-ENFORCEMENT-768x403.webp 768w, https:\/\/shemolroy.com\/cyber-chains\/wp-content\/uploads\/2026\/06\/LAW-ENFORCEMENT.webp 1200w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div id=\"e-n-tab-content-684455003\" role=\"tabpanel\" aria-labelledby=\"e-n-tab-title-684455003\" data-tab-index=\"3\" style=\"--n-tabs-title-order: 3;\" class=\" elementor-element elementor-element-55ed234 e-con-full e-flex e-con e-child\" data-id=\"55ed234\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-ebf0dc6 e-con-full e-flex e-con e-child\" data-id=\"ebf0dc6\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-b0ab81c e-con-full e-flex e-con e-child\" data-id=\"b0ab81c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-569fc09 elementor-widget elementor-widget-heading\" data-id=\"569fc09\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Financial institutions\n<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7315e59 elementor-widget elementor-widget-text-editor\" data-id=\"7315e59\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<div class=\"tabs--new-design--wrap\"><div class=\"tabs--new-design--wrapper-content\"><div class=\"tabs--new-design--wrap\"><div class=\"tabs--new-design--wrapper-content\"><ul><li>Identify sanctions exposure across high-volume customer activity.<\/li><li>Reduce sanctions violation risk.<\/li><li>Improve investigation speed with customizable, prioritized alerts.<\/li><li>Get complete transaction and entity data for SAR filing or regulatory audits.<\/li><\/ul><\/div><\/div><\/div><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-1474201 e-con-full e-flex e-con e-child\" data-id=\"1474201\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5eefbda elementor-widget elementor-widget-image\" data-id=\"5eefbda\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img decoding=\"async\" width=\"800\" height=\"420\" src=\"https:\/\/shemolroy.com\/cyber-chains\/wp-content\/uploads\/2026\/06\/FINANCIAL-INSTITUTIONS-1024x538.webp\" class=\"attachment-large size-large wp-image-679\" alt=\"\" srcset=\"https:\/\/shemolroy.com\/cyber-chains\/wp-content\/uploads\/2026\/06\/FINANCIAL-INSTITUTIONS-1024x538.webp 1024w, https:\/\/shemolroy.com\/cyber-chains\/wp-content\/uploads\/2026\/06\/FINANCIAL-INSTITUTIONS-300x158.webp 300w, https:\/\/shemolroy.com\/cyber-chains\/wp-content\/uploads\/2026\/06\/FINANCIAL-INSTITUTIONS-768x403.webp 768w, https:\/\/shemolroy.com\/cyber-chains\/wp-content\/uploads\/2026\/06\/FINANCIAL-INSTITUTIONS.webp 1200w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div id=\"e-n-tab-content-684455004\" role=\"tabpanel\" aria-labelledby=\"e-n-tab-title-684455004\" data-tab-index=\"4\" style=\"--n-tabs-title-order: 4;\" class=\" elementor-element elementor-element-57fb116 e-con-full e-flex e-con e-child\" data-id=\"57fb116\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-e232d3e e-con-full e-flex e-con e-child\" data-id=\"e232d3e\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-6b79d9c e-con-full e-flex e-con e-child\" data-id=\"6b79d9c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9a60412 elementor-widget elementor-widget-heading\" data-id=\"9a60412\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">VASPs and CASPs\n<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-55a4f05 elementor-widget elementor-widget-text-editor\" data-id=\"55a4f05\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t\t\t\t\t\t<div class=\"tabs--new-design--wrap\"><div class=\"tabs--new-design--wrapper-content\"><div class=\"tabs--new-design--wrap\"><div class=\"tabs--new-design--wrapper-content\"><ul><li>Detect sanctioned wallets before funds are deposited.<\/li><li>Detect direct and indirect exposure to sanctioned entities.<\/li><li>Speed up compliance investigations with real-time risk insights.<\/li><li>Prove sanctions compliance to regulators and partners.<\/li><li>\u00a0<\/li><\/ul><\/div><\/div><\/div><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-cfaf7f4 e-con-full e-flex e-con e-child\" data-id=\"cfaf7f4\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-2cd2325 elementor-widget elementor-widget-image\" data-id=\"2cd2325\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"420\" src=\"https:\/\/shemolroy.com\/cyber-chains\/wp-content\/uploads\/2026\/06\/cRYPTO-EXCHANGES-1024x538.webp\" class=\"attachment-large size-large wp-image-680\" alt=\"\" srcset=\"https:\/\/shemolroy.com\/cyber-chains\/wp-content\/uploads\/2026\/06\/cRYPTO-EXCHANGES-1024x538.webp 1024w, https:\/\/shemolroy.com\/cyber-chains\/wp-content\/uploads\/2026\/06\/cRYPTO-EXCHANGES-300x158.webp 300w, https:\/\/shemolroy.com\/cyber-chains\/wp-content\/uploads\/2026\/06\/cRYPTO-EXCHANGES-768x403.webp 768w, https:\/\/shemolroy.com\/cyber-chains\/wp-content\/uploads\/2026\/06\/cRYPTO-EXCHANGES.webp 1200w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-316e3d7 e-flex e-con-boxed e-con e-parent\" data-id=\"316e3d7\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a5646e9 elementor-widget elementor-widget-heading\" data-id=\"a5646e9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">How It Works\n<\/h2>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-f5796a6 e-flex e-con-boxed e-con e-parent\" data-id=\"f5796a6\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-d5e5424 e-con-full e-flex e-con e-child\" data-id=\"d5e5424\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-f4e3021 elementor-widget elementor-widget-image\" data-id=\"f4e3021\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"393\" src=\"https:\/\/shemolroy.com\/cyber-chains\/wp-content\/uploads\/2026\/06\/Frame-46763-1.webp\" class=\"attachment-large size-large wp-image-684\" alt=\"\" srcset=\"https:\/\/shemolroy.com\/cyber-chains\/wp-content\/uploads\/2026\/06\/Frame-46763-1.webp 800w, https:\/\/shemolroy.com\/cyber-chains\/wp-content\/uploads\/2026\/06\/Frame-46763-1-300x147.webp 300w, https:\/\/shemolroy.com\/cyber-chains\/wp-content\/uploads\/2026\/06\/Frame-46763-1-768x377.webp 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-bef7ef4 e-con-full e-flex e-con e-child\" data-id=\"bef7ef4\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d642ac1 elementor-widget elementor-widget-heading\" data-id=\"d642ac1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Review counterparty risk exposure\n<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-4596eb8 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"4596eb8\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-check-circle\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Access the entity risk overview for your evidence-backed decisions.<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-check-circle\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Check source and use of funds to spot suspicious flows by entities and risk labels.<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-check-circle\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Get the context required to determine whether the entity needs further review.<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-23b6b36 e-flex e-con-boxed e-con e-parent\" data-id=\"23b6b36\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-fb1f412 e-con-full e-flex e-con e-child\" data-id=\"fb1f412\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e5f4fe1 elementor-widget elementor-widget-image\" data-id=\"e5f4fe1\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"image.default\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"400\" src=\"https:\/\/shemolroy.com\/cyber-chains\/wp-content\/uploads\/2026\/06\/Frame-46787.webp\" class=\"attachment-large size-large wp-image-685\" alt=\"\" srcset=\"https:\/\/shemolroy.com\/cyber-chains\/wp-content\/uploads\/2026\/06\/Frame-46787.webp 800w, https:\/\/shemolroy.com\/cyber-chains\/wp-content\/uploads\/2026\/06\/Frame-46787-300x150.webp 300w, https:\/\/shemolroy.com\/cyber-chains\/wp-content\/uploads\/2026\/06\/Frame-46787-768x384.webp 768w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-688cdca e-con-full e-flex e-con e-child\" data-id=\"688cdca\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-7cccb1a elementor-widget elementor-widget-heading\" data-id=\"7cccb1a\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Check the entity behind the risk<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d3cabd7 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"d3cabd7\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"icon-list.default\">\n\t\t\t\t\t\t\t<ul class=\"elementor-icon-list-items\">\n\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-check-circle\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Open the entity record and review all essential entity information in one place.<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-check-circle\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Check ownership details, operational status, regulatory compliance, licenses, and contacts.<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"elementor-icon-list-item\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-icon\">\n\t\t\t\t\t\t\t<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-check-circle\" viewBox=\"0 0 512 512\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 48c110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200-110.532 0-200-89.451-200-200 0-110.532 89.451-200 200-200m140.204 130.267l-22.536-22.718c-4.667-4.705-12.265-4.736-16.97-.068L215.346 303.697l-59.792-60.277c-4.667-4.705-12.265-4.736-16.97-.069l-22.719 22.536c-4.705 4.667-4.736 12.265-.068 16.971l90.781 91.516c4.667 4.705 12.265 4.736 16.97.068l172.589-171.204c4.704-4.668 4.734-12.266.067-16.971z\"><\/path><\/svg>\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t\t\t<span class=\"elementor-icon-list-text\">Streamline every step of due diligence with actionable insights \u2014 onboard with verified data, investigate with full context, and track changes to reassess risk.<\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-99e32b1 e-flex e-con-boxed e-con e-parent\" data-id=\"99e32b1\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t<div class=\"elementor-element elementor-element-2dcdf0d e-con-full e-flex e-con e-child\" data-id=\"2dcdf0d\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-3fcfed9 elementor-widget elementor-widget-heading\" data-id=\"3fcfed9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">\u0421heck How You Can Get <br>\nActionable Sanctions Exposure Insights in Minutes<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-014d6b2 elementor-align-center elementor-mobile-align-center elementor-widget elementor-widget-button\" data-id=\"014d6b2\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"button.default\">\n\t\t\t\t\t\t\t\t\t\t<a class=\"elementor-button elementor-button-link elementor-size-sm\" href=\"#\">\n\t\t\t\t\t\t<span class=\"elementor-button-content-wrapper\">\n\t\t\t\t\t\t\t\t\t<span class=\"elementor-button-text\">Request Demo<\/span>\n\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-a80ba14 e-flex e-con-boxed e-con e-parent\" data-id=\"a80ba14\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-a9e14cc elementor-widget elementor-widget-heading\" data-id=\"a9e14cc\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">WHY CHOOSE Cyber Chains\n<\/h2>\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-bb851d8 e-grid e-con-full e-con e-child\" data-id=\"bb851d8\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t<div class=\"elementor-element elementor-element-3d6e3a9 e-con-full e-flex e-con e-child\" data-id=\"3d6e3a9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e5f9322 elementor-widget elementor-widget-counter\" data-id=\"e5f9322\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"counter.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-counter\">\n\t\t\t\t\t\t<div class=\"elementor-counter-number-wrapper\">\n\t\t\t\t<span class=\"elementor-counter-number-prefix\"><\/span>\n\t\t\t\t<span class=\"elementor-counter-number\" data-duration=\"2000\" data-to-value=\"35\" data-from-value=\"0\" data-delimiter=\",\">0<\/span>\n\t\t\t\t<span class=\"elementor-counter-number-suffix\">M+<\/span>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-3799d2d elementor-widget elementor-widget-heading\" data-id=\"3799d2d\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Sanctioned wallet addresses\n\n<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-e231f01 e-con-full e-flex e-con e-child\" data-id=\"e231f01\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-9be5ed4 elementor-widget elementor-widget-counter\" data-id=\"9be5ed4\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"counter.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-counter\">\n\t\t\t\t\t\t<div class=\"elementor-counter-number-wrapper\">\n\t\t\t\t<span class=\"elementor-counter-number-prefix\"><\/span>\n\t\t\t\t<span class=\"elementor-counter-number\" data-duration=\"2000\" data-to-value=\"92\" data-from-value=\"0\" data-delimiter=\",\">0<\/span>\n\t\t\t\t<span class=\"elementor-counter-number-suffix\">K+<\/span>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2e22932 elementor-widget elementor-widget-heading\" data-id=\"2e22932\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Entities in database\n\n<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-8c317cc e-con-full e-flex e-con e-child\" data-id=\"8c317cc\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d3010fd elementor-widget elementor-widget-counter\" data-id=\"d3010fd\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"counter.default\">\n\t\t\t\t\t\t\t<div class=\"elementor-counter\">\n\t\t\t\t\t\t<div class=\"elementor-counter-number-wrapper\">\n\t\t\t\t<span class=\"elementor-counter-number-prefix\"><\/span>\n\t\t\t\t<span class=\"elementor-counter-number\" data-duration=\"2000\" data-to-value=\"500\" data-from-value=\"0\" data-delimiter=\",\">0<\/span>\n\t\t\t\t<span class=\"elementor-counter-number-suffix\">K+<\/span>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-1c186fa elementor-widget elementor-widget-heading\" data-id=\"1c186fa\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Crypto assets supported\n\n<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-71b03d9 e-flex e-con-boxed e-con e-parent\" data-id=\"71b03d9\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-769274e elementor-widget elementor-widget-heading\" data-id=\"769274e\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"heading.default\">\n\t\t\t\t\t<h2 class=\"elementor-heading-title elementor-size-default\">Media Mentions<\/h2>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-8c03b70 elementor-widget elementor-widget-media_mentions\" data-id=\"8c03b70\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"media_mentions.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t        <div class=\"mm-wrapper\" data-slider-options=\"{&quot;slidesToShow&quot;:3,&quot;loop&quot;:true,&quot;autoplay&quot;:false,&quot;autoplaySpeed&quot;:3000,&quot;showArrows&quot;:true,&quot;gap&quot;:20}\">\r\n\r\n            \r\n            <div class=\"mm-slider-track\">\r\n                                    <div class=\"mm-slide\">\r\n                        <div class=\"mm-card\">\r\n\r\n                            <div class=\"mm-source-header\">\r\n                                                                    <div class=\"mm-logo-wrap\">\r\n                                        <img decoding=\"async\" src=\"http:\/\/shemolroy.com\/cyber-chains\/wp-content\/uploads\/2026\/06\/fortune.webp\"\r\n                                             alt=\"Fortune\"\r\n                                             loading=\"lazy\">\r\n                                    <\/div>\r\n                                \r\n                                <div class=\"mm-source-meta\">\r\n                                    <span class=\"mm-source-name\" style=\"color:#2563eb\">\r\n                                        Fortune                                    <\/span>\r\n                                    <span class=\"mm-source-date\">\r\n                                        March 12, 2026                                    <\/span>\r\n                                <\/div>\r\n                            <\/div>\r\n\r\n                                                            <h3 class=\"mm-article-title\">\r\n                                    INSIDE THE BINANCE ACCOUNTS INTERNAL INVESTIGATORS SAY HELPED TRANSFER MOR...                                <\/h3>\r\n                            \r\n                                                            <div class=\"mm-quote-wrap\">\r\n                                    <span class=\"mm-quote-mark mm-quote-mark--open\">\"<\/span>\r\n                                    <p class=\"mm-quote\">&quot;On the blockchain, you usually cannot link a wallet to a real person. However, when one address repeatedly sends TRX to cover another wallet&#039;s fees, that shows a connection,&quot; said Lex Fisun, cofounder...<\/p>\r\n                                    <span class=\"mm-quote-mark mm-quote-mark--close\">\"<\/span>\r\n                                <\/div>\r\n                            \r\n                                                            <a class=\"mm-read-more\"\r\n                                   href=\"#\"\r\n                                   target=\"_self\"\r\n                                   >\r\n                                    Read more                                    <svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"none\"\r\n                                         stroke=\"currentColor\" stroke-width=\"2.5\"\r\n                                         stroke-linecap=\"round\" stroke-linejoin=\"round\"\r\n                                         aria-hidden=\"true\">\r\n                                        <line x1=\"7\" y1=\"17\" x2=\"17\" y2=\"7\"\/>\r\n                                        <polyline points=\"7 7 17 7 17 17\"\/>\r\n                                    <\/svg>\r\n                                <\/a>\r\n                            \r\n                        <\/div>\r\n                    <\/div>\r\n                                    <div class=\"mm-slide\">\r\n                        <div class=\"mm-card\">\r\n\r\n                            <div class=\"mm-source-header\">\r\n                                                                    <div class=\"mm-logo-wrap\">\r\n                                        <img decoding=\"async\" src=\"http:\/\/shemolroy.com\/cyber-chains\/wp-content\/uploads\/2026\/06\/Cryptopolitan-1.webp\"\r\n                                             alt=\"Cryptopolitan\"\r\n                                             loading=\"lazy\">\r\n                                    <\/div>\r\n                                \r\n                                <div class=\"mm-source-meta\">\r\n                                    <span class=\"mm-source-name\" style=\"color:#2563eb\">\r\n                                        Cryptopolitan                                    <\/span>\r\n                                    <span class=\"mm-source-date\">\r\n                                        February 19, 2026                                    <\/span>\r\n                                <\/div>\r\n                            <\/div>\r\n\r\n                                                            <h3 class=\"mm-article-title\">\r\n                                    HACKERS DOUBLE PACE OF LAUNDERING CRYPTO LOOT FROM EXPLOITS                                <\/h3>\r\n                            \r\n                                                            <div class=\"mm-quote-wrap\">\r\n                                    <span class=\"mm-quote-mark mm-quote-mark--open\">\"<\/span>\r\n                                    <p class=\"mm-quote\">The recent Cyber \u200b\u200bChains report revealed the evolving techniques of hackers and the biggest threats in the crypto space.<\/p>\r\n                                    <span class=\"mm-quote-mark mm-quote-mark--close\">\"<\/span>\r\n                                <\/div>\r\n                            \r\n                                                            <a class=\"mm-read-more\"\r\n                                   href=\"#\"\r\n                                   target=\"_self\"\r\n                                   >\r\n                                    Read more                                    <svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"none\"\r\n                                         stroke=\"currentColor\" stroke-width=\"2.5\"\r\n                                         stroke-linecap=\"round\" stroke-linejoin=\"round\"\r\n                                         aria-hidden=\"true\">\r\n                                        <line x1=\"7\" y1=\"17\" x2=\"17\" y2=\"7\"\/>\r\n                                        <polyline points=\"7 7 17 7 17 17\"\/>\r\n                                    <\/svg>\r\n                                <\/a>\r\n                            \r\n                        <\/div>\r\n                    <\/div>\r\n                                    <div class=\"mm-slide\">\r\n                        <div class=\"mm-card\">\r\n\r\n                            <div class=\"mm-source-header\">\r\n                                                                    <div class=\"mm-logo-wrap\">\r\n                                        <img decoding=\"async\" src=\"https:\/\/shemolroy.com\/cyber-chains\/wp-content\/plugins\/elementor\/assets\/images\/placeholder.png\"\r\n                                             alt=\"BeInCrypto\"\r\n                                             loading=\"lazy\">\r\n                                    <\/div>\r\n                                \r\n                                <div class=\"mm-source-meta\">\r\n                                    <span class=\"mm-source-name\" style=\"color:#2563eb\">\r\n                                        BeInCrypto                                    <\/span>\r\n                                    <span class=\"mm-source-date\">\r\n                                        February 12, 2026                                    <\/span>\r\n                                <\/div>\r\n                            <\/div>\r\n\r\n                                                            <h3 class=\"mm-article-title\">\r\n                                    CRYPTO&#039;S 2-SECOND LAUNDERING ERA: HACKERS NOW MOVE BEFORE VICTIMS SPEAK                                <\/h3>\r\n                            \r\n                                                            <div class=\"mm-quote-wrap\">\r\n                                    <span class=\"mm-quote-mark mm-quote-mark--open\">\"<\/span>\r\n                                    <p class=\"mm-quote\">According to Cyber \u200b\u200bChains, 76% of hacks saw funds move before public disclosure, rising to 84.6% in the second half of the year.<\/p>\r\n                                    <span class=\"mm-quote-mark mm-quote-mark--close\">\"<\/span>\r\n                                <\/div>\r\n                            \r\n                                                            <a class=\"mm-read-more\"\r\n                                   href=\"#\"\r\n                                   target=\"_self\"\r\n                                   >\r\n                                    Read more                                    <svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"none\"\r\n                                         stroke=\"currentColor\" stroke-width=\"2.5\"\r\n                                         stroke-linecap=\"round\" stroke-linejoin=\"round\"\r\n                                         aria-hidden=\"true\">\r\n                                        <line x1=\"7\" y1=\"17\" x2=\"17\" y2=\"7\"\/>\r\n                                        <polyline points=\"7 7 17 7 17 17\"\/>\r\n                                    <\/svg>\r\n                                <\/a>\r\n                            \r\n                        <\/div>\r\n                    <\/div>\r\n                                    <div class=\"mm-slide\">\r\n                        <div class=\"mm-card\">\r\n\r\n                            <div class=\"mm-source-header\">\r\n                                                                    <div class=\"mm-logo-wrap\">\r\n                                        <img decoding=\"async\" src=\"https:\/\/shemolroy.com\/cyber-chains\/wp-content\/plugins\/elementor\/assets\/images\/placeholder.png\"\r\n                                             alt=\"Crypto News \"\r\n                                             loading=\"lazy\">\r\n                                    <\/div>\r\n                                \r\n                                <div class=\"mm-source-meta\">\r\n                                    <span class=\"mm-source-name\" style=\"color:#2563eb\">\r\n                                        Crypto News                                     <\/span>\r\n                                    <span class=\"mm-source-date\">\r\n                                         September 15, 2025                                    <\/span>\r\n                                <\/div>\r\n                            <\/div>\r\n\r\n                                                            <h3 class=\"mm-article-title\">\r\n                                    As Crypto Hacks Surge, Ethereum Founder Vitalik Tests New \u2018Invisible Wallet\u2019                                <\/h3>\r\n                            \r\n                                                            <div class=\"mm-quote-wrap\">\r\n                                    <span class=\"mm-quote-mark mm-quote-mark--open\">\"<\/span>\r\n                                    <p class=\"mm-quote\">Yury Serov, head of investigations at analytics firm Cyber \u200b\u200bChains, lauded the privacy wallet for removing the most obvious exposure points, namely the appearance of a public address in swaps, lending and routine DeFi use<\/p>\r\n                                    <span class=\"mm-quote-mark mm-quote-mark--close\">\"<\/span>\r\n                                <\/div>\r\n                            \r\n                                                            <a class=\"mm-read-more\"\r\n                                   href=\"#\"\r\n                                   target=\"_self\"\r\n                                   >\r\n                                    Read more                                    <svg width=\"14\" height=\"14\" viewBox=\"0 0 24 24\" fill=\"none\"\r\n                                         stroke=\"currentColor\" stroke-width=\"2.5\"\r\n                                         stroke-linecap=\"round\" stroke-linejoin=\"round\"\r\n                                         aria-hidden=\"true\">\r\n                                        <line x1=\"7\" y1=\"17\" x2=\"17\" y2=\"7\"\/>\r\n                                        <polyline points=\"7 7 17 7 17 17\"\/>\r\n                                    <\/svg>\r\n                                <\/a>\r\n                            \r\n                        <\/div>\r\n                    <\/div>\r\n                            <\/div>\r\n\r\n                            <div class=\"mm-nav\">\r\n                    <button class=\"mm-nav-btn mm-nav-prev\" aria-label=\"Previous\">&#8249;<\/button>\r\n                    <button class=\"mm-nav-btn mm-nav-next\" aria-label=\"Next\">&#8250;<\/button>\r\n                <\/div>\r\n            \r\n        <\/div>\r\n        \t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Request Your Battle Card First name* Last name* Company name* Business email* Competitor of interest* Cyber Chains needs your contact information to reach out about our products and services. You can unsubscribe anytime. For details, see our Privacy Policy. I&#8217;m not a robot reCAPTCHA Request Your Battle Card Thank you! Your battle card request has [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"inline_featured_image":false,"footnotes":""},"class_list":["post-648","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/shemolroy.com\/cyber-chains\/wp-json\/wp\/v2\/pages\/648","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/shemolroy.com\/cyber-chains\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/shemolroy.com\/cyber-chains\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/shemolroy.com\/cyber-chains\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/shemolroy.com\/cyber-chains\/wp-json\/wp\/v2\/comments?post=648"}],"version-history":[{"count":46,"href":"https:\/\/shemolroy.com\/cyber-chains\/wp-json\/wp\/v2\/pages\/648\/revisions"}],"predecessor-version":[{"id":843,"href":"https:\/\/shemolroy.com\/cyber-chains\/wp-json\/wp\/v2\/pages\/648\/revisions\/843"}],"wp:attachment":[{"href":"https:\/\/shemolroy.com\/cyber-chains\/wp-json\/wp\/v2\/media?parent=648"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}