ADVERTISEMENT

Sophos Launches Managed Detection and Response (MDR) for Microsoft Defender to Provide a Critical Layer of Security Across Microsoft Environments

Published Jul 14, 2023 05:35 pm
Sophos, a global leader in innovating and delivering cybersecurity as a service, recently launched Sophos Managed Detection and Response (MDR) for Microsoft Defender, a fully-managed offering that provides the industry’s most robust threat response capabilities for organizations using Microsoft Security. Sophos MDR for Microsoft Defender adds a critical layer of 24/7 protection across the Microsoft Security suite of endpoint, SIEM, identity, cloud, and other solutions to safeguard against data breaches, ransomware and other active adversary cyberattacks. “Baseline security technology alone is not enough to defeat determined attackers who will find a way in, as evidenced by the cases our incident response team manages. Attackers are extremely persistent, and organizations need a human layer of security to conduct threat hunts, identify attacker behaviors attempting to evade security tools, and respond to stop attacks with speed and precision,” said Raja Patel, senior vice president of products and managed services at Sophos. “Rather than forcing them to rip and replace existing technologies, we support organizations with what they need, how and where they need it – regardless of what security solutions they already use. For channel partners delivering Microsoft Security offerings, there’s tremendous opportunity to ensure customers are fully protected and maximizing value from their existing deployments.” Sophos MDR for Microsoft Defender integrates telemetry from a broad range of Microsoft Security tools. Unlike other MDR offerings that limit support to Microsoft Defender for Endpoint or Microsoft Sentinel and provide minimal threat response capabilities, Sophos MDR fortifies the broader Microsoft Security suite, including: ▪ Microsoft Defender for Endpoint ▪ Microsoft Defender for Identity ▪ Microsoft Defender for Cloud ▪ Microsoft Defender for Cloud Apps ▪ Identity Protection (Azure Active Directory) ▪ Office 365 Security and Compliance Center ▪ Microsoft Sentinel ▪ Office 365 Management Activity Telemetry from these sources is automatically consolidated, correlated and prioritized with insights from the Sophos Adaptive Cybersecurity Ecosystem and the Sophos X-Ops threat intelligence unit of more than 500 security analysts, threat hunters, responders, data scientists, and other specialists across Sophos worldwide. This enables the Sophos MDR operations team to identify and stop more threats than Microsoft Security tools – or any security technology – can on their own. "Sixty-five percent of organizations have had a significant ransomware event in the last 12 months despite significant investments in cybersecurity tools, according to IDC research. It is often not a tool but a people problem. Most IT and security teams are generally overworked, understaffed and under resourced. They cannot triage and address the daily deluge of alerts and issues to get the desired protections promised from their current tool investments,” said Frank Dickson, group vice president for IDC's Security and Trust research practice. "For organizations leveraging the Microsoft security stack, Sophos MDR assists those to realize the outcomes hoped for from their existing cybersecurity investments." “Our guiding principle is to deliver the best security outcomes possible for our customers. Advancements in technologies like extended detection and response (XDR) and generative AI are driving efficiencies in security operations, but the human element remains a critical component to stopping advanced threats,” said Kieron Newsham, chief technologist – cyber security at Softcat. “We're really pleased with how Sophos MDR is helping our customers overcome the increasing talent shortage and widening skills gap to deliver the best cybersecurity outcomes possible, independent of the customer's size, structure or previous technology investments.”
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.