21 May 2025, 10:00 – 11:00 CET
We’re excited to invite you to an exclusive webinar, where we introduce the new Microsoft Defender XDR integration with Logpoint — built for security teams who need faster, smarter, and more scalable threat detection.
Discover how easily you can:
- Deploy quickly with template-driven integration — no heavy setup needed
- Achieve end-to-end visibility across the Microsoft E3 ecosystem
- Monitor your environment through a centralized, unified view
- Ingest high-fidelity insights from Defender’s correlated incidents
- Cut alert fatigue with smart filtering and role-based routing
Whether you’re scaling your detection capabilities, refining your incident response workflows, or building resilient security architectures, this integration gives you the flexibility to shape your defenses — your way.
Let’s rethink how you manage security — on your terms, not your vendor’s.
📅 Save your seat today and explore the integration in action
(function() {
var iframe = document.getElementById(“iframe_686561dc564a5”);
var src = iframe.getAttribute(“data-src”); // Fetch from data-src instead
console.log(“Original src:”, src);
if (!src) {
console.error(“No data-src attribute found on iframe!”);
return;
}
// Get UTM parameters from localStorage
var utmSource = localStorage.getItem(“utm_source”) || “direct”;
var utmMedium = localStorage.getItem(“utm_medium”) || “none”;
var utmCampaign = localStorage.getItem(“utm_campaign”) || “”;
var utmTerm = localStorage.getItem(“utm_term”) || “”;
var utmContent = localStorage.getItem(“utm_content”) || “”;
var gclid = localStorage.getItem(“gclid”) || “”;
// Get the parent page URL (referrer)
var refurl = encodeURIComponent(window.location.href);
// Construct UTM query parameters
var params = new URLSearchParams();
params.set(“utm_source”, utmSource);
params.set(“utm_medium”, utmMedium);
params.set(“utm_campaign”, utmCampaign);
params.set(“utm_term”, utmTerm);
params.set(“utm_content”, utmContent);
params.set(“gclid”, gclid);
params.set(“refurl”, refurl);
// Append UTM parameters to the iframe src
var finalSrc = src + (src.includes(“?”) ? “&” : “?”) + params.toString();
iframe.setAttribute(“src”, finalSrc);
console.log(“Final iframe src:”, finalSrc);
})();
// Initialize iFrameResizer (make sure iframeResizer is enqueued!)
iFrameResize({ log: false }, “#iframe_686561dc564a5”);
//listen to event from Pardot
window.addEventListener(“message”, function(m) {
if (m.data.event === “pardot_form_submit”) {
dataLayer.push(m.data);
console.log(“Datalayer pushed”);
}
});
window.addEventListener(“CookiebotOnConsentReady”, function (e) {
console.log(“CookiebotOnConsentReady fired”);
// Check consent immediately
if (Cookiebot.consent.marketing) {
console.log(“User has accepted marketing cookies (initial).”);
var iframe = document.getElementById(“iframe_686561dc564a5”);
if (iframe && iframe.contentWindow) {
try {
iframe.contentWindow.postMessage({ allowScript: true }, “*”);
console.log(“iFrame script allowed on initial load”);
} catch (error) {
console.error(“Error sending message to iframe:”, error);
}
} else {
console.error(“Iframe or its contentWindow is not available.”);
}
} else {
console.log(“User has not accepted marketing cookies”);
// Reload the iframe as marketing cookies are not accepted
var iframe = document.getElementById(“iframe_686561dc564a5”);
if (iframe) {
try {
iframe.src = iframe.src;
console.log(“Iframe reloaded due to no marketing consent.”);
} catch (error) {
console.error(“Error reloading iframe:”, error);
}
} else {
console.error(“Iframe not found for reloading.”);
}
}
}, false);
// Ensure the iframe has loaded before sending the message
window.addEventListener(“load”, function() {
var iframe = document.getElementById(“iframe_686561dc564a5”);
if (iframe) {
iframe.onload = function() {
if (Cookiebot.consent.marketing) {
try {
iframe.contentWindow.postMessage({ allowScript: true }, “*”);
console.log(“iFrame script allowed on iframe load”);
} catch (error) {
console.error(“Error sending message to iframe on iframe load:”, error);
}
}
};
} else {
console.error(“Iframe not found on window load for message sending.”);
}
});
setTimeout(function() {
var iframe = document.getElementById(“iframe_686561dc564a5”);
if (iframe) {
if (!iframe.onloadFired) {
iframe.onloadFired = true;
if (Cookiebot.consent.marketing) {
try {
iframe.contentWindow.postMessage({ allowScript: true }, “*”);
console.log(“iFrame script allowed on delayed check”);
} catch (error) {
console.error(“Error sending message on delayed check:”, error);
}
}
}
}
}, 1000); // 1 second delay to catch late loading iframes
iframe {
height: 750px;
}
@media (max-width: 1024px) {
iframe {
height: 450px;
}
}
The presenters
The post Webinar: Elevate your security with Microsoft Defender XDR Integration appeared first on Logpoint.