CINXE.COM

Security System Partners I SIEM Integrations | Anomali

<!DOCTYPE html><!-- Last Published: Tue Nov 26 2024 20:00:31 GMT+0000 (Coordinated Universal Time) --><html data-wf-domain="www.anomali.com" data-wf-page="657dc50a96389eee4e83c0a9" data-wf-site="6453db2ad32b573c40a15c49" lang="en"><head><meta charset="utf-8"/><title>Security System Partners I SIEM Integrations | Anomali</title><link rel="alternate" hrefLang="x-default" href="https://www.anomali.com/marketplace/security-system-partners"/><link rel="alternate" hrefLang="en" href="https://www.anomali.com/marketplace/security-system-partners"/><link rel="alternate" hrefLang="es" href="https://www.anomali.com/es/marketplace/security-system-partners"/><link rel="alternate" hrefLang="fr-FR" href="https://www.anomali.com/fr/marketplace/security-system-partners"/><link rel="alternate" hrefLang="it" href="https://www.anomali.com/it/marketplace/security-system-partners"/><meta content="Anomali&#x27;s security operations ecosystem includes turnkey integrations with the leading security and IT solutions including McAfee, Splunk, IBM Radar and more." name="description"/><meta content="Security System Partners | Anomali" property="og:title"/><meta content="Anomali&#x27;s security operations ecosystem includes turnkey integrations with the leading security and IT solutions including McAfee, Splunk, IBM Radar and more." property="og:description"/><meta content="https://cdn.prod.website-files.com/6453db2ad32b573c40a15c49/6627ff6e7f8cb72de4b695f6_Anomali-OpenGraph-2024.webp" property="og:image"/><meta content="Security System Partners | Anomali" property="twitter:title"/><meta content="Anomali&#x27;s security operations ecosystem includes turnkey integrations with the leading security and IT solutions including McAfee, Splunk, IBM Radar and more." property="twitter:description"/><meta content="https://cdn.prod.website-files.com/6453db2ad32b573c40a15c49/6627ff6e7f8cb72de4b695f6_Anomali-OpenGraph-2024.webp" property="twitter:image"/><meta property="og:type" content="website"/><meta content="summary_large_image" name="twitter:card"/><meta content="width=device-width, initial-scale=1" name="viewport"/><meta content="AbDkbbWPyqedfw2IpMoUxxQjy11md95hgMXRldz1Q9c" name="google-site-verification"/><link href="https://cdn.prod.website-files.com/6453db2ad32b573c40a15c49/css/anomali-staging.01cb597f4.min.css" rel="stylesheet" type="text/css"/><link href="https://fonts.googleapis.com" rel="preconnect"/><link href="https://fonts.gstatic.com" rel="preconnect" crossorigin="anonymous"/><script src="https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js" type="text/javascript"></script><script type="text/javascript">WebFont.load({ google: { families: ["Oswald:200,300,400,500,600,700","Inter:100,200,300,regular,500,600,700,800,900"] }});</script><script type="text/javascript">!function(o,c){var n=c.documentElement,t=" w-mod-";n.className+=t+"js",("ontouchstart"in o||o.DocumentTouch&&c instanceof DocumentTouch)&&(n.className+=t+"touch")}(window,document);</script><link href="https://cdn.prod.website-files.com/6453db2ad32b573c40a15c49/6682c02e3d847e70d6631aee_Anomali-favicon-32x32-2024.png" rel="shortcut icon" type="image/x-icon"/><link href="https://cdn.prod.website-files.com/6453db2ad32b573c40a15c49/6682c0369a0c90e7ab7b891c_Anomali-webclip-256x256-2024.png" rel="apple-touch-icon"/><link href="https://www.anomali.com/marketplace/security-system-partners" rel="canonical"/> <script> window.dataLayer = window.dataLayer ||[]; function gtag(){dataLayer.push(arguments);} gtag('consent','default',{ 'ad_storage':'denied', 'analytics_storage':'denied', 'ad_user_data':'denied', 'ad_personalization':'denied', 'personalization_storage':'denied', 'functionality_storage':'granted', 'security_storage':'granted', 'wait_for_update': 500 }); gtag("set", "ads_data_redaction", true); </script> <!-- Osano --> <script src="https://cmp.osano.com/169utVU8UqaBo10ut/7ca9deb5-f1d5-4659-a2c1-a4fbef660f0c/osano.js"></script> <!-- [Attributes by Finsweet] Custom Form Select --> <script defer src="https://cdn.jsdelivr.net/npm/@finsweet/attributes-selectcustom@1/selectcustom.js"></script> <style> /* hide scrollbar but allow scrolling */ .navbar_lang-list .tablet-version { -ms-overflow-style: none; /* for Internet Explorer, Edge */ overflow-y: scroll; } .navbar_lang-list .tablet-version::-webkit-scrollbar { display: none; /* for Chrome, Safari, and Opera */ } </style> <!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-KWSG6VV');</script> <!-- End Google Tag Manager --> <!--End of TrenDemon Code --> <script type="text/javascript"> (function() { var didInit = false; function initMunchkin() { if(didInit === false) { didInit = true; Munchkin.init('208-RDI-080'); } } var s = document.createElement('script'); s.type = 'text/javascript'; s.async = true; s.src = '//munchkin.marketo.net/munchkin.js'; s.onreadystatechange = function() { if (this.readyState == 'complete' || this.readyState == 'loaded') { initMunchkin(); } }; s.onload = initMunchkin; document.getElementsByTagName('head')[0].appendChild(s); })(); </script> <!-- Add this script at the end of the HTML body or in a script tag --> <script> document.addEventListener('DOMContentLoaded', function () { const tabs = document.querySelectorAll('[data-w-tab]'); // Prevent the dropdown from opening on hover when a tab is clicked function preventDropdownOnTabClick(event) { const dropdownToggle = event.target.closest('.w-dropdown-toggle'); dropdownToggle.removeAttribute('data-hover'); } // Add click event listener to each tab link tabs.forEach(tab => { tab.addEventListener('click', preventDropdownOnTabClick); }); // Reset dropdown state to normal when mouse leaves the menu item const dropdownItem = document.querySelector('.navbar2_menu-item'); dropdownItem.addEventListener('mouseleave', function () { dropdownItem.querySelector('.w-dropdown-toggle').setAttribute('data-hover', 'true'); }); }); </script> <style> .trd-comp-container { z-index: 9999; } </style> <style> .swiper-wrapper { height: auto !important; } </style> <style> .swiper-slide { height: auto !important; } </style> <script> // Check if the URL contains gclid parameter if (window.location.href.includes("gclid=")) { // Extract the value of gclid parameter from the URL var gclidValue = window.location.href.split("gclid=")[1].split("&")[0]; // Calculate expiration date for the cookie (365 days from now) var expirationDate = new Date(); expirationDate.setDate(expirationDate.getDate() + 365); // Format expiration date as required by document.cookie var expires = "expires=" + expirationDate.toUTCString(); // Store the value in a cookie named 'gclid' with 365 days expiration console.log("Storing gclid value in cookie:", gclidValue); document.cookie = "gclid=" + gclidValue + "; expires=" + expires + "; path=/"; /*/ Remove gclid parameter and its value from the URL var newUrl = window.location.href.split("?")[0]; // Reload the page without gclid parameter console.log("Reloading page without gclid parameter"); window.location.href = newUrl; */ } </script> <!-- [Attributes by Finsweet] Disable scrolling --> <script defer src="https://cdn.jsdelivr.net/npm/@finsweet/attributes-scrolldisable@1/scrolldisable.js"></script> <style> .mktoForm .mktoButtonRow { padding: 0 !important; border-radius: 0 !important; } .mktoForm button.mktoButton { padding: .875rem 1.25rem !important; background-image: linear-gradient(270deg, var(--medium-spring-green), #01e9fd) !important; } </style><script type="text/javascript">window.__WEBFLOW_CURRENCY_SETTINGS = {"currencyCode":"USD","symbol":"$","decimal":".","fractionDigits":2,"group":",","template":"{{wf {\"path\":\"symbol\",\"type\":\"PlainText\"} }} {{wf {\"path\":\"amount\",\"type\":\"CommercePrice\"} }} {{wf {\"path\":\"currencyCode\",\"type\":\"PlainText\"} }}","hideDecimalForWholeNumbers":false};</script></head><body><div class="page-wrapper overflow-hidden"><div class="global-styles w-embed w-script"><!-- Google Tag Manager --> <!-- <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-KWSG6VV');</script> --> <!-- End Google Tag Manager --> <style> html { font-size: 1.125rem; } @media screen and (max-width: 1440px) { html { font-size: calc(0.8126951092611863rem + 0.20811654526534862vw); } } /* Remove or modify the media query for screen widths greater than 1440px */ @media screen and (min-width: 1441px) { html { font-size: 1rem; } } @media screen and (max-width: 479px) { html { font-size: calc(0.7497384937238494rem + 0.41841004184100417vw); } } </style> <style> /* Make text look crisper and more legible in all browsers */ body { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-smoothing: antialiased; text-rendering: optimizeLegibility; } /* Focus state style for keyboard navigation for the focusable elements */ *[tabindex]:focus-visible, input[type="file"]:focus-visible { outline: 0.125rem solid #4d65ff; outline-offset: 0.125rem; } /* Get rid of top margin on first element in any rich text element */ .w-richtext > :not(div):first-child, .w-richtext > div:first-child > :first-child { margin-top: 0 !important; } /* Get rid of bottom margin on last element in any rich text element */ .w-richtext>:last-child, .w-richtext ol li:last-child, .w-richtext ul li:last-child { margin-bottom: 0 !important; } /* Prevent all click and hover interaction with an element */ .pointer-events-off { pointer-events: none; } /* Enables all click and hover interaction with an element */ .pointer-events-on { pointer-events: auto; } /* Create a class of .div-square which maintains a 1:1 dimension of a div */ .div-square::after { content: ""; display: block; padding-bottom: 100%; } /* Make sure containers never lose their center alignment */ .container-medium,.container-small, .container-large { margin-right: auto !important; margin-left: auto !important; } /* Make the following elements inherit typography styles from the parent and not have hardcoded values. Important: You will not be able to style for example "All Links" in Designer with this CSS applied. Uncomment this CSS to use it in the project. Leave this message for future hand-off. */ /* a, .w-input, .w-select, .w-tab-link, .w-nav-link, .w-dropdown-btn, .w-dropdown-toggle, .w-dropdown-link { color: inherit; text-decoration: inherit; font-size: inherit; } */ /* Apply "..." after 3 lines of text */ .text-style-3lines { display: -webkit-box; overflow: hidden; -webkit-line-clamp: 3; -webkit-box-orient: vertical; } /* Apply "..." after 2 lines of text */ .text-style-2lines { display: -webkit-box; overflow: hidden; -webkit-line-clamp: 2; -webkit-box-orient: vertical; } /* Adds inline flex display */ .display-inlineflex { display: inline-flex; } /* These classes are never overwritten */ .hide { display: none !important; } @media screen and (max-width: 991px) { .hide, .hide-tablet { display: none !important; } } @media screen and (max-width: 767px) { .hide-mobile-landscape{ display: none !important; } } @media screen and (max-width: 479px) { .hide-mobile{ display: none !important; } } .margin-0 { margin: 0rem !important; } .padding-0 { padding: 0rem !important; } .spacing-clean { padding: 0rem !important; margin: 0rem !important; } .margin-top { margin-right: 0rem !important; margin-bottom: 0rem !important; margin-left: 0rem !important; } .padding-top { padding-right: 0rem !important; padding-bottom: 0rem !important; padding-left: 0rem !important; } .margin-right { margin-top: 0rem !important; margin-bottom: 0rem !important; margin-left: 0rem !important; } .padding-right { padding-top: 0rem !important; padding-bottom: 0rem !important; padding-left: 0rem !important; } .margin-bottom { margin-top: 0rem !important; margin-right: 0rem !important; margin-left: 0rem !important; } .padding-bottom { padding-top: 0rem !important; padding-right: 0rem !important; padding-left: 0rem !important; } .margin-left { margin-top: 0rem !important; margin-right: 0rem !important; margin-bottom: 0rem !important; } .padding-left { padding-top: 0rem !important; padding-right: 0rem !important; padding-bottom: 0rem !important; } .margin-horizontal { margin-top: 0rem !important; margin-bottom: 0rem !important; } .padding-horizontal { padding-top: 0rem !important; padding-bottom: 0rem !important; } .margin-vertical { margin-right: 0rem !important; margin-left: 0rem !important; } .padding-vertical { padding-right: 0rem !important; padding-left: 0rem !important; } /*width*/ .popup_content_wrapper::-webkit-scrollbar { width:0.3em; } /*track*/ .popup_content_wrapper::-webkit-scrollbar-track { background:rgb(226, 226, 226); } /*thumb*/ .popup_content_wrapper::-webkit-scrollbar-thumb { background:rgba(0, 0, 0, 0.22); border-style:none; box-shadow:rgb(9, 20, 115) 1px -1px; } /*thumb hover*/ .popup_content_wrapper::-webkit-scrollbar-thumb:hover { background:rgba(131, 131, 131, 1); } .popup_content_wrapper { overflow-x: hidden!important; overflow-y: scroll!important; } /* Hide Horizontal Scrollbar */ .popup_content_wrapper::-webkit-scrollbar-horizontal { display: none; } /*width*/ .modal_partner_content-wrapper::-webkit-scrollbar { width:0.3em; } /*track*/ .modal_partner_content-wrapper::-webkit-scrollbar-track { background:rgb(226, 226, 226); } /*thumb*/ .modal_partner_content-wrapper::-webkit-scrollbar-thumb { background:rgba(0, 0, 0, 0.22); border-style:none; box-shadow:rgb(9, 20, 115) 1px -1px; } /*thumb hover*/ .modal_partner_content-wrapper::-webkit-scrollbar-thumb:hover { background:rgba(131, 131, 131, 1); } .modal_partner_content-wrapperr { overflow-x: hidden!important; overflow-y: scroll!important; } /* Hide Horizontal Scrollbar */ .modal_partner_content-wrapper::-webkit-scrollbar-horizontal { display: none; } [category="case-study"] {border-top: 5px solid #FFC107;} [category="report"] {border-top: 5px solid #008000;} [category="use-case"] {border-top: 5px solid #C108FF;} [category="datasheet"] {border-top: 5px solid #FF9824;} [category="ebook"] {border-top: 5px solid #FF4B52;} [category="infographic"] {border-top: 5px solid #C50068;} [category="podcast"] {border-top: 5px solid #602085;} [category="video"] {border-top: 5px solid #00D0ED;} [category="webinar"] {border-top: 5px solid #0077FD;} [category="whitepaper"] {border-top: 5px solid #002B71;} [partner-category="Gold"] {border-top: 5px solid #c9b783;} [partner-category="Silver"] {border-top: 5px solid #d8d8d8;} [partner-category="Platinum"] {border-top: 5px solid #314d64;} /* Apply font styles to all form fields */ .mktoField { font-family: TT Hoves Pro, sans-serif!important; font-size: inherit; color: inherit; } /* Apply font styles to form labels */ .mktoLabel { font-family: TT Hoves Pro, sans-serif!important; font-size: inherit; color: inherit; } /* Apply font styles to form buttons */ .mktoButton { font-family: TT Hoves Pro, sans-serif!important; font-size: inherit; color: inherit; background-color: inherit; border: 1px solid inherit; padding: 8px 16px; } .mktoButton:hover { font-family: TT Hoves Pro, sans-serif!important; } /* Apply font styles to form error messages */ .mktoErrorMsg { font-family: TT Hoves Pro, sans-serif!important; font-size: inherit; color: red; } .HoverArrow { --arrowSpacing: 5px; --arrowHoverTransition: 150ms cubic-bezier(0.215,0.61,0.355,1); --arrowHoverOffset: translateX(3px); --arrowTipTransform: none; --arrowLineOpacity: 0; position: relative; top: 1px; margin-left: var(--arrowSpacing); stroke-width: 2px; fill: none; stroke: currentColor; } .HoverArrow__tipPath { transform: var(--arrowTipTransform); transition: transform var(--hoverTransition,var(--arrowHoverTransition)); } [footer-bg~="color-old"] { background-color: #002B71; } [footer-bg~="color-new"] { background-color: #23315F; } </style></div><header class="navbar_component tablet-version"><header class="navbar_component tablet-version"><div class="navbar3_top tablet-version is-new"><div class="navbar_mobile-top"><div class="padding-global"><div class="navbar_mobile-top_links"><a href="/blog" class="navbar_link topbar tablet-version border-bottom-none w-inline-block"><div class="navbar3_link-text">Blog</div></a><a href="/customer-success" class="navbar_link topbar tablet-version border-bottom-none w-inline-block"><div class="navbar3_link-text">Support</div></a></div></div></div><div class="navbar_desktop-top"><div class="padding-global no-padding-mobile"><div class="container-large"><div data-animation="default" class="navbar_mobile_new w-nav" data-easing2="ease" fs-scrolldisable-element="smart-nav" data-easing="ease" data-collapse="medium" data-w-id="0c6e9625-048c-696f-e1ce-466d6ae2c829" role="banner" data-duration="400"><div class="navbar_top_new hide-on-desktop"><div class="padding-global"><div class="navbar_top-wrapper navbar3 is-new"><div class="navbar_top-logo-wrapper"><a href="/" class="navbar_logo-link-top w-nav-brand"><img width="Auto" height="Auto" alt="" src="https://cdn.prod.website-files.com/6453db2ad32b573c40a15c49/6615615b4e92d82289e9b0be_anomali%20logo%20white.svg" loading="lazy" class="navbar_logo is-new"/></a></div><div class="navbar_container"><div class="navbar_menu-button w-nav-button"><div class="menu-icon1"><div class="menu-icon1_line-top"></div><div class="menu-icon1_line-middle"><div class="menu-icon_line-middle-inner"></div></div><div class="menu-icon1_line-bottom"></div></div></div></div></div></div></div><nav role="navigation" class="new_navbar_menu w-nav-menu"><div><div class="container-large desktop-version"><div class="navbar_menu-wrapper tablet-version show-tablet"><div data-w-id="0c6e9625-048c-696f-e1ce-466d6ae2c83b" class="navbar_link topbar tablet-version is-new"><div class="navbar_link-text">PRODUCTS</div><div class="icon-embed-xsmall _0-5 w-embed"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="18" height="18"><path d="M13.1714 12.0007L8.22168 7.05093L9.63589 5.63672L15.9999 12.0007L9.63589 18.3646L8.22168 16.9504L13.1714 12.0007Z" fill="currentColor"></path></svg></div></div><div data-w-id="0c6e9625-048c-696f-e1ce-466d6ae2c83f" class="navbar_link topbar tablet-version is-new"><div class="navbar_link-text">Marketplace</div><div class="icon-embed-xsmall _0-5 w-embed"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="18" height="18"><path d="M13.1714 12.0007L8.22168 7.05093L9.63589 5.63672L15.9999 12.0007L9.63589 18.3646L8.22168 16.9504L13.1714 12.0007Z" fill="currentColor"></path></svg></div></div><div data-w-id="0c6e9625-048c-696f-e1ce-466d6ae2c843" class="navbar_link topbar tablet-version is-new"><div class="navbar_link-text">Resources</div><div class="icon-embed-xsmall _0-5 w-embed"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="18" height="18"><path d="M13.1714 12.0007L8.22168 7.05093L9.63589 5.63672L15.9999 12.0007L9.63589 18.3646L8.22168 16.9504L13.1714 12.0007Z" fill="currentColor"></path></svg></div></div><div data-w-id="0c6e9625-048c-696f-e1ce-466d6ae2c847" class="navbar_link topbar tablet-version is-new"><div class="navbar_link-text">Partners</div><div class="icon-embed-xsmall _0-5 w-embed"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="18" height="18"><path d="M13.1714 12.0007L8.22168 7.05093L9.63589 5.63672L15.9999 12.0007L9.63589 18.3646L8.22168 16.9504L13.1714 12.0007Z" fill="currentColor"></path></svg></div></div><div data-w-id="0c6e9625-048c-696f-e1ce-466d6ae2c84b" class="navbar_link topbar tablet-version is-new"><div class="navbar_link-text">Company</div><div class="icon-embed-xsmall _0-5 w-embed"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="18" height="18"><path d="M13.1714 12.0007L8.22168 7.05093L9.63589 5.63672L15.9999 12.0007L9.63589 18.3646L8.22168 16.9504L13.1714 12.0007Z" fill="currentColor"></path></svg></div></div><div class="wg-element-wrapper sw6 tablet-version hide w-locales-list"><div data-delay="200" data-hover="false" class="navbar_lang-menu-dropdown last-item language tablet-version w-dropdown"><div id="lang-dropdown" class="navbar_lang-dropdown-toggle language-dropdown tablet-version w-dropdown-toggle"><div class="navbar_lang-link tablet-version">LANGUAGE</div><div class="navbar2_lang-arrow w-embed"><svg width="18" height="18" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M6 3L11 8L6 13" stroke="CurrentColor" stroke-width="1.5"/> </svg></div></div><nav class="navbar_lang-list tablet-version w-dropdown-list"><div class="navbar_lang-list-inside tablet-version"><div role="list" class="w-locales-items"><div role="listitem" class="w-locales-item"><a hreflang="en" href="/marketplace/security-system-partners" aria-current="page" class="navbar_lang-link text-size-regular tablet-version w--current">English</a></div><div role="listitem" class="w-locales-item"><a hreflang="es" href="/es/marketplace/security-system-partners" class="navbar_lang-link text-size-regular tablet-version">Español</a></div><div role="listitem" class="w-locales-item"><a hreflang="fr-FR" href="/fr/marketplace/security-system-partners" class="navbar_lang-link text-size-regular tablet-version">Français</a></div><div role="listitem" class="w-locales-item"><a hreflang="it" href="/it/marketplace/security-system-partners" class="navbar_lang-link text-size-regular tablet-version">Italiano</a></div></div><div class="hide w-form"><form id="email-form" name="email-form" data-name="Email Form" method="get" data-wf-page-id="657dc50a96389eee4e83c0a9" data-wf-element-id="0c6e9625-048c-696f-e1ce-466d6ae2c85b"><select id="languageSelect" name="Language" data-name="Language" class="w-select"></select></form><div class="w-form-done"><div>Thank you! Your submission has been received!</div></div><div class="w-form-fail"><div>Oops! Something went wrong while submitting the form.</div></div></div></div></nav></div></div><div class="navbar_menu-buttons tablet-version"><div class="padding-global"><div class="button-group"><a href="/request-a-demo" class="button-v2 max-width-full text-align-center w-button">Schedule A Demo</a></div></div></div></div><div class="navbar_menu-wrapper tablet-version hide-tablet"><a href="/discover" class="navbar_link topbar tablet-version hide-desktop border-bottom-none w-inline-block"><div class="navbar_link-text">Discover</div></a><div data-w-id="0c6e9625-048c-696f-e1ce-466d6ae2c86f" class="navbar_link topbar tablet-version hide-desktop products border-bottom-none"><div class="navbar_link-text">PRODUCTS</div><div class="icon-embed-xsmall _0-5 w-embed"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="18" height="18"><path d="M13.1714 12.0007L8.22168 7.05093L9.63589 5.63672L15.9999 12.0007L9.63589 18.3646L8.22168 16.9504L13.1714 12.0007Z" fill="currentColor"></path></svg></div></div><div data-w-id="0c6e9625-048c-696f-e1ce-466d6ae2c873" class="navbar_link topbar tablet-version hide-desktop border-bottom-none marketplace"><div class="navbar_link-text">Marketplace</div><div class="icon-embed-xsmall _0-5 w-embed"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="18" height="18"><path d="M13.1714 12.0007L8.22168 7.05093L9.63589 5.63672L15.9999 12.0007L9.63589 18.3646L8.22168 16.9504L13.1714 12.0007Z" fill="currentColor"></path></svg></div></div><div data-w-id="0c6e9625-048c-696f-e1ce-466d6ae2c877" class="navbar_link topbar tablet-version hide-desktop border-bottom-none resources"><div class="navbar_link-text">Resources</div><div class="icon-embed-xsmall _0-5 w-embed"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="18" height="18"><path d="M13.1714 12.0007L8.22168 7.05093L9.63589 5.63672L15.9999 12.0007L9.63589 18.3646L8.22168 16.9504L13.1714 12.0007Z" fill="currentColor"></path></svg></div></div><div data-w-id="0c6e9625-048c-696f-e1ce-466d6ae2c87b" class="navbar_link topbar tablet-version hide-desktop border-bottom-none partners"><div class="navbar_link-text">Partners</div><div class="icon-embed-xsmall _0-5 w-embed"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="18" height="18"><path d="M13.1714 12.0007L8.22168 7.05093L9.63589 5.63672L15.9999 12.0007L9.63589 18.3646L8.22168 16.9504L13.1714 12.0007Z" fill="currentColor"></path></svg></div></div><div data-w-id="0c6e9625-048c-696f-e1ce-466d6ae2c87f" class="navbar_link topbar tablet-version hide-desktop border-bottom-none company"><div class="navbar_link-text">Company</div><div class="icon-embed-xsmall _0-5 w-embed"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="18" height="18"><path d="M13.1714 12.0007L8.22168 7.05093L9.63589 5.63672L15.9999 12.0007L9.63589 18.3646L8.22168 16.9504L13.1714 12.0007Z" fill="currentColor"></path></svg></div></div><div class="navbar-mobile_divider hide-desktop"></div><a href="/blog" class="navbar_link topbar tablet-version border-bottom-none w-inline-block"><div class="navbar3_link-text">Blog</div></a><a href="/customer-success" class="navbar_link topbar tablet-version border-bottom-none w-inline-block"><div class="navbar3_link-text">Support</div></a></div></div></div><div class="navbar_link-content"><div class="navbar_link-products is-new"><div class="padding-global desktop-version tablet-version navlinks"><div class="container-large desktop-version"><div class="back-button-wrapper"><div data-w-id="0c6e9625-048c-696f-e1ce-466d6ae2c892" class="navbar_link-back products"><div class="back-button w-embed"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="18" height="18"><path d="M10.8284 12.0007L15.7782 16.9504L14.364 18.3646L8 12.0007L14.364 5.63672L15.7782 7.05093L10.8284 12.0007Z" fill="rgba(0,0,0,1)"></path></svg></div><div class="text-size-small text-weight-medium">PRODUCTS</div></div></div><a href="/platform" class="new_nav_dropdown-full w-inline-block"><div class="new_nav_dropdown-link"><div class="text-size-regular text-weight-semibold">The Anomali Platform</div><p class="text-size-small text-weight-normal">The industry-leading AI-Powered solution elevating your security operations and defense capabilities in one platform. We consolidate your tech stack; give you never before seen speed scale and performance at less cost, empower your team, and help retain them. Simply different.</p></div></a><div class="navbar_link-products-dropdowns"><div data-delay="0" data-hover="false" class="navbar-dropdown_link is-new w-dropdown"><div class="navbar-dropdown_toggle w-dropdown-toggle"><div class="text-weight-medium nav-link is-new">Security Automation</div><div class="html-embed w-embed"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="18" height="18"><path d="M11.9997 13.1714L16.9495 8.22168L18.3637 9.63589L11.9997 15.9999L5.63574 9.63589L7.04996 8.22168L11.9997 13.1714Z" fill="rgba(0,0,0,1)"></path></svg></div></div><nav class="navbar-dropdown_list w-dropdown-list"><div class="navbar2_dropdown-right-column"><div class="navbar2_column-section"><div><div class="margin-bottom margin-small"><a href="/products/copilot" class="navbar2_column-section-heading is-new w-inline-block"><div class="navbar2_dropdown-heading"><div class="margin-bottom margin-xsmall"><div class="text-size-small text-weight-semibold">Anomali Copilot<br/></div></div><p class="text-size-small text-weight-normal">Immediate, correlated insight: Search petabytes of data in seconds.<br/></p></div></a></div><a href="/products/integrator" class="navbar2_column-section-heading is-new hide w-inline-block"><div class="navbar2_dropdown-heading"><div class="margin-bottom margin-xsmall"><div class="text-size-small text-weight-semibold">Integrator</div></div><p class="text-size-small text-weight-normal">Automate response: Transform risk insights into real-time protections.</p></div></a></div></div></div></nav></div><div data-delay="0" data-hover="false" class="navbar-dropdown_link is-new w-dropdown"><div class="navbar-dropdown_toggle w-dropdown-toggle"><div class="text-weight-medium nav-link is-new">Detection and Response</div><div class="html-embed w-embed"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="18" height="18"><path d="M11.9997 13.1714L16.9495 8.22168L18.3637 9.63589L11.9997 15.9999L5.63574 9.63589L7.04996 8.22168L11.9997 13.1714Z" fill="rgba(0,0,0,1)"></path></svg></div></div><nav class="navbar-dropdown_list w-dropdown-list"><div class="navbar2_dropdown-right-column"><div class="navbar2_column-section"><div><div class="margin-bottom margin-small"><a href="/products/security-analytics" class="navbar2_column-section-heading is-new w-inline-block"><div class="navbar2_dropdown-heading"><div class="margin-bottom margin-xsmall"><div class="text-size-small text-weight-semibold">Anomali Security Analytics<br/></div></div><p class="text-size-small text-weight-normal">Big data security analytics: Threat detection across all of your digital assets at a fraction of the cost.<br/></p></div></a></div></div></div></div></nav></div><div data-delay="0" data-hover="false" class="navbar-dropdown_link is-new w-dropdown"><div class="navbar-dropdown_toggle w-dropdown-toggle"><div class="text-weight-medium nav-link is-new">Threat Intelligence Management</div><div class="html-embed w-embed"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="18" height="18"><path d="M11.9997 13.1714L16.9495 8.22168L18.3637 9.63589L11.9997 15.9999L5.63574 9.63589L7.04996 8.22168L11.9997 13.1714Z" fill="rgba(0,0,0,1)"></path></svg></div></div><nav class="navbar-dropdown_list w-dropdown-list"><div class="navbar2_dropdown-right-column"><div class="navbar2_column-section"><div><div class="margin-bottom margin-small"><a href="/products/threatstream" class="navbar2_column-section-heading is-new w-inline-block"><div class="navbar2_dropdown-heading"><div class="margin-bottom margin-xsmall"><div class="text-size-small text-weight-semibold">Anomali Threatstream<br/></div></div><p class="text-size-small text-weight-normal">The external landscape: From data to insights in minutes.<br/></p></div></a></div><a href="/products/anomali-intel-channels" class="navbar2_column-section-heading is-new hide w-inline-block"><div class="navbar2_dropdown-heading"><div class="margin-bottom margin-xsmall"><div class="text-size-small text-weight-semibold">Anomali Intelligence Channels</div></div><p class="text-size-small text-weight-normal">Your curated intelligence: Accelerate your time to protection.<br/></p></div></a></div></div></div></nav></div><a id="w-node-_0c6e9625-048c-696f-e1ce-466d6ae2c8e5-07e133ca" href="/siem-consolidation" class="button-v2 is-secondary is-navbar w-button">Navigating the siem storm?</a></div></div></div></div><div class="navbar_link-marketplace is-new"><div class="padding-global desktop-version tablet-version navlinks"><div class="container-large desktop-version"><div class="back-button-wrapper"><div data-w-id="0c6e9625-048c-696f-e1ce-466d6ae2c8eb" class="navbar_link-back products"><div class="back-button w-embed"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="18" height="18"><path d="M10.8284 12.0007L15.7782 16.9504L14.364 18.3646L8 12.0007L14.364 5.63672L15.7782 7.05093L10.8284 12.0007Z" fill="rgba(0,0,0,1)"></path></svg></div><div class="text-size-small text-weight-medium">MARKETPLACE</div></div></div><a href="/platform" class="new_nav_dropdown-full w-inline-block"><div class="new_nav_dropdown-link"><div class="text-size-regular text-weight-semibold">The Anomali Marketplace</div><p class="text-size-small text-weight-normal">A unique cybersecurity marketplace providing instant access to a growing catalog of threat intelligence providers, integration partners, and threat analysis tools.</p></div></a><div class="navbar_link-products-dropdowns"><div data-delay="0" data-hover="false" class="navbar-dropdown_link is-new w-dropdown"><div class="navbar-dropdown_toggle w-dropdown-toggle"><div class="text-weight-medium nav-link is-new">Marketplace Offerings</div><div class="html-embed w-embed"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="18" height="18"><path d="M11.9997 13.1714L16.9495 8.22168L18.3637 9.63589L11.9997 15.9999L5.63574 9.63589L7.04996 8.22168L11.9997 13.1714Z" fill="rgba(0,0,0,1)"></path></svg></div></div><nav class="navbar-dropdown_list w-dropdown-list"><div class="navbar2_dropdown-right-column"><div class="navbar2_column-section"><div><div class="margin-bottom margin-small"><a href="/marketplace/threat-intelligence-feeds" class="navbar2_column-section-heading is-new w-inline-block"><div class="navbar2_dropdown-heading"><div class="margin-bottom margin-xsmall"><div class="text-size-small text-weight-semibold">Threat Intelligence Feeds<br/></div></div><p class="text-size-small text-weight-normal">Trial and purchase threat intelligence feeds from Anomali partners – find the right intelligence for your organization, industry, geography, threat type, and more.</p></div></a></div><a href="/marketplace/threat-analysis-tools" class="navbar2_column-section-heading is-new w-inline-block"><div class="navbar2_dropdown-heading"><div class="margin-bottom margin-xsmall"><div class="text-size-small text-weight-semibold">Threat Analysis Tools and Enrichments</div></div><p class="text-size-small text-weight-normal">Gain the tools to pivot quickly from one piece of information to look up other sources of data to get a complete picture of a threat – all one click away.</p></div></a></div></div></div></nav></div><div data-delay="0" data-hover="false" class="navbar-dropdown_link is-new w-dropdown"><div class="navbar-dropdown_toggle w-dropdown-toggle"><div class="text-weight-medium nav-link is-new">For Partners</div><div class="html-embed w-embed"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="18" height="18"><path d="M11.9997 13.1714L16.9495 8.22168L18.3637 9.63589L11.9997 15.9999L5.63574 9.63589L7.04996 8.22168L11.9997 13.1714Z" fill="rgba(0,0,0,1)"></path></svg></div></div><nav class="navbar-dropdown_list w-dropdown-list"><div class="navbar2_dropdown-right-column"><div class="navbar2_column-section"><div><div class="margin-bottom margin-small"><a href="/marketplace/security-system-partners" aria-current="page" class="navbar2_column-section-heading is-new w-inline-block w--current"><div class="navbar2_dropdown-heading"><div class="margin-bottom margin-xsmall"><div class="text-size-small text-weight-semibold">Security System Partners</div></div><p class="text-size-small text-weight-normal">Anomali seamlessly integrates with many Security and IT systems to operationalize threat intelligence cost.</p></div></a></div><a href="/marketplace" class="navbar2_column-section-heading is-new w-inline-block"><div class="navbar2_dropdown-heading"><div class="margin-bottom margin-xsmall"><div class="text-size-small text-weight-semibold">Marketplace for Partners</div></div><p class="text-size-small text-weight-normal">The Anomali Technology Partner Program provides technology partners everything they need to develop innovative and differentiated product and service integrations that complement Anomali’s solution portfolio designed to stop breaches and attackers.</p></div></a></div></div></div></nav></div></div></div></div></div><div class="navbar_link-resources is-new"><div class="padding-global desktop-version tablet-version navlinks"><div class="container-large desktop-version"><div class="back-button-wrapper"><div data-w-id="0c6e9625-048c-696f-e1ce-466d6ae2c92b" class="navbar_link-back products"><div class="back-button w-embed"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="18" height="18"><path d="M10.8284 12.0007L15.7782 16.9504L14.364 18.3646L8 12.0007L14.364 5.63672L15.7782 7.05093L10.8284 12.0007Z" fill="rgba(0,0,0,1)"></path></svg></div><div class="text-size-small text-weight-medium">RESOURCES</div></div></div><div class="new_nav_dropdown-full"><div class="new_nav_dropdown-link"><div class="text-size-regular text-weight-semibold">Libraries</div></div></div><a href="/resources" class="new_nav_dropdown-full is-2 w-inline-block"><div class="new_nav_dropdown-link"><div class="text-size-small text-weight-semibold">Resources</div><p class="text-size-small text-weight-normal">Upcoming and on-demand webinars, brochures and datasheets, industry reports and white papers, case studies, and more.</p></div></a><a href="/company/events" class="new_nav_dropdown-full is-2 w-inline-block"><div class="new_nav_dropdown-link"><div class="text-size-small text-weight-semibold">Events</div><p class="text-size-small text-weight-normal">Join Anomali for any of our online or in-person events throughout the year to learn how we can help you achieve your cyber security goals. We&#x27;d love to see you online or 
in-person!</p></div></a><div class="navbar_link-products-dropdowns"><div data-delay="0" data-hover="false" class="navbar-dropdown_link is-new w-dropdown"><div class="navbar-dropdown_toggle w-dropdown-toggle"><div class="text-weight-medium nav-link is-new">Threat Intelligence</div><div class="html-embed w-embed"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="18" height="18"><path d="M11.9997 13.1714L16.9495 8.22168L18.3637 9.63589L11.9997 15.9999L5.63574 9.63589L7.04996 8.22168L11.9997 13.1714Z" fill="rgba(0,0,0,1)"></path></svg></div></div><nav class="navbar-dropdown_list w-dropdown-list"><div class="navbar2_dropdown-right-column"><div class="navbar2_column-section"><div><div class="margin-bottom margin-small"><a href="/resources/what-is-threat-intelligence" class="navbar2_column-section-heading is-new w-inline-block"><div class="navbar2_dropdown-heading"><div class="text-size-small text-weight-semibold">What is Threat Intelligence?<br/></div></div></a></div><div class="margin-bottom margin-small"><a href="/resources/what-is-threat-intelligence" class="navbar2_column-section-heading is-new w-inline-block"><div class="navbar2_dropdown-heading"><div class="text-size-small text-weight-semibold">Threat Intelligence Sharing<br/></div></div></a></div><div class="margin-bottom margin-small"><a href="/resources/what-is-a-tip" class="navbar2_column-section-heading is-new w-inline-block"><div class="navbar2_dropdown-heading"><div class="text-size-small text-weight-semibold">What is a Threat Intelligence Platform?</div></div></a></div><a href="/resources/what-is-a-cyber-fusion-center" class="navbar2_column-section-heading is-new w-inline-block"><div class="navbar2_dropdown-heading"><div class="text-size-small text-weight-semibold">What is a Cyber Fusion Center?</div></div></a></div></div></div></nav></div><div data-delay="0" data-hover="false" class="navbar-dropdown_link is-new w-dropdown"><div class="navbar-dropdown_toggle w-dropdown-toggle"><div class="text-weight-medium nav-link is-new">Security Analytics</div><div class="html-embed w-embed"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="18" height="18"><path d="M11.9997 13.1714L16.9495 8.22168L18.3637 9.63589L11.9997 15.9999L5.63574 9.63589L7.04996 8.22168L11.9997 13.1714Z" fill="rgba(0,0,0,1)"></path></svg></div></div><nav class="navbar-dropdown_list w-dropdown-list"><div class="navbar2_dropdown-right-column"><div class="navbar2_column-section"><div><div class="margin-bottom margin-small"><a href="/resources/what-is-security-analytics" class="navbar2_column-section-heading is-new w-inline-block"><div class="navbar2_dropdown-heading"><div class="text-size-small text-weight-semibold">What is Security Analytics?<br/></div></div></a></div><div class="margin-bottom margin-small"><a href="/resources/what-is-soar" class="navbar2_column-section-heading is-new w-inline-block"><div class="navbar2_dropdown-heading"><div class="text-size-small text-weight-semibold">What is SOAR?<br/></div></div></a></div><div class="margin-bottom margin-small"><a href="/resources/understanding-threat-exposure-management" class="navbar2_column-section-heading is-new w-inline-block"><div class="navbar2_dropdown-heading"><div class="text-size-small text-weight-semibold">What is Threat Exposure Management?<br/></div></div></a></div><div class="margin-bottom margin-small"><a href="/resources/what-is-threat-detection-investigation-and-response" class="navbar2_column-section-heading is-new w-inline-block"><div class="navbar2_dropdown-heading"><div class="text-size-small text-weight-semibold">What is Threat Detection, Investigation, and Response?</div></div></a></div><a href="/resources/evolution-future-of-siem" class="navbar2_column-section-heading is-new w-inline-block"><div class="navbar2_dropdown-heading"><div class="text-size-small text-weight-semibold">The Evolution and Future of SIEM<br/></div></div></a></div></div></div></nav></div><div data-delay="0" data-hover="false" class="navbar-dropdown_link is-new w-dropdown"><div class="navbar-dropdown_toggle w-dropdown-toggle"><div class="text-weight-medium nav-link is-new">Security Frameworks</div><div class="html-embed w-embed"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="18" height="18"><path d="M11.9997 13.1714L16.9495 8.22168L18.3637 9.63589L11.9997 15.9999L5.63574 9.63589L7.04996 8.22168L11.9997 13.1714Z" fill="rgba(0,0,0,1)"></path></svg></div></div><nav class="navbar-dropdown_list w-dropdown-list"><div class="navbar2_dropdown-right-column"><div class="navbar2_column-section"><div><div class="margin-bottom margin-small"><a href="/resources/what-are-stix-taxii" class="navbar2_column-section-heading is-new w-inline-block"><div class="navbar2_dropdown-heading"><div class="text-size-small text-weight-semibold">What Are STIX/TAXII?</div></div></a></div><a href="/resources/what-is-mitre-attack-and-how-is-it-useful" class="navbar2_column-section-heading is-new w-inline-block"><div class="navbar2_dropdown-heading"><div class="text-size-small text-weight-semibold">What is MITRE ATTACK?</div></div></a></div></div></div></nav></div><div data-delay="0" data-hover="false" class="navbar-dropdown_link is-new w-dropdown"><div class="navbar-dropdown_toggle w-dropdown-toggle"><div class="text-weight-medium nav-link is-new">Free Tools</div><div class="html-embed w-embed"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="18" height="18"><path d="M11.9997 13.1714L16.9495 8.22168L18.3637 9.63589L11.9997 15.9999L5.63574 9.63589L7.04996 8.22168L11.9997 13.1714Z" fill="rgba(0,0,0,1)"></path></svg></div></div><nav class="navbar-dropdown_list w-dropdown-list"><div class="navbar2_dropdown-right-column"><div class="navbar2_column-section"><div><div class="margin-bottom margin-small"><a href="/resources/staxx" class="navbar2_column-section-heading is-new w-inline-block"><div class="navbar2_dropdown-heading"><div class="text-size-small text-weight-semibold">STAXX<br/></div><p class="text-size-small text-weight-normal">STAXX gives you an easy way to access any STIX/TAXII feed.</p></div></a></div></div></div></div></nav></div></div></div></div></div><div class="navbar_link-partners is-new"><div class="padding-global desktop-version tablet-version navlinks"><div class="container-large desktop-version"><div class="back-button-wrapper"><div data-w-id="0c6e9625-048c-696f-e1ce-466d6ae2c9aa" class="navbar_link-back products"><div class="back-button w-embed"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="18" height="18"><path d="M10.8284 12.0007L15.7782 16.9504L14.364 18.3646L8 12.0007L14.364 5.63672L15.7782 7.05093L10.8284 12.0007Z" fill="rgba(0,0,0,1)"></path></svg></div><div class="text-size-small text-weight-medium">PARTNERS</div></div></div><a href="/partners" class="new_nav_dropdown-full w-inline-block"><div class="new_nav_dropdown-link"><div class="text-size-regular text-weight-semibold">Partners Overview</div><p class="text-size-small text-weight-normal">Anomali is dedicated to fostering strong partnerships, ensuring shared success and growth through collaborative innovation and mutual support.</p></div></a><a href="/partners/directory" class="new_nav_dropdown-full is-2 w-inline-block"><div class="new_nav_dropdown-link"><div class="text-size-regular text-weight-semibold">Browse our Partner Directory</div></div></a><div class="navbar_link-products-dropdowns"><div data-delay="0" data-hover="false" class="navbar-dropdown_link is-new w-dropdown"><div class="navbar-dropdown_toggle w-dropdown-toggle"><div class="text-weight-medium nav-link is-new">Channel Partners</div><div class="html-embed w-embed"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="18" height="18"><path d="M11.9997 13.1714L16.9495 8.22168L18.3637 9.63589L11.9997 15.9999L5.63574 9.63589L7.04996 8.22168L11.9997 13.1714Z" fill="rgba(0,0,0,1)"></path></svg></div></div><nav class="navbar-dropdown_list w-dropdown-list"><div class="navbar2_dropdown-right-column"><div class="navbar2_column-section"><div><div class="margin-bottom margin-small"><p class="text-size-small text-weight-normal">We help MSSPs, resellers, system integrators, and distributors enable their customers with accelerated investigation and response, improved visibility, and automated SOC operations.<br/></p></div><div class="margin-bottom margin-small"><a href="/partners/channel" class="navbar2_column-section-heading is-new w-inline-block"><div class="navbar2_dropdown-heading"><div class="text-size-small text-weight-semibold">Learn More</div></div></a></div><div class="margin-bottom margin-small"><a href="/partners/channel/apply" class="navbar2_column-section-heading is-new w-inline-block"><div class="navbar2_dropdown-heading"><div class="text-size-small text-weight-semibold">Become a Channel Partner<br/></div></div></a></div><a href="https://anomali.channeltivity.com/Login" target="_blank" class="navbar2_column-section-heading is-new w-inline-block"><div class="navbar2_dropdown-heading"><div class="text-size-small text-weight-semibold">Visit the Partner Portal<br/></div></div></a></div></div></div></nav></div><div data-delay="0" data-hover="false" class="navbar-dropdown_link is-new w-dropdown"><div class="navbar-dropdown_toggle w-dropdown-toggle"><div class="text-weight-medium nav-link is-new">Technology Alliance Partners</div><div class="html-embed w-embed"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="18" height="18"><path d="M11.9997 13.1714L16.9495 8.22168L18.3637 9.63589L11.9997 15.9999L5.63574 9.63589L7.04996 8.22168L11.9997 13.1714Z" fill="rgba(0,0,0,1)"></path></svg></div></div><nav class="navbar-dropdown_list w-dropdown-list"><div class="navbar2_dropdown-right-column"><div class="navbar2_column-section"><div><div class="margin-bottom margin-small"><p class="text-size-small text-weight-normal">We offer a robust set of APIs and Sales Development Kits (SDKs) to seamlessly integrate with other technologies and help deliver better business outcomes for customers.<br/></p></div><div class="margin-bottom margin-small"><a href="/partners/technology" class="navbar2_column-section-heading is-new w-inline-block"><div class="navbar2_dropdown-heading"><div class="text-size-small text-weight-semibold">Learn More</div></div></a></div><a href="/partners/technology/apply" class="navbar2_column-section-heading is-new w-inline-block"><div class="navbar2_dropdown-heading"><div class="text-size-small text-weight-semibold">Become a Technology Alliance Partner</div></div></a></div></div></div></nav></div><div data-delay="0" data-hover="false" class="navbar-dropdown_link is-new w-dropdown"><div class="navbar-dropdown_toggle w-dropdown-toggle"><div class="text-weight-medium nav-link is-new">Threat Intel Sharing</div><div class="html-embed w-embed"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="18" height="18"><path d="M11.9997 13.1714L16.9495 8.22168L18.3637 9.63589L11.9997 15.9999L5.63574 9.63589L7.04996 8.22168L11.9997 13.1714Z" fill="rgba(0,0,0,1)"></path></svg></div></div><nav class="navbar-dropdown_list w-dropdown-list"><div class="navbar2_dropdown-right-column"><div class="navbar2_column-section"><div><div class="margin-bottom margin-small"><p class="text-size-small text-weight-normal">We offer the leading global threat sharing platform for ISACs, ISAOs, industry groups, holding companies, and other threat intel sharing communities seeking to power secure collaboration.</p></div><div class="margin-bottom margin-small"><a href="/partners/threat-intel-sharing" class="navbar2_column-section-heading is-new w-inline-block"><div class="navbar2_dropdown-heading"><div class="text-size-small text-weight-semibold">Learn More<br/></div></div></a></div><a href="/partners/threat-intel-sharing/apply" class="navbar2_column-section-heading is-new w-inline-block"><div class="navbar2_dropdown-heading"><div class="text-size-small text-weight-semibold">Become a Threat Intelligence Sharing Partner<br/></div></div></a></div></div></div></nav></div></div></div></div></div><div class="navbar_link-company is-new"><div class="padding-global desktop-version tablet-version navlinks"><div class="container-large desktop-version"><div class="back-button-wrapper"><div data-w-id="0c6e9625-048c-696f-e1ce-466d6ae2ca07" class="navbar_link-back products"><div class="back-button w-embed"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="18" height="18"><path d="M10.8284 12.0007L15.7782 16.9504L14.364 18.3646L8 12.0007L14.364 5.63672L15.7782 7.05093L10.8284 12.0007Z" fill="rgba(0,0,0,1)"></path></svg></div><div class="text-size-small text-weight-medium">COMPANY</div></div></div><a href="/company" class="new_nav_dropdown-full w-inline-block"><div class="new_nav_dropdown-link"><div class="text-size-regular text-weight-semibold">About Us</div><p class="text-size-small text-weight-normal">Anomali is the leader in modernizing security operations with the power of analytics, intelligence, automation, and AI to deliver breakthrough levels of  visibility, threat detection and response, and cyber exposure management.</p></div></a><a href="/company/leadership" class="new_nav_dropdown-full is-2 w-inline-block"><div class="new_nav_dropdown-link"><div class="text-size-regular text-weight-semibold">Leadership</div></div></a><a href="/company/careers" class="new_nav_dropdown-full is-2 w-inline-block"><div class="new_nav_dropdown-link"><div class="text-size-regular text-weight-semibold">Careers</div></div></a><a href="/press-room" class="new_nav_dropdown-full is-2 w-inline-block"><div class="new_nav_dropdown-link"><div class="text-size-regular text-weight-semibold">Press Room</div></div></a><a href="/company/awards" class="new_nav_dropdown-full is-2 w-inline-block"><div class="new_nav_dropdown-link"><div class="text-size-regular text-weight-semibold">Awards</div></div></a><a href="/company/reviews" class="new_nav_dropdown-full is-2 w-inline-block"><div class="new_nav_dropdown-link"><div class="text-size-regular text-weight-semibold">Reviews</div></div></a><a href="/contact" class="new_nav_dropdown-full is-2 w-inline-block"><div class="new_nav_dropdown-link"><div class="text-size-regular text-weight-semibold">Contact Us</div></div></a><a href="/request-a-demo" class="new_nav_dropdown-full is-2 w-inline-block"><div class="new_nav_dropdown-link"><div class="text-size-regular text-weight-semibold">Schedule a Demo</div></div></a></div></div></div></div></nav></div></div></div></div></div><div class="navbar-sticky navbar3"><div class="padding-global"><div class="container-large"><div data-animation="default" class="navbar padding-bottom-0 tablet-version w-nav" data-easing2="ease" fs-scrolldisable-element="smart-nav" data-easing="ease" data-collapse="medium" data-w-id="0c6e9625-048c-696f-e1ce-466d6ae2ca30" role="banner" data-duration="400"><div class="navbar_wrapper"><div class="navbar_inside-wrapper"><div class="navbar_sticky-wrapper navbar3"><div class="navbar3_logo-wrapper"><a href="/" class="w-nav-brand"><img width="200" height="Auto" alt="" src="https://cdn.prod.website-files.com/6453db2ad32b573c40a15c49/6615615b4e92d82289e9b0be_anomali%20logo%20white.svg" loading="lazy" class="navbar3_logo is-new"/></a></div><div class="navbar3_menu"><div data-delay="0" data-hover="false" class="navbar2_menu-item w-dropdown"><div fs-selectcustom-element="label" class="navbar3_link w-dropdown-toggle"><div class="navbar2_link-text"><div class="navbar2_link-text">Products</div><div class="navbar2_menu-arrow w-embed"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M13 6L8 11L3 6" stroke="CurrentColor" stroke-width="1.5"/> </svg></div></div></div><nav class="navbar3_link-dropdown w-dropdown-list"><div class="new_nav_dropdown-layout"><div class="new_nav_dropdown-links-list"><a href="/platform" class="new_nav_dropdown-links-item full-link w-inline-block"><div class="new_nav_dropdown-link"><div class="text-size-regular text-weight-semibold">The Anomali Platform</div><p class="text-size-small text-weight-normal">The industry-leading AI-Powered solution elevating your security operations and defense capabilities in one platform. We consolidate your tech stack; give you never before seen speed scale and performance at less cost, empower your team, and help retain them. Simply different.</p></div></a><div class="new_nav_dropdown-links-item"><div class="text-size-regular text-weight-semibold">Security Automation</div><div class="new_nav_dropdown-link-wrapoper"><a href="/products/copilot" class="new_nav_dropdown-link w-inline-block"><div class="text-size-small text-weight-semibold">Anomali Copilot</div><p class="text-size-small text-weight-normal">Immediate, correlated insight: Search petabytes of data in seconds.</p></a><a href="#" class="new_nav_dropdown-link hide w-inline-block"><div class="text-size-small text-weight-semibold">Integrator</div><p class="text-size-small text-weight-normal">Automate response: Transform risk insights into real-time protections.</p></a></div></div><div class="new_nav_dropdown-links-item"><div class="text-size-regular text-weight-semibold">Detection and Response</div><div class="new_nav_dropdown-link-wrapoper"><a href="/products/security-analytics" class="new_nav_dropdown-link w-inline-block"><div class="text-size-small text-weight-semibold">Anomali Security Analytics</div><p class="text-size-small text-weight-normal">Big data security analytics: Threat detection across all of your digital assets at a fraction of the cost.</p></a></div></div><div class="new_nav_dropdown-links-item"><div class="text-size-regular text-weight-semibold">Threat Intelligence</div><div class="new_nav_dropdown-link-wrapoper"><a href="/products/threatstream" class="new_nav_dropdown-link w-inline-block"><div class="text-size-small text-weight-semibold">Anomali ThreatStream</div><p class="text-size-small text-weight-normal">The external landscape: From data to insights in minutes.</p></a><a href="#" class="new_nav_dropdown-link hide w-inline-block"><div class="text-size-small text-weight-semibold">Anomali Intelligence Channels</div><p class="text-size-small text-weight-normal">Your curated intelligence: Accelerate your time to protection.</p></a></div></div><a id="w-node-_0c6e9625-048c-696f-e1ce-466d6ae2ca6c-07e133ca" href="/siem-consolidation" class="button-v2 is-secondary is-navbar w-button">Navigating the siem storm?</a></div></div></nav></div><div data-delay="0" data-hover="false" class="navbar2_menu-item w-dropdown"><div class="navbar3_link w-dropdown-toggle"><div class="navbar2_link-text"><div class="navbar2_link-text">Marketplace</div><div class="navbar2_menu-arrow w-embed"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M13 6L8 11L3 6" stroke="CurrentColor" stroke-width="1.5"/> </svg></div></div></div><nav class="navbar3_link-dropdown w-dropdown-list"><div class="new_nav_dropdown-layout is-75"><div class="new_nav_dropdown-links-list _3-col"><a href="/marketplace" class="new_nav_dropdown-links-item full-link w-inline-block"><div class="new_nav_dropdown-link"><div class="text-size-regular text-weight-semibold">The Anomali Marketplace</div><p class="text-size-small text-weight-normal">A unique cybersecurity marketplace providing instant access to a growing catalog of threat intelligence providers, integration partners, and threat analysis tools.</p></div></a><div class="new_nav_dropdown-links-item"><div class="text-size-regular text-weight-semibold">Marketplace Offerings</div><div class="new_nav_dropdown-link-wrapoper"><a href="/marketplace/threat-intelligence-feeds" class="new_nav_dropdown-link w-inline-block"><div class="text-size-small text-weight-semibold">Threat Intelligence Feeds</div><p class="text-size-small text-weight-normal">Trial and purchase threat intelligence feeds from Anomali partners – find the right intelligence for your organization, industry, geography, threat type, and more.</p></a><a href="/marketplace/threat-analysis-tools" class="new_nav_dropdown-link w-inline-block"><div class="text-size-small text-weight-semibold">Threat Analysis Tools and Enrichments</div><p class="text-size-small text-weight-normal">Gain the tools to pivot quickly from one piece of information to look up other sources of data to get a complete picture of a threat – all one click away.</p></a></div></div><div class="new_nav_dropdown-links-item"><div class="text-size-regular text-weight-semibold">For Partners</div><div class="new_nav_dropdown-link-wrapoper"><a href="/marketplace/security-system-partners" aria-current="page" class="new_nav_dropdown-link w-inline-block w--current"><div class="text-size-small text-weight-semibold">Security System Partners</div><p class="text-size-small text-weight-normal">Anomali seamlessly integrates with many Security and IT systems to operationalize threat intelligence cost.</p></a><a href="/marketplace" class="new_nav_dropdown-link w-inline-block"><div class="text-size-small text-weight-semibold">Marketplace for Partners</div><p class="text-size-small text-weight-normal">The Anomali Technology Partner Program provides technology partners everything they need to develop innovative and differentiated product and service integrations that complement Anomali’s solution portfolio designed to stop breaches and attackers.</p></a></div></div></div></div></nav></div><div data-delay="0" data-hover="false" class="navbar2_menu-item w-dropdown"><div class="navbar3_link w-dropdown-toggle"><div class="navbar2_link-text"><div class="navbar2_link-text">Resources</div><div class="navbar2_menu-arrow w-embed"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M13 6L8 11L3 6" stroke="CurrentColor" stroke-width="1.5"/> </svg></div></div></div><nav class="navbar3_link-dropdown w-dropdown-list"><div class="new_nav_dropdown-layout"><div class="new_nav_dropdown-links-list _5-col"><div class="new_nav_dropdown-links-item full-link"><div class="text-size-regular text-weight-semibold">Libraries</div><div class="new_nav_dropdown-link-wrapoper"><a href="/resources" class="new_nav_dropdown-link w-inline-block"><div class="text-size-small text-weight-semibold">Resources</div><p class="text-size-small text-weight-normal">Upcoming and on-demand webinars, brochures and datasheets, industry reports and white papers, case studies, and more.</p></a><a href="/company/events" class="new_nav_dropdown-link w-inline-block"><div class="text-size-small text-weight-semibold">Events</div><p class="text-size-small text-weight-normal">Join Anomali for any of our online or in-person events throughout the year to learn how we can help you achieve your cyber security goals. We&#x27;d love to see you online or 
in-person!</p></a></div></div><div class="new_nav_dropdown-links-item hide"><div class="text-size-regular text-weight-semibold">AI Automation</div><div class="new_nav_dropdown-link-wrapoper"><a href="#" class="new_nav_dropdown-link w-inline-block"><div class="text-size-small text-weight-semibold">What is Copilot?</div></a></div></div><div class="new_nav_dropdown-links-item"><div class="text-size-regular text-weight-semibold">Threat Intelligence</div><div class="new_nav_dropdown-link-wrapoper"><a href="/resources/what-is-threat-intelligence" class="new_nav_dropdown-link w-inline-block"><div class="text-size-small text-weight-semibold">What is Threat Intelligence?</div></a><a href="/resources/sharing-threat-intelligence" class="new_nav_dropdown-link w-inline-block"><div class="text-size-small text-weight-semibold">Threat Intelligence Sharing</div></a><a href="/resources/what-is-a-tip" class="new_nav_dropdown-link w-inline-block"><div class="text-size-small text-weight-semibold">What is a Threat Intelligence Platform?</div></a><a href="/resources/what-is-a-cyber-fusion-center" class="new_nav_dropdown-link w-inline-block"><div class="text-size-small text-weight-semibold">What is a Cyber Fusion Center?</div></a></div></div><div class="new_nav_dropdown-links-item"><div class="text-size-regular text-weight-semibold">Security Analytics</div><div class="new_nav_dropdown-link-wrapoper"><a href="/resources/what-is-security-analytics" class="new_nav_dropdown-link w-inline-block"><div class="text-size-small text-weight-semibold">What is Security Analytics?</div></a><a href="/resources/what-is-soar" class="new_nav_dropdown-link w-inline-block"><div class="text-size-small text-weight-semibold">What is SOAR?</div></a><a href="/resources/understanding-threat-exposure-management" class="new_nav_dropdown-link w-inline-block"><div class="text-size-small text-weight-semibold">What is Threat Exposure Management?</div></a><a href="/resources/what-is-threat-detection-investigation-and-response" class="new_nav_dropdown-link w-inline-block"><div class="text-size-small text-weight-semibold">What is Threat Detection, Investigation, and Response?</div></a><a href="/resources/evolution-future-of-siem" class="new_nav_dropdown-link w-inline-block"><div class="text-size-small text-weight-semibold">The Evolution and Future of SIEM</div></a></div></div><div class="new_nav_dropdown-links-item"><div class="text-size-regular text-weight-semibold">Security Frameworks</div><div class="new_nav_dropdown-link-wrapoper"><a href="/resources/what-are-stix-taxii" class="new_nav_dropdown-link w-inline-block"><div class="text-size-small text-weight-semibold">What Are STIX/TAXII?</div></a><a href="/resources/what-is-mitre-attack-and-how-is-it-useful" class="new_nav_dropdown-link w-inline-block"><div class="text-size-small text-weight-semibold">What is MITRE ATTACK?</div></a></div></div><div id="w-node-_0c6e9625-048c-696f-e1ce-466d6ae2cae4-07e133ca" class="new_nav_dropdown-links-item"><div class="text-size-regular text-weight-semibold">Free Tools</div><div class="new_nav_dropdown-link-wrapoper"><a href="/resources/staxx" class="new_nav_dropdown-link w-inline-block"><div class="text-size-small text-weight-semibold">STAXX</div><p class="text-size-small text-weight-normal">STAXX gives you an easy way to access any STIX/TAXII feed.</p></a></div></div></div></div></nav></div><div data-delay="0" data-hover="false" class="navbar2_menu-item w-dropdown"><div class="navbar3_link w-dropdown-toggle"><div class="navbar2_link-text"><div class="navbar2_link-text">Partners</div><div class="navbar2_menu-arrow w-embed"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M13 6L8 11L3 6" stroke="CurrentColor" stroke-width="1.5"/> </svg></div></div></div><nav class="navbar3_link-dropdown w-dropdown-list"><div class="new_nav_dropdown-layout"><div class="new_nav_dropdown-links-list _4-col"><div class="new_nav_dropdown-links-item full-link"><div class="new_nav_dropdown-link-wrapoper no-header"><a href="/partners" class="new_nav_dropdown-link w-inline-block"><div class="text-size-regular text-weight-semibold">Partners Overview</div><p class="text-size-small text-weight-normal">Anomali is dedicated to fostering strong partnerships, ensuring shared success and growth through collaborative innovation and mutual support.</p></a><a href="/partners/directory" class="new_nav_dropdown-link w-inline-block"><div class="text-size-small text-weight-semibold">Browse our Partner Directory</div></a></div></div><div class="new_nav_dropdown-links-item"><div class="new_nav_dropdown-link-wrapoper no-header"><a href="/partners/channel" class="new_nav_dropdown-link w-inline-block"><div class="text-size-regular text-weight-semibold">Channel Partners</div><p class="text-size-small text-weight-normal">We help MSSPs, resellers, system integrators, and distributors enable their customers with accelerated investigation and response, improved visibility, and automated SOC operations.</p></a><a href="/partners/channel/apply" class="new_nav_dropdown-link w-inline-block"><div class="text-size-small text-weight-semibold">Become a Channel Partner</div></a><a href="https://anomali.channeltivity.com/Login" target="_blank" class="new_nav_dropdown-link w-inline-block"><div class="text-size-small text-weight-semibold">Visit the Partner Portal</div></a></div></div><div id="w-node-_0c6e9625-048c-696f-e1ce-466d6ae2cb0d-07e133ca" class="new_nav_dropdown-links-item"><div class="new_nav_dropdown-link-wrapoper no-header"><a href="/partners/technology" class="new_nav_dropdown-link w-inline-block"><div class="text-size-regular text-weight-semibold">Technology Alliance Partners</div><p class="text-size-small text-weight-normal">We offer a robust set of APIs and Sales Development Kits (SDKs) to seamlessly integrate with other technologies and help deliver better business outcomes for customers.</p></a><a href="/partners/technology/apply" class="new_nav_dropdown-link w-inline-block"><div class="text-size-small text-weight-semibold">Become a Technology Alliance Partner</div></a></div></div><div class="new_nav_dropdown-links-item"><div class="new_nav_dropdown-link-wrapoper no-header"><a href="/partners/threat-intel-sharing" class="new_nav_dropdown-link w-inline-block"><div class="text-size-regular text-weight-semibold">Threat Intel Sharing</div><p class="text-size-small text-weight-normal">We offer the leading global threat sharing platform for ISACs, ISAOs, industry groups, holding companies, and other threat intel sharing communities seeking to power secure collaboration.</p></a><a href="/partners/threat-intel-sharing/apply" class="new_nav_dropdown-link w-inline-block"><div class="text-size-small text-weight-semibold">Become a Threat Intelligence Sharing Partner</div></a></div></div></div></div></nav></div><div data-delay="0" data-hover="false" class="navbar2_menu-item w-dropdown"><div class="navbar3_link w-dropdown-toggle"><div class="navbar2_link-text"><div class="navbar2_link-text">Company</div><div class="navbar2_menu-arrow w-embed"><svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M13 6L8 11L3 6" stroke="CurrentColor" stroke-width="1.5"/> </svg></div></div></div><nav class="navbar3_link-dropdown w-dropdown-list"><div class="new_nav_dropdown-layout is-75"><div class="new_nav_dropdown-links-list _3-col"><div class="new_nav_dropdown-links-item"><div class="new_nav_dropdown-link-wrapoper no-header"><a href="/company" class="new_nav_dropdown-link w-inline-block"><div class="text-size-small text-weight-semibold">About Us</div><p class="text-size-small text-weight-normal">Anomali is a revolutionary AI-Powered Security Operations Platform that is the first and only solution to bring together security operations and defense capabilities into one proprietary cloud-native big data solution.</p></a><a href="/company/leadership" class="new_nav_dropdown-link w-inline-block"><div class="text-size-small text-weight-semibold">Leadership</div></a><a href="/company/careers" class="new_nav_dropdown-link w-inline-block"><div class="text-size-small text-weight-semibold">Careers</div></a></div></div><div class="new_nav_dropdown-links-item"><div class="new_nav_dropdown-link-wrapoper no-header"><a href="/press-room" class="new_nav_dropdown-link w-inline-block"><div class="text-size-small text-weight-semibold">Press Room</div></a><a href="/company/reviews" class="new_nav_dropdown-link w-inline-block"><div class="text-size-small text-weight-semibold">Reviews</div></a><a href="/company/awards" class="new_nav_dropdown-link w-inline-block"><div class="text-size-small text-weight-semibold">Awards</div></a></div></div><div class="new_nav_dropdown-links-item"><div class="new_nav_dropdown-link-wrapoper no-header"><a href="/contact" class="new_nav_dropdown-link w-inline-block"><div class="text-size-small text-weight-semibold">Contact Us</div></a><a href="/request-a-demo" class="new_nav_dropdown-link w-inline-block"><div class="text-size-small text-weight-semibold">Schedule a Demo</div></a></div></div></div></div></nav></div><div class="button-group"><a href="/request-a-demo" class="button-v2 w-button">Schedule A Demo</a></div><div class="wg-element-wrapper sw5 w-locales-list"><div data-delay="300" data-hover="false" data-w-id="0c6e9625-048c-696f-e1ce-466d6ae2cb4e" class="wg-dropdown-1 w-dropdown"><div class="wg-dd-1-togle w-dropdown-toggle"><div class="navbar2_link-text hide">en</div><div class="lang_icon-wrapper"><div class="icon-1x1-regular is-new w-embed"><svg width="100%" height="100%" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg"> <g clip-path="url(#clip0_458_3116)"> <path d="M7.96667 15.9668C12.0904 15.9668 15.4333 12.6238 15.4333 8.50011C15.4333 4.37639 12.0904 1.03345 7.96667 1.03345C3.84294 1.03345 0.5 4.37639 0.5 8.50011C0.5 12.6238 3.84294 15.9668 7.96667 15.9668Z" stroke="black" stroke-miterlimit="10"/> <path d="M2.5 13.5133C3.84933 12.164 5.716 11.3267 7.78 11.3267C9.844 11.3267 11.7107 12.164 13.06 13.5133" stroke="black" stroke-miterlimit="10"/> <path d="M13.06 3.48657C11.7107 4.83591 9.844 5.67324 7.78 5.67324C5.716 5.67324 3.84933 4.83591 2.5 3.48657" stroke="black" stroke-miterlimit="10"/> <path d="M7.98833 15.9668C9.3626 15.9668 10.4767 12.6238 10.4767 8.50011C10.4767 4.37639 9.3626 1.03345 7.98833 1.03345C6.61406 1.03345 5.5 4.37639 5.5 8.50011C5.5 12.6238 6.61406 15.9668 7.98833 15.9668Z" stroke="black" stroke-miterlimit="10"/> <path d="M0.5 8.5H15.4333" stroke="black" stroke-miterlimit="10"/> </g> <defs> <clipPath id="clip0_458_3116"> <rect width="16" height="16" fill="white" transform="translate(0 0.5)"/> </clipPath> </defs> </svg></div></div></div><nav data-w-id="0c6e9625-048c-696f-e1ce-466d6ae2cb54" class="wg-dd-1-list w-dropdown-list"><div role="list" class="w-locales-items"><div role="listitem" class="locale w-locales-item"><a hreflang="en" href="/marketplace/security-system-partners" aria-current="page" class="wg-dropdown-1-link w--current">English</a></div><div role="listitem" class="locale w-locales-item"><a hreflang="es" href="/es/marketplace/security-system-partners" class="wg-dropdown-1-link">Español</a></div><div role="listitem" class="locale w-locales-item"><a hreflang="fr-FR" href="/fr/marketplace/security-system-partners" class="wg-dropdown-1-link">Français</a></div><div role="listitem" class="locale w-locales-item"><a hreflang="it" href="/it/marketplace/security-system-partners" class="wg-dropdown-1-link">Italiano</a></div></div></nav></div></div></div></div></div></div></div></div></div></div><div class="navbar_script hide w-embed w-script"><script src="https://code.jquery.com/jquery-3.6.0.min.js"></script> <!--Navbar Sticky Style Start--> <style> .navbar2_menu-arrow { transform: rotate(0deg); } body { margin: 0; padding: 0; } .content { height: 2000px; /* Replace with the actual height of your content */ padding: 20px; /* Adjust padding to your design */ } .navbar-sticky { position: sticky; top: 0; z-index: 100; background-color: white; } </style> <!--Navbar Sticky Style End--> <script> $(document).ready(function() { $('.navbar2_dropdown-link').hover( function() { $(this).click(); } ); }); /*Navbar Sticky Start*/ /*var navbar = document.querySelector(".navbar-sticky"); var navbarOffsetTop = navbar.offsetTop; var heightBox = document.querySelector(".height-box"); // Add this line to select the .height-box element window.addEventListener("scroll", function () { if (window.scrollY >= navbarOffsetTop) { navbar.style.position = "fixed"; navbar.style.top = "0"; heightBox.style.display = "block"; // Show the .height-box element } else { navbar.style.position = "relative"; heightBox.style.display = "none"; // Hide the .height-box element } });*/ /*Navbar Sticky End*/ var navbar = document.querySelector('.navbar-sticky'); var navbarOffsetTop = navbar.offsetTop; var heightBox = document.querySelector('.height-box'); window.addEventListener('scroll', function() { if (window.innerWidth >= 992) { if (window.scrollY >= navbarOffsetTop) { navbar.style.position = 'fixed'; navbar.style.top = '0'; heightBox.style.display = 'block'; } else { navbar.style.position = 'relative'; heightBox.style.display = 'none'; } } }); </script> <script> document.addEventListener('DOMContentLoaded', function() { var currentlyOpenDropdown = null; var dropdowns = document.querySelectorAll('.navbar2_menu-item'); dropdowns.forEach(function(dropdown) { var arrow = dropdown.querySelector('.navbar2_menu-arrow'); var navbar3Links = dropdown.querySelectorAll('.navbar3_link'); dropdown.addEventListener('click', function(event) { event.stopPropagation(); // Stop event propagation to prevent document click from immediately closing the dropdown if (currentlyOpenDropdown && currentlyOpenDropdown !== dropdown) { var previousArrow = currentlyOpenDropdown.querySelector('.navbar2_menu-arrow'); previousArrow.style.transition = 'transform 0.2s ease'; previousArrow.style.transform = 'rotate(0deg)'; currentlyOpenDropdown.classList.remove('w--open'); toggleFontStyle(currentlyOpenDropdown, false); } dropdown.classList.toggle('w--open'); currentlyOpenDropdown = dropdown; if (dropdown.classList.contains('w--open')) { arrow.style.transition = 'transform 0.2s ease'; arrow.style.transform = 'rotate(180deg)'; toggleFontStyle(dropdown, true); } else { arrow.style.transition = 'transform 0.2s ease'; arrow.style.transform = 'rotate(0deg)'; currentlyOpenDropdown = null; toggleFontStyle(dropdown, false); } }); }); // Event listener to close the dropdown when clicking outside of it document.body.addEventListener('click', function() { if (currentlyOpenDropdown) { var arrow = currentlyOpenDropdown.querySelector('.navbar2_menu-arrow'); arrow.style.transition = 'transform 0.2s ease'; arrow.style.transform = 'rotate(0deg)'; currentlyOpenDropdown.classList.remove('w--open'); toggleFontStyle(currentlyOpenDropdown, false); currentlyOpenDropdown = null; } }); function toggleFontStyle(dropdown, isOpen) { var navbar3Links = dropdown.querySelectorAll('.navbar3_link'); navbar3Links.forEach(function(link) { link.style.transition = 'color 0.2s ease, font-weight 0.2s ease'; // Add transition for color and font weight change link.style.color = isOpen ? '#002B71' : '#000000'; link.style.fontWeight = isOpen ? '600' : 'normal'; // Change font weight to 600 when dropdown is open, otherwise, reset to normal }); } }); </script></div></header></header><main class="main-wrapper"><header class="section_header text-color-white"><div class="padding-global"><div class="container-large"><div class="padding-section-xlarge padding-bottom-xxlarge tablet-version"><div class="w-layout-grid header_component"><div class="header_content"><div class="margin-bottom margin-xsmall"><div class="text-style-label">Anomali Marketplace</div></div><div class="margin-bottom margin-small"><h1 class="hide">Connect with the Anomali CISO community</h1><div class="header_item is-1"><h1>Anomali Preferred Partner Store</h1></div></div><p>The only marketplace for threat intelligence, enrichments, and integrations.</p><div class="margin-top margin-small"></div><div class="margin-top margin-medium"><div class="button-group"></div></div></div><div class="header_content-image-wrapper hide-tablet"></div></div></div></div></div><div class="header_background-image-wrapper"><img src="https://cdn.prod.website-files.com/6453db2ad32b573c40a15c49/646cfdaf820b84e0484c6e51_Anomali.jpg" loading="eager" alt="" class="header_background-image"/><div class="header-overlay-blue"></div></div><div class="section-border_wrapper margin-bottom-minus position-absolute-bottom align-bottom"><img src="https://cdn.prod.website-files.com/6453db2ad32b573c40a15c49/647e12f75670de3efddd1cd8_v-shape-white.svg" loading="lazy" alt="" class="v-shaped-border"/></div></header><div class="section_tab"><div class="padding-section-xsmall"><div class="tab_tabs-menu"><a href="/marketplace" class="tab_tabs-link w-inline-block"><div>Overview</div></a><a href="/marketplace/threat-intelligence-feeds" class="tab_tabs-link w-inline-block"><div>Threat Intelligence Feeds</div></a><a href="/marketplace/threat-analysis-tools" class="tab_tabs-link w-inline-block"><div>Threat Analysis Tools</div></a><a href="/marketplace/security-system-partners" aria-current="page" class="tab_tabs-link w-inline-block w--current"><div>Security System Partners</div></a></div></div></div><div class="section-border_wrapper margin-bottom-minus align-bottom"><img loading="lazy" alt="" src="https://cdn.prod.website-files.com/6453db2ad32b573c40a15c49/649475ce439a7e541085b855_647e0852cf55e2b1c5266732_v-shape-blue.svg" class="v-shaped-border"/></div><div class="section_resource_cta_final background-color-alice-blue"><div class="padding-global"><div class="container-large"><div class="padding-section-large"><div class="w-layout-grid quote_layout"><div class="quote_content"><div class="margin-bottom margin-small"><h2>Turnkey integrations with your existing security infrastructure</h2></div><p>Anomali ThreatStream aggregates threat intelligence under one platform, providing an integrated set of tools to support fast, efficient investigations, and delivering &quot;operationalized&quot; threat intelligence into security controls at machine speed.</p></div><div class="quote_card background-color-oxford-blue"><p>Interested in leveraging threat intelligence in your security solution? Become an Anomali Technology Partner and let&#x27;s solve customer problems together!</p><div class="margin-top margin-medium"><a href="/marketplace/technology-partners" class="button is-secondary is-alternate w-inline-block"><div>get started</div></a></div></div></div></div></div></div></div><div class="section-border_wrapper margin-top-minus align-top"><img loading="lazy" alt="" src="https://cdn.prod.website-files.com/6453db2ad32b573c40a15c49/647e30b1bb0d2631b83dd4a0_v-shape-white-down.svg" class="v-shaped-border"/></div><div class="section_partners"><div class="padding-global"><div class="container-large"><div class="padding-section-large content-align-center"><div class="margin-bottom margin-xlarge"><div class="max-width-full"><h2>SIEM Integrations</h2><div class="margin-top margin-small"><p>Add high-fidelity threat intelligence to event data in your SIEM so your SOC analysts can focus on the real threats rather than false positives. Anomali continuously gathers and risk-ranks threat intelligence (for severity and confidence) and delivers enriched, prioritized IoCs with threat context and relevance to your SIEM for monitoring and detection of security threats in your enterprise infrastructure.<br/><br/>Anomali&#x27;s security operations ecosystem includes turnkey integrations with the leading SIEM and data lake solutions, including:<br/></p></div></div></div><div class="max-width-xlarge align-center w-dyn-list"><div fs-cmsload-resetix="true" fs-cmsload-element="list" fs-cmsfilter-element="list" role="list" class="partners_list w-dyn-items"><div role="listitem" class="w-dyn-item"><div cms-modal-trigger="cloudera" data-w-id="e7c229fa-be14-7364-b00d-05802e40acd4" class="eye-card_card position-relative overflow-hidden"><div class="eye-card_content-wrapper"><div class="eye-card_content text-align-center justify-center tablet-version"><div class="eye-card_content-top"><img alt="" src="https://cdn.prod.website-files.com/6454d31338f3f4b0b5ecdf5f/648e6af3a4ef1bc8b21345c0_logo-cloudera-v2.png" loading="lazy" class="eye-card_logo"/></div></div><div class="eye-card_triangle-shape active"></div><div class="eye-card_icon-wrapper"><div class="eye-card_icon w-embed"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M12 4C4.86536 4 0.256791 11.3689 0.173438 11.5031C0.0612427 11.6445 0.000121298 11.8196 0 12C0.000141923 12.1548 0.045192 12.3062 0.129688 12.4359C0.130724 12.4375 0.131765 12.4391 0.132813 12.4406C0.146567 12.469 4.01507 20 12 20C19.9511 20 23.8139 12.543 23.8609 12.4516C23.8641 12.4464 23.8672 12.4412 23.8703 12.4359C23.9548 12.3062 23.9999 12.1548 24 12C24 11.8203 23.9394 11.6458 23.8281 11.5047C23.8276 11.5042 23.8271 11.5036 23.8266 11.5031C23.7432 11.3689 19.1346 4 12 4ZM12 6.4C15.0928 6.4 17.6 8.9072 17.6 12C17.6 15.0928 15.0928 17.6 12 17.6C8.9072 17.6 6.4 15.0928 6.4 12C6.4 8.9072 8.9072 6.4 12 6.4ZM12 9.6C11.3635 9.6 10.753 9.85286 10.3029 10.3029C9.85286 10.753 9.6 11.3635 9.6 12C9.6 12.6365 9.85286 13.247 10.3029 13.6971C10.753 14.1471 11.3635 14.4 12 14.4C12.6365 14.4 13.247 14.1471 13.6971 13.6971C14.1471 13.247 14.4 12.6365 14.4 12C14.4 11.3635 14.1471 10.753 13.6971 10.3029C13.247 9.85286 12.6365 9.6 12 9.6Z" fill="currentcolor"/> </svg></div></div></div><div class="card_background-color-white hide"></div><div class="card_background-color-alice-blue"></div></div></div><div role="listitem" class="w-dyn-item"><div cms-modal-trigger="elasticsearch" data-w-id="e7c229fa-be14-7364-b00d-05802e40acd4" class="eye-card_card position-relative overflow-hidden"><div class="eye-card_content-wrapper"><div class="eye-card_content text-align-center justify-center tablet-version"><div class="eye-card_content-top"><img alt="" src="https://cdn.prod.website-files.com/6454d31338f3f4b0b5ecdf5f/648e6b092513001982227b3a_logo-elasticsearch.png" loading="lazy" class="eye-card_logo"/></div></div><div class="eye-card_triangle-shape active"></div><div class="eye-card_icon-wrapper"><div class="eye-card_icon w-embed"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M12 4C4.86536 4 0.256791 11.3689 0.173438 11.5031C0.0612427 11.6445 0.000121298 11.8196 0 12C0.000141923 12.1548 0.045192 12.3062 0.129688 12.4359C0.130724 12.4375 0.131765 12.4391 0.132813 12.4406C0.146567 12.469 4.01507 20 12 20C19.9511 20 23.8139 12.543 23.8609 12.4516C23.8641 12.4464 23.8672 12.4412 23.8703 12.4359C23.9548 12.3062 23.9999 12.1548 24 12C24 11.8203 23.9394 11.6458 23.8281 11.5047C23.8276 11.5042 23.8271 11.5036 23.8266 11.5031C23.7432 11.3689 19.1346 4 12 4ZM12 6.4C15.0928 6.4 17.6 8.9072 17.6 12C17.6 15.0928 15.0928 17.6 12 17.6C8.9072 17.6 6.4 15.0928 6.4 12C6.4 8.9072 8.9072 6.4 12 6.4ZM12 9.6C11.3635 9.6 10.753 9.85286 10.3029 10.3029C9.85286 10.753 9.6 11.3635 9.6 12C9.6 12.6365 9.85286 13.247 10.3029 13.6971C10.753 14.1471 11.3635 14.4 12 14.4C12.6365 14.4 13.247 14.1471 13.6971 13.6971C14.1471 13.247 14.4 12.6365 14.4 12C14.4 11.3635 14.1471 10.753 13.6971 10.3029C13.247 9.85286 12.6365 9.6 12 9.6Z" fill="currentcolor"/> </svg></div></div></div><div class="card_background-color-white hide"></div><div class="card_background-color-alice-blue"></div></div></div><div role="listitem" class="w-dyn-item"><div cms-modal-trigger="ibm-qradar" data-w-id="e7c229fa-be14-7364-b00d-05802e40acd4" class="eye-card_card position-relative overflow-hidden"><div class="eye-card_content-wrapper"><div class="eye-card_content text-align-center justify-center tablet-version"><div class="eye-card_content-top"><img alt="" src="https://cdn.prod.website-files.com/6454d31338f3f4b0b5ecdf5f/648e6aefa4ef1bc8b21342e8_logo-qradar.png" loading="lazy" class="eye-card_logo"/></div></div><div class="eye-card_triangle-shape active"></div><div class="eye-card_icon-wrapper"><div class="eye-card_icon w-embed"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M12 4C4.86536 4 0.256791 11.3689 0.173438 11.5031C0.0612427 11.6445 0.000121298 11.8196 0 12C0.000141923 12.1548 0.045192 12.3062 0.129688 12.4359C0.130724 12.4375 0.131765 12.4391 0.132813 12.4406C0.146567 12.469 4.01507 20 12 20C19.9511 20 23.8139 12.543 23.8609 12.4516C23.8641 12.4464 23.8672 12.4412 23.8703 12.4359C23.9548 12.3062 23.9999 12.1548 24 12C24 11.8203 23.9394 11.6458 23.8281 11.5047C23.8276 11.5042 23.8271 11.5036 23.8266 11.5031C23.7432 11.3689 19.1346 4 12 4ZM12 6.4C15.0928 6.4 17.6 8.9072 17.6 12C17.6 15.0928 15.0928 17.6 12 17.6C8.9072 17.6 6.4 15.0928 6.4 12C6.4 8.9072 8.9072 6.4 12 6.4ZM12 9.6C11.3635 9.6 10.753 9.85286 10.3029 10.3029C9.85286 10.753 9.6 11.3635 9.6 12C9.6 12.6365 9.85286 13.247 10.3029 13.6971C10.753 14.1471 11.3635 14.4 12 14.4C12.6365 14.4 13.247 14.1471 13.6971 13.6971C14.1471 13.247 14.4 12.6365 14.4 12C14.4 11.3635 14.1471 10.753 13.6971 10.3029C13.247 9.85286 12.6365 9.6 12 9.6Z" fill="currentcolor"/> </svg></div></div></div><div class="card_background-color-white hide"></div><div class="card_background-color-alice-blue"></div></div></div><div role="listitem" class="w-dyn-item"><div cms-modal-trigger="logrhythm" data-w-id="e7c229fa-be14-7364-b00d-05802e40acd4" class="eye-card_card position-relative overflow-hidden"><div class="eye-card_content-wrapper"><div class="eye-card_content text-align-center justify-center tablet-version"><div class="eye-card_content-top"><img alt="" src="https://cdn.prod.website-files.com/6454d31338f3f4b0b5ecdf5f/648e6af0a4ef1bc8b2134351_logo-logrhytm.png" loading="lazy" class="eye-card_logo"/></div></div><div class="eye-card_triangle-shape active"></div><div class="eye-card_icon-wrapper"><div class="eye-card_icon w-embed"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M12 4C4.86536 4 0.256791 11.3689 0.173438 11.5031C0.0612427 11.6445 0.000121298 11.8196 0 12C0.000141923 12.1548 0.045192 12.3062 0.129688 12.4359C0.130724 12.4375 0.131765 12.4391 0.132813 12.4406C0.146567 12.469 4.01507 20 12 20C19.9511 20 23.8139 12.543 23.8609 12.4516C23.8641 12.4464 23.8672 12.4412 23.8703 12.4359C23.9548 12.3062 23.9999 12.1548 24 12C24 11.8203 23.9394 11.6458 23.8281 11.5047C23.8276 11.5042 23.8271 11.5036 23.8266 11.5031C23.7432 11.3689 19.1346 4 12 4ZM12 6.4C15.0928 6.4 17.6 8.9072 17.6 12C17.6 15.0928 15.0928 17.6 12 17.6C8.9072 17.6 6.4 15.0928 6.4 12C6.4 8.9072 8.9072 6.4 12 6.4ZM12 9.6C11.3635 9.6 10.753 9.85286 10.3029 10.3029C9.85286 10.753 9.6 11.3635 9.6 12C9.6 12.6365 9.85286 13.247 10.3029 13.6971C10.753 14.1471 11.3635 14.4 12 14.4C12.6365 14.4 13.247 14.1471 13.6971 13.6971C14.1471 13.247 14.4 12.6365 14.4 12C14.4 11.3635 14.1471 10.753 13.6971 10.3029C13.247 9.85286 12.6365 9.6 12 9.6Z" fill="currentcolor"/> </svg></div></div></div><div class="card_background-color-white hide"></div><div class="card_background-color-alice-blue"></div></div></div><div role="listitem" class="w-dyn-item"><div cms-modal-trigger="intel-mcafee-nitro" data-w-id="e7c229fa-be14-7364-b00d-05802e40acd4" class="eye-card_card position-relative overflow-hidden"><div class="eye-card_content-wrapper"><div class="eye-card_content text-align-center justify-center tablet-version"><div class="eye-card_content-top"><img alt="" src="https://cdn.prod.website-files.com/6454d31338f3f4b0b5ecdf5f/648e6af1f30950587127b236_logo-nitrosecurity.png" loading="lazy" class="eye-card_logo"/></div></div><div class="eye-card_triangle-shape active"></div><div class="eye-card_icon-wrapper"><div class="eye-card_icon w-embed"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M12 4C4.86536 4 0.256791 11.3689 0.173438 11.5031C0.0612427 11.6445 0.000121298 11.8196 0 12C0.000141923 12.1548 0.045192 12.3062 0.129688 12.4359C0.130724 12.4375 0.131765 12.4391 0.132813 12.4406C0.146567 12.469 4.01507 20 12 20C19.9511 20 23.8139 12.543 23.8609 12.4516C23.8641 12.4464 23.8672 12.4412 23.8703 12.4359C23.9548 12.3062 23.9999 12.1548 24 12C24 11.8203 23.9394 11.6458 23.8281 11.5047C23.8276 11.5042 23.8271 11.5036 23.8266 11.5031C23.7432 11.3689 19.1346 4 12 4ZM12 6.4C15.0928 6.4 17.6 8.9072 17.6 12C17.6 15.0928 15.0928 17.6 12 17.6C8.9072 17.6 6.4 15.0928 6.4 12C6.4 8.9072 8.9072 6.4 12 6.4ZM12 9.6C11.3635 9.6 10.753 9.85286 10.3029 10.3029C9.85286 10.753 9.6 11.3635 9.6 12C9.6 12.6365 9.85286 13.247 10.3029 13.6971C10.753 14.1471 11.3635 14.4 12 14.4C12.6365 14.4 13.247 14.1471 13.6971 13.6971C14.1471 13.247 14.4 12.6365 14.4 12C14.4 11.3635 14.1471 10.753 13.6971 10.3029C13.247 9.85286 12.6365 9.6 12 9.6Z" fill="currentcolor"/> </svg></div></div></div><div class="card_background-color-white hide"></div><div class="card_background-color-alice-blue"></div></div></div><div role="listitem" class="w-dyn-item"><div cms-modal-trigger="arcsight" data-w-id="e7c229fa-be14-7364-b00d-05802e40acd4" class="eye-card_card position-relative overflow-hidden"><div class="eye-card_content-wrapper"><div class="eye-card_content text-align-center justify-center tablet-version"><div class="eye-card_content-top"><img alt="" src="https://cdn.prod.website-files.com/6454d31338f3f4b0b5ecdf5f/648e6af4f30950587127b34b_logo-micro-focus.png" loading="lazy" class="eye-card_logo"/></div></div><div class="eye-card_triangle-shape active"></div><div class="eye-card_icon-wrapper"><div class="eye-card_icon w-embed"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M12 4C4.86536 4 0.256791 11.3689 0.173438 11.5031C0.0612427 11.6445 0.000121298 11.8196 0 12C0.000141923 12.1548 0.045192 12.3062 0.129688 12.4359C0.130724 12.4375 0.131765 12.4391 0.132813 12.4406C0.146567 12.469 4.01507 20 12 20C19.9511 20 23.8139 12.543 23.8609 12.4516C23.8641 12.4464 23.8672 12.4412 23.8703 12.4359C23.9548 12.3062 23.9999 12.1548 24 12C24 11.8203 23.9394 11.6458 23.8281 11.5047C23.8276 11.5042 23.8271 11.5036 23.8266 11.5031C23.7432 11.3689 19.1346 4 12 4ZM12 6.4C15.0928 6.4 17.6 8.9072 17.6 12C17.6 15.0928 15.0928 17.6 12 17.6C8.9072 17.6 6.4 15.0928 6.4 12C6.4 8.9072 8.9072 6.4 12 6.4ZM12 9.6C11.3635 9.6 10.753 9.85286 10.3029 10.3029C9.85286 10.753 9.6 11.3635 9.6 12C9.6 12.6365 9.85286 13.247 10.3029 13.6971C10.753 14.1471 11.3635 14.4 12 14.4C12.6365 14.4 13.247 14.1471 13.6971 13.6971C14.1471 13.247 14.4 12.6365 14.4 12C14.4 11.3635 14.1471 10.753 13.6971 10.3029C13.247 9.85286 12.6365 9.6 12 9.6Z" fill="currentcolor"/> </svg></div></div></div><div class="card_background-color-white hide"></div><div class="card_background-color-alice-blue"></div></div></div><div role="listitem" class="w-dyn-item"><div cms-modal-trigger="microsoft-azure-sentinel" data-w-id="e7c229fa-be14-7364-b00d-05802e40acd4" class="eye-card_card position-relative overflow-hidden"><div class="eye-card_content-wrapper"><div class="eye-card_content text-align-center justify-center tablet-version"><div class="eye-card_content-top"><img alt="" src="https://cdn.prod.website-files.com/6454d31338f3f4b0b5ecdf5f/648e6b102513001982227d21_partner-azure-sentinel.png" loading="lazy" class="eye-card_logo"/></div></div><div class="eye-card_triangle-shape active"></div><div class="eye-card_icon-wrapper"><div class="eye-card_icon w-embed"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M12 4C4.86536 4 0.256791 11.3689 0.173438 11.5031C0.0612427 11.6445 0.000121298 11.8196 0 12C0.000141923 12.1548 0.045192 12.3062 0.129688 12.4359C0.130724 12.4375 0.131765 12.4391 0.132813 12.4406C0.146567 12.469 4.01507 20 12 20C19.9511 20 23.8139 12.543 23.8609 12.4516C23.8641 12.4464 23.8672 12.4412 23.8703 12.4359C23.9548 12.3062 23.9999 12.1548 24 12C24 11.8203 23.9394 11.6458 23.8281 11.5047C23.8276 11.5042 23.8271 11.5036 23.8266 11.5031C23.7432 11.3689 19.1346 4 12 4ZM12 6.4C15.0928 6.4 17.6 8.9072 17.6 12C17.6 15.0928 15.0928 17.6 12 17.6C8.9072 17.6 6.4 15.0928 6.4 12C6.4 8.9072 8.9072 6.4 12 6.4ZM12 9.6C11.3635 9.6 10.753 9.85286 10.3029 10.3029C9.85286 10.753 9.6 11.3635 9.6 12C9.6 12.6365 9.85286 13.247 10.3029 13.6971C10.753 14.1471 11.3635 14.4 12 14.4C12.6365 14.4 13.247 14.1471 13.6971 13.6971C14.1471 13.247 14.4 12.6365 14.4 12C14.4 11.3635 14.1471 10.753 13.6971 10.3029C13.247 9.85286 12.6365 9.6 12 9.6Z" fill="currentcolor"/> </svg></div></div></div><div class="card_background-color-white hide"></div><div class="card_background-color-alice-blue"></div></div></div><div role="listitem" class="w-dyn-item"><div cms-modal-trigger="rsa-netwitness" data-w-id="e7c229fa-be14-7364-b00d-05802e40acd4" class="eye-card_card position-relative overflow-hidden"><div class="eye-card_content-wrapper"><div class="eye-card_content text-align-center justify-center tablet-version"><div class="eye-card_content-top"><img alt="" src="https://cdn.prod.website-files.com/6454d31338f3f4b0b5ecdf5f/648e6ae28d10f41c9cca2402_logo-rsa-ready.png" loading="lazy" class="eye-card_logo"/></div></div><div class="eye-card_triangle-shape active"></div><div class="eye-card_icon-wrapper"><div class="eye-card_icon w-embed"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M12 4C4.86536 4 0.256791 11.3689 0.173438 11.5031C0.0612427 11.6445 0.000121298 11.8196 0 12C0.000141923 12.1548 0.045192 12.3062 0.129688 12.4359C0.130724 12.4375 0.131765 12.4391 0.132813 12.4406C0.146567 12.469 4.01507 20 12 20C19.9511 20 23.8139 12.543 23.8609 12.4516C23.8641 12.4464 23.8672 12.4412 23.8703 12.4359C23.9548 12.3062 23.9999 12.1548 24 12C24 11.8203 23.9394 11.6458 23.8281 11.5047C23.8276 11.5042 23.8271 11.5036 23.8266 11.5031C23.7432 11.3689 19.1346 4 12 4ZM12 6.4C15.0928 6.4 17.6 8.9072 17.6 12C17.6 15.0928 15.0928 17.6 12 17.6C8.9072 17.6 6.4 15.0928 6.4 12C6.4 8.9072 8.9072 6.4 12 6.4ZM12 9.6C11.3635 9.6 10.753 9.85286 10.3029 10.3029C9.85286 10.753 9.6 11.3635 9.6 12C9.6 12.6365 9.85286 13.247 10.3029 13.6971C10.753 14.1471 11.3635 14.4 12 14.4C12.6365 14.4 13.247 14.1471 13.6971 13.6971C14.1471 13.247 14.4 12.6365 14.4 12C14.4 11.3635 14.1471 10.753 13.6971 10.3029C13.247 9.85286 12.6365 9.6 12 9.6Z" fill="currentcolor"/> </svg></div></div></div><div class="card_background-color-white hide"></div><div class="card_background-color-alice-blue"></div></div></div><div role="listitem" class="w-dyn-item"><div cms-modal-trigger="splunk" data-w-id="e7c229fa-be14-7364-b00d-05802e40acd4" class="eye-card_card position-relative overflow-hidden"><div class="eye-card_content-wrapper"><div class="eye-card_content text-align-center justify-center tablet-version"><div class="eye-card_content-top"><img alt="" src="https://cdn.prod.website-files.com/6454d31338f3f4b0b5ecdf5f/648e6aee2c998a45831330e5_logo-splunk.png" loading="lazy" class="eye-card_logo"/></div></div><div class="eye-card_triangle-shape active"></div><div class="eye-card_icon-wrapper"><div class="eye-card_icon w-embed"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M12 4C4.86536 4 0.256791 11.3689 0.173438 11.5031C0.0612427 11.6445 0.000121298 11.8196 0 12C0.000141923 12.1548 0.045192 12.3062 0.129688 12.4359C0.130724 12.4375 0.131765 12.4391 0.132813 12.4406C0.146567 12.469 4.01507 20 12 20C19.9511 20 23.8139 12.543 23.8609 12.4516C23.8641 12.4464 23.8672 12.4412 23.8703 12.4359C23.9548 12.3062 23.9999 12.1548 24 12C24 11.8203 23.9394 11.6458 23.8281 11.5047C23.8276 11.5042 23.8271 11.5036 23.8266 11.5031C23.7432 11.3689 19.1346 4 12 4ZM12 6.4C15.0928 6.4 17.6 8.9072 17.6 12C17.6 15.0928 15.0928 17.6 12 17.6C8.9072 17.6 6.4 15.0928 6.4 12C6.4 8.9072 8.9072 6.4 12 6.4ZM12 9.6C11.3635 9.6 10.753 9.85286 10.3029 10.3029C9.85286 10.753 9.6 11.3635 9.6 12C9.6 12.6365 9.85286 13.247 10.3029 13.6971C10.753 14.1471 11.3635 14.4 12 14.4C12.6365 14.4 13.247 14.1471 13.6971 13.6971C14.1471 13.247 14.4 12.6365 14.4 12C14.4 11.3635 14.1471 10.753 13.6971 10.3029C13.247 9.85286 12.6365 9.6 12 9.6Z" fill="currentcolor"/> </svg></div></div></div><div class="card_background-color-white hide"></div><div class="card_background-color-alice-blue"></div></div></div><div role="listitem" class="w-dyn-item"><div cms-modal-trigger="sumo-logic" data-w-id="e7c229fa-be14-7364-b00d-05802e40acd4" class="eye-card_card position-relative overflow-hidden"><div class="eye-card_content-wrapper"><div class="eye-card_content text-align-center justify-center tablet-version"><div class="eye-card_content-top"><img alt="" src="https://cdn.prod.website-files.com/6454d31338f3f4b0b5ecdf5f/648e6b082513001982227b18_logo-sumo-logic.png" loading="lazy" class="eye-card_logo"/></div></div><div class="eye-card_triangle-shape active"></div><div class="eye-card_icon-wrapper"><div class="eye-card_icon w-embed"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M12 4C4.86536 4 0.256791 11.3689 0.173438 11.5031C0.0612427 11.6445 0.000121298 11.8196 0 12C0.000141923 12.1548 0.045192 12.3062 0.129688 12.4359C0.130724 12.4375 0.131765 12.4391 0.132813 12.4406C0.146567 12.469 4.01507 20 12 20C19.9511 20 23.8139 12.543 23.8609 12.4516C23.8641 12.4464 23.8672 12.4412 23.8703 12.4359C23.9548 12.3062 23.9999 12.1548 24 12C24 11.8203 23.9394 11.6458 23.8281 11.5047C23.8276 11.5042 23.8271 11.5036 23.8266 11.5031C23.7432 11.3689 19.1346 4 12 4ZM12 6.4C15.0928 6.4 17.6 8.9072 17.6 12C17.6 15.0928 15.0928 17.6 12 17.6C8.9072 17.6 6.4 15.0928 6.4 12C6.4 8.9072 8.9072 6.4 12 6.4ZM12 9.6C11.3635 9.6 10.753 9.85286 10.3029 10.3029C9.85286 10.753 9.6 11.3635 9.6 12C9.6 12.6365 9.85286 13.247 10.3029 13.6971C10.753 14.1471 11.3635 14.4 12 14.4C12.6365 14.4 13.247 14.1471 13.6971 13.6971C14.1471 13.247 14.4 12.6365 14.4 12C14.4 11.3635 14.1471 10.753 13.6971 10.3029C13.247 9.85286 12.6365 9.6 12 9.6Z" fill="currentcolor"/> </svg></div></div></div><div class="card_background-color-white hide"></div><div class="card_background-color-alice-blue"></div></div></div></div></div></div></div></div></div><div class="section-border_wrapper margin-bottom-minus mobile-version"><img loading="lazy" alt="" src="https://cdn.prod.website-files.com/6453db2ad32b573c40a15c49/647e309e61fec7e56e62c254_v-shape-alice-down.svg" class="v-shaped-border"/></div><div class="section_partners background-color-alice-blue"><div class="padding-global"><div class="container-large"><div class="padding-section-large content-align-center"><div class="margin-bottom margin-xlarge"><div class="max-width-full"><h2>SOAR Integrations</h2><div class="margin-top margin-small"><p>SOAR tools give your SOC team the ability to automate and orchestrate the security incident response lifecycle. Anomali&#x27;s threat intelligence and detection products tightly integrate with the industry&#x27;s leading SOAR solutions, providing the triggers to initiate incident response and remediation, as well as to help incident response teams enrich, investigate and prioritize incidents with contextualized threat intelligence.<br/><br/>Integrated Anomali SOAR partners include:<br/></p></div></div></div><div class="max-width-xlarge align-center w-dyn-list"><div fs-cmsload-resetix="true" fs-cmsload-element="list" fs-cmsfilter-element="list" role="list" class="partners_list w-dyn-items"><div role="listitem" class="w-dyn-item"><div cms-modal-trigger="accelops" data-w-id="29846403-21de-621c-ba6d-89d459972056" class="eye-card_card position-relative overflow-hidden"><div class="eye-card_content-wrapper"><div class="eye-card_content text-align-center justify-center tablet-version"><div class="eye-card_content-top"><img alt="" src="https://cdn.prod.website-files.com/6454d31338f3f4b0b5ecdf5f/648e6afd5d6ed1894eb7b5b0_logo-fortinet.png" loading="lazy" class="eye-card_logo"/></div></div><div class="eye-card_triangle-shape active"></div><div class="eye-card_icon-wrapper"><div class="eye-card_icon w-embed"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M12 4C4.86536 4 0.256791 11.3689 0.173438 11.5031C0.0612427 11.6445 0.000121298 11.8196 0 12C0.000141923 12.1548 0.045192 12.3062 0.129688 12.4359C0.130724 12.4375 0.131765 12.4391 0.132813 12.4406C0.146567 12.469 4.01507 20 12 20C19.9511 20 23.8139 12.543 23.8609 12.4516C23.8641 12.4464 23.8672 12.4412 23.8703 12.4359C23.9548 12.3062 23.9999 12.1548 24 12C24 11.8203 23.9394 11.6458 23.8281 11.5047C23.8276 11.5042 23.8271 11.5036 23.8266 11.5031C23.7432 11.3689 19.1346 4 12 4ZM12 6.4C15.0928 6.4 17.6 8.9072 17.6 12C17.6 15.0928 15.0928 17.6 12 17.6C8.9072 17.6 6.4 15.0928 6.4 12C6.4 8.9072 8.9072 6.4 12 6.4ZM12 9.6C11.3635 9.6 10.753 9.85286 10.3029 10.3029C9.85286 10.753 9.6 11.3635 9.6 12C9.6 12.6365 9.85286 13.247 10.3029 13.6971C10.753 14.1471 11.3635 14.4 12 14.4C12.6365 14.4 13.247 14.1471 13.6971 13.6971C14.1471 13.247 14.4 12.6365 14.4 12C14.4 11.3635 14.1471 10.753 13.6971 10.3029C13.247 9.85286 12.6365 9.6 12 9.6Z" fill="currentcolor"/> </svg></div></div></div><div class="card_background-color-white"></div><div class="card_background-color-alice-blue"></div></div></div><div role="listitem" class="w-dyn-item"><div cms-modal-trigger="ibm-resilient" data-w-id="29846403-21de-621c-ba6d-89d459972056" class="eye-card_card position-relative overflow-hidden"><div class="eye-card_content-wrapper"><div class="eye-card_content text-align-center justify-center tablet-version"><div class="eye-card_content-top"><img alt="" src="https://cdn.prod.website-files.com/6454d31338f3f4b0b5ecdf5f/648e6ae82c998a4583132b53_logo-resilient.png" loading="lazy" class="eye-card_logo"/></div></div><div class="eye-card_triangle-shape active"></div><div class="eye-card_icon-wrapper"><div class="eye-card_icon w-embed"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M12 4C4.86536 4 0.256791 11.3689 0.173438 11.5031C0.0612427 11.6445 0.000121298 11.8196 0 12C0.000141923 12.1548 0.045192 12.3062 0.129688 12.4359C0.130724 12.4375 0.131765 12.4391 0.132813 12.4406C0.146567 12.469 4.01507 20 12 20C19.9511 20 23.8139 12.543 23.8609 12.4516C23.8641 12.4464 23.8672 12.4412 23.8703 12.4359C23.9548 12.3062 23.9999 12.1548 24 12C24 11.8203 23.9394 11.6458 23.8281 11.5047C23.8276 11.5042 23.8271 11.5036 23.8266 11.5031C23.7432 11.3689 19.1346 4 12 4ZM12 6.4C15.0928 6.4 17.6 8.9072 17.6 12C17.6 15.0928 15.0928 17.6 12 17.6C8.9072 17.6 6.4 15.0928 6.4 12C6.4 8.9072 8.9072 6.4 12 6.4ZM12 9.6C11.3635 9.6 10.753 9.85286 10.3029 10.3029C9.85286 10.753 9.6 11.3635 9.6 12C9.6 12.6365 9.85286 13.247 10.3029 13.6971C10.753 14.1471 11.3635 14.4 12 14.4C12.6365 14.4 13.247 14.1471 13.6971 13.6971C14.1471 13.247 14.4 12.6365 14.4 12C14.4 11.3635 14.1471 10.753 13.6971 10.3029C13.247 9.85286 12.6365 9.6 12 9.6Z" fill="currentcolor"/> </svg></div></div></div><div class="card_background-color-white"></div><div class="card_background-color-alice-blue"></div></div></div><div role="listitem" class="w-dyn-item"><div cms-modal-trigger="logichub" data-w-id="29846403-21de-621c-ba6d-89d459972056" class="eye-card_card position-relative overflow-hidden"><div class="eye-card_content-wrapper"><div class="eye-card_content text-align-center justify-center tablet-version"><div class="eye-card_content-top"><img alt="" src="https://cdn.prod.website-files.com/6454d31338f3f4b0b5ecdf5f/648e6ad33123330e355ff890_logic-hub.png" loading="lazy" class="eye-card_logo"/></div></div><div class="eye-card_triangle-shape active"></div><div class="eye-card_icon-wrapper"><div class="eye-card_icon w-embed"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M12 4C4.86536 4 0.256791 11.3689 0.173438 11.5031C0.0612427 11.6445 0.000121298 11.8196 0 12C0.000141923 12.1548 0.045192 12.3062 0.129688 12.4359C0.130724 12.4375 0.131765 12.4391 0.132813 12.4406C0.146567 12.469 4.01507 20 12 20C19.9511 20 23.8139 12.543 23.8609 12.4516C23.8641 12.4464 23.8672 12.4412 23.8703 12.4359C23.9548 12.3062 23.9999 12.1548 24 12C24 11.8203 23.9394 11.6458 23.8281 11.5047C23.8276 11.5042 23.8271 11.5036 23.8266 11.5031C23.7432 11.3689 19.1346 4 12 4ZM12 6.4C15.0928 6.4 17.6 8.9072 17.6 12C17.6 15.0928 15.0928 17.6 12 17.6C8.9072 17.6 6.4 15.0928 6.4 12C6.4 8.9072 8.9072 6.4 12 6.4ZM12 9.6C11.3635 9.6 10.753 9.85286 10.3029 10.3029C9.85286 10.753 9.6 11.3635 9.6 12C9.6 12.6365 9.85286 13.247 10.3029 13.6971C10.753 14.1471 11.3635 14.4 12 14.4C12.6365 14.4 13.247 14.1471 13.6971 13.6971C14.1471 13.247 14.4 12.6365 14.4 12C14.4 11.3635 14.1471 10.753 13.6971 10.3029C13.247 9.85286 12.6365 9.6 12 9.6Z" fill="currentcolor"/> </svg></div></div></div><div class="card_background-color-white"></div><div class="card_background-color-alice-blue"></div></div></div><div role="listitem" class="w-dyn-item"><div cms-modal-trigger="palo-alto-networks" data-w-id="29846403-21de-621c-ba6d-89d459972056" class="eye-card_card position-relative overflow-hidden"><div class="eye-card_content-wrapper"><div class="eye-card_content text-align-center justify-center tablet-version"><div class="eye-card_content-top"><img alt="" src="https://cdn.prod.website-files.com/6454d31338f3f4b0b5ecdf5f/648e6aea1e880c7913e9fb39_logo-palo-alto-networks.png" loading="lazy" class="eye-card_logo"/></div></div><div class="eye-card_triangle-shape active"></div><div class="eye-card_icon-wrapper"><div class="eye-card_icon w-embed"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M12 4C4.86536 4 0.256791 11.3689 0.173438 11.5031C0.0612427 11.6445 0.000121298 11.8196 0 12C0.000141923 12.1548 0.045192 12.3062 0.129688 12.4359C0.130724 12.4375 0.131765 12.4391 0.132813 12.4406C0.146567 12.469 4.01507 20 12 20C19.9511 20 23.8139 12.543 23.8609 12.4516C23.8641 12.4464 23.8672 12.4412 23.8703 12.4359C23.9548 12.3062 23.9999 12.1548 24 12C24 11.8203 23.9394 11.6458 23.8281 11.5047C23.8276 11.5042 23.8271 11.5036 23.8266 11.5031C23.7432 11.3689 19.1346 4 12 4ZM12 6.4C15.0928 6.4 17.6 8.9072 17.6 12C17.6 15.0928 15.0928 17.6 12 17.6C8.9072 17.6 6.4 15.0928 6.4 12C6.4 8.9072 8.9072 6.4 12 6.4ZM12 9.6C11.3635 9.6 10.753 9.85286 10.3029 10.3029C9.85286 10.753 9.6 11.3635 9.6 12C9.6 12.6365 9.85286 13.247 10.3029 13.6971C10.753 14.1471 11.3635 14.4 12 14.4C12.6365 14.4 13.247 14.1471 13.6971 13.6971C14.1471 13.247 14.4 12.6365 14.4 12C14.4 11.3635 14.1471 10.753 13.6971 10.3029C13.247 9.85286 12.6365 9.6 12 9.6Z" fill="currentcolor"/> </svg></div></div></div><div class="card_background-color-white"></div><div class="card_background-color-alice-blue"></div></div></div><div role="listitem" class="w-dyn-item"><div cms-modal-trigger="rapid7" data-w-id="29846403-21de-621c-ba6d-89d459972056" class="eye-card_card position-relative overflow-hidden"><div class="eye-card_content-wrapper"><div class="eye-card_content text-align-center justify-center tablet-version"><div class="eye-card_content-top"><img alt="" src="https://cdn.prod.website-files.com/6454d31338f3f4b0b5ecdf5f/648e6b0a2513001982227b91_logo-rapid7.png" loading="lazy" class="eye-card_logo"/></div></div><div class="eye-card_triangle-shape active"></div><div class="eye-card_icon-wrapper"><div class="eye-card_icon w-embed"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M12 4C4.86536 4 0.256791 11.3689 0.173438 11.5031C0.0612427 11.6445 0.000121298 11.8196 0 12C0.000141923 12.1548 0.045192 12.3062 0.129688 12.4359C0.130724 12.4375 0.131765 12.4391 0.132813 12.4406C0.146567 12.469 4.01507 20 12 20C19.9511 20 23.8139 12.543 23.8609 12.4516C23.8641 12.4464 23.8672 12.4412 23.8703 12.4359C23.9548 12.3062 23.9999 12.1548 24 12C24 11.8203 23.9394 11.6458 23.8281 11.5047C23.8276 11.5042 23.8271 11.5036 23.8266 11.5031C23.7432 11.3689 19.1346 4 12 4ZM12 6.4C15.0928 6.4 17.6 8.9072 17.6 12C17.6 15.0928 15.0928 17.6 12 17.6C8.9072 17.6 6.4 15.0928 6.4 12C6.4 8.9072 8.9072 6.4 12 6.4ZM12 9.6C11.3635 9.6 10.753 9.85286 10.3029 10.3029C9.85286 10.753 9.6 11.3635 9.6 12C9.6 12.6365 9.85286 13.247 10.3029 13.6971C10.753 14.1471 11.3635 14.4 12 14.4C12.6365 14.4 13.247 14.1471 13.6971 13.6971C14.1471 13.247 14.4 12.6365 14.4 12C14.4 11.3635 14.1471 10.753 13.6971 10.3029C13.247 9.85286 12.6365 9.6 12 9.6Z" fill="currentcolor"/> </svg></div></div></div><div class="card_background-color-white"></div><div class="card_background-color-alice-blue"></div></div></div><div role="listitem" class="w-dyn-item"><div cms-modal-trigger="servicenow" data-w-id="29846403-21de-621c-ba6d-89d459972056" class="eye-card_card position-relative overflow-hidden"><div class="eye-card_content-wrapper"><div class="eye-card_content text-align-center justify-center tablet-version"><div class="eye-card_content-top"><img alt="" src="https://cdn.prod.website-files.com/6454d31338f3f4b0b5ecdf5f/648e6adb8d10f41c9cca1fc2_servicenow.png" loading="lazy" class="eye-card_logo"/></div></div><div class="eye-card_triangle-shape active"></div><div class="eye-card_icon-wrapper"><div class="eye-card_icon w-embed"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M12 4C4.86536 4 0.256791 11.3689 0.173438 11.5031C0.0612427 11.6445 0.000121298 11.8196 0 12C0.000141923 12.1548 0.045192 12.3062 0.129688 12.4359C0.130724 12.4375 0.131765 12.4391 0.132813 12.4406C0.146567 12.469 4.01507 20 12 20C19.9511 20 23.8139 12.543 23.8609 12.4516C23.8641 12.4464 23.8672 12.4412 23.8703 12.4359C23.9548 12.3062 23.9999 12.1548 24 12C24 11.8203 23.9394 11.6458 23.8281 11.5047C23.8276 11.5042 23.8271 11.5036 23.8266 11.5031C23.7432 11.3689 19.1346 4 12 4ZM12 6.4C15.0928 6.4 17.6 8.9072 17.6 12C17.6 15.0928 15.0928 17.6 12 17.6C8.9072 17.6 6.4 15.0928 6.4 12C6.4 8.9072 8.9072 6.4 12 6.4ZM12 9.6C11.3635 9.6 10.753 9.85286 10.3029 10.3029C9.85286 10.753 9.6 11.3635 9.6 12C9.6 12.6365 9.85286 13.247 10.3029 13.6971C10.753 14.1471 11.3635 14.4 12 14.4C12.6365 14.4 13.247 14.1471 13.6971 13.6971C14.1471 13.247 14.4 12.6365 14.4 12C14.4 11.3635 14.1471 10.753 13.6971 10.3029C13.247 9.85286 12.6365 9.6 12 9.6Z" fill="currentcolor"/> </svg></div></div></div><div class="card_background-color-white"></div><div class="card_background-color-alice-blue"></div></div></div><div role="listitem" class="w-dyn-item"><div cms-modal-trigger="siemplify" data-w-id="29846403-21de-621c-ba6d-89d459972056" class="eye-card_card position-relative overflow-hidden"><div class="eye-card_content-wrapper"><div class="eye-card_content text-align-center justify-center tablet-version"><div class="eye-card_content-top"><img alt="" src="https://cdn.prod.website-files.com/6454d31338f3f4b0b5ecdf5f/648e6b094341455f6b0a2f30_logo-siemplify.png" loading="lazy" class="eye-card_logo"/></div></div><div class="eye-card_triangle-shape active"></div><div class="eye-card_icon-wrapper"><div class="eye-card_icon w-embed"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M12 4C4.86536 4 0.256791 11.3689 0.173438 11.5031C0.0612427 11.6445 0.000121298 11.8196 0 12C0.000141923 12.1548 0.045192 12.3062 0.129688 12.4359C0.130724 12.4375 0.131765 12.4391 0.132813 12.4406C0.146567 12.469 4.01507 20 12 20C19.9511 20 23.8139 12.543 23.8609 12.4516C23.8641 12.4464 23.8672 12.4412 23.8703 12.4359C23.9548 12.3062 23.9999 12.1548 24 12C24 11.8203 23.9394 11.6458 23.8281 11.5047C23.8276 11.5042 23.8271 11.5036 23.8266 11.5031C23.7432 11.3689 19.1346 4 12 4ZM12 6.4C15.0928 6.4 17.6 8.9072 17.6 12C17.6 15.0928 15.0928 17.6 12 17.6C8.9072 17.6 6.4 15.0928 6.4 12C6.4 8.9072 8.9072 6.4 12 6.4ZM12 9.6C11.3635 9.6 10.753 9.85286 10.3029 10.3029C9.85286 10.753 9.6 11.3635 9.6 12C9.6 12.6365 9.85286 13.247 10.3029 13.6971C10.753 14.1471 11.3635 14.4 12 14.4C12.6365 14.4 13.247 14.1471 13.6971 13.6971C14.1471 13.247 14.4 12.6365 14.4 12C14.4 11.3635 14.1471 10.753 13.6971 10.3029C13.247 9.85286 12.6365 9.6 12 9.6Z" fill="currentcolor"/> </svg></div></div></div><div class="card_background-color-white"></div><div class="card_background-color-alice-blue"></div></div></div><div role="listitem" class="w-dyn-item"><div cms-modal-trigger="splunk" data-w-id="29846403-21de-621c-ba6d-89d459972056" class="eye-card_card position-relative overflow-hidden"><div class="eye-card_content-wrapper"><div class="eye-card_content text-align-center justify-center tablet-version"><div class="eye-card_content-top"><img alt="" src="https://cdn.prod.website-files.com/6454d31338f3f4b0b5ecdf5f/648e6aee2c998a45831330e5_logo-splunk.png" loading="lazy" class="eye-card_logo"/></div></div><div class="eye-card_triangle-shape active"></div><div class="eye-card_icon-wrapper"><div class="eye-card_icon w-embed"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M12 4C4.86536 4 0.256791 11.3689 0.173438 11.5031C0.0612427 11.6445 0.000121298 11.8196 0 12C0.000141923 12.1548 0.045192 12.3062 0.129688 12.4359C0.130724 12.4375 0.131765 12.4391 0.132813 12.4406C0.146567 12.469 4.01507 20 12 20C19.9511 20 23.8139 12.543 23.8609 12.4516C23.8641 12.4464 23.8672 12.4412 23.8703 12.4359C23.9548 12.3062 23.9999 12.1548 24 12C24 11.8203 23.9394 11.6458 23.8281 11.5047C23.8276 11.5042 23.8271 11.5036 23.8266 11.5031C23.7432 11.3689 19.1346 4 12 4ZM12 6.4C15.0928 6.4 17.6 8.9072 17.6 12C17.6 15.0928 15.0928 17.6 12 17.6C8.9072 17.6 6.4 15.0928 6.4 12C6.4 8.9072 8.9072 6.4 12 6.4ZM12 9.6C11.3635 9.6 10.753 9.85286 10.3029 10.3029C9.85286 10.753 9.6 11.3635 9.6 12C9.6 12.6365 9.85286 13.247 10.3029 13.6971C10.753 14.1471 11.3635 14.4 12 14.4C12.6365 14.4 13.247 14.1471 13.6971 13.6971C14.1471 13.247 14.4 12.6365 14.4 12C14.4 11.3635 14.1471 10.753 13.6971 10.3029C13.247 9.85286 12.6365 9.6 12 9.6Z" fill="currentcolor"/> </svg></div></div></div><div class="card_background-color-white"></div><div class="card_background-color-alice-blue"></div></div></div></div></div></div></div></div></div><div class="section-border_wrapper margin-top-minus align-top"><img loading="lazy" alt="" src="https://cdn.prod.website-files.com/6453db2ad32b573c40a15c49/647e30b1bb0d2631b83dd4a0_v-shape-white-down.svg" class="v-shaped-border"/></div><div class="section_partners"><div class="padding-global"><div class="container-large"><div class="padding-section-large content-align-center"><div class="margin-bottom margin-xlarge"><div class="max-width-full"><h2>Firewalls and Network Security Integrations</h2><div class="margin-top margin-small"><p>Firewalls and network security solutions – often regarded as the key to preventing malicious threats from penetrating your network – are tightly integrated with the Anomali ThreatStream platform. ThreatStream automatically delivers the high-fidelity threat intelligence of your choice to your network perimeter and security products to actively protect your users and assets and to minimize false positives.<br/><br/>Anomali network security solution partners with ready-to-deploy integrations include:<br/></p></div></div></div><div class="max-width-xlarge align-center w-dyn-list"><div fs-cmsload-resetix="true" fs-cmsload-element="list" fs-cmsfilter-element="list" role="list" class="partners_list w-dyn-items"><div role="listitem" class="w-dyn-item"><div cms-modal-trigger="bandura-cyber" data-w-id="88a10c3c-af98-9744-1106-472c98eb058b" class="eye-card_card position-relative overflow-hidden"><div class="eye-card_content-wrapper"><div class="eye-card_content text-align-center justify-center tablet-version"><div class="eye-card_content-top"><img alt="" src="https://cdn.prod.website-files.com/6454d31338f3f4b0b5ecdf5f/648e6ad73123330e355ffbca_logo-bandura.webp" loading="lazy" class="eye-card_logo"/></div></div><div class="eye-card_triangle-shape active"></div><div class="eye-card_icon-wrapper"><div class="eye-card_icon w-embed"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M12 4C4.86536 4 0.256791 11.3689 0.173438 11.5031C0.0612427 11.6445 0.000121298 11.8196 0 12C0.000141923 12.1548 0.045192 12.3062 0.129688 12.4359C0.130724 12.4375 0.131765 12.4391 0.132813 12.4406C0.146567 12.469 4.01507 20 12 20C19.9511 20 23.8139 12.543 23.8609 12.4516C23.8641 12.4464 23.8672 12.4412 23.8703 12.4359C23.9548 12.3062 23.9999 12.1548 24 12C24 11.8203 23.9394 11.6458 23.8281 11.5047C23.8276 11.5042 23.8271 11.5036 23.8266 11.5031C23.7432 11.3689 19.1346 4 12 4ZM12 6.4C15.0928 6.4 17.6 8.9072 17.6 12C17.6 15.0928 15.0928 17.6 12 17.6C8.9072 17.6 6.4 15.0928 6.4 12C6.4 8.9072 8.9072 6.4 12 6.4ZM12 9.6C11.3635 9.6 10.753 9.85286 10.3029 10.3029C9.85286 10.753 9.6 11.3635 9.6 12C9.6 12.6365 9.85286 13.247 10.3029 13.6971C10.753 14.1471 11.3635 14.4 12 14.4C12.6365 14.4 13.247 14.1471 13.6971 13.6971C14.1471 13.247 14.4 12.6365 14.4 12C14.4 11.3635 14.1471 10.753 13.6971 10.3029C13.247 9.85286 12.6365 9.6 12 9.6Z" fill="currentcolor"/> </svg></div></div></div><div class="card_background-color-white hide"></div><div class="card_background-color-alice-blue"></div></div></div><div role="listitem" class="w-dyn-item"><div cms-modal-trigger="broadcom-proxysg" data-w-id="88a10c3c-af98-9744-1106-472c98eb058b" class="eye-card_card position-relative overflow-hidden"><div class="eye-card_content-wrapper"><div class="eye-card_content text-align-center justify-center tablet-version"><div class="eye-card_content-top"><img alt="" src="https://cdn.prod.website-files.com/6454d31338f3f4b0b5ecdf5f/648e6b0b2513001982227c11_logo-broadcom.webp" loading="lazy" class="eye-card_logo"/></div></div><div class="eye-card_triangle-shape active"></div><div class="eye-card_icon-wrapper"><div class="eye-card_icon w-embed"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M12 4C4.86536 4 0.256791 11.3689 0.173438 11.5031C0.0612427 11.6445 0.000121298 11.8196 0 12C0.000141923 12.1548 0.045192 12.3062 0.129688 12.4359C0.130724 12.4375 0.131765 12.4391 0.132813 12.4406C0.146567 12.469 4.01507 20 12 20C19.9511 20 23.8139 12.543 23.8609 12.4516C23.8641 12.4464 23.8672 12.4412 23.8703 12.4359C23.9548 12.3062 23.9999 12.1548 24 12C24 11.8203 23.9394 11.6458 23.8281 11.5047C23.8276 11.5042 23.8271 11.5036 23.8266 11.5031C23.7432 11.3689 19.1346 4 12 4ZM12 6.4C15.0928 6.4 17.6 8.9072 17.6 12C17.6 15.0928 15.0928 17.6 12 17.6C8.9072 17.6 6.4 15.0928 6.4 12C6.4 8.9072 8.9072 6.4 12 6.4ZM12 9.6C11.3635 9.6 10.753 9.85286 10.3029 10.3029C9.85286 10.753 9.6 11.3635 9.6 12C9.6 12.6365 9.85286 13.247 10.3029 13.6971C10.753 14.1471 11.3635 14.4 12 14.4C12.6365 14.4 13.247 14.1471 13.6971 13.6971C14.1471 13.247 14.4 12.6365 14.4 12C14.4 11.3635 14.1471 10.753 13.6971 10.3029C13.247 9.85286 12.6365 9.6 12 9.6Z" fill="currentcolor"/> </svg></div></div></div><div class="card_background-color-white hide"></div><div class="card_background-color-alice-blue"></div></div></div><div role="listitem" class="w-dyn-item"><div cms-modal-trigger="check-point" data-w-id="88a10c3c-af98-9744-1106-472c98eb058b" class="eye-card_card position-relative overflow-hidden"><div class="eye-card_content-wrapper"><div class="eye-card_content text-align-center justify-center tablet-version"><div class="eye-card_content-top"><img alt="" src="https://cdn.prod.website-files.com/6454d31338f3f4b0b5ecdf5f/648e6aece8f82b802c6143ca_logo-checkpoint.png" loading="lazy" class="eye-card_logo"/></div></div><div class="eye-card_triangle-shape active"></div><div class="eye-card_icon-wrapper"><div class="eye-card_icon w-embed"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M12 4C4.86536 4 0.256791 11.3689 0.173438 11.5031C0.0612427 11.6445 0.000121298 11.8196 0 12C0.000141923 12.1548 0.045192 12.3062 0.129688 12.4359C0.130724 12.4375 0.131765 12.4391 0.132813 12.4406C0.146567 12.469 4.01507 20 12 20C19.9511 20 23.8139 12.543 23.8609 12.4516C23.8641 12.4464 23.8672 12.4412 23.8703 12.4359C23.9548 12.3062 23.9999 12.1548 24 12C24 11.8203 23.9394 11.6458 23.8281 11.5047C23.8276 11.5042 23.8271 11.5036 23.8266 11.5031C23.7432 11.3689 19.1346 4 12 4ZM12 6.4C15.0928 6.4 17.6 8.9072 17.6 12C17.6 15.0928 15.0928 17.6 12 17.6C8.9072 17.6 6.4 15.0928 6.4 12C6.4 8.9072 8.9072 6.4 12 6.4ZM12 9.6C11.3635 9.6 10.753 9.85286 10.3029 10.3029C9.85286 10.753 9.6 11.3635 9.6 12C9.6 12.6365 9.85286 13.247 10.3029 13.6971C10.753 14.1471 11.3635 14.4 12 14.4C12.6365 14.4 13.247 14.1471 13.6971 13.6971C14.1471 13.247 14.4 12.6365 14.4 12C14.4 11.3635 14.1471 10.753 13.6971 10.3029C13.247 9.85286 12.6365 9.6 12 9.6Z" fill="currentcolor"/> </svg></div></div></div><div class="card_background-color-white hide"></div><div class="card_background-color-alice-blue"></div></div></div><div role="listitem" class="w-dyn-item"><div cms-modal-trigger="cisco-asa" data-w-id="88a10c3c-af98-9744-1106-472c98eb058b" class="eye-card_card position-relative overflow-hidden"><div class="eye-card_content-wrapper"><div class="eye-card_content text-align-center justify-center tablet-version"><div class="eye-card_content-top"><img alt="" src="https://cdn.prod.website-files.com/6454d31338f3f4b0b5ecdf5f/648e6b0a2c998a45831339b9_logo-cisco.png" loading="lazy" class="eye-card_logo"/></div></div><div class="eye-card_triangle-shape active"></div><div class="eye-card_icon-wrapper"><div class="eye-card_icon w-embed"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M12 4C4.86536 4 0.256791 11.3689 0.173438 11.5031C0.0612427 11.6445 0.000121298 11.8196 0 12C0.000141923 12.1548 0.045192 12.3062 0.129688 12.4359C0.130724 12.4375 0.131765 12.4391 0.132813 12.4406C0.146567 12.469 4.01507 20 12 20C19.9511 20 23.8139 12.543 23.8609 12.4516C23.8641 12.4464 23.8672 12.4412 23.8703 12.4359C23.9548 12.3062 23.9999 12.1548 24 12C24 11.8203 23.9394 11.6458 23.8281 11.5047C23.8276 11.5042 23.8271 11.5036 23.8266 11.5031C23.7432 11.3689 19.1346 4 12 4ZM12 6.4C15.0928 6.4 17.6 8.9072 17.6 12C17.6 15.0928 15.0928 17.6 12 17.6C8.9072 17.6 6.4 15.0928 6.4 12C6.4 8.9072 8.9072 6.4 12 6.4ZM12 9.6C11.3635 9.6 10.753 9.85286 10.3029 10.3029C9.85286 10.753 9.6 11.3635 9.6 12C9.6 12.6365 9.85286 13.247 10.3029 13.6971C10.753 14.1471 11.3635 14.4 12 14.4C12.6365 14.4 13.247 14.1471 13.6971 13.6971C14.1471 13.247 14.4 12.6365 14.4 12C14.4 11.3635 14.1471 10.753 13.6971 10.3029C13.247 9.85286 12.6365 9.6 12 9.6Z" fill="currentcolor"/> </svg></div></div></div><div class="card_background-color-white hide"></div><div class="card_background-color-alice-blue"></div></div></div><div role="listitem" class="w-dyn-item"><div cms-modal-trigger="forcepoint" data-w-id="88a10c3c-af98-9744-1106-472c98eb058b" class="eye-card_card position-relative overflow-hidden"><div class="eye-card_content-wrapper"><div class="eye-card_content text-align-center justify-center tablet-version"><div class="eye-card_content-top"><img alt="" src="https://cdn.prod.website-files.com/6454d31338f3f4b0b5ecdf5f/648e6b0b2513001982227bef_logo-forcepoint.png" loading="lazy" class="eye-card_logo"/></div></div><div class="eye-card_triangle-shape active"></div><div class="eye-card_icon-wrapper"><div class="eye-card_icon w-embed"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M12 4C4.86536 4 0.256791 11.3689 0.173438 11.5031C0.0612427 11.6445 0.000121298 11.8196 0 12C0.000141923 12.1548 0.045192 12.3062 0.129688 12.4359C0.130724 12.4375 0.131765 12.4391 0.132813 12.4406C0.146567 12.469 4.01507 20 12 20C19.9511 20 23.8139 12.543 23.8609 12.4516C23.8641 12.4464 23.8672 12.4412 23.8703 12.4359C23.9548 12.3062 23.9999 12.1548 24 12C24 11.8203 23.9394 11.6458 23.8281 11.5047C23.8276 11.5042 23.8271 11.5036 23.8266 11.5031C23.7432 11.3689 19.1346 4 12 4ZM12 6.4C15.0928 6.4 17.6 8.9072 17.6 12C17.6 15.0928 15.0928 17.6 12 17.6C8.9072 17.6 6.4 15.0928 6.4 12C6.4 8.9072 8.9072 6.4 12 6.4ZM12 9.6C11.3635 9.6 10.753 9.85286 10.3029 10.3029C9.85286 10.753 9.6 11.3635 9.6 12C9.6 12.6365 9.85286 13.247 10.3029 13.6971C10.753 14.1471 11.3635 14.4 12 14.4C12.6365 14.4 13.247 14.1471 13.6971 13.6971C14.1471 13.247 14.4 12.6365 14.4 12C14.4 11.3635 14.1471 10.753 13.6971 10.3029C13.247 9.85286 12.6365 9.6 12 9.6Z" fill="currentcolor"/> </svg></div></div></div><div class="card_background-color-white hide"></div><div class="card_background-color-alice-blue"></div></div></div><div role="listitem" class="w-dyn-item"><div cms-modal-trigger="infoblox" data-w-id="88a10c3c-af98-9744-1106-472c98eb058b" class="eye-card_card position-relative overflow-hidden"><div class="eye-card_content-wrapper"><div class="eye-card_content text-align-center justify-center tablet-version"><div class="eye-card_content-top"><img alt="" src="https://cdn.prod.website-files.com/6454d31338f3f4b0b5ecdf5f/648e6aeb2513001982227557_logo-infoblox.png" loading="lazy" class="eye-card_logo"/></div></div><div class="eye-card_triangle-shape active"></div><div class="eye-card_icon-wrapper"><div class="eye-card_icon w-embed"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M12 4C4.86536 4 0.256791 11.3689 0.173438 11.5031C0.0612427 11.6445 0.000121298 11.8196 0 12C0.000141923 12.1548 0.045192 12.3062 0.129688 12.4359C0.130724 12.4375 0.131765 12.4391 0.132813 12.4406C0.146567 12.469 4.01507 20 12 20C19.9511 20 23.8139 12.543 23.8609 12.4516C23.8641 12.4464 23.8672 12.4412 23.8703 12.4359C23.9548 12.3062 23.9999 12.1548 24 12C24 11.8203 23.9394 11.6458 23.8281 11.5047C23.8276 11.5042 23.8271 11.5036 23.8266 11.5031C23.7432 11.3689 19.1346 4 12 4ZM12 6.4C15.0928 6.4 17.6 8.9072 17.6 12C17.6 15.0928 15.0928 17.6 12 17.6C8.9072 17.6 6.4 15.0928 6.4 12C6.4 8.9072 8.9072 6.4 12 6.4ZM12 9.6C11.3635 9.6 10.753 9.85286 10.3029 10.3029C9.85286 10.753 9.6 11.3635 9.6 12C9.6 12.6365 9.85286 13.247 10.3029 13.6971C10.753 14.1471 11.3635 14.4 12 14.4C12.6365 14.4 13.247 14.1471 13.6971 13.6971C14.1471 13.247 14.4 12.6365 14.4 12C14.4 11.3635 14.1471 10.753 13.6971 10.3029C13.247 9.85286 12.6365 9.6 12 9.6Z" fill="currentcolor"/> </svg></div></div></div><div class="card_background-color-white hide"></div><div class="card_background-color-alice-blue"></div></div></div><div role="listitem" class="w-dyn-item"><div cms-modal-trigger="palo-alto-networks" data-w-id="88a10c3c-af98-9744-1106-472c98eb058b" class="eye-card_card position-relative overflow-hidden"><div class="eye-card_content-wrapper"><div class="eye-card_content text-align-center justify-center tablet-version"><div class="eye-card_content-top"><img alt="" src="https://cdn.prod.website-files.com/6454d31338f3f4b0b5ecdf5f/648e6aea1e880c7913e9fb39_logo-palo-alto-networks.png" loading="lazy" class="eye-card_logo"/></div></div><div class="eye-card_triangle-shape active"></div><div class="eye-card_icon-wrapper"><div class="eye-card_icon w-embed"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M12 4C4.86536 4 0.256791 11.3689 0.173438 11.5031C0.0612427 11.6445 0.000121298 11.8196 0 12C0.000141923 12.1548 0.045192 12.3062 0.129688 12.4359C0.130724 12.4375 0.131765 12.4391 0.132813 12.4406C0.146567 12.469 4.01507 20 12 20C19.9511 20 23.8139 12.543 23.8609 12.4516C23.8641 12.4464 23.8672 12.4412 23.8703 12.4359C23.9548 12.3062 23.9999 12.1548 24 12C24 11.8203 23.9394 11.6458 23.8281 11.5047C23.8276 11.5042 23.8271 11.5036 23.8266 11.5031C23.7432 11.3689 19.1346 4 12 4ZM12 6.4C15.0928 6.4 17.6 8.9072 17.6 12C17.6 15.0928 15.0928 17.6 12 17.6C8.9072 17.6 6.4 15.0928 6.4 12C6.4 8.9072 8.9072 6.4 12 6.4ZM12 9.6C11.3635 9.6 10.753 9.85286 10.3029 10.3029C9.85286 10.753 9.6 11.3635 9.6 12C9.6 12.6365 9.85286 13.247 10.3029 13.6971C10.753 14.1471 11.3635 14.4 12 14.4C12.6365 14.4 13.247 14.1471 13.6971 13.6971C14.1471 13.247 14.4 12.6365 14.4 12C14.4 11.3635 14.1471 10.753 13.6971 10.3029C13.247 9.85286 12.6365 9.6 12 9.6Z" fill="currentcolor"/> </svg></div></div></div><div class="card_background-color-white hide"></div><div class="card_background-color-alice-blue"></div></div></div><div role="listitem" class="w-dyn-item"><div cms-modal-trigger="zeek" data-w-id="88a10c3c-af98-9744-1106-472c98eb058b" class="eye-card_card position-relative overflow-hidden"><div class="eye-card_content-wrapper"><div class="eye-card_content text-align-center justify-center tablet-version"><div class="eye-card_content-top"><img alt="" src="https://cdn.prod.website-files.com/6454d31338f3f4b0b5ecdf5f/648e6aed2c998a4583133080_logo-Zeek.webp" loading="lazy" class="eye-card_logo"/></div></div><div class="eye-card_triangle-shape active"></div><div class="eye-card_icon-wrapper"><div class="eye-card_icon w-embed"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M12 4C4.86536 4 0.256791 11.3689 0.173438 11.5031C0.0612427 11.6445 0.000121298 11.8196 0 12C0.000141923 12.1548 0.045192 12.3062 0.129688 12.4359C0.130724 12.4375 0.131765 12.4391 0.132813 12.4406C0.146567 12.469 4.01507 20 12 20C19.9511 20 23.8139 12.543 23.8609 12.4516C23.8641 12.4464 23.8672 12.4412 23.8703 12.4359C23.9548 12.3062 23.9999 12.1548 24 12C24 11.8203 23.9394 11.6458 23.8281 11.5047C23.8276 11.5042 23.8271 11.5036 23.8266 11.5031C23.7432 11.3689 19.1346 4 12 4ZM12 6.4C15.0928 6.4 17.6 8.9072 17.6 12C17.6 15.0928 15.0928 17.6 12 17.6C8.9072 17.6 6.4 15.0928 6.4 12C6.4 8.9072 8.9072 6.4 12 6.4ZM12 9.6C11.3635 9.6 10.753 9.85286 10.3029 10.3029C9.85286 10.753 9.6 11.3635 9.6 12C9.6 12.6365 9.85286 13.247 10.3029 13.6971C10.753 14.1471 11.3635 14.4 12 14.4C12.6365 14.4 13.247 14.1471 13.6971 13.6971C14.1471 13.247 14.4 12.6365 14.4 12C14.4 11.3635 14.1471 10.753 13.6971 10.3029C13.247 9.85286 12.6365 9.6 12 9.6Z" fill="currentcolor"/> </svg></div></div></div><div class="card_background-color-white hide"></div><div class="card_background-color-alice-blue"></div></div></div><div role="listitem" class="w-dyn-item"><div cms-modal-trigger="zscaler" data-w-id="88a10c3c-af98-9744-1106-472c98eb058b" class="eye-card_card position-relative overflow-hidden"><div class="eye-card_content-wrapper"><div class="eye-card_content text-align-center justify-center tablet-version"><div class="eye-card_content-top"><img alt="" src="https://cdn.prod.website-files.com/6454d31338f3f4b0b5ecdf5f/648e6ade1add2cbfacdfa355_logo-zscaler.png" loading="lazy" class="eye-card_logo"/></div></div><div class="eye-card_triangle-shape active"></div><div class="eye-card_icon-wrapper"><div class="eye-card_icon w-embed"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M12 4C4.86536 4 0.256791 11.3689 0.173438 11.5031C0.0612427 11.6445 0.000121298 11.8196 0 12C0.000141923 12.1548 0.045192 12.3062 0.129688 12.4359C0.130724 12.4375 0.131765 12.4391 0.132813 12.4406C0.146567 12.469 4.01507 20 12 20C19.9511 20 23.8139 12.543 23.8609 12.4516C23.8641 12.4464 23.8672 12.4412 23.8703 12.4359C23.9548 12.3062 23.9999 12.1548 24 12C24 11.8203 23.9394 11.6458 23.8281 11.5047C23.8276 11.5042 23.8271 11.5036 23.8266 11.5031C23.7432 11.3689 19.1346 4 12 4ZM12 6.4C15.0928 6.4 17.6 8.9072 17.6 12C17.6 15.0928 15.0928 17.6 12 17.6C8.9072 17.6 6.4 15.0928 6.4 12C6.4 8.9072 8.9072 6.4 12 6.4ZM12 9.6C11.3635 9.6 10.753 9.85286 10.3029 10.3029C9.85286 10.753 9.6 11.3635 9.6 12C9.6 12.6365 9.85286 13.247 10.3029 13.6971C10.753 14.1471 11.3635 14.4 12 14.4C12.6365 14.4 13.247 14.1471 13.6971 13.6971C14.1471 13.247 14.4 12.6365 14.4 12C14.4 11.3635 14.1471 10.753 13.6971 10.3029C13.247 9.85286 12.6365 9.6 12 9.6Z" fill="currentcolor"/> </svg></div></div></div><div class="card_background-color-white hide"></div><div class="card_background-color-alice-blue"></div></div></div></div></div></div></div></div></div><div class="section-border_wrapper margin-bottom-minus mobile-version"><img loading="lazy" alt="" src="https://cdn.prod.website-files.com/6453db2ad32b573c40a15c49/647e309e61fec7e56e62c254_v-shape-alice-down.svg" class="v-shaped-border"/></div><div class="section_partners background-color-alice-blue"><div class="padding-global"><div class="container-large"><div class="padding-section-large content-align-center"><div class="margin-bottom margin-xlarge"><div class="max-width-full"><h2>Endpoint Security Integrations</h2><div class="margin-top margin-small"><p>Focus on meaningful threats by combining real-time threat intelligence with event data in your endpoint detection and response deployment, allowing your security team to defend proactively and respond faster. In addition to the automated delivery of enriched and risk-ranked indicators to your protection services, integrated External Lookup gives your analysts needed information about alerts at their fingertips, taking them to Anomali ThreatStream intelligence details pages. From here, analysts are provided with all available context – and should an indicator be attributed to a specific actor group or campaign, ThreatStream will provide related observables and threat models which you need to be aware of to efficiently thwart attacks.<br/>‍<br/>Anomali endpoint security solution partners with off-the-shelf integrations include:<br/></p></div></div></div><div class="max-width-xlarge align-center w-dyn-list"><div fs-cmsload-resetix="true" fs-cmsload-element="list" fs-cmsfilter-element="list" role="list" class="partners_list w-dyn-items"><div role="listitem" class="w-dyn-item"><div cms-modal-trigger="bit9-carbon-black" data-w-id="15922433-299c-94f5-7d9e-359723056aa8" class="eye-card_card position-relative overflow-hidden"><div class="eye-card_content-wrapper"><div class="eye-card_content text-align-center justify-center tablet-version"><div class="eye-card_content-top"><img alt="" src="https://cdn.prod.website-files.com/6454d31338f3f4b0b5ecdf5f/648e6aeee8f82b802c6144aa_logo-bit9.png" loading="lazy" class="eye-card_logo"/></div></div><div class="eye-card_triangle-shape active"></div><div class="eye-card_icon-wrapper"><div class="eye-card_icon w-embed"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M12 4C4.86536 4 0.256791 11.3689 0.173438 11.5031C0.0612427 11.6445 0.000121298 11.8196 0 12C0.000141923 12.1548 0.045192 12.3062 0.129688 12.4359C0.130724 12.4375 0.131765 12.4391 0.132813 12.4406C0.146567 12.469 4.01507 20 12 20C19.9511 20 23.8139 12.543 23.8609 12.4516C23.8641 12.4464 23.8672 12.4412 23.8703 12.4359C23.9548 12.3062 23.9999 12.1548 24 12C24 11.8203 23.9394 11.6458 23.8281 11.5047C23.8276 11.5042 23.8271 11.5036 23.8266 11.5031C23.7432 11.3689 19.1346 4 12 4ZM12 6.4C15.0928 6.4 17.6 8.9072 17.6 12C17.6 15.0928 15.0928 17.6 12 17.6C8.9072 17.6 6.4 15.0928 6.4 12C6.4 8.9072 8.9072 6.4 12 6.4ZM12 9.6C11.3635 9.6 10.753 9.85286 10.3029 10.3029C9.85286 10.753 9.6 11.3635 9.6 12C9.6 12.6365 9.85286 13.247 10.3029 13.6971C10.753 14.1471 11.3635 14.4 12 14.4C12.6365 14.4 13.247 14.1471 13.6971 13.6971C14.1471 13.247 14.4 12.6365 14.4 12C14.4 11.3635 14.1471 10.753 13.6971 10.3029C13.247 9.85286 12.6365 9.6 12 9.6Z" fill="currentcolor"/> </svg></div></div></div><div class="card_background-color-white"></div><div class="card_background-color-alice-blue"></div></div></div><div role="listitem" class="w-dyn-item"><div cms-modal-trigger="crowdstrike" data-w-id="15922433-299c-94f5-7d9e-359723056aa8" class="eye-card_card position-relative overflow-hidden"><div class="eye-card_content-wrapper"><div class="eye-card_content text-align-center justify-center tablet-version"><div class="eye-card_content-top"><img alt="" src="https://cdn.prod.website-files.com/6454d31338f3f4b0b5ecdf5f/648e6b04204ed3d8d3cb7de2_logo-crowdstrike.webp" loading="lazy" class="eye-card_logo"/></div></div><div class="eye-card_triangle-shape active"></div><div class="eye-card_icon-wrapper"><div class="eye-card_icon w-embed"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M12 4C4.86536 4 0.256791 11.3689 0.173438 11.5031C0.0612427 11.6445 0.000121298 11.8196 0 12C0.000141923 12.1548 0.045192 12.3062 0.129688 12.4359C0.130724 12.4375 0.131765 12.4391 0.132813 12.4406C0.146567 12.469 4.01507 20 12 20C19.9511 20 23.8139 12.543 23.8609 12.4516C23.8641 12.4464 23.8672 12.4412 23.8703 12.4359C23.9548 12.3062 23.9999 12.1548 24 12C24 11.8203 23.9394 11.6458 23.8281 11.5047C23.8276 11.5042 23.8271 11.5036 23.8266 11.5031C23.7432 11.3689 19.1346 4 12 4ZM12 6.4C15.0928 6.4 17.6 8.9072 17.6 12C17.6 15.0928 15.0928 17.6 12 17.6C8.9072 17.6 6.4 15.0928 6.4 12C6.4 8.9072 8.9072 6.4 12 6.4ZM12 9.6C11.3635 9.6 10.753 9.85286 10.3029 10.3029C9.85286 10.753 9.6 11.3635 9.6 12C9.6 12.6365 9.85286 13.247 10.3029 13.6971C10.753 14.1471 11.3635 14.4 12 14.4C12.6365 14.4 13.247 14.1471 13.6971 13.6971C14.1471 13.247 14.4 12.6365 14.4 12C14.4 11.3635 14.1471 10.753 13.6971 10.3029C13.247 9.85286 12.6365 9.6 12 9.6Z" fill="currentcolor"/> </svg></div></div></div><div class="card_background-color-white"></div><div class="card_background-color-alice-blue"></div></div></div><div role="listitem" class="w-dyn-item"><div cms-modal-trigger="fireeye" data-w-id="15922433-299c-94f5-7d9e-359723056aa8" class="eye-card_card position-relative overflow-hidden"><div class="eye-card_content-wrapper"><div class="eye-card_content text-align-center justify-center tablet-version"><div class="eye-card_content-top"><img alt="" src="https://cdn.prod.website-files.com/6454d31338f3f4b0b5ecdf5f/648e6aebe8f82b802c614308_logo-fireeye2.png" loading="lazy" class="eye-card_logo"/></div></div><div class="eye-card_triangle-shape active"></div><div class="eye-card_icon-wrapper"><div class="eye-card_icon w-embed"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M12 4C4.86536 4 0.256791 11.3689 0.173438 11.5031C0.0612427 11.6445 0.000121298 11.8196 0 12C0.000141923 12.1548 0.045192 12.3062 0.129688 12.4359C0.130724 12.4375 0.131765 12.4391 0.132813 12.4406C0.146567 12.469 4.01507 20 12 20C19.9511 20 23.8139 12.543 23.8609 12.4516C23.8641 12.4464 23.8672 12.4412 23.8703 12.4359C23.9548 12.3062 23.9999 12.1548 24 12C24 11.8203 23.9394 11.6458 23.8281 11.5047C23.8276 11.5042 23.8271 11.5036 23.8266 11.5031C23.7432 11.3689 19.1346 4 12 4ZM12 6.4C15.0928 6.4 17.6 8.9072 17.6 12C17.6 15.0928 15.0928 17.6 12 17.6C8.9072 17.6 6.4 15.0928 6.4 12C6.4 8.9072 8.9072 6.4 12 6.4ZM12 9.6C11.3635 9.6 10.753 9.85286 10.3029 10.3029C9.85286 10.753 9.6 11.3635 9.6 12C9.6 12.6365 9.85286 13.247 10.3029 13.6971C10.753 14.1471 11.3635 14.4 12 14.4C12.6365 14.4 13.247 14.1471 13.6971 13.6971C14.1471 13.247 14.4 12.6365 14.4 12C14.4 11.3635 14.1471 10.753 13.6971 10.3029C13.247 9.85286 12.6365 9.6 12 9.6Z" fill="currentcolor"/> </svg></div></div></div><div class="card_background-color-white"></div><div class="card_background-color-alice-blue"></div></div></div><div role="listitem" class="w-dyn-item"><div cms-modal-trigger="tanium" data-w-id="15922433-299c-94f5-7d9e-359723056aa8" class="eye-card_card position-relative overflow-hidden"><div class="eye-card_content-wrapper"><div class="eye-card_content text-align-center justify-center tablet-version"><div class="eye-card_content-top"><img alt="" src="https://cdn.prod.website-files.com/6454d31338f3f4b0b5ecdf5f/648e6ae9204ed3d8d3cb6581_logo-tanium.png" loading="lazy" class="eye-card_logo"/></div></div><div class="eye-card_triangle-shape active"></div><div class="eye-card_icon-wrapper"><div class="eye-card_icon w-embed"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M12 4C4.86536 4 0.256791 11.3689 0.173438 11.5031C0.0612427 11.6445 0.000121298 11.8196 0 12C0.000141923 12.1548 0.045192 12.3062 0.129688 12.4359C0.130724 12.4375 0.131765 12.4391 0.132813 12.4406C0.146567 12.469 4.01507 20 12 20C19.9511 20 23.8139 12.543 23.8609 12.4516C23.8641 12.4464 23.8672 12.4412 23.8703 12.4359C23.9548 12.3062 23.9999 12.1548 24 12C24 11.8203 23.9394 11.6458 23.8281 11.5047C23.8276 11.5042 23.8271 11.5036 23.8266 11.5031C23.7432 11.3689 19.1346 4 12 4ZM12 6.4C15.0928 6.4 17.6 8.9072 17.6 12C17.6 15.0928 15.0928 17.6 12 17.6C8.9072 17.6 6.4 15.0928 6.4 12C6.4 8.9072 8.9072 6.4 12 6.4ZM12 9.6C11.3635 9.6 10.753 9.85286 10.3029 10.3029C9.85286 10.753 9.6 11.3635 9.6 12C9.6 12.6365 9.85286 13.247 10.3029 13.6971C10.753 14.1471 11.3635 14.4 12 14.4C12.6365 14.4 13.247 14.1471 13.6971 13.6971C14.1471 13.247 14.4 12.6365 14.4 12C14.4 11.3635 14.1471 10.753 13.6971 10.3029C13.247 9.85286 12.6365 9.6 12 9.6Z" fill="currentcolor"/> </svg></div></div></div><div class="card_background-color-white"></div><div class="card_background-color-alice-blue"></div></div></div></div></div></div></div></div></div><div class="section-border_wrapper margin-top-minus align-top"><img loading="lazy" alt="" src="https://cdn.prod.website-files.com/6453db2ad32b573c40a15c49/647e30b1bb0d2631b83dd4a0_v-shape-white-down.svg" class="v-shaped-border"/></div><div class="section_partners"><div class="padding-global"><div class="container-large"><div class="padding-section-large content-align-center"><div class="margin-bottom margin-xlarge"><div class="max-width-full"><h2>Risk &amp; Vulnerability Management Integrations</h2><div class="margin-top margin-small"><p>Integrate Anomali with your risk and vulnerability management platform to understand the health of your corporate assets and how adversaries might impact your business. Our integrations can help you understand how gaps in your security could be leveraged by an adversary to gain access to key assets, and focus your corrective actions before a breach event can take place. Automated, real-time delivery of critical, contextualized intelligence on the most relevant threat actors and their TTPs allows you to identify related control gaps or misconfigurations, then refine your security stack to reduce risk and increase assurance.<br/>‍<br/>Anomali risk and vulnerability management solution partners with off-the-shelf integrations including:<br/></p></div></div></div><div class="max-width-xlarge align-center w-dyn-list"><div fs-cmsload-resetix="true" fs-cmsload-element="list" fs-cmsfilter-element="list" role="list" class="partners_list w-dyn-items"><div role="listitem" class="w-dyn-item"><div cms-modal-trigger="qualys" data-w-id="d5af9556-84dc-3ddb-3032-b6403b908f7e" class="eye-card_card position-relative overflow-hidden"><div class="eye-card_content-wrapper"><div class="eye-card_content text-align-center justify-center tablet-version"><div class="eye-card_content-top"><img alt="" src="https://cdn.prod.website-files.com/6454d31338f3f4b0b5ecdf5f/648e6b082513001982227af6_logo-qualys.png" loading="lazy" class="eye-card_logo"/></div></div><div class="eye-card_triangle-shape active"></div><div class="eye-card_icon-wrapper"><div class="eye-card_icon w-embed"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M12 4C4.86536 4 0.256791 11.3689 0.173438 11.5031C0.0612427 11.6445 0.000121298 11.8196 0 12C0.000141923 12.1548 0.045192 12.3062 0.129688 12.4359C0.130724 12.4375 0.131765 12.4391 0.132813 12.4406C0.146567 12.469 4.01507 20 12 20C19.9511 20 23.8139 12.543 23.8609 12.4516C23.8641 12.4464 23.8672 12.4412 23.8703 12.4359C23.9548 12.3062 23.9999 12.1548 24 12C24 11.8203 23.9394 11.6458 23.8281 11.5047C23.8276 11.5042 23.8271 11.5036 23.8266 11.5031C23.7432 11.3689 19.1346 4 12 4ZM12 6.4C15.0928 6.4 17.6 8.9072 17.6 12C17.6 15.0928 15.0928 17.6 12 17.6C8.9072 17.6 6.4 15.0928 6.4 12C6.4 8.9072 8.9072 6.4 12 6.4ZM12 9.6C11.3635 9.6 10.753 9.85286 10.3029 10.3029C9.85286 10.753 9.6 11.3635 9.6 12C9.6 12.6365 9.85286 13.247 10.3029 13.6971C10.753 14.1471 11.3635 14.4 12 14.4C12.6365 14.4 13.247 14.1471 13.6971 13.6971C14.1471 13.247 14.4 12.6365 14.4 12C14.4 11.3635 14.1471 10.753 13.6971 10.3029C13.247 9.85286 12.6365 9.6 12 9.6Z" fill="currentcolor"/> </svg></div></div></div><div class="card_background-color-white hide"></div><div class="card_background-color-alice-blue"></div></div></div><div role="listitem" class="w-dyn-item"><div cms-modal-trigger="tenable" data-w-id="d5af9556-84dc-3ddb-3032-b6403b908f7e" class="eye-card_card position-relative overflow-hidden"><div class="eye-card_content-wrapper"><div class="eye-card_content text-align-center justify-center tablet-version"><div class="eye-card_content-top"><img alt="" src="https://cdn.prod.website-files.com/6454d31338f3f4b0b5ecdf5f/648e6b081fc7402ccfb91f68_logo-tenable.png" loading="lazy" class="eye-card_logo"/></div></div><div class="eye-card_triangle-shape active"></div><div class="eye-card_icon-wrapper"><div class="eye-card_icon w-embed"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M12 4C4.86536 4 0.256791 11.3689 0.173438 11.5031C0.0612427 11.6445 0.000121298 11.8196 0 12C0.000141923 12.1548 0.045192 12.3062 0.129688 12.4359C0.130724 12.4375 0.131765 12.4391 0.132813 12.4406C0.146567 12.469 4.01507 20 12 20C19.9511 20 23.8139 12.543 23.8609 12.4516C23.8641 12.4464 23.8672 12.4412 23.8703 12.4359C23.9548 12.3062 23.9999 12.1548 24 12C24 11.8203 23.9394 11.6458 23.8281 11.5047C23.8276 11.5042 23.8271 11.5036 23.8266 11.5031C23.7432 11.3689 19.1346 4 12 4ZM12 6.4C15.0928 6.4 17.6 8.9072 17.6 12C17.6 15.0928 15.0928 17.6 12 17.6C8.9072 17.6 6.4 15.0928 6.4 12C6.4 8.9072 8.9072 6.4 12 6.4ZM12 9.6C11.3635 9.6 10.753 9.85286 10.3029 10.3029C9.85286 10.753 9.6 11.3635 9.6 12C9.6 12.6365 9.85286 13.247 10.3029 13.6971C10.753 14.1471 11.3635 14.4 12 14.4C12.6365 14.4 13.247 14.1471 13.6971 13.6971C14.1471 13.247 14.4 12.6365 14.4 12C14.4 11.3635 14.1471 10.753 13.6971 10.3029C13.247 9.85286 12.6365 9.6 12 9.6Z" fill="currentcolor"/> </svg></div></div></div><div class="card_background-color-white hide"></div><div class="card_background-color-alice-blue"></div></div></div><div role="listitem" class="w-dyn-item"><div cms-modal-trigger="verodin" data-w-id="d5af9556-84dc-3ddb-3032-b6403b908f7e" class="eye-card_card position-relative overflow-hidden"><div class="eye-card_content-wrapper"><div class="eye-card_content text-align-center justify-center tablet-version"><div class="eye-card_content-top"><img alt="" src="https://cdn.prod.website-files.com/6454d31338f3f4b0b5ecdf5f/648e6ad63123330e355ffaf2_logo-verodin.webp" loading="lazy" class="eye-card_logo"/></div></div><div class="eye-card_triangle-shape active"></div><div class="eye-card_icon-wrapper"><div class="eye-card_icon w-embed"><svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M12 4C4.86536 4 0.256791 11.3689 0.173438 11.5031C0.0612427 11.6445 0.000121298 11.8196 0 12C0.000141923 12.1548 0.045192 12.3062 0.129688 12.4359C0.130724 12.4375 0.131765 12.4391 0.132813 12.4406C0.146567 12.469 4.01507 20 12 20C19.9511 20 23.8139 12.543 23.8609 12.4516C23.8641 12.4464 23.8672 12.4412 23.8703 12.4359C23.9548 12.3062 23.9999 12.1548 24 12C24 11.8203 23.9394 11.6458 23.8281 11.5047C23.8276 11.5042 23.8271 11.5036 23.8266 11.5031C23.7432 11.3689 19.1346 4 12 4ZM12 6.4C15.0928 6.4 17.6 8.9072 17.6 12C17.6 15.0928 15.0928 17.6 12 17.6C8.9072 17.6 6.4 15.0928 6.4 12C6.4 8.9072 8.9072 6.4 12 6.4ZM12 9.6C11.3635 9.6 10.753 9.85286 10.3029 10.3029C9.85286 10.753 9.6 11.3635 9.6 12C9.6 12.6365 9.85286 13.247 10.3029 13.6971C10.753 14.1471 11.3635 14.4 12 14.4C12.6365 14.4 13.247 14.1471 13.6971 13.6971C14.1471 13.247 14.4 12.6365 14.4 12C14.4 11.3635 14.1471 10.753 13.6971 10.3029C13.247 9.85286 12.6365 9.6 12 9.6Z" fill="currentcolor"/> </svg></div></div></div><div class="card_background-color-white hide"></div><div class="card_background-color-alice-blue"></div></div></div></div></div></div></div></div></div><div class="popup_component"><div class="popup_modal padding-xlarge marketplace"><div class="popup_modal-content-wrapper background-color-white max-width-large"><div class="popup_modal-header"><div class="heading-style-h4">Partners</div><a data-w-id="e7c229fa-be14-7364-b00d-05802e40ace7" href="#" class="modal-close-button w-inline-block"><img src="https://cdn.prod.website-files.com/624380709031623bfe4aee60/624380709031623afe4aee7e_icon_close-modal.svg" alt="" class="icon-1x1-small-2"/></a></div><div class="w-dyn-list"><div role="list" class="modal_partners_list w-dyn-items"><div role="listitem" class="w-dyn-item"><div cms-modal-target="bandura-cyber" class="modal_item_layout"><div class="popup_content_wrapper padding-medium"><div class="w-layout-grid partner_title-grid margin-bottom margin-medium"><div id="w-node-e7c229fa-be14-7364-b00d-05802e40acef-4e83c0a9" class="partner_content-left"><img src="https://cdn.prod.website-files.com/6454d31338f3f4b0b5ecdf5f/648e6ad73123330e355ffbca_logo-bandura.webp" loading="lazy" alt="" class="partner-logo"/></div><div id="w-node-e7c229fa-be14-7364-b00d-05802e40acf1-4e83c0a9" class="partner_content-right"><div class="partner_title-wrapper"><div class="heading-style-h4">Bandura</div></div></div></div><div class="max-width-large align-center"><div class="text-style-label margin-bottom margin-small">Threat Intelligence Feeds</div><div class="w-richtext">The Bandura platform is a purpose-built solution that, along with out-of-box threat intelligence, integrates with the Anomali Threat Platform to aggregate, automate, and operationalize massive amounts of threat intelligence. The platform blocks known threats and unwanted traffic, enabling organizations to strengthen their network defenses, reduce staff workload, and maximize the value of existing security controls.</div><div class="margin-top margin-medium"><div class="button-group"><a href="/thank-you/file/bandura-cyber" target="_blank" class="button is-small w-button">Datasheet</a><a href="https://banduracyber.com/anomali" target="_blank" class="button is-secondary is-small w-button">Website</a></div></div></div></div></div></div><div role="listitem" class="w-dyn-item"><div cms-modal-target="broadcom-proxysg" class="modal_item_layout"><div class="popup_content_wrapper padding-medium"><div class="w-layout-grid partner_title-grid margin-bottom margin-medium"><div id="w-node-e7c229fa-be14-7364-b00d-05802e40acef-4e83c0a9" class="partner_content-left"><img src="https://cdn.prod.website-files.com/6454d31338f3f4b0b5ecdf5f/648e6b0b2513001982227c11_logo-broadcom.webp" loading="lazy" alt="" class="partner-logo"/></div><div id="w-node-e7c229fa-be14-7364-b00d-05802e40acf1-4e83c0a9" class="partner_content-right"><div class="partner_title-wrapper"><div class="heading-style-h4">Broadcom ProxySG</div></div></div></div><div class="max-width-large align-center"><div class="text-style-label margin-bottom margin-small">Threat Intelligence Feeds</div><div class="w-richtext">Symantec delivers high-performance on-premises secure web gateway appliances that protect organizations across the web, social media, applications, and mobile networks. Combine with cloud-delivered Web Security Service for a centrally-managed, hybrid secure web solution.</div><div class="margin-top margin-medium"><div class="button-group"><a href="#" class="button is-small w-condition-invisible w-button">Datasheet</a><a href="https://www.broadcom.com/products/cyber-security/network/gateway/proxy-sg-and-advanced-secure-gateway" target="_blank" class="button is-secondary is-small w-button">Website</a></div></div></div></div></div></div><div role="listitem" class="w-dyn-item"><div cms-modal-target="bit9-carbon-black" class="modal_item_layout"><div class="popup_content_wrapper padding-medium"><div class="w-layout-grid partner_title-grid margin-bottom margin-medium"><div id="w-node-e7c229fa-be14-7364-b00d-05802e40acef-4e83c0a9" class="partner_content-left"><img src="https://cdn.prod.website-files.com/6454d31338f3f4b0b5ecdf5f/648e6aeee8f82b802c6144aa_logo-bit9.png" loading="lazy" alt="" class="partner-logo"/></div><div id="w-node-e7c229fa-be14-7364-b00d-05802e40acf1-4e83c0a9" class="partner_content-right"><div class="partner_title-wrapper"><div class="heading-style-h4">Carbon Black</div></div></div></div><div class="max-width-large align-center"><div class="text-style-label margin-bottom margin-small">Threat Intelligence Feeds</div><div class="w-richtext">Carbon Black leads a new era of endpoint security by enabling organizations to disrupt advanced attacks, deploy the best prevention strategies for their business, and leverage the expertise of 10,000 professionals from IR firms, MSSPs and enterprises to shift the balance of power back to security teams. Only Carbon Black continuously records and centrally retains all endpoint activity, making it easy to track an attacker’s every action, instantly scope every incident, unravel entire attacks and determine root causes. Carbon Black also offers a range of prevention options so organizations can match their endpoint defense to their business needs. Carbon Black has been named #1 in endpoint protection, incident response, and market share. Forward-thinking companies choose Carbon Black to arm their endpoints, enabling security teams to: Disrupt. Defend. Unite.</div><div class="margin-top margin-medium"><div class="button-group"><a href="/thank-you/file/bit9-carbon-black" target="_blank" class="button is-small w-button">Datasheet</a><a href="https://www.carbonblack.com/" target="_blank" class="button is-secondary is-small w-button">Website</a></div></div></div></div></div></div><div role="listitem" class="w-dyn-item"><div cms-modal-target="check-point" class="modal_item_layout"><div class="popup_content_wrapper padding-medium"><div class="w-layout-grid partner_title-grid margin-bottom margin-medium"><div id="w-node-e7c229fa-be14-7364-b00d-05802e40acef-4e83c0a9" class="partner_content-left"><img src="https://cdn.prod.website-files.com/6454d31338f3f4b0b5ecdf5f/648e6aece8f82b802c6143ca_logo-checkpoint.png" loading="lazy" alt="" class="partner-logo"/></div><div id="w-node-e7c229fa-be14-7364-b00d-05802e40acf1-4e83c0a9" class="partner_content-right"><div class="partner_title-wrapper"><div class="heading-style-h4">Check Point Software Technologies Ltd.</div></div></div></div><div class="max-width-large align-center"><div class="text-style-label margin-bottom margin-small">Threat Intelligence Feeds</div><div class="w-richtext">Check Point Software Technologies Ltd. is a leading provider of cyber security solutions to governments and corporate enterprises globally. Its solutions protect customers from cyber-attacks with an industry leading catch rate of malware, ransomware and other types of attacks. Check Point offers a multilevel security architecture that defends enterprises’ cloud, network and mobile device held information, plus the most comprehensive and intuitive one point of control security management system. Check Point protects over 100,000 organizations of all sizes.</div><div class="margin-top margin-medium"><div class="button-group"><a href="#" class="button is-small w-condition-invisible w-button">Datasheet</a><a href="https://www.checkpoint.com/products-solutions/next-generation-firewalls/" target="_blank" class="button is-secondary is-small w-button">Website</a></div></div></div></div></div></div><div role="listitem" class="w-dyn-item"><div cms-modal-target="cisco-asa" class="modal_item_layout"><div class="popup_content_wrapper padding-medium"><div class="w-layout-grid partner_title-grid margin-bottom margin-medium"><div id="w-node-e7c229fa-be14-7364-b00d-05802e40acef-4e83c0a9" class="partner_content-left"><img src="https://cdn.prod.website-files.com/6454d31338f3f4b0b5ecdf5f/648e6b0a2c998a45831339b9_logo-cisco.png" loading="lazy" alt="" class="partner-logo"/></div><div id="w-node-e7c229fa-be14-7364-b00d-05802e40acf1-4e83c0a9" class="partner_content-right"><div class="partner_title-wrapper"><div class="heading-style-h4">Cisco ASA</div></div></div></div><div class="max-width-large align-center"><div class="text-style-label margin-bottom margin-small">Threat Intelligence Feeds</div><div class="w-richtext">Beat sophisticated cyber attacks with a superior security appliance. We offer the industry’s first threat-focused next-generation firewall (NGFW), the ASA 5500-X Series.</div><div class="margin-top margin-medium"><div class="button-group"><a href="#" class="button is-small w-condition-invisible w-button">Datasheet</a><a href="https://www.cisco.com/c/en/us/products/security/asa-firepower-services/index.html" target="_blank" class="button is-secondary is-small w-button">Website</a></div></div></div></div></div></div><div role="listitem" class="w-dyn-item"><div cms-modal-target="cloudera" class="modal_item_layout"><div class="popup_content_wrapper padding-medium"><div class="w-layout-grid partner_title-grid margin-bottom margin-medium"><div id="w-node-e7c229fa-be14-7364-b00d-05802e40acef-4e83c0a9" class="partner_content-left"><img src="https://cdn.prod.website-files.com/6454d31338f3f4b0b5ecdf5f/648e6af3a4ef1bc8b21345c0_logo-cloudera-v2.png" loading="lazy" alt="" class="partner-logo"/></div><div id="w-node-e7c229fa-be14-7364-b00d-05802e40acf1-4e83c0a9" class="partner_content-right"><div class="partner_title-wrapper"><div class="heading-style-h4">Cloudera</div></div></div></div><div class="max-width-large align-center"><div class="text-style-label margin-bottom margin-small">Threat Intelligence Feeds</div><div class="w-richtext">Cloudera delivers the modern platform for machine learning and advanced analytics built for the cloud. The world’s leading organizations trust Cloudera to help solve their most challenging business problems by efficiently capturing, storing, processing and analyzing vast amounts of data.</div><div class="margin-top margin-medium"><div class="button-group"><a href="/thank-you/file/cloudera" target="_blank" class="button is-small w-button">Datasheet</a><a href="https://www.cloudera.com/" target="_blank" class="button is-secondary is-small w-button">Website</a></div></div></div></div></div></div><div role="listitem" class="w-dyn-item"><div cms-modal-target="crowdstrike" class="modal_item_layout"><div class="popup_content_wrapper padding-medium"><div class="w-layout-grid partner_title-grid margin-bottom margin-medium"><div id="w-node-e7c229fa-be14-7364-b00d-05802e40acef-4e83c0a9" class="partner_content-left"><img src="https://cdn.prod.website-files.com/6454d31338f3f4b0b5ecdf5f/648e6b04204ed3d8d3cb7de2_logo-crowdstrike.webp" loading="lazy" alt="" class="partner-logo"/></div><div id="w-node-e7c229fa-be14-7364-b00d-05802e40acf1-4e83c0a9" class="partner_content-right"><div class="partner_title-wrapper"><div class="heading-style-h4">CrowdStrike</div></div></div></div><div class="max-width-large align-center"><div class="text-style-label margin-bottom margin-small">Threat Intelligence Feeds</div><div class="w-richtext">CrowdStrike™ is a leading provider of next-generation endpoint protection, threat intelligence, and services. CrowdStrike Falcon enables customers to prevent damage from targeted attacks, detect and attribute advanced malware and adversary activity in real time, and effortlessly search all endpoints reducing overall incident response time. CrowdStrike customers include some of the largest blue chip companies in the financial services, energy, oil & gas, telecommunications, retail, and technology sectors, along with some of the largest and most sophisticated government agencies worldwide.</div><div class="margin-top margin-medium"><div class="button-group"><a href="/thank-you/file/crowdstrike" target="_blank" class="button is-small w-button">Datasheet</a><a href="https://www.crowdstrike.com/" target="_blank" class="button is-secondary is-small w-button">Website</a></div></div></div></div></div></div><div role="listitem" class="w-dyn-item"><div cms-modal-target="elasticsearch" class="modal_item_layout"><div class="popup_content_wrapper padding-medium"><div class="w-layout-grid partner_title-grid margin-bottom margin-medium"><div id="w-node-e7c229fa-be14-7364-b00d-05802e40acef-4e83c0a9" class="partner_content-left"><img src="https://cdn.prod.website-files.com/6454d31338f3f4b0b5ecdf5f/648e6b092513001982227b3a_logo-elasticsearch.png" loading="lazy" alt="" class="partner-logo"/></div><div id="w-node-e7c229fa-be14-7364-b00d-05802e40acf1-4e83c0a9" class="partner_content-right"><div class="partner_title-wrapper"><div class="heading-style-h4">Elasticsearch</div></div></div></div><div class="max-width-large align-center"><div class="text-style-label margin-bottom margin-small">Threat Intelligence Feeds</div><div class="w-richtext">From startups to the global 2000, Elastic powers search solutions for thousands of companies worldwide to find documents, monitor infrastructure, protect against security threats, and more.</div><div class="margin-top margin-medium"><div class="button-group"><a href="#" class="button is-small w-condition-invisible w-button">Datasheet</a><a href="https://www.elastic.co/" target="_blank" class="button is-secondary is-small w-button">Website</a></div></div></div></div></div></div><div role="listitem" class="w-dyn-item"><div cms-modal-target="fireeye" class="modal_item_layout"><div class="popup_content_wrapper padding-medium"><div class="w-layout-grid partner_title-grid margin-bottom margin-medium"><div id="w-node-e7c229fa-be14-7364-b00d-05802e40acef-4e83c0a9" class="partner_content-left"><img src="https://cdn.prod.website-files.com/6454d31338f3f4b0b5ecdf5f/648e6aebe8f82b802c614308_logo-fireeye2.png" loading="lazy" alt="" class="partner-logo"/></div><div id="w-node-e7c229fa-be14-7364-b00d-05802e40acf1-4e83c0a9" class="partner_content-right"><div class="partner_title-wrapper"><div class="heading-style-h4">FireEye</div></div></div></div><div class="max-width-large align-center"><div class="text-style-label margin-bottom margin-small">Threat Intelligence Feeds</div><div class="w-richtext">FireEye is the intelligence-led security company. Working as a seamless, scalable extension of customer security operations, FireEye offers a single platform that blends innovative security technologies, nation-state grade threat intelligence, and our world-renowned Mandiant consulting. With this approach, FireEye eliminates the complexity and burden of cyber security for organizations struggling to prepare for, prevent, and respond to cyber attacks.</div><div class="margin-top margin-medium"><div class="button-group"><a href="#" class="button is-small w-condition-invisible w-button">Datasheet</a><a href="https://www.fireeye.com/" target="_blank" class="button is-secondary is-small w-button">Website</a></div></div></div></div></div></div><div role="listitem" class="w-dyn-item"><div cms-modal-target="forcepoint" class="modal_item_layout"><div class="popup_content_wrapper padding-medium"><div class="w-layout-grid partner_title-grid margin-bottom margin-medium"><div id="w-node-e7c229fa-be14-7364-b00d-05802e40acef-4e83c0a9" class="partner_content-left"><img src="https://cdn.prod.website-files.com/6454d31338f3f4b0b5ecdf5f/648e6b0b2513001982227bef_logo-forcepoint.png" loading="lazy" alt="" class="partner-logo"/></div><div id="w-node-e7c229fa-be14-7364-b00d-05802e40acf1-4e83c0a9" class="partner_content-right"><div class="partner_title-wrapper"><div class="heading-style-h4">Forcepoint</div></div></div></div><div class="max-width-large align-center"><div class="text-style-label margin-bottom margin-small">Threat Intelligence Feeds</div><div class="w-richtext">The Forcepoint Platform delivers comprehensive coverage over the cloud. It’s SaaS protection that keeps users and data safe across your entire enterprise.</div><div class="margin-top margin-medium"><div class="button-group"><a href="#" class="button is-small w-condition-invisible w-button">Datasheet</a><a href="https://www.forcepoint.com/" target="_blank" class="button is-secondary is-small w-button">Website</a></div></div></div></div></div></div><div role="listitem" class="w-dyn-item"><div cms-modal-target="accelops" class="modal_item_layout"><div class="popup_content_wrapper padding-medium"><div class="w-layout-grid partner_title-grid margin-bottom margin-medium"><div id="w-node-e7c229fa-be14-7364-b00d-05802e40acef-4e83c0a9" class="partner_content-left"><img src="https://cdn.prod.website-files.com/6454d31338f3f4b0b5ecdf5f/648e6afd5d6ed1894eb7b5b0_logo-fortinet.png" loading="lazy" alt="" class="partner-logo"/></div><div id="w-node-e7c229fa-be14-7364-b00d-05802e40acf1-4e83c0a9" class="partner_content-right"><div class="partner_title-wrapper"><div class="heading-style-h4">FortiSOAR</div></div></div></div><div class="max-width-large align-center"><div class="text-style-label margin-bottom margin-small">Threat Intelligence Feeds</div><div class="w-richtext">FortiSOAR™ is a holistic and enterprise-built security orchestration and security automation workbench that empowers security operation teams. FortiSOAR™ increases a team’s effectiveness by increasing efficiency, allowing for response in near real-time.</div><div class="margin-top margin-medium"><div class="button-group"><a href="#" class="button is-small w-condition-invisible w-button">Datasheet</a><a href="https://www.fortinet.com/products/fortisoar" target="_blank" class="button is-secondary is-small w-button">Website</a></div></div></div></div></div></div><div role="listitem" class="w-dyn-item"><div cms-modal-target="ibm-qradar" class="modal_item_layout"><div class="popup_content_wrapper padding-medium"><div class="w-layout-grid partner_title-grid margin-bottom margin-medium"><div id="w-node-e7c229fa-be14-7364-b00d-05802e40acef-4e83c0a9" class="partner_content-left"><img src="https://cdn.prod.website-files.com/6454d31338f3f4b0b5ecdf5f/648e6aefa4ef1bc8b21342e8_logo-qradar.png" loading="lazy" alt="" class="partner-logo"/></div><div id="w-node-e7c229fa-be14-7364-b00d-05802e40acf1-4e83c0a9" class="partner_content-right"><div class="partner_title-wrapper"><div class="heading-style-h4">IBM Qradar</div></div></div></div><div class="max-width-large align-center"><div class="text-style-label margin-bottom margin-small">Threat Intelligence Feeds</div><div class="w-richtext">IBM® QRadar® SIEM consolidates log events and network flow data from thousands of devices, endpoints and applications distributed throughout a network. It normalizes and correlates raw data to identify security offenses, and uses an advanced Sense Analytics engine to baseline normal behavior, detect anomalies, uncover advanced threats, and remove false positives. As an option, this software incorporates IBM X-Force® Threat Intelligence which supplies a list of potentially malicious IP addresses including malware hosts, spam sources and other threats. IBM QRadar SIEM can also correlate system vulnerabilities with event and network data, helping to prioritize security incidents.</div><div class="margin-top margin-medium"><div class="button-group"><a href="#" class="button is-small w-condition-invisible w-button">Datasheet</a><a href="https://www.ibm.com/us-en/marketplace/ibm-qradar-siem" target="_blank" class="button is-secondary is-small w-button">Website</a></div></div></div></div></div></div><div role="listitem" class="w-dyn-item"><div cms-modal-target="ibm-resilient" class="modal_item_layout"><div class="popup_content_wrapper padding-medium"><div class="w-layout-grid partner_title-grid margin-bottom margin-medium"><div id="w-node-e7c229fa-be14-7364-b00d-05802e40acef-4e83c0a9" class="partner_content-left"><img src="https://cdn.prod.website-files.com/6454d31338f3f4b0b5ecdf5f/648e6ae82c998a4583132b53_logo-resilient.png" loading="lazy" alt="" class="partner-logo"/></div><div id="w-node-e7c229fa-be14-7364-b00d-05802e40acf1-4e83c0a9" class="partner_content-right"><div class="partner_title-wrapper"><div class="heading-style-h4">IBM Resilient</div></div></div></div><div class="max-width-large align-center"><div class="text-style-label margin-bottom margin-small">Threat Intelligence Feeds</div><div class="w-richtext">IBM Resilient’s mission is to help organizations thrive in the face of any cyberattack or business crisis. The industry’s leading Incident Response Platform (IRP) empowers security teams to analyze, respond to, and mitigate incidents faster, more intelligently, and more efficiently. The Resilient IRP is the industry’s only complete IR orchestration and automation platform, enabling teams to integrate and align people, processes, and technologies into a single incident response hub. With Resilient, security teams can have best-in-class response capabilities. IBM Resilient has more than 200 global customers, including 50 of the Fortune 500, and hundreds of partners globally.</div><div class="margin-top margin-medium"><div class="button-group"><a href="#" class="button is-small w-condition-invisible w-button">Datasheet</a><a href="https://www.resilientsystems.com/" target="_blank" class="button is-secondary is-small w-button">Website</a></div></div></div></div></div></div><div role="listitem" class="w-dyn-item"><div cms-modal-target="infoblox" class="modal_item_layout"><div class="popup_content_wrapper padding-medium"><div class="w-layout-grid partner_title-grid margin-bottom margin-medium"><div id="w-node-e7c229fa-be14-7364-b00d-05802e40acef-4e83c0a9" class="partner_content-left"><img src="https://cdn.prod.website-files.com/6454d31338f3f4b0b5ecdf5f/648e6aeb2513001982227557_logo-infoblox.png" loading="lazy" alt="" class="partner-logo"/></div><div id="w-node-e7c229fa-be14-7364-b00d-05802e40acf1-4e83c0a9" class="partner_content-right"><div class="partner_title-wrapper"><div class="heading-style-h4">Infoblox</div></div></div></div><div class="max-width-large align-center"><div class="text-style-label margin-bottom margin-small">Threat Intelligence Feeds</div><div class="w-richtext">Infoblox delivers Actionable Network Intelligence to enterprise, government, and service provider customers around the world. We are the industry leader in DNS, DHCP, and IP address management, the category known as DDI. We empower thousands of organizations to control and secure their networks from the core—enabling them to increase efficiency and visibility, improve customer service, and meet compliance requirements.</div><div class="margin-top margin-medium"><div class="button-group"><a href="/thank-you/file/infoblox" target="_blank" class="button is-small w-button">Datasheet</a><a href="https://www.infoblox.com/" target="_blank" class="button is-secondary is-small w-button">Website</a></div></div></div></div></div></div><div role="listitem" class="w-dyn-item"><div cms-modal-target="logrhythm" class="modal_item_layout"><div class="popup_content_wrapper padding-medium"><div class="w-layout-grid partner_title-grid margin-bottom margin-medium"><div id="w-node-e7c229fa-be14-7364-b00d-05802e40acef-4e83c0a9" class="partner_content-left"><img src="https://cdn.prod.website-files.com/6454d31338f3f4b0b5ecdf5f/648e6af0a4ef1bc8b2134351_logo-logrhytm.png" loading="lazy" alt="" class="partner-logo"/></div><div id="w-node-e7c229fa-be14-7364-b00d-05802e40acf1-4e83c0a9" class="partner_content-right"><div class="partner_title-wrapper"><div class="heading-style-h4">LogRhythm</div></div></div></div><div class="max-width-large align-center"><div class="text-style-label margin-bottom margin-small">Threat Intelligence Feeds</div><div class="w-richtext">LogRhythm, a leader in Threat Lifecycle Management, empowers organizations around the globe to rapidly detect, respond to and neutralize damaging cyberthreats. The company’s patented award-winning platform unifies next-generation SIEM, log management, network and endpoint monitoring, user entity and behavior analytics (UEBA), security automation and orchestration (SAO) and advanced security analytics. In addition to protecting customers from the risks associated with cyberthreats, LogRhythm provides compliance automation and assurance, and enhanced IT intelligence.</div><div class="margin-top margin-medium"><div class="button-group"><a href="/thank-you/file/logrhythm" target="_blank" class="button is-small w-button">Datasheet</a><a href="https://logrhythm.com/" target="_blank" class="button is-secondary is-small w-button">Website</a></div></div></div></div></div></div><div role="listitem" class="w-dyn-item"><div cms-modal-target="logichub" class="modal_item_layout"><div class="popup_content_wrapper padding-medium"><div class="w-layout-grid partner_title-grid margin-bottom margin-medium"><div id="w-node-e7c229fa-be14-7364-b00d-05802e40acef-4e83c0a9" class="partner_content-left"><img src="https://cdn.prod.website-files.com/6454d31338f3f4b0b5ecdf5f/648e6ad33123330e355ff890_logic-hub.png" loading="lazy" alt="" class="partner-logo"/></div><div id="w-node-e7c229fa-be14-7364-b00d-05802e40acf1-4e83c0a9" class="partner_content-right"><div class="partner_title-wrapper"><div class="heading-style-h4">LogicHub</div></div></div></div><div class="max-width-large align-center"><div class="text-style-label margin-bottom margin-small">Threat Intelligence Feeds</div><div class="w-richtext">The LogicHub SOAR+ platform delivers autonomous detection and response, advanced analytics, and machine learning to automate decision making with extreme accuracy.</div><div class="margin-top margin-medium"><div class="button-group"><a href="/thank-you/file/logichub" target="_blank" class="button is-small w-button">Datasheet</a><a href="https://www.logichub.com/" target="_blank" class="button is-secondary is-small w-button">Website</a></div></div></div></div></div></div><div role="listitem" class="w-dyn-item"><div cms-modal-target="intel-mcafee-nitro" class="modal_item_layout"><div class="popup_content_wrapper padding-medium"><div class="w-layout-grid partner_title-grid margin-bottom margin-medium"><div id="w-node-e7c229fa-be14-7364-b00d-05802e40acef-4e83c0a9" class="partner_content-left"><img src="https://cdn.prod.website-files.com/6454d31338f3f4b0b5ecdf5f/648e6af1f30950587127b236_logo-nitrosecurity.png" loading="lazy" alt="" class="partner-logo"/></div><div id="w-node-e7c229fa-be14-7364-b00d-05802e40acf1-4e83c0a9" class="partner_content-right"><div class="partner_title-wrapper"><div class="heading-style-h4">McAfee ESM</div></div></div></div><div class="max-width-large align-center"><div class="text-style-label margin-bottom margin-small">Threat Intelligence Feeds</div><div class="w-richtext">McAfee Enterprise Security Manager is a security information and event management (SIEM) solution that delivers actionable intelligence and integrations to prioritize, investigate, and respond to threats.</div><div class="margin-top margin-medium"><div class="button-group"><a href="/thank-you/file/intel-mcafee-nitro" target="_blank" class="button is-small w-button">Datasheet</a><a href="https://www.mcafee.com/us/products/enterprise-security-manager.aspx" target="_blank" class="button is-secondary is-small w-button">Website</a></div></div></div></div></div></div><div role="listitem" class="w-dyn-item"><div cms-modal-target="arcsight" class="modal_item_layout"><div class="popup_content_wrapper padding-medium"><div class="w-layout-grid partner_title-grid margin-bottom margin-medium"><div id="w-node-e7c229fa-be14-7364-b00d-05802e40acef-4e83c0a9" class="partner_content-left"><img src="https://cdn.prod.website-files.com/6454d31338f3f4b0b5ecdf5f/648e6af4f30950587127b34b_logo-micro-focus.png" loading="lazy" alt="" class="partner-logo"/></div><div id="w-node-e7c229fa-be14-7364-b00d-05802e40acf1-4e83c0a9" class="partner_content-right"><div class="partner_title-wrapper"><div class="heading-style-h4">Micro Focus</div></div></div></div><div class="max-width-large align-center"><div class="text-style-label margin-bottom margin-small">Threat Intelligence Feeds</div><div class="w-richtext">Micro Focus is a global software company with 40 years of experience in delivering and supporting enterprise software solutions that help customers innovate faster with lower risk. Our portfolio enables our 20,000 customers to build, operate and secure the applications and IT systems that meet the challenges of change. We are a global software company, committed to enabling customers to both embrace the latest technologies and maximize the value of their IT investments. Everything we do is based on a simple idea: the fastest way to get results from new technology investments is to build on what you have–in essence, bridging the old and the new.</div><div class="margin-top margin-medium"><div class="button-group"><a href="/thank-you/file/arcsight" target="_blank" class="button is-small w-button">Datasheet</a><a href="https://www.microfocus.com/" target="_blank" class="button is-secondary is-small w-button">Website</a></div></div></div></div></div></div><div role="listitem" class="w-dyn-item"><div cms-modal-target="microsoft-azure-sentinel" class="modal_item_layout"><div class="popup_content_wrapper padding-medium"><div class="w-layout-grid partner_title-grid margin-bottom margin-medium"><div id="w-node-e7c229fa-be14-7364-b00d-05802e40acef-4e83c0a9" class="partner_content-left"><img src="https://cdn.prod.website-files.com/6454d31338f3f4b0b5ecdf5f/648e6b102513001982227d21_partner-azure-sentinel.png" loading="lazy" alt="" class="partner-logo"/></div><div id="w-node-e7c229fa-be14-7364-b00d-05802e40acf1-4e83c0a9" class="partner_content-right"><div class="partner_title-wrapper"><div class="heading-style-h4">Microsoft Azure Sentinel</div></div></div></div><div class="max-width-large align-center"><div class="text-style-label margin-bottom margin-small">Threat Intelligence Feeds</div><div class="w-richtext">Microsoft Azure Sentinel is a scalable, cloud-native, security information event management (SIEM) and security orchestration automated response (SOAR) solution. Azure Sentinel allows Security Operation Center (SOC) analysts to detect actionable threats in their security posture and take actions on them. Azure Sentinel integrates with Anomali to offer first class threat intelligence in the product. You can import threat intelligence from Anomali LIMO servers using the Azure Sentinel TAXII data connector and also from Anomali ThreatStream using the Threat Intelligence Platforms data connector. Once the threat intelligence from Anomali is brought into Azure Sentinel, it can be used for threat analysis, detection, investigation and hunting.</div><div class="margin-top margin-medium"><div class="button-group"><a href="#" class="button is-small w-condition-invisible w-button">Datasheet</a><a href="https://azure.microsoft.com/en-us/services/azure-sentinel/" target="_blank" class="button is-secondary is-small w-button">Website</a></div></div></div></div></div></div><div role="listitem" class="w-dyn-item"><div cms-modal-target="palo-alto-networks" class="modal_item_layout"><div class="popup_content_wrapper padding-medium"><div class="w-layout-grid partner_title-grid margin-bottom margin-medium"><div id="w-node-e7c229fa-be14-7364-b00d-05802e40acef-4e83c0a9" class="partner_content-left"><img src="https://cdn.prod.website-files.com/6454d31338f3f4b0b5ecdf5f/648e6aea1e880c7913e9fb39_logo-palo-alto-networks.png" loading="lazy" alt="" class="partner-logo"/></div><div id="w-node-e7c229fa-be14-7364-b00d-05802e40acf1-4e83c0a9" class="partner_content-right"><div class="partner_title-wrapper"><div class="heading-style-h4">Palo Alto Networks</div></div></div></div><div class="max-width-large align-center"><div class="text-style-label margin-bottom margin-small">Threat Intelligence Feeds</div><div class="w-richtext">Palo Alto Networks is the next-generation security company maintaining trust in the digital age by helping tens of thousands of organizations worldwide prevent cyber breaches. With our deep cybersecurity expertise, commitment to innovation, and game-changing Next-Generation Security Platform, customers can confidently pursue a digital-first strategy and embark on new technology initiatives, such as cloud and mobility. This kind of thinking and know-how helps customer organizations grow their business and empower employees all while maintaining complete visibility and the control needed to protect their critical control systems and most valued data assets.</div><div class="margin-top margin-medium"><div class="button-group"><a href="/thank-you/file/palo-alto-networks" target="_blank" class="button is-small w-button">Datasheet</a><a href="https://www.paloaltonetworks.com/" target="_blank" class="button is-secondary is-small w-button">Website</a></div></div></div></div></div></div><div role="listitem" class="w-dyn-item"><div cms-modal-target="qualys" class="modal_item_layout"><div class="popup_content_wrapper padding-medium"><div class="w-layout-grid partner_title-grid margin-bottom margin-medium"><div id="w-node-e7c229fa-be14-7364-b00d-05802e40acef-4e83c0a9" class="partner_content-left"><img src="https://cdn.prod.website-files.com/6454d31338f3f4b0b5ecdf5f/648e6b082513001982227af6_logo-qualys.png" loading="lazy" alt="" class="partner-logo"/></div><div id="w-node-e7c229fa-be14-7364-b00d-05802e40acf1-4e83c0a9" class="partner_content-right"><div class="partner_title-wrapper"><div class="heading-style-h4">Qualys</div></div></div></div><div class="max-width-large align-center"><div class="text-style-label margin-bottom margin-small">Threat Intelligence Feeds</div><div class="w-richtext">Qualys Cloud Platform gives you a continuous, always-on assessment of your global IT, security, and compliance posture, with 2-second visibility across all your IT assets, wherever they reside. And with automated, built-in threat prioritization, patching and other response capabilities, it’s a complete, end-to-end security solution.</div><div class="margin-top margin-medium"><div class="button-group"><a href="#" class="button is-small w-condition-invisible w-button">Datasheet</a><a href="https://www.qualys.com/" target="_blank" class="button is-secondary is-small w-button">Website</a></div></div></div></div></div></div><div role="listitem" class="w-dyn-item"><div cms-modal-target="rsa-netwitness" class="modal_item_layout"><div class="popup_content_wrapper padding-medium"><div class="w-layout-grid partner_title-grid margin-bottom margin-medium"><div id="w-node-e7c229fa-be14-7364-b00d-05802e40acef-4e83c0a9" class="partner_content-left"><img src="https://cdn.prod.website-files.com/6454d31338f3f4b0b5ecdf5f/648e6ae28d10f41c9cca2402_logo-rsa-ready.png" loading="lazy" alt="" class="partner-logo"/></div><div id="w-node-e7c229fa-be14-7364-b00d-05802e40acf1-4e83c0a9" class="partner_content-right"><div class="partner_title-wrapper"><div class="heading-style-h4">RSA NetWitness</div></div></div></div><div class="max-width-large align-center"><div class="text-style-label margin-bottom margin-small">Threat Intelligence Feeds</div><div class="w-richtext">RSA® Business-Driven Security™ solutions uniquely link business context with security incidents to help organizations manage risk and protect what matters most. RSA solutions are designed to effectively detect and respond to advanced attacks; manage user identities and access; and reduce business risk, fraud and cybercrime. RSA protects millions of users worldwide and works with more than 90 percent of the Fortune 500.</div><div class="margin-top margin-medium"><div class="button-group"><a href="/thank-you/file/rsa-netwitness" target="_blank" class="button is-small w-button">Datasheet</a><a href="https://www.rsa.com/" target="_blank" class="button is-secondary is-small w-button">Website</a></div></div></div></div></div></div><div role="listitem" class="w-dyn-item"><div cms-modal-target="rapid7" class="modal_item_layout"><div class="popup_content_wrapper padding-medium"><div class="w-layout-grid partner_title-grid margin-bottom margin-medium"><div id="w-node-e7c229fa-be14-7364-b00d-05802e40acef-4e83c0a9" class="partner_content-left"><img src="https://cdn.prod.website-files.com/6454d31338f3f4b0b5ecdf5f/648e6b0a2513001982227b91_logo-rapid7.png" loading="lazy" alt="" class="partner-logo"/></div><div id="w-node-e7c229fa-be14-7364-b00d-05802e40acf1-4e83c0a9" class="partner_content-right"><div class="partner_title-wrapper"><div class="heading-style-h4">Rapid7</div></div></div></div><div class="max-width-large align-center"><div class="text-style-label margin-bottom margin-small">Threat Intelligence Feeds</div><div class="w-richtext">In these rapidly changing times, you shouldn’t have to worry about your security program. Rapid7 is here to help you reduce risk across your entire connected environment so your company can focus on what matters most. Whether you need to easily manage vulnerabilities, monitor for malicious behavior, investigate and shut down attacks, or automate your operations — we have solutions and guidance for you.</div><div class="margin-top margin-medium"><div class="button-group"><a href="#" class="button is-small w-condition-invisible w-button">Datasheet</a><a href="https://www.rapid7.com/" target="_blank" class="button is-secondary is-small w-button">Website</a></div></div></div></div></div></div><div role="listitem" class="w-dyn-item"><div cms-modal-target="servicenow" class="modal_item_layout"><div class="popup_content_wrapper padding-medium"><div class="w-layout-grid partner_title-grid margin-bottom margin-medium"><div id="w-node-e7c229fa-be14-7364-b00d-05802e40acef-4e83c0a9" class="partner_content-left"><img src="https://cdn.prod.website-files.com/6454d31338f3f4b0b5ecdf5f/648e6adb8d10f41c9cca1fc2_servicenow.png" loading="lazy" alt="" class="partner-logo"/></div><div id="w-node-e7c229fa-be14-7364-b00d-05802e40acf1-4e83c0a9" class="partner_content-right"><div class="partner_title-wrapper"><div class="heading-style-h4">ServiceNow</div></div></div></div><div class="max-width-large align-center"><div class="text-style-label margin-bottom margin-small">Threat Intelligence Feeds</div><div class="w-richtext">Securing your organization from unknown threats means taking a proactive security approach. By working with ServiceNow Security Operations, Anomali Threat Intelligence empowers security analysts with an end-to-end security orchestration, automation, and response engine covering monitoring, visibility, and remediation.</div><div class="margin-top margin-medium"><div class="button-group"><a href="/thank-you/file/servicenow" target="_blank" class="button is-small w-button">Datasheet</a><a href="https://www.servicenow.com/" target="_blank" class="button is-secondary is-small w-button">Website</a></div></div></div></div></div></div><div role="listitem" class="w-dyn-item"><div cms-modal-target="siemplify" class="modal_item_layout"><div class="popup_content_wrapper padding-medium"><div class="w-layout-grid partner_title-grid margin-bottom margin-medium"><div id="w-node-e7c229fa-be14-7364-b00d-05802e40acef-4e83c0a9" class="partner_content-left"><img src="https://cdn.prod.website-files.com/6454d31338f3f4b0b5ecdf5f/648e6b094341455f6b0a2f30_logo-siemplify.png" loading="lazy" alt="" class="partner-logo"/></div><div id="w-node-e7c229fa-be14-7364-b00d-05802e40acf1-4e83c0a9" class="partner_content-right"><div class="partner_title-wrapper"><div class="heading-style-h4">Siemplify</div></div></div></div><div class="max-width-large align-center"><div class="text-style-label margin-bottom margin-small">Threat Intelligence Feeds</div><div class="w-richtext">From case creation, through investigation to remediation – Siemplify provides the intuitive, cloud-native workbench security operations teams have been craving to effectively respond at scale.</div><div class="margin-top margin-medium"><div class="button-group"><a href="#" class="button is-small w-condition-invisible w-button">Datasheet</a><a href="https://www.siemplify.co/" target="_blank" class="button is-secondary is-small w-button">Website</a></div></div></div></div></div></div><div role="listitem" class="w-dyn-item"><div cms-modal-target="splunk" class="modal_item_layout"><div class="popup_content_wrapper padding-medium"><div class="w-layout-grid partner_title-grid margin-bottom margin-medium"><div id="w-node-e7c229fa-be14-7364-b00d-05802e40acef-4e83c0a9" class="partner_content-left"><img src="https://cdn.prod.website-files.com/6454d31338f3f4b0b5ecdf5f/648e6aee2c998a45831330e5_logo-splunk.png" loading="lazy" alt="" class="partner-logo"/></div><div id="w-node-e7c229fa-be14-7364-b00d-05802e40acf1-4e83c0a9" class="partner_content-right"><div class="partner_title-wrapper"><div class="heading-style-h4">Splunk</div></div></div></div><div class="max-width-large align-center"><div class="text-style-label margin-bottom margin-small">Threat Intelligence Feeds</div><div class="w-richtext">Splunk Inc. (NASDAQ: SPLK) provides the leading software platform for real-time Operational Intelligence. Splunk® software and cloud services enable organizations to search, monitor, analyze and visualize machine-generated big data coming from websites, applications, servers, networks, sensors and mobile devices. More than 8,400 enterprises, government agencies, universities and service providers in more than 100 countries use Splunk software to deepen business and customer understanding, mitigate cybersecurity risk, prevent fraud, improve service performance and reduce cost. Splunk products include Splunk® Enterprise, Splunk Cloud™, Hunk®, Splunk MINT Express™ and premium Splunk Apps.</div><div class="margin-top margin-medium"><div class="button-group"><a href="/thank-you/file/splunk" target="_blank" class="button is-small w-button">Datasheet</a><a href="https://www.splunk.com/" target="_blank" class="button is-secondary is-small w-button">Website</a></div></div></div></div></div></div><div role="listitem" class="w-dyn-item"><div cms-modal-target="sumo-logic" class="modal_item_layout"><div class="popup_content_wrapper padding-medium"><div class="w-layout-grid partner_title-grid margin-bottom margin-medium"><div id="w-node-e7c229fa-be14-7364-b00d-05802e40acef-4e83c0a9" class="partner_content-left"><img src="https://cdn.prod.website-files.com/6454d31338f3f4b0b5ecdf5f/648e6b082513001982227b18_logo-sumo-logic.png" loading="lazy" alt="" class="partner-logo"/></div><div id="w-node-e7c229fa-be14-7364-b00d-05802e40acf1-4e83c0a9" class="partner_content-right"><div class="partner_title-wrapper"><div class="heading-style-h4">Sumo Logic</div></div></div></div><div class="max-width-large align-center"><div class="text-style-label margin-bottom margin-small">Threat Intelligence Feeds</div><div class="w-richtext">More than 2,100 enterprises around the world rely on Sumo Logic platform to monitor, troubleshoot and secure their applications at cloud-scale. The Sumo Logic platform helps you make data-driven decisions and reduce the time to investigate security and operational issues so you can free up resources for more important activities.</div><div class="margin-top margin-medium"><div class="button-group"><a href="#" class="button is-small w-condition-invisible w-button">Datasheet</a><a href="https://www.sumologic.com/" target="_blank" class="button is-secondary is-small w-button">Website</a></div></div></div></div></div></div><div role="listitem" class="w-dyn-item"><div cms-modal-target="tanium" class="modal_item_layout"><div class="popup_content_wrapper padding-medium"><div class="w-layout-grid partner_title-grid margin-bottom margin-medium"><div id="w-node-e7c229fa-be14-7364-b00d-05802e40acef-4e83c0a9" class="partner_content-left"><img src="https://cdn.prod.website-files.com/6454d31338f3f4b0b5ecdf5f/648e6ae9204ed3d8d3cb6581_logo-tanium.png" loading="lazy" alt="" class="partner-logo"/></div><div id="w-node-e7c229fa-be14-7364-b00d-05802e40acf1-4e83c0a9" class="partner_content-right"><div class="partner_title-wrapper"><div class="heading-style-h4">Tanium</div></div></div></div><div class="max-width-large align-center"><div class="text-style-label margin-bottom margin-small">Threat Intelligence Feeds</div><div class="w-richtext">Tanium gives the world’s largest enterprises and government organizations the unique power to secure, control and manage millions of endpoints across the enterprise within seconds. Serving as the “central nervous system” for enterprises, Tanium empowers security and IT operations teams to ask questions about the state of every endpoint across the enterprise in plain English, retrieve data on their current state and execute change as necessary, all within seconds. With the unprecedented speed, scale and simplicity of Tanium, organizations now have complete and accurate information on the state of endpoints at all times to more effectively protect against modern day threats and realize new levels of cost efficiency in IT operations.</div><div class="margin-top margin-medium"><div class="button-group"><a href="#" class="button is-small w-condition-invisible w-button">Datasheet</a><a href="https://www.tanium.com/" target="_blank" class="button is-secondary is-small w-button">Website</a></div></div></div></div></div></div><div role="listitem" class="w-dyn-item"><div cms-modal-target="tenable" class="modal_item_layout"><div class="popup_content_wrapper padding-medium"><div class="w-layout-grid partner_title-grid margin-bottom margin-medium"><div id="w-node-e7c229fa-be14-7364-b00d-05802e40acef-4e83c0a9" class="partner_content-left"><img src="https://cdn.prod.website-files.com/6454d31338f3f4b0b5ecdf5f/648e6b081fc7402ccfb91f68_logo-tenable.png" loading="lazy" alt="" class="partner-logo"/></div><div id="w-node-e7c229fa-be14-7364-b00d-05802e40acf1-4e83c0a9" class="partner_content-right"><div class="partner_title-wrapper"><div class="heading-style-h4">Tenable</div></div></div></div><div class="max-width-large align-center"><div class="text-style-label margin-bottom margin-small">Threat Intelligence Feeds</div><div class="w-richtext">Tenable delivers unparalleled coverage and comprehensive insight to enable you to detect vulnerabilities, assess risk, and prioritize remediation for every asset, in every environment.</div><div class="margin-top margin-medium"><div class="button-group"><a href="#" class="button is-small w-condition-invisible w-button">Datasheet</a><a href="https://www.tenable.com/" target="_blank" class="button is-secondary is-small w-button">Website</a></div></div></div></div></div></div><div role="listitem" class="w-dyn-item"><div cms-modal-target="verodin" class="modal_item_layout"><div class="popup_content_wrapper padding-medium"><div class="w-layout-grid partner_title-grid margin-bottom margin-medium"><div id="w-node-e7c229fa-be14-7364-b00d-05802e40acef-4e83c0a9" class="partner_content-left"><img src="https://cdn.prod.website-files.com/6454d31338f3f4b0b5ecdf5f/648e6ad63123330e355ffaf2_logo-verodin.webp" loading="lazy" alt="" class="partner-logo"/></div><div id="w-node-e7c229fa-be14-7364-b00d-05802e40acf1-4e83c0a9" class="partner_content-right"><div class="partner_title-wrapper"><div class="heading-style-h4">Verodin</div></div></div></div><div class="max-width-large align-center"><div class="text-style-label margin-bottom margin-small">Threat Intelligence Feeds</div><div class="w-richtext">Verodin, part of FireEye, is a platform that has made it possible for organizations to validate the effectiveness of cyber security controls, thereby protecting their reputation and economic value. The Verodin Security Instrumentation Platform (SIP) proactively identifies gaps in security effectiveness attributable to equipment misconfiguration, changes in the IT environment, evolving attacker tactics, and more. By measuring and testing security environments against both known and newly discovered threats, Verodin SIP identifies risks in security controls before a breach occurs and permits companies to rapidly adapt their defenses to the evolving threat landscape. Verodin SIP does this by instrumenting an IT environment to test the effectiveness of network, endpoint, email and cloud controls and provides quantifiable evidence that investments made in controls are actually delivering the expected business outcomes.</div><div class="margin-top margin-medium"><div class="button-group"><a href="/thank-you/file/verodin" target="_blank" class="button is-small w-button">Datasheet</a><a href="https://www.verodin.com/" target="_blank" class="button is-secondary is-small w-button">Website</a></div></div></div></div></div></div><div role="listitem" class="w-dyn-item"><div cms-modal-target="zeek" class="modal_item_layout"><div class="popup_content_wrapper padding-medium"><div class="w-layout-grid partner_title-grid margin-bottom margin-medium"><div id="w-node-e7c229fa-be14-7364-b00d-05802e40acef-4e83c0a9" class="partner_content-left"><img src="https://cdn.prod.website-files.com/6454d31338f3f4b0b5ecdf5f/648e6aed2c998a4583133080_logo-Zeek.webp" loading="lazy" alt="" class="partner-logo"/></div><div id="w-node-e7c229fa-be14-7364-b00d-05802e40acf1-4e83c0a9" class="partner_content-right"><div class="partner_title-wrapper"><div class="heading-style-h4">Zeek</div></div></div></div><div class="max-width-large align-center"><div class="text-style-label margin-bottom margin-small">Threat Intelligence Feeds</div><div class="w-richtext">Zeek is a passive, open-source network traffic analyzer. It is primarily a security monitor that inspects all traffic on a link in depth for signs of suspicious activity. More generally, however, Zeek supports a wide range of traffic analysis tasks even outside of the security domain, including performance measurements and helping with trouble-shooting.</div><div class="margin-top margin-medium"><div class="button-group"><a href="#" class="button is-small w-condition-invisible w-button">Datasheet</a><a href="https://zeek.org/" target="_blank" class="button is-secondary is-small w-button">Website</a></div></div></div></div></div></div><div role="listitem" class="w-dyn-item"><div cms-modal-target="zscaler" class="modal_item_layout"><div class="popup_content_wrapper padding-medium"><div class="w-layout-grid partner_title-grid margin-bottom margin-medium"><div id="w-node-e7c229fa-be14-7364-b00d-05802e40acef-4e83c0a9" class="partner_content-left"><img src="https://cdn.prod.website-files.com/6454d31338f3f4b0b5ecdf5f/648e6ade1add2cbfacdfa355_logo-zscaler.png" loading="lazy" alt="" class="partner-logo"/></div><div id="w-node-e7c229fa-be14-7364-b00d-05802e40acf1-4e83c0a9" class="partner_content-right"><div class="partner_title-wrapper"><div class="heading-style-h4">Zscaler</div></div></div></div><div class="max-width-large align-center"><div class="text-style-label margin-bottom margin-small">Threat Intelligence Feeds</div><div class="w-richtext">Zscaler services enable customers to move securely to a modern cloud architecture. The Zscaler cloud connects users to applications, regardless of where users connect or where the applications are hosted, while providing comprehensive security and a fast user experience. Zscaler offers two service suites that eliminate the cost and complexity of gateway appliances. Zscaler Internet Access securely connects users to internet and SaaS applications, scanning every byte of traffic to protect against cyber threats and data leakage. Zscaler Private Access provides fast access to internal applications hosted in the data center or public clouds—without the need for a VPN.</div><div class="margin-top margin-medium"><div class="button-group"><a href="/thank-you/file/zscaler" target="_blank" class="button is-small w-button">Datasheet</a><a href="https://www.zscaler.com" target="_blank" class="button is-secondary is-small w-button">Website</a></div></div></div></div></div></div></div></div></div><div data-w-id="e7c229fa-be14-7364-b00d-05802e40ad01" class="popup_modal-background-overlay"></div></div></div><section class="section_cta-demo"><div class="default-gradient background-color-gradient-2"></div><div class="padding-global"><div class="container-large"><div class="padding-section-xxlarge"><div class="w-layout-grid cta-demo_component"><div class="cta-demo_image-wrapper"><img src="https://cdn.prod.website-files.com/6453db2ad32b573c40a15c49/646cffbb29887a119df54979_schedule-demo.webp" loading="lazy" alt="A man wearing headphones and looking at a computer screen." sizes="(max-width: 479px) 92vw, (max-width: 767px) 95vw, (max-width: 991px) 41vw, 43vw" srcset="https://cdn.prod.website-files.com/6453db2ad32b573c40a15c49/646cffbb29887a119df54979_schedule-demo-p-500.webp 500w, https://cdn.prod.website-files.com/6453db2ad32b573c40a15c49/646cffbb29887a119df54979_schedule-demo.webp 616w" class="cta-demo_image"/></div><div class="cta-demo_content"><div class="margin-bottom margin-small"><h2 class="text-color-white">Improve your detection and response capabilities</h2></div><p class="text-size-large text-color-white">Organizations rely on Anomali to harness the power of threat intelligence to deliver effective extended detection and response (XDR) capabilities.</p><div class="margin-top margin-medium"><div class="button-group"><a href="/request-a-demo" class="button is-primary w-inline-block"><div class="button-text-wrapper"><div class="text-size-button">Schedule Demo</div><div class="dynamic-arrow"><img src="https://cdn.prod.website-files.com/6453db2ad32b573c40a15c49/64cd3ce07105a169a5b63e78_button-arrow-state1.svg" loading="lazy" alt="" class="icon-1x1-xsmall partial-arrow"/><div class="arrow-line"></div></div></div><img src="https://cdn.prod.website-files.com/6453db2ad32b573c40a15c49/6509cecee7cab371a49e2e4a_primary-button-blur.svg" loading="lazy" alt="" class="button-gradient"/></a></div></div></div></div></div></div></div><div class="section-border_wrapper margin-bottom-minus position-absolute-bottom align-bottom"><img src="https://cdn.prod.website-files.com/6453db2ad32b573c40a15c49/647e0852cf55e2b1c5266732_v-shape-blue.svg" loading="lazy" alt="" class="v-shaped-border"/></div></section></main><footer footer-bg="color-old" class="footer5_component background-color-darkblue"><footer class="new_footer_component"><div class="padding-global"><div class="container-xlarge text-color-white"><div class="padding-vertical padding-xxlarge"><div class="padding-bottom padding-large"><div class="w-layout-grid new_footer_top-wrapper"><div id="w-node-d0c5be49-12ae-20f5-6f78-5fed048367de-048367d6"><div class="new_footer_logo-link"><img src="https://cdn.prod.website-files.com/6453db2ad32b573c40a15c49/661c29ef9457b5f44f35eab9_logo%20white.svg" loading="lazy" alt="" class="footer_logo-link-image"/></div><div class="padding-vertical padding-medium"><p class="text-size-small text-weight-normal">808 Winslow Street , Redwood City, 
CA, 94063, United States<br/><br/><a href="tel:+18444847328" class="new_footer_text-link">+1 844 4 THREATS (847328)
<br/>‍</a><a href="tel:+448000148096" class="new_footer_text-link">+44 8000 148096 (International Toll-Free) <br/><br/>‍</a><a href="mailto:general@anomali.com" class="new_footer_text-link hide">general@anomali.com</a></p></div><div class="w-layout-grid new_footer_social-icons"><a href="https://www.facebook.com/threatstream" target="_blank" class="footer5_social-link text-color-white w-inline-block"><div class="social-icon w-embed"><svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M16.5 6H13.5C12.9477 6 12.5 6.44772 12.5 7V10H16.5C16.6137 9.99748 16.7216 10.0504 16.7892 10.1419C16.8568 10.2334 16.8758 10.352 16.84 10.46L16.1 12.66C16.0318 12.8619 15.8431 12.9984 15.63 13H12.5V20.5C12.5 20.7761 12.2761 21 12 21H9.5C9.22386 21 9 20.7761 9 20.5V13H7.5C7.22386 13 7 12.7761 7 12.5V10.5C7 10.2239 7.22386 10 7.5 10H9V7C9 4.79086 10.7909 3 13 3H16.5C16.7761 3 17 3.22386 17 3.5V5.5C17 5.77614 16.7761 6 16.5 6Z" fill="CurrentColor"/> </svg></div></a><a href="https://www.instagram.com/anomali_inc/" target="_blank" class="footer5_social-link text-color-white w-inline-block"><div class="social-icon w-embed"><svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M16 3H8C5.23858 3 3 5.23858 3 8V16C3 18.7614 5.23858 21 8 21H16C18.7614 21 21 18.7614 21 16V8C21 5.23858 18.7614 3 16 3ZM19.25 16C19.2445 17.7926 17.7926 19.2445 16 19.25H8C6.20735 19.2445 4.75549 17.7926 4.75 16V8C4.75549 6.20735 6.20735 4.75549 8 4.75H16C17.7926 4.75549 19.2445 6.20735 19.25 8V16ZM16.75 8.25C17.3023 8.25 17.75 7.80228 17.75 7.25C17.75 6.69772 17.3023 6.25 16.75 6.25C16.1977 6.25 15.75 6.69772 15.75 7.25C15.75 7.80228 16.1977 8.25 16.75 8.25ZM12 7.5C9.51472 7.5 7.5 9.51472 7.5 12C7.5 14.4853 9.51472 16.5 12 16.5C14.4853 16.5 16.5 14.4853 16.5 12C16.5027 10.8057 16.0294 9.65957 15.1849 8.81508C14.3404 7.97059 13.1943 7.49734 12 7.5ZM9.25 12C9.25 13.5188 10.4812 14.75 12 14.75C13.5188 14.75 14.75 13.5188 14.75 12C14.75 10.4812 13.5188 9.25 12 9.25C10.4812 9.25 9.25 10.4812 9.25 12Z" fill="CurrentColor"/> </svg></div></a><a href="https://twitter.com/anomali" target="_blank" class="footer5_social-link text-color-white w-inline-block"><div class="social-icon w-embed"><svg width="100%" height="100%" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M13.6538 1.6875H16.1348L10.7145 7.8825L17.091 16.3125H12.0975L8.18701 11.1997L3.7125 16.3125H1.23L7.0275 9.68625L0.911255 1.6875H6.03L9.56475 6.36075L13.6538 1.6875ZM12.783 14.8275H14.1578L5.28375 3.0945H3.8085L12.783 14.8275Z" fill="currentcolor"/> </svg></div></a><a href="https://www.linkedin.com/company/anomali/" target="_blank" class="footer5_social-link text-color-white w-inline-block"><div class="social-icon w-embed"><svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M5 3H19C20.1046 3 21 3.89543 21 5V19C21 20.1046 20.1046 21 19 21H5C3.89543 21 3 20.1046 3 19V5C3 3.89543 3.89543 3 5 3ZM8 18C8.27614 18 8.5 17.7761 8.5 17.5V10.5C8.5 10.2239 8.27614 10 8 10H6.5C6.22386 10 6 10.2239 6 10.5V17.5C6 17.7761 6.22386 18 6.5 18H8ZM7.25 9C6.42157 9 5.75 8.32843 5.75 7.5C5.75 6.67157 6.42157 6 7.25 6C8.07843 6 8.75 6.67157 8.75 7.5C8.75 8.32843 8.07843 9 7.25 9ZM17.5 18C17.7761 18 18 17.7761 18 17.5V12.9C18.0325 11.3108 16.8576 9.95452 15.28 9.76C14.177 9.65925 13.1083 10.1744 12.5 11.1V10.5C12.5 10.2239 12.2761 10 12 10H10.5C10.2239 10 10 10.2239 10 10.5V17.5C10 17.7761 10.2239 18 10.5 18H12C12.2761 18 12.5 17.7761 12.5 17.5V13.75C12.5 12.9216 13.1716 12.25 14 12.25C14.8284 12.25 15.5 12.9216 15.5 13.75V17.5C15.5 17.7761 15.7239 18 16 18H17.5Z" fill="CurrentColor"/> </svg></div></a><a href="https://www.youtube.com/channel/UCloYBsWSqk_5x7gdpOn4y8g" target="_blank" class="footer5_social-link text-color-white w-inline-block"><div class="social-icon w-embed"><svg width="100%" height="100%" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"> <path fill-rule="evenodd" clip-rule="evenodd" d="M18.5399 4.33992L19.9999 4.48992C21.7284 4.68529 23.0264 6.16064 22.9999 7.89992V16.0999C23.0264 17.8392 21.7284 19.3146 19.9999 19.5099L18.5999 19.6599C14.2315 20.1099 9.82835 20.1099 5.45991 19.6599L3.99991 19.5099C2.27143 19.3146 0.973464 17.8392 0.999909 16.0999V7.89992C0.973464 6.16064 2.27143 4.68529 3.99991 4.48992L5.39991 4.33992C9.76835 3.88995 14.1715 3.88995 18.5399 4.33992ZM11.1099 15.2199L14.9999 12.6199H15.0599C15.2695 12.4833 15.3959 12.2501 15.3959 11.9999C15.3959 11.7497 15.2695 11.5165 15.0599 11.3799L11.1699 8.77992C10.9402 8.62469 10.6437 8.60879 10.3987 8.73859C10.1538 8.86839 10.0004 9.12271 9.99991 9.39992V14.5999C10.0128 14.858 10.1576 15.0913 10.3832 15.2173C10.6088 15.3433 10.8834 15.3443 11.1099 15.2199Z" fill="currentColor"/> </svg></div></a></div></div><div id="w-node-d0c5be49-12ae-20f5-6f78-5fed048367fc-048367d6" class="footer5_link-list margin-bottom margin-medium"><div class="margin-bottom margin-xsmall"><div class="text-size-medium text-weight-semibold">Platform and Products</div></div><a href="/platform" class="footer5_link text-color-white">Anomali Platform</a><a href="/products/copilot" class="footer5_link text-color-white">Anomali Copilot</a><a href="/products/security-analytics" class="footer5_link text-color-white">Anomali Security Analytics</a><a href="/products/threatstream" class="footer5_link text-color-white">Anomali ThreatStream</a></div><div class="footer5_link-list margin-bottom margin-medium"><div class="margin-bottom margin-xsmall"><div class="text-size-medium text-weight-semibold">Marketplace</div></div><a href="/marketplace" class="footer5_link text-color-white">Anomali Marketplace</a><a href="/marketplace/threat-intelligence-feeds" class="footer5_link text-color-white">Threat Intelligence Feeds</a><a href="/marketplace/threat-analysis-tools" class="footer5_link text-color-white">Threat Analysis Tools and Enrichments</a><a href="/marketplace/security-system-partners" aria-current="page" class="footer5_link text-color-white w--current">Security System Partners</a><a href="/marketplace/technology-partners" class="footer5_link text-color-white">Marketplace for Partners</a></div><div class="footer5_link-list margin-bottom margin-medium"><div class="margin-bottom margin-xsmall"><div class="text-size-medium text-weight-semibold">Partners</div></div><a href="/partners" class="footer5_link text-color-white">Partners Overview</a><a href="/marketplace/technology-partners" class="footer5_link text-color-white">Join the Technology Partner Program</a><a href="/marketplace/sdks" class="footer5_link text-color-white">Anomali SDKs</a><a href="/threat-intel-sharing" class="footer5_link text-color-white">Threat Intel Sharing</a><a href="https://anomali.channeltivity.com/Login" target="_blank" class="footer5_link text-color-white">Partner Portal Login</a></div><div class="footer5_link-list margin-bottom margin-medium"><div class="margin-bottom margin-xsmall"><div class="text-size-medium text-weight-semibold">Resources</div></div><a href="/resources" class="footer5_link text-color-white">Resource Library</a><a href="/blog" class="footer5_link text-color-white">Blog</a><a href="/company/events" class="footer5_link text-color-white">Events</a><a href="/customer-success" class="footer5_link text-color-white">Support</a><a id="w-node-_0670a61e-0aa2-b082-c03d-0865e7c06276-048367d6" href="/glossary" class="footer5_link text-color-white">Glossary</a></div><div class="new_footer_link-list hide-tablet"></div><div class="new_footer_link-list hide-tablet"><div class="margin-bottom margin-xsmall"><div class="text-size-medium text-weight-semibold">Company</div></div><a href="/company" class="footer5_link text-color-white">About Anomali</a><a href="/company/leadership" class="footer5_link text-color-white">Leadership</a></div><div class="new_footer_link-list show-tablet"><div class="margin-bottom margin-xsmall"><div class="text-size-medium text-weight-semibold">Company</div></div><a href="/company" class="footer5_link text-color-white">About Us</a><a href="/company/leadership" class="footer5_link text-color-white">Leadership</a><a id="w-node-d0c5be49-12ae-20f5-6f78-5fed04836847-048367d6" href="/company/careers" class="footer5_link text-color-white">Careers</a><a id="w-node-d0c5be49-12ae-20f5-6f78-5fed04836849-048367d6" href="/press-room" class="footer5_link text-color-white">Press Room</a><a id="w-node-d0c5be49-12ae-20f5-6f78-5fed0483684b-048367d6" href="/contact" class="footer5_link text-color-white">Contact Us</a><a id="w-node-d0c5be49-12ae-20f5-6f78-5fed0483684d-048367d6" href="/request-a-demo" class="footer5_link text-color-white">Schedule Demo</a></div><div class="new_footer_link-list hide-tablet"><div class="margin-bottom margin-xsmall"><div class="text-size-medium text-weight-semibold">  </div></div><a href="/company/careers" class="footer5_link text-color-white">Careers</a><a href="/press-room" class="footer5_link text-color-white">Press Room</a></div><div class="new_footer_link-list hide-tablet"><div class="margin-bottom margin-xsmall"><div class="text-size-medium text-weight-semibold">   </div></div><a href="/contact" class="footer5_link text-color-white">Contact Us</a><a href="/request-a-demo" class="footer5_link text-color-white">Schedule Demo</a></div></div></div><div class="padding-bottom padding-medium"><div class="footer5_bottom-wrapper"><div class="w-layout-grid footer5_legal-list"><div class="text-size-small">© Copyright 2024 Anomali®. All rights reserved. ThreatStream® is a registered trademark of Anomali Inc. Anomali Match™ (&quot;Match&quot;) and Anomali Lens™ (&quot;Lens&quot;) are trademarks of Anomali Inc.</div></div></div></div><div class="line-divider"></div><div class="padding-top padding-medium"><div class="footer5_bottom-wrapper"><div class="w-layout-grid footer5_legal-list"><a href="/privacy-policy" class="footer5_legal-link text-color-white">Privacy Policy</a><a href="/terms-of-service" class="footer5_legal-link text-color-white">Terms of Use</a><a href="/cookie-policy" class="footer5_legal-link text-color-white">Cookies Policy</a><a href="/security" class="footer5_legal-link text-color-white">Security</a></div></div></div></div></div></div><div id="fs-cookies" class="fs-cookies"><div fs-cc="banner" class="fs-cc-banner_component"><div class="fs-cc-banner_container"><div class="fs-cc-banner_text">By clicking <strong>“Accept”</strong>, you agree to the storing of cookies on your device to enhance site navigation, analyze site usage, and assist in our marketing efforts. View our <a href="/cookie-policy" class="fs-cc-banner_text-link">Cookie Policy</a> for more information.</div><div class="fs-cc-banner_buttons-wrapper"><a fs-cc="open-preferences" href="#" class="fs-cc-banner_text-link">Preferences</a><a fs-cc="deny" href="#" class="button is-secondary w-button">Deny</a><a fs-cc="allow" href="#" class="button w-button">Accept</a></div></div><div fs-cc="interaction" class="fs-cc-banner_trigger"></div></div><div fs-cc="manager" class="fs-cc-manager_component"><div fs-cc="open-preferences" class="fs-cc-manager_button"><div class="fs-cc-manager_icon w-embed"><svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 30 30" style="enable-background:new 0 0 30 30;" xml:space="preserve"> <style type="text/css"> .st0{fill:#5169E4;} </style> <path class="st0" d="M15,3C8.4,3,3,8.4,3,15s5.4,12,12,12s12-5.4,12-12c0-0.3,0-0.7-0.1-1c-1.4,0-2.5-1-2.8-2.2 C23.8,11.9,23.4,12,23,12c-1.7,0-3-1.3-3-3c-1.7,0-3-1.3-3-3c0-0.2,0-0.5,0.1-0.7C16.4,4.8,16,4,16,3.1C15.7,3,15.3,3,15,3z M25,4 c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S25.6,4,25,4z M20,5c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S20.6,5,20,5z M11,7 c0.6,0,1,0.4,1,1s-0.4,1-1,1s-1-0.4-1-1S10.4,7,11,7z M27,9c-0.6,0-1,0.4-1,1s0.4,1,1,1s1-0.4,1-1S27.6,9,27,9z M18,11 c0.6,0,1,0.4,1,1s-0.4,1-1,1s-1-0.4-1-1S17.4,11,18,11z M14,13c0.6,0,1,0.4,1,1s-0.4,1-1,1s-1-0.4-1-1S13.4,13,14,13z M9,15 c1.1,0,2,0.9,2,2s-0.9,2-2,2s-2-0.9-2-2S7.9,15,9,15z M22,15c0.6,0,1,0.4,1,1s-0.4,1-1,1s-1-0.4-1-1S21.4,15,22,15z M17,19 c0.6,0,1,0.4,1,1s-0.4,1-1,1s-1-0.4-1-1S16.4,19,17,19z M13,22c0.6,0,1,0.4,1,1s-0.4,1-1,1s-1-0.4-1-1S12.4,22,13,22z"/> </svg></div></div><div fs-cc="interaction" class="fs-cc-manager_trigger"></div></div><div fs-cc-scroll="disable" fs-cc="preferences" class="fs-cc-prefs_component w-form"><form id="cookie-preferences" name="wf-form-Cookie-Preferences" data-name="Cookie Preferences" method="get" class="fs-cc-prefs_form" data-wf-page-id="657dc50a96389eee4e83c0a9" data-wf-element-id="e8a67574-5734-4533-b9a6-d30826116373"><div fs-cc="close" class="fs-cc-prefs_close"><div class="fs-cc-prefs_close-icon w-embed"><svg fill="currentColor" aria-hidden="true" focusable="false" viewBox="0 0 16 24"> <path d="M9.414 8l4.293-4.293-1.414-1.414L8 6.586 3.707 2.293 2.293 3.707 6.586 8l-4.293 4.293 1.414 1.414L8 9.414l4.293 4.293 1.414-1.414L9.414 8z"></path> </svg></div></div><div class="fs-cc-prefs_content"><div class="fs-cc-prefs_space-small"><div class="fs-cc-prefs_title font-family-beatrice">Privacy Preference Center</div></div><div class="fs-cc-prefs_space-small"><div class="fs-cc-prefs_text">Our website uses cookies to enhance your experience. Some cookies are essential for basic functionality, while others are used for marketing, analytics, and personalization. You can choose to disable certain types of storage that are not necessary, but this may affect your website experience.</div></div><div class="fs-cc-prefs_space-medium"><a fs-cc="deny" href="#" class="fs-cc-prefs_button fs-cc-button-alt w-button">Reject all cookies</a><a fs-cc="allow" href="#" class="fs-cc-prefs_button w-button">Allow all cookies</a></div><div class="fs-cc-prefs_space-small"><div class="fs-cc-prefs_title font-family-beatrice">Manage Consent Preferences by Category</div></div><div class="fs-cc-prefs_option"><div class="fs-cc-prefs_toggle-wrapper"><div class="fs-cc-prefs_label font-family-beatrice">Essential</div><div class="fs-cc-prefs_text"><strong>Always Active</strong></div></div><div class="fs-cc-prefs_text">These are required to enable basic website functionality.</div></div><div class="fs-cc-prefs_option"><div class="fs-cc-prefs_toggle-wrapper"><div class="fs-cc-prefs_label font-family-beatrice">Analytics</div><label class="w-checkbox fs-cc-prefs_checkbox-field"><input type="checkbox" id="analytics" name="Analytics" data-name="Analytics" fs-cc-checkbox="analytics" class="w-checkbox-input fs-cc-prefs_checkbox"/><span for="Analytics" class="fs-cc-prefs_checkbox-label w-form-label">Essential</span><div class="fs-cc-prefs_toggle"></div></label></div><div class="fs-cc-prefs_text">These help us understand how the website performs, how visitors interact with the site, and whether there may be technical issues.</div></div><div class="fs-cc-prefs_option"><div class="fs-cc-prefs_toggle-wrapper"><div class="fs-cc-prefs_label font-family-beatrice">Marketing</div><label class="w-checkbox fs-cc-prefs_checkbox-field"><input type="checkbox" id="marketing" name="Marketing" data-name="Marketing" fs-cc-checkbox="marketing" class="w-checkbox-input fs-cc-prefs_checkbox"/><span for="Marketing" class="fs-cc-prefs_checkbox-label w-form-label">Essential</span><div class="fs-cc-prefs_toggle"></div></label></div><div class="fs-cc-prefs_text">We use these to deliver advertising that is more relevant to you and your interests. We also use them to limit the number of times you see an advertisement and measure the effectiveness of advertising campaigns.</div></div><div class="fs-cc-prefs_option"><div class="fs-cc-prefs_toggle-wrapper"><div class="fs-cc-prefs_label font-family-beatrice">Personalization</div><label class="w-checkbox fs-cc-prefs_checkbox-field"><input type="checkbox" id="Personalization" name="Personalization" data-name="Personalization" fs-cc-checkbox="personalization" class="w-checkbox-input fs-cc-prefs_checkbox"/><span for="Personalization" class="fs-cc-prefs_checkbox-label w-form-label">Essential</span><div class="fs-cc-prefs_toggle"></div></label></div><div class="fs-cc-prefs_text">These items allow the us to remember choices you make (such as your user name, language, or the region you are in) and provide enhanced, more personal features.</div></div><div class="fs-cc-prefs_buttons-wrapper"><a fs-cc="submit" href="#" class="fs-cc-prefs_button w-button">Confirm my preferences and close</a></div><input type="submit" data-wait="Please wait..." class="fs-cc-prefs_submit-hide w-button" value="Submit"/><div class="w-embed"><style> /* smooth scrolling on iOS devices */ .fs-cc-prefs_content{-webkit-overflow-scrolling: touch} </style></div></div></form><div class="w-form-done"></div><div class="w-form-fail"></div><div fs-cc="close" class="fs-cc-prefs_overlay"></div><div fs-cc="interaction" class="fs-cc-prefs_trigger"></div></div><div class="hide w-embed"><style> /*width*/ /*width*/ .fs-cc-prefs_content::-webkit-scrollbar { width:3px; } /*thumb*/ .fs-cc-prefs_content::-webkit-scrollbar-thumb { background:rgb(175, 175, 175); } .fs-cc-prefs_content { overflow-x: hidden!important; overflow-y: scroll!important; } /* Hide Horizontal Scrollbar */ .fs-cc-prefs_content::-webkit-scrollbar-horizontal { display: none; } </style></div></div><div class="footer-bg-styles w-embed"><style> [footer-bg~="color-old"] .new_footer_component { background-color: var(--midnight-blue); } [footer-bg~="color-new"] .new_footer_component { background-color: var(--oxford); } </style></div></footer></footer></div><script src="https://d3e54v103j8qbb.cloudfront.net/js/jquery-3.5.1.min.dc5e7f18c8.js?site=6453db2ad32b573c40a15c49" type="text/javascript" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script><script src="https://cdn.prod.website-files.com/6453db2ad32b573c40a15c49/js/anomali-staging.f53208212.js" type="text/javascript"></script><style> /* Add CSS styles for the selected option */ #languageSelect option:checked { color: red; /* Change this to your desired color */ } </style> <script> document.addEventListener('DOMContentLoaded', function () { var banner = document.getElementById('banner'); var closeBanner = document.getElementById('closeBanner'); var menuButton = document.querySelector('.navbar_menu-button'); function closeBannerAndMenu() { banner.style.display = 'none'; } closeBanner.addEventListener('click', closeBannerAndMenu); menuButton.addEventListener('click', closeBannerAndMenu); menuButton.addEventListener('keypress', function (event) { // Close banner when Enter key is pressed on menu button if (event.key === 'Enter') { closeBannerAndMenu(); } }); }); </script> <script> // Function to pre-fill the field with name "GCLID__c" function prefillGCLIDField() { // Prefill the field with name "GCLID__c" using JavaScript var gclidField = document.getElementsByName("GCLID__c")[0]; if (gclidField) { // Retrieve the GCLID value from the cookie var gclidValue = getCookieValue("gclid"); // Set the field's value console.log("Prefilling GCLID__c field with value:", gclidValue); gclidField.value = gclidValue || ""; } } // Call the function to pre-fill the GCLID field prefillGCLIDField(); </script><script src="https://cdn.jsdelivr.net/npm/swiper@8/swiper-bundle.min.js"></script> <script> window.addEventListener('DOMContentLoaded', () => { const tabLink = document.querySelector('.tab_tabs-link.w--current'); if (tabLink) { tabLink.style.visibility = 'visible'; tabLink.style.pointerEvents = 'auto'; const tabMenu = document.querySelector('.tab_tabs-menu'); const scrollOffset = tabLink.offsetLeft - tabMenu.clientWidth / 2 + tabLink.clientWidth / 2; tabMenu.scrollLeft = scrollOffset; } }); </script> <script> function configureClickEvent() { $("[cms-modal-trigger]").each(function () { let itemID = $(this).attr("cms-modal-trigger"); let target = $("[cms-modal-target='" + itemID + "']"); $(this).on("click", function() { $("[cms-modal-target]").hide(); $(target).show(); setTimeout(function() { // Refresh the code here console.log("Refreshing code..."); }, 500); }); }); } $(document).ready(function() { configureClickEvent(); }); </script> </body></html>

Pages: 1 2 3 4 5 6 7 8 9 10