29 April 2025, 10:30 CET
As a MSSP, delivering value and security to your customers is at the heart of your business.
Do your priorities include:
- Providing a quality of service offering that meets customer’s need
- Being competitive on price
- Having a breadth of services to address a wide range of cyber attacks
Addressing compliance and data sovereignty for your organization and your customers. To achieve of all this, collaborating with the right security vendor and choosing the right technology is critical and many MSSPs are now basing the value and security of their customers around SIEM
Join us for this very informative webinar where we will be:
- Examining the role of SIEM and NDR in the MSSP strategy.
- Discussing how collaborating with security vendors, MSSPs can add value to customers, achieve cost efficiencies and provide strong protection
- Introducing Logpoint new MSSP partner program and how this has been designed to work collaboratively with MSSPs to understand their individual needs and that of their customers
- Sharing some recent research on what customers are looking for from a MSSP.
(function() {
var iframe = document.getElementById(“iframe_67f9234fd3f22”);
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_67f9234fd3f22”);
//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_67f9234fd3f22”);
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_67f9234fd3f22”);
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_67f9234fd3f22”);
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_67f9234fd3f22”);
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: Driving value and security to customers for MSSPs appeared first on Logpoint.
0 Comments