White Paper: Carriers Weigh In on State of Cybersecurity

Cybersecurity concerns are becoming increasingly common as cyberattacks and ransomware breaches make headlines throughout the logistics industry. Over half of carriers recently surveyed have either been directly impacted by a security issue or seen their peers impacted.

In this new white paper, Trimble and FreightWaves address the state of cybersecurity, overall perception of threats in the industry, and how carriers are managing security in their own fleets.

Insights Include:

  • Risks associated with breaches and ransomware attacks
  • Cloud-based TMS Options
  • Key insights from a carrier survey

Don’t leave your business vulnerable to cyber-attacks and downtime. Get your copy of the full white paper today!

#myIframe {
height: 1020px !important;
}
@media (min-width: 768px) {
#myIframe {
height: 980px !important;
}
}
@media (min-width: 1024px) {
#myIframe {
height: 1000px !important;
}
}

// Function to create the iframe URL
function createIframeURL() {
// Get the parent URL and create a URLSearchParams object
var parentURL = new URL(window.location.href);
var params = new URLSearchParams(parentURL.search);

// Construct the iframe URL with all parameters
var iframeURL = "https://freightwaves.dragonforms.com/loading.do?omedasite=0205MediaWhitePaperTrimble20240429";

// Loop through all parameters and append them to the iframe URL
for (const param of params.entries()) {
var key = param[0];
var value = param[1];
iframeURL += `&${encodeURIComponent(key)}=${encodeURIComponent(value)}`;
}

// Set the iframe URL
var iframe = document.getElementById("myIframe");
iframe.src = iframeURL;
}

// Call the function on page load
createIframeURL();

window.addEventListener("message", function(event) {
console.log('Event',event.data);
// Check if the origin of the event matches the expected iframe domain
if (event.origin === "https://freightwaves.dragonforms.com") {
// Handle the message received from the iframe here

if (event.data.message === "redirect") {
console.log("Redirecting...");

// Construct the redirect URL with the email parameter
const redirectUrl = "https://bit.ly/3UmicVG";

// Perform the redirection
window.location.href = redirectUrl;
} else {
console.log("Message received, but not a redirect.");
}
} else {
console.log("Received message from unexpected origin:", event.origin);
}
}, false);

The post White Paper: Carriers Weigh In on State of Cybersecurity appeared first on FreightWaves.

Source: freightwaves - White Paper: Carriers Weigh In on State of Cybersecurity
Editor: FreightWaves Staff

menu