{"id":77757,"date":"2026-04-03T00:00:00","date_gmt":"2026-04-03T05:00:00","guid":{"rendered":"https:\/\/www.project44.com\/?p=77757"},"modified":"2026-04-03T09:56:25","modified_gmt":"2026-04-03T14:56:25","slug":"following-the-pings-how-project44-detects-freight-fraud-in-real-time","status":"publish","type":"post","link":"https:\/\/www.project44.com\/de\/blog\/following-the-pings-how-project44-detects-freight-fraud-in-real-time\/","title":{"rendered":"Following the pings: How project44 detects freight fraud in real time"},"content":{"rendered":"\n<p>Cargo theft has reached an inflection point. Losses across U.S. and Canadian freight networks now exceed&nbsp;$35 billion&nbsp;annually (CargoNet&nbsp;2024), with incidents surging 57% year-over-year, and&nbsp;average&nbsp;losses routinely exceeding $580K. What has changed most is the nature of the threat: physical hijackings have given way to digital fraud, spoofed carrier identities, and mid-route transfers that exploit gaps in carrier vetting.&nbsp;<\/p>\n\n\n\n<p>The market is responding,&nbsp;risk mitigation software spend is up ~18% year-over-year in 2025,&nbsp;but blind spots persist. False identities, mid-route handoffs, and sanctioned-lane violations continue to slip through even well-vetted networks.&nbsp;project44 is uniquely positioned to close these gaps by connecting location and compliance signals into a real-time risk intelligence layer, enabling shippers to detect, prevent, and respond to threats the moment they&nbsp;emerge.&nbsp;<\/p>\n\n\n\n<p>The earliest and most reliable signal of a threat in motion is a truck that stops behaving as expected\u2014&nbsp;it drifts off the planned corridor, lingers abnormally, or oscillates without making forward progress&nbsp;and that&#8217;s exactly what route deviation detection is designed to catch.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-what-nbsp-is-nbsp-route-nbsp-deviation-and-nbsp-why-nbsp-it-nbsp-matters-for-nbsp-fraud-nbsp-prevention-nbsp\">What&nbsp;is&nbsp;route&nbsp;deviation and&nbsp;why&nbsp;it&nbsp;matters for&nbsp;fraud&nbsp;prevention&nbsp;<\/h2>\n\n\n\n<p>A&nbsp;route&nbsp;deviation occurs when a shipment diverges from its expected lane or timeline between pickup and delivery.&nbsp;In practice, these signals correlate with fraud and theft patterns, missed milestones, and cascading ETA inaccuracies.&nbsp;By elevating deviations to first-class exceptions, shippers can trigger playbooks,&nbsp;such as&nbsp;contacting carriers, dispatching security, or rerouting assets,&nbsp;before losses&nbsp;materialize.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-how-do-we-detect-anomalies-nbsp\">How do we detect anomalies?&nbsp;<\/h2>\n\n\n\n<p>At project44, we receive more than 3 million GPS pings per day for the shipments we track. Worldwide, we track more than 50,000 shipments per day, with the majority following expected pickup and drop-off appointment times and trajectories. Finding fraud patterns among these is akin to finding a needle in a haystack. In addition to the sheer scale, we do not know in advance what these fraud patterns look like, nor do we have access to a labeled dataset of confirmed good or bad shipments.&nbsp;<\/p>\n\n\n\n<p>Given the lack of labeled data, unsupervised learning methods&nbsp;have become&nbsp;the natural choice for gaining insights and uncovering patterns. We chose the Isolation Forest&nbsp;algorithm,&nbsp;which&nbsp;identifies&nbsp;the most anomalous data points using an anomaly score. This algorithm runs in linear time complexity, making it fast for both model training and inference.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-how-the-nbsp-detection-nbsp-engine-nbsp-works-nbsp\">How the&nbsp;detection&nbsp;engine&nbsp;works&nbsp;<\/h2>\n\n\n\n<p>Every GPS ping a shipment generates is evaluated in real time against two&nbsp;models:&nbsp;<\/p>\n\n\n\n<ol start=\"1\" class=\"wp-block-list\">\n<li><strong>Distance deviation:&nbsp;<\/strong>measuring how far the truck has strayed from the expected corridor&nbsp;<\/li>\n<\/ol>\n\n\n\n<ol start=\"2\" class=\"wp-block-list\">\n<li><strong>Time deviation:&nbsp;<\/strong>Flags&nbsp;abnormal progress patterns while the truck is still on the corridor,&nbsp;for example, back-and-forth motion, regression toward the origin, or a lack of forward movement.&nbsp;<\/li>\n<\/ol>\n\n\n\n<p>Each ping receives an anomaly score. Post-processing then&nbsp;consolidates&nbsp;these scores with domain rules (minimum&nbsp;consecutive anomalous pings, distance-to-lane thresholds, and speed\/regression checks) to produce a shipment-level decision and raise an exception with explainability.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-building-the-nbsp-map-of-nbsp-normal-reference-nbsp-lanes-with-nbsp-hexcells-nbsp\">Building the&nbsp;map of&nbsp;normal: Reference&nbsp;lanes with&nbsp;hexcells&nbsp;<\/h2>\n\n\n\n<p>Expected routes are encoded as&nbsp;hexcell&nbsp;lanes, which&nbsp;divide a route into small geographic&nbsp;spatial tiles that, together, define what a normal path looks like for a given-origin destination pair.&nbsp;&nbsp;These lanes are built from historical shipment data and serve as the&nbsp;baseline&nbsp;the system measures every live ping against. Customers can also contribute their own shipment history to build tailored baselines specific to their freight network&nbsp;We&nbsp;have already mapped over 1 million lanes, providing&nbsp;a strong foundation&nbsp;for building and scaling these models.&nbsp;<\/p>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"576\" height=\"493\" src=\"https:\/\/www.project44.com\/wp-content\/uploads\/2026\/04\/image-1.png\" alt=\"\" class=\"wp-image-77738\" srcset=\"https:\/\/www.project44.com\/wp-content\/uploads\/2026\/04\/image-1.png 576w, https:\/\/www.project44.com\/wp-content\/uploads\/2026\/04\/image-1-300x257.png 300w\" sizes=\"auto, (max-width: 576px) 100vw, 576px\" \/><figcaption class=\"wp-element-caption\"><em>Mapping pings to&nbsp;hexcells&nbsp;using ping2hex<\/em>&nbsp;<\/figcaption><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-fraud-nbsp-signals-the-nbsp-system-nbsp-watches-nbsp-for-nbsp\">Fraud&nbsp;signals the&nbsp;system&nbsp;watches&nbsp;for&nbsp;<\/h2>\n\n\n\n<p>Not all deviations look the same. The system flags three distinct patterns:&nbsp;<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Rapid lane divergence:<\/strong>&nbsp;an early sign of unauthorized detours or off-route activity&nbsp;<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Sustained dwell or oscillation&nbsp;on-lane:<\/strong>&nbsp;potential staging or pilferage that&nbsp;doesn&#8217;t&nbsp;break the corridor but stalls progress&nbsp;<\/li>\n<\/ul>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Failure to complete the trajectory:<\/strong>&nbsp;insufficient time or distance&nbsp;remaining&nbsp;to reach the destination, flagging non-delivery risk&nbsp;<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-how-nbsp-it-nbsp-works-nbsp-end-to-nbsp-end-nbsp\"><strong>How&nbsp;it&nbsp;works&nbsp;end to&nbsp;end<\/strong>&nbsp;<\/h2>\n\n\n\n<p>Each GPS ping is streamed into the deviation service, where two Isolation Forest models score it independently for distance- and time-based anomalies. Those scores are filtered through calibrated thresholds and a consecutive-ping guardrail to suppress noise, and once a deviation is confirmed, an exception is published to the platform with the location, timestamp, type, and severity,ready for immediate action.&nbsp;<\/p>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"898\" height=\"434\" src=\"https:\/\/www.project44.com\/wp-content\/uploads\/2026\/04\/image-5.png\" alt=\"\" class=\"wp-image-77744\" srcset=\"https:\/\/www.project44.com\/wp-content\/uploads\/2026\/04\/image-5.png 898w, https:\/\/www.project44.com\/wp-content\/uploads\/2026\/04\/image-5-300x145.png 300w, https:\/\/www.project44.com\/wp-content\/uploads\/2026\/04\/image-5-768x371.png 768w\" sizes=\"auto, (max-width: 898px) 100vw, 898px\" \/><figcaption class=\"wp-element-caption\"><em>End-to-End Architecture<\/em>&nbsp;<\/figcaption><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-under-the-nbsp-hood-how-the-nbsp-models-nbsp-are-nbsp-built-and-nbsp-tuned-nbsp\">Under the&nbsp;hood: How the&nbsp;models&nbsp;are&nbsp;built and&nbsp;tuned&nbsp;<\/h2>\n\n\n\n<h6 class=\"wp-block-heading\" id=\"h-dataset-nbsp-construction-nbsp\">Dataset&nbsp;construction&nbsp;<\/h6>\n\n\n\n<p>We&nbsp;trained on&nbsp;over 100,000 shipments and 5 million pings across North America and Europe,&nbsp;none of&nbsp;it&nbsp;labeled. Without ground truth, we bootstrapped by applying initial threshold scores, visually inspecting flagged cases, and routing sampled deviations to an annotation team. Their feedback iteratively shaped our golden validation set and drove threshold refinement.&nbsp;<\/p>\n\n\n\n<h6 class=\"wp-block-heading\" id=\"h-feature-nbsp-engineering-nbsp\">Feature&nbsp;engineering&nbsp;<\/h6>\n\n\n\n<p>&nbsp;For each GPS ping, the system evaluates a range of signals: how far the truck has strayed from its expected path, whether its speed or movement pattern looks abnormal, whether&nbsp;it&#8217;s&nbsp;making meaningful forward progress, and whether the timing aligns with&nbsp;what&#8217;s&nbsp;typical for that route. Two separate models handle distance and time signals independently, keeping each focused and precise.&nbsp;<\/p>\n\n\n\n<h6 class=\"wp-block-heading\" id=\"h-post-processing-safeguards\"><strong>Post-processing\u00a0safeguards\u00a0<\/strong><\/h6>\n\n\n\n<p>The system is designed to raise alerts only when&nbsp;there\u2019s&nbsp;a real cause for concern.&nbsp;An alert only fires after multiple consecutive suspicious pings, not just one, reducing the chance of flagging ordinary events like a rest stop or a minor detour. Thresholds are calibrated to the characteristics of each lane, so the bar for what counts as &#8222;anomalous&#8220; reflects&nbsp;what&#8217;s&nbsp;normal for that specific route.&nbsp;&nbsp;<\/p>\n\n\n\n<h6 class=\"wp-block-heading\" id=\"h-evaluation-nbsp\">Evaluation&nbsp;<\/h6>\n\n\n\n<p>Without labeled ground truth, we built a custom evaluation framework grounded in observable outcomes. Two milestone-based rules anchor the approach: a truck that never registers a&nbsp;destination&nbsp;arrival is a clear deviation, and one that arrives significantly late after a triggered alert confirms the model caught a real delay or detour.&nbsp;<\/p>\n\n\n\n<p>Most flagged cases, however,&nbsp;didn&#8217;t&nbsp;fit neatly into either bucket. To&nbsp;validate&nbsp;these, we built Folium-based map visualizations overlaying the baseline route, live pings, and model output,&nbsp;making it possible to inspect each case visually and build confidence in the system&#8217;s judgment.&nbsp;<\/p>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"372\" height=\"567\" src=\"https:\/\/www.project44.com\/wp-content\/uploads\/2026\/04\/image-2.png\" alt=\"\" class=\"wp-image-77739\" srcset=\"https:\/\/www.project44.com\/wp-content\/uploads\/2026\/04\/image-2.png 372w, https:\/\/www.project44.com\/wp-content\/uploads\/2026\/04\/image-2-197x300.png 197w\" sizes=\"auto, (max-width: 372px) 100vw, 372px\" \/><figcaption class=\"wp-element-caption\"><em>Distance deviation from known path \u2014 follow legend to understand figure<\/em>&nbsp;<\/figcaption><\/figure>\n\n\n\n<figure class=\"wp-block-image aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"525\" height=\"588\" src=\"https:\/\/www.project44.com\/wp-content\/uploads\/2026\/04\/image-3.png\" alt=\"\" class=\"wp-image-77740\" srcset=\"https:\/\/www.project44.com\/wp-content\/uploads\/2026\/04\/image-3.png 525w, https:\/\/www.project44.com\/wp-content\/uploads\/2026\/04\/image-3-268x300.png 268w\" sizes=\"auto, (max-width: 525px) 100vw, 525px\" \/><figcaption class=\"wp-element-caption\"><em>Time-based deviation \u2014 Dwelling before ever reaching destination<\/em>&nbsp;<\/figcaption><\/figure>\n\n\n\n<p><strong>The route deviation detection system is now live in production<\/strong>, processing millions of GPS pings daily through a scalable&nbsp;FastAPI\/GKE pipeline and surfacing real-time fraud alerts and risky lane insights directly to customers.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-from-nbsp-detection-to-nbsp-action-nbsp\">From&nbsp;detection to&nbsp;action&nbsp;<\/h2>\n\n\n\n<p>We&nbsp;will&nbsp;integrate route deviation detection with AI-powered agentic workflows, where agents call the carrier or customer with this information and&nbsp;determine&nbsp;the next course of action.&nbsp;Exceptions are raised on the platform at the shipment level, and the location and timestamp of the deviation are highlighted in the UI so that future incidents can be prevented.&nbsp;Fraud&nbsp;attempts&nbsp;often manipulate the route before any milestone fails. By continuously scoring live telemetry against trusted lanes and progress norms, the system exposes deviations at their onset, enabling immediate escalation. The result is fewer losses, faster recovery when incidents occur, and measurable improvement in delivery reliability.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-conclusion-and-nbsp-next-nbsp-steps-nbsp\">Conclusion and&nbsp;next&nbsp;steps&nbsp;<\/h2>\n\n\n\n<p>With this work, we have implemented the first fraud detection system at&nbsp;project44 and are now rolling out this feature across multiple customers. Carriers can contact truck drivers to take the necessary actions. Future work includes processing real-time news feeds to further&nbsp;identify&nbsp;risky zones and enable preemptive actions. As fraud scales, the current manual evaluation of deviations will become insufficient, calling for an automated pipeline.&nbsp;At present, visualizations are inspected manually,&nbsp;a process that is time-consuming to verify. We are training an agentic LLM-based approach for automatic label generation and explanation of deviations.&nbsp;&nbsp;We&#8217;ll&nbsp;be sharing a dedicated technical deep dive on that work soon.&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Cargo theft has reached an inflection point. Losses across U.S. and Canadian freight networks now exceed&nbsp;$35 billion&nbsp;annually (CargoNet&nbsp;2024), with incidents surging 57% year-over-year, and&nbsp;average&nbsp;losses routinely exceeding $580K. What has changed&#8230;<\/p>\n","protected":false},"author":77,"featured_media":77771,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_relevanssi_hide_post":"","_relevanssi_hide_content":"","_relevanssi_pin_for_all":"","_relevanssi_pin_keywords":"","_relevanssi_unpin_keywords":"","_relevanssi_related_keywords":"","_relevanssi_related_include_ids":"","_relevanssi_related_exclude_ids":"","_relevanssi_related_no_append":"","_relevanssi_related_not_related":"","_relevanssi_related_posts":"2131,2135,2137,2141,2143,2149","_relevanssi_noindex_reason":"","footnotes":""},"categories":[1442,364,324],"tags":[],"blog_type":[],"class_list":["post-77757","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-entscheidungsintelligenz","category-speditionen","category-verlader"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.3 (Yoast SEO v27.3) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Following the pings: How project44 detects freight fraud in real time | project44<\/title>\n<meta name=\"description\" content=\"Freight fraud losses exceed $35 billion annually. Discover the evolving threats and how to safeguard your shipments effectively.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.project44.com\/de\/blog\/following-the-pings-how-project44-detects-freight-fraud-in-real-time\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Following the pings: How project44 detects freight fraud in real time\" \/>\n<meta property=\"og:description\" content=\"Freight fraud losses exceed $35 billion annually. Discover the evolving threats and how to safeguard your shipments effectively.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.project44.com\/de\/blog\/following-the-pings-how-project44-detects-freight-fraud-in-real-time\/\" \/>\n<meta property=\"og:site_name\" content=\"project44\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/project44Visibility\" \/>\n<meta property=\"article:published_time\" content=\"2026-04-03T05:00:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-03T14:56:25+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.project44.com\/wp-content\/uploads\/2026\/04\/tom-jackson-H2UzCyX32p4-unsplash-scaled.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"2560\" \/>\n\t<meta property=\"og:image:height\" content=\"1707\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Evamarie Joubert\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@freightpipes\" \/>\n<meta name=\"twitter:site\" content=\"@freightpipes\" \/>\n<meta name=\"twitter:label1\" content=\"Verfasst von\" \/>\n\t<meta name=\"twitter:data1\" content=\"Evamarie Joubert\" \/>\n\t<meta name=\"twitter:label2\" content=\"Gesch\u00e4tzte Lesezeit\" \/>\n\t<meta name=\"twitter:data2\" content=\"7 Minuten\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.project44.com\\\/de\\\/blog\\\/following-the-pings-how-project44-detects-freight-fraud-in-real-time\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.project44.com\\\/de\\\/blog\\\/following-the-pings-how-project44-detects-freight-fraud-in-real-time\\\/\"},\"author\":{\"name\":\"Evamarie Joubert\",\"@id\":\"https:\\\/\\\/www.project44.com\\\/de\\\/#\\\/schema\\\/person\\\/f6c00e9b5099fb094711ef65d446534a\"},\"headline\":\"Following the pings: How project44 detects freight fraud in real time\",\"datePublished\":\"2026-04-03T05:00:00+00:00\",\"dateModified\":\"2026-04-03T14:56:25+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.project44.com\\\/de\\\/blog\\\/following-the-pings-how-project44-detects-freight-fraud-in-real-time\\\/\"},\"wordCount\":1447,\"publisher\":{\"@id\":\"https:\\\/\\\/www.project44.com\\\/de\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/www.project44.com\\\/de\\\/blog\\\/following-the-pings-how-project44-detects-freight-fraud-in-real-time\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.project44.com\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/tom-jackson-H2UzCyX32p4-unsplash-scaled.jpg\",\"articleSection\":[\"Entscheidungsintelligenz\",\"Speditionen\",\"Verlader\"],\"inLanguage\":\"de-DE\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.project44.com\\\/de\\\/blog\\\/following-the-pings-how-project44-detects-freight-fraud-in-real-time\\\/\",\"url\":\"https:\\\/\\\/www.project44.com\\\/de\\\/blog\\\/following-the-pings-how-project44-detects-freight-fraud-in-real-time\\\/\",\"name\":\"Following the pings: How project44 detects freight fraud in real time | project44\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.project44.com\\\/de\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.project44.com\\\/de\\\/blog\\\/following-the-pings-how-project44-detects-freight-fraud-in-real-time\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.project44.com\\\/de\\\/blog\\\/following-the-pings-how-project44-detects-freight-fraud-in-real-time\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.project44.com\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/tom-jackson-H2UzCyX32p4-unsplash-scaled.jpg\",\"datePublished\":\"2026-04-03T05:00:00+00:00\",\"dateModified\":\"2026-04-03T14:56:25+00:00\",\"description\":\"Freight fraud losses exceed $35 billion annually. Discover the evolving threats and how to safeguard your shipments effectively.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.project44.com\\\/de\\\/blog\\\/following-the-pings-how-project44-detects-freight-fraud-in-real-time\\\/#breadcrumb\"},\"inLanguage\":\"de-DE\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.project44.com\\\/de\\\/blog\\\/following-the-pings-how-project44-detects-freight-fraud-in-real-time\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"de-DE\",\"@id\":\"https:\\\/\\\/www.project44.com\\\/de\\\/blog\\\/following-the-pings-how-project44-detects-freight-fraud-in-real-time\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.project44.com\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/tom-jackson-H2UzCyX32p4-unsplash-scaled.jpg\",\"contentUrl\":\"https:\\\/\\\/www.project44.com\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/tom-jackson-H2UzCyX32p4-unsplash-scaled.jpg\",\"width\":2560,\"height\":1707},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.project44.com\\\/de\\\/blog\\\/following-the-pings-how-project44-detects-freight-fraud-in-real-time\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.project44.com\\\/de\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Following the pings: How project44 detects freight fraud in real time\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.project44.com\\\/de\\\/#website\",\"url\":\"https:\\\/\\\/www.project44.com\\\/de\\\/\",\"name\":\"project44\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.project44.com\\\/de\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.project44.com\\\/de\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"de-DE\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.project44.com\\\/de\\\/#organization\",\"name\":\"project44\",\"url\":\"https:\\\/\\\/www.project44.com\\\/de\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"de-DE\",\"@id\":\"https:\\\/\\\/www.project44.com\\\/de\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.project44.com\\\/wp-content\\\/uploads\\\/2024\\\/01\\\/logo.svg\",\"contentUrl\":\"https:\\\/\\\/www.project44.com\\\/wp-content\\\/uploads\\\/2024\\\/01\\\/logo.svg\",\"width\":213,\"height\":73,\"caption\":\"project44\"},\"image\":{\"@id\":\"https:\\\/\\\/www.project44.com\\\/de\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/project44Visibility\",\"https:\\\/\\\/x.com\\\/freightpipes\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/project-44\",\"https:\\\/\\\/www.instagram.com\\\/project44global\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.project44.com\\\/de\\\/#\\\/schema\\\/person\\\/f6c00e9b5099fb094711ef65d446534a\",\"name\":\"Evamarie Joubert\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"de-DE\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/24bca9a9a9ddc74057eba8cb1a4b2dfac2b96f80cb3ed58588b2076c64804fcb?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/24bca9a9a9ddc74057eba8cb1a4b2dfac2b96f80cb3ed58588b2076c64804fcb?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/24bca9a9a9ddc74057eba8cb1a4b2dfac2b96f80cb3ed58588b2076c64804fcb?s=96&d=mm&r=g\",\"caption\":\"Evamarie Joubert\"},\"url\":\"https:\\\/\\\/www.project44.com\\\/de\\\/blog\\\/author\\\/ejoubert\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Following the pings: How project44 detects freight fraud in real time | project44","description":"Freight fraud losses exceed $35 billion annually. Discover the evolving threats and how to safeguard your shipments effectively.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.project44.com\/de\/blog\/following-the-pings-how-project44-detects-freight-fraud-in-real-time\/","og_locale":"de_DE","og_type":"article","og_title":"Following the pings: How project44 detects freight fraud in real time","og_description":"Freight fraud losses exceed $35 billion annually. Discover the evolving threats and how to safeguard your shipments effectively.","og_url":"https:\/\/www.project44.com\/de\/blog\/following-the-pings-how-project44-detects-freight-fraud-in-real-time\/","og_site_name":"project44","article_publisher":"https:\/\/www.facebook.com\/project44Visibility","article_published_time":"2026-04-03T05:00:00+00:00","article_modified_time":"2026-04-03T14:56:25+00:00","og_image":[{"width":2560,"height":1707,"url":"https:\/\/www.project44.com\/wp-content\/uploads\/2026\/04\/tom-jackson-H2UzCyX32p4-unsplash-scaled.jpg","type":"image\/jpeg"}],"author":"Evamarie Joubert","twitter_card":"summary_large_image","twitter_creator":"@freightpipes","twitter_site":"@freightpipes","twitter_misc":{"Verfasst von":"Evamarie Joubert","Gesch\u00e4tzte Lesezeit":"7 Minuten"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.project44.com\/de\/blog\/following-the-pings-how-project44-detects-freight-fraud-in-real-time\/#article","isPartOf":{"@id":"https:\/\/www.project44.com\/de\/blog\/following-the-pings-how-project44-detects-freight-fraud-in-real-time\/"},"author":{"name":"Evamarie Joubert","@id":"https:\/\/www.project44.com\/de\/#\/schema\/person\/f6c00e9b5099fb094711ef65d446534a"},"headline":"Following the pings: How project44 detects freight fraud in real time","datePublished":"2026-04-03T05:00:00+00:00","dateModified":"2026-04-03T14:56:25+00:00","mainEntityOfPage":{"@id":"https:\/\/www.project44.com\/de\/blog\/following-the-pings-how-project44-detects-freight-fraud-in-real-time\/"},"wordCount":1447,"publisher":{"@id":"https:\/\/www.project44.com\/de\/#organization"},"image":{"@id":"https:\/\/www.project44.com\/de\/blog\/following-the-pings-how-project44-detects-freight-fraud-in-real-time\/#primaryimage"},"thumbnailUrl":"https:\/\/www.project44.com\/wp-content\/uploads\/2026\/04\/tom-jackson-H2UzCyX32p4-unsplash-scaled.jpg","articleSection":["Entscheidungsintelligenz","Speditionen","Verlader"],"inLanguage":"de-DE"},{"@type":"WebPage","@id":"https:\/\/www.project44.com\/de\/blog\/following-the-pings-how-project44-detects-freight-fraud-in-real-time\/","url":"https:\/\/www.project44.com\/de\/blog\/following-the-pings-how-project44-detects-freight-fraud-in-real-time\/","name":"Following the pings: How project44 detects freight fraud in real time | project44","isPartOf":{"@id":"https:\/\/www.project44.com\/de\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.project44.com\/de\/blog\/following-the-pings-how-project44-detects-freight-fraud-in-real-time\/#primaryimage"},"image":{"@id":"https:\/\/www.project44.com\/de\/blog\/following-the-pings-how-project44-detects-freight-fraud-in-real-time\/#primaryimage"},"thumbnailUrl":"https:\/\/www.project44.com\/wp-content\/uploads\/2026\/04\/tom-jackson-H2UzCyX32p4-unsplash-scaled.jpg","datePublished":"2026-04-03T05:00:00+00:00","dateModified":"2026-04-03T14:56:25+00:00","description":"Freight fraud losses exceed $35 billion annually. Discover the evolving threats and how to safeguard your shipments effectively.","breadcrumb":{"@id":"https:\/\/www.project44.com\/de\/blog\/following-the-pings-how-project44-detects-freight-fraud-in-real-time\/#breadcrumb"},"inLanguage":"de-DE","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.project44.com\/de\/blog\/following-the-pings-how-project44-detects-freight-fraud-in-real-time\/"]}]},{"@type":"ImageObject","inLanguage":"de-DE","@id":"https:\/\/www.project44.com\/de\/blog\/following-the-pings-how-project44-detects-freight-fraud-in-real-time\/#primaryimage","url":"https:\/\/www.project44.com\/wp-content\/uploads\/2026\/04\/tom-jackson-H2UzCyX32p4-unsplash-scaled.jpg","contentUrl":"https:\/\/www.project44.com\/wp-content\/uploads\/2026\/04\/tom-jackson-H2UzCyX32p4-unsplash-scaled.jpg","width":2560,"height":1707},{"@type":"BreadcrumbList","@id":"https:\/\/www.project44.com\/de\/blog\/following-the-pings-how-project44-detects-freight-fraud-in-real-time\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.project44.com\/de\/"},{"@type":"ListItem","position":2,"name":"Following the pings: How project44 detects freight fraud in real time"}]},{"@type":"WebSite","@id":"https:\/\/www.project44.com\/de\/#website","url":"https:\/\/www.project44.com\/de\/","name":"project44","description":"","publisher":{"@id":"https:\/\/www.project44.com\/de\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.project44.com\/de\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"de-DE"},{"@type":"Organization","@id":"https:\/\/www.project44.com\/de\/#organization","name":"project44","url":"https:\/\/www.project44.com\/de\/","logo":{"@type":"ImageObject","inLanguage":"de-DE","@id":"https:\/\/www.project44.com\/de\/#\/schema\/logo\/image\/","url":"https:\/\/www.project44.com\/wp-content\/uploads\/2024\/01\/logo.svg","contentUrl":"https:\/\/www.project44.com\/wp-content\/uploads\/2024\/01\/logo.svg","width":213,"height":73,"caption":"project44"},"image":{"@id":"https:\/\/www.project44.com\/de\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/project44Visibility","https:\/\/x.com\/freightpipes","https:\/\/www.linkedin.com\/company\/project-44","https:\/\/www.instagram.com\/project44global"]},{"@type":"Person","@id":"https:\/\/www.project44.com\/de\/#\/schema\/person\/f6c00e9b5099fb094711ef65d446534a","name":"Evamarie Joubert","image":{"@type":"ImageObject","inLanguage":"de-DE","@id":"https:\/\/secure.gravatar.com\/avatar\/24bca9a9a9ddc74057eba8cb1a4b2dfac2b96f80cb3ed58588b2076c64804fcb?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/24bca9a9a9ddc74057eba8cb1a4b2dfac2b96f80cb3ed58588b2076c64804fcb?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/24bca9a9a9ddc74057eba8cb1a4b2dfac2b96f80cb3ed58588b2076c64804fcb?s=96&d=mm&r=g","caption":"Evamarie Joubert"},"url":"https:\/\/www.project44.com\/de\/blog\/author\/ejoubert\/"}]}},"_links":{"self":[{"href":"https:\/\/www.project44.com\/de\/wp-json\/wp\/v2\/posts\/77757","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.project44.com\/de\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.project44.com\/de\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.project44.com\/de\/wp-json\/wp\/v2\/users\/77"}],"replies":[{"embeddable":true,"href":"https:\/\/www.project44.com\/de\/wp-json\/wp\/v2\/comments?post=77757"}],"version-history":[{"count":3,"href":"https:\/\/www.project44.com\/de\/wp-json\/wp\/v2\/posts\/77757\/revisions"}],"predecessor-version":[{"id":77852,"href":"https:\/\/www.project44.com\/de\/wp-json\/wp\/v2\/posts\/77757\/revisions\/77852"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.project44.com\/de\/wp-json\/wp\/v2\/media\/77771"}],"wp:attachment":[{"href":"https:\/\/www.project44.com\/de\/wp-json\/wp\/v2\/media?parent=77757"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.project44.com\/de\/wp-json\/wp\/v2\/categories?post=77757"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.project44.com\/de\/wp-json\/wp\/v2\/tags?post=77757"},{"taxonomy":"blog_type","embeddable":true,"href":"https:\/\/www.project44.com\/de\/wp-json\/wp\/v2\/blog_type?post=77757"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}