Data and Cyber Governance
The owner of a 140-truck regional carrier got a call on a Tuesday morning in February 2026 from a broker the fleet had worked with for eleven years. The broker had received an email, purportedly from the carrier's dispatch manager, quoting a spot rate on a Texas-to-California lane that was 23 percent below the carrier's established contract rate. The rate quote was almost right: the decimal point and the lane were correct, but the number was wrong in a way that would have cost the carrier approximately $1,800 per load over the next six weeks of spot tendering. The dispatch manager had not sent the email. Investigators eventually traced the breach to the telematics platform the carrier used, where a compromised API (application programming interface) credential had given an attacker read access to the last 90 days of lane-rate history, load confirmations, and broker contact records. The attacker had used that data to construct a convincing, near-accurate rate quote designed to shift the carrier's freight to a competitor at a below-market price. The carrier's rate sheet, its lane network, and its shipper relationships had become an attack surface. This lesson is the governance program that makes a fleet hard to attack and harder to damage when the attack happens.
Why a Connected Fleet Is an Attack Surface
A modern carrier's technology stack is a deeply interconnected set of systems, each of which holds valuable data and each of which is connected to the internet. The TMS (transportation management system) holds rate confirmations, shipper contracts, load details, and settlement records. The ELD (electronic logging device) and telematics platform holds driver location, hours of service (HOS) logs, engine diagnostics, and driving behavior data. The maintenance management system holds truck condition records, repair histories, and vendor relationships. The back-office accounting system holds receivables, payables, fuel card data, and bank account information. The driver mobile app is on a device that also receives personal communications, app downloads, and browser traffic.
Each of these systems, individually, represents a significant data asset. The rate sheet tells a competitor or an attacker everything they need to undercut the carrier on its best lanes. The driver HOS and location data tells an attacker where the trucks are and when drivers are available, which is useful for cargo theft targeting. The maintenance history tells an attacker which trucks are operationally weak, which is useful for a competitor. The fuel card and banking data is directly monetizable. The shipper and broker contact records are the raw material for social engineering attacks like the one in the opening story.
When an AI system is added to this stack, the attack surface grows. The AI system typically requires API access to the TMS and the telematics platform to function. This access is an additional credential that must be managed. The AI vendor's cloud environment becomes a node in the carrier's data network: any data the AI system reads from the TMS or the telematics platform is now also resident, at least temporarily, in the AI vendor's infrastructure. If the AI vendor is breached, the carrier's data may be exposed even though the carrier's own systems were not compromised.
FMCSA (Federal Motor Carrier Safety Administration) does not currently mandate cybersecurity standards for carriers in the way that HIPAA mandates them for healthcare providers or PCI-DSS mandates them for payment processors. But this absence of a specific mandate does not mean a cybersecurity failure is without regulatory consequence: a breach that involves driver personal data (name, address, Social Security number, medical records required for DOT physicals) may trigger state data breach notification laws, which apply to carriers operating in the states where affected drivers reside. A breach that involves ELD data may create documentary gaps in the HOS record that complicate an audit. A breach that exposes rate data may give rise to shipper claims about confidential pricing. The legal exposure from a fleet cyber incident is real even in the absence of a federal cybersecurity mandate.
The Four Data Categories That Require Protection
Fleet governance programs should organize data by risk category rather than by system, because the same type of data may live in multiple systems and the protection requirement follows the data, not the system.
Category one: driver personal data. This includes driver names, addresses, Social Security numbers, commercial driver's license (CDL) numbers, drug and alcohol test records, DOT physical records, and employment records. Driver personal data is regulated by a patchwork of state and federal laws. DOT drug and alcohol records are governed by federal regulations under 49 CFR Part 382 and may only be disclosed in limited circumstances. Employment records are subject to state privacy laws. CDL information is subject to the Driver's Privacy Protection Act. A breach involving driver personal data requires the carrier to assess notification obligations under every state where affected drivers reside. For a carrier with drivers who reside in California, Virginia, Colorado, or any of the other states with comprehensive privacy laws, this means notification obligations that may require public disclosure and regulatory reporting.
Category two: operational data. This includes rate sheets, lane configurations, shipper contracts, load histories, driver assignment patterns, and broker relationships. This data is commercially sensitive rather than personally sensitive: it does not trigger statutory notification obligations, but its exposure can cause direct financial harm (as in the opening story) and shipper relationship damage if confidential rate agreements are disclosed. AI systems are particularly heavy consumers of operational data because optimization algorithms require historical load and lane data to train and calibrate. Every AI vendor who has access to a carrier's operational data has access to the carrier's competitive intelligence.
Category three: telematics and location data. This includes GPS track points, driver location histories, route histories, HOS logs, and vehicle position data. Telematics data is operationally critical and increasingly regulated. Several states have enacted laws limiting employer monitoring of employee location outside of work hours. GPS data from trucks has been used in cargo theft targeting: a thief who can monitor a truck's location and know when the driver is on a ten-hour break has enough information to plan a theft. At the cargo theft risk level, telematics data protection is a safety issue, not merely a privacy issue.
Category four: financial and payment data. This includes fuel card data, bank account information, factoring arrangements, and payment terms with shippers and brokers. Fuel card fraud is a significant and growing problem in the trucking industry: a compromised fuel card credential can drain a carrier's fuel budget rapidly before the fraud is detected. Bank account credentials are directly monetizable. Factoring arrangements involve the carrier's receivables, which are a significant asset. This data category requires the strictest access controls and the most aggressive monitoring for anomalous transactions.
The Governance Program Structure
A fleet data and cyber governance program does not require a CISO (chief information security officer) or a security operations center. It requires a documented, practiced set of controls proportionate to the fleet's size and the value of the data it holds. The following structure scales from a 15-truck owner-operator operation to a 500-truck enterprise carrier; the controls are the same, but the implementation complexity scales with fleet size.
Access Control and Credential Management
Access control is the most cost-effective security control available to a fleet: it costs nothing beyond time to implement, and it prevents the most common attack vectors. The opening story's breach began with a compromised API credential. API credentials for integrations between the TMS, telematics, and AI systems should be rotated on a schedule (quarterly is a reasonable standard for production credentials) and should use the principle of least privilege: the AI system's credential should provide access only to the data fields the AI system actually needs, not to the full TMS database. A dispatch optimizer that needs current loads and driver availability does not need access to shipper contract terms or rate history. Restricting the credential to the minimum required access limits the damage when the credential is compromised.
Human user credentials are a larger attack surface than API credentials because there are more of them and they are used by people who are susceptible to phishing. Multi-factor authentication (MFA) should be required for all TMS, telematics, and back-office system logins. MFA means that even if an attacker obtains a dispatcher's password through phishing or credential theft, they cannot log in without the second factor (a code sent to the dispatcher's phone, for example). MFA is the single highest-ROI security control available and is now standard in most cloud-based fleet management systems. A carrier who has not enabled MFA on their TMS and telematics platform has an open door for any attacker who can phish one dispatcher credential.
Offboarding is as important as onboarding. When a dispatcher, driver manager, or IT contractor leaves the company, their credentials should be deactivated within four hours of departure. The most damaging insider breaches occur in the window between an employee's last day and the IT team's credential revocation. A written offboarding checklist that includes credential revocation as a required step, executed by someone other than the departing employee's direct supervisor, is a basic but frequently neglected control.
Vendor and AI System Security Requirements
Every vendor who receives API access to the carrier's TMS or telematics platform becomes part of the carrier's attack surface. The carrier cannot audit each vendor's infrastructure, but it can require contractual security assurances that create legal accountability when a vendor breach exposes carrier data.
Minimum security requirements for fleet AI vendors and technology vendors should include: SOC 2 Type II certification (System and Organization Controls, a third-party audit standard that tests whether the vendor's security controls were operating effectively over a period of time, typically twelve months); data encryption at rest and in transit; breach notification within 72 hours of discovery; contractual limitation on who at the vendor organization can access the carrier's data; and a right for the carrier to request evidence of security controls at any time during the contract. A vendor who cannot provide a current SOC 2 Type II report is a vendor whose security controls have not been independently tested. For a carrier storing commercially sensitive rate data and driver personal data on a vendor's infrastructure, an untested security posture is an unacceptable risk.
The 72-hour breach notification requirement is particularly important. The opening story's breach was damaging because the attacker had access to 90 days of rate history before the breach was detected. Early notification allows the carrier to take defensive action: change the rate sheet, alert the affected brokers, reset the compromised credentials, and limit the attacker's ability to use the exposed data before the financial damage is complete. A vendor who discovers a breach and takes weeks to notify the carrier is a vendor who has allowed the attacker to maximize the damage from the exposed data.
The Incident Response Runbook
An incident response runbook is a written, practiced procedure for what happens when a security incident occurs. In a fleet operation, the most relevant security incidents are: a compromised dispatcher credential (someone is logging into the TMS as the dispatcher without the dispatcher's knowledge), a compromised API credential (an AI vendor or third-party integration's credentials are being used to pull data the carrier did not authorize), a phishing attack that has resulted in wire transfer or fuel card fraud, and a ransomware attack that has locked the TMS or the dispatch board.
The runbook for each incident type should specify: who is notified first (the owner, the IT contact, or a specific operations person), what systems are immediately checked (the TMS audit log, the telematics API access log, the fuel card transaction log), what actions are taken in the first hour (credential revocation, vendor notification, shipper notification if rate data was exposed), and who makes the call to involve law enforcement or a cybersecurity incident response firm.
The runbook is only useful if it has been practiced. A tabletop exercise, where the management team walks through a simulated breach scenario in a conference room without touching actual systems, takes approximately two hours and reveals the gaps in the runbook before they are exposed by a real incident. Fleet managers who have never practiced an incident response do not know that the TMS audit log is only accessible to the system administrator and the system administrator is on vacation, or that the carrier's insurance policy requires notification to the insurer within 24 hours of discovery, or that the fuel card company has a fraud hotline that bypasses the standard support queue if you know the right number. Practice reveals these gaps at zero cost. A real breach reveals them at full cost.
The Board-Level Risk Framework
A telematics breach or a leaked rate sheet is not a technology problem. It is a business risk that belongs on the owner's and board's agenda alongside fuel cost volatility, driver shortage management, and insurance premiums. The L4 fleet strategist's job is to translate the technical risk into the language the owner and board use to make decisions: dollar exposure, probability, and mitigation cost.
The dollar exposure framework for a fleet cyber incident has four components. The direct cost includes incident response fees (a professional cybersecurity incident response engagement for a mid-sized carrier typically runs $25,000 to $100,000 for initial investigation and containment), system recovery costs, and any fraudulent transactions before the fraud is detected. The regulatory cost includes state data breach notification and any regulatory investigation if driver personal data was exposed. The customer relationship cost includes any shippers or brokers who reduce or eliminate freight based on concerns about the carrier's data security practices after a publicized breach. The competitive cost is the hardest to quantify but potentially the largest: a rate sheet leak gives competitors visibility into the carrier's pricing on every lane for the period covered by the exposed data.
The probability framework for fleet cyber risk is not theoretical: the freight industry is one of the more actively targeted industries for business email compromise, fuel card fraud, and cargo theft enabled by GPS tracking data. Insurance companies that write cyber coverage for carriers have observed a significant increase in claims frequency since 2023, driven largely by business email compromise attacks that exploit the high-volume, high-trust nature of carrier-shipper-broker communications.
The mitigation cost is more favorable than many owners expect: the controls that prevent the most common and most damaging incidents (MFA, API credential rotation, vendor SOC 2 requirements, and an incident response runbook) can be implemented by most carriers for less than $15,000 per year in direct costs, including a basic cyber insurance policy. For a 100-truck carrier where a single rate-sheet leak could cost $50,000 or more in rate erosion over a quarter, the ROI of the basic governance program is clear without requiring sophisticated probability modeling.
Special Protections for AI-Generated and AI-Consumed Data
AI systems in a fleet create two categories of governance obligation that traditional IT security programs may not address.
The first is the protection of AI-consumed data. Every AI system in the fleet consumes operational data: the dispatch optimizer reads loads, drivers, and rates; the predictive maintenance AI reads fault codes and maintenance histories; the driver coaching AI reads telematics events and safety scores. This data, as it flows to the AI system's cloud environment, must be covered by the same vendor security requirements as any other external data transfer. The AI vendor's SOC 2 Type II report should cover the specific environments where the carrier's data is processed, not just the vendor's corporate headquarters network.
The second is the protection of AI-generated outputs. The dispatch optimizer's route recommendations, if intercepted by an attacker, reveal the carrier's dispatch strategy. The predictive maintenance AI's truck health scores, if exposed to a competitor, reveal the carrier's operational vulnerabilities. The driver safety scoring AI's outputs, if improperly disclosed, may create employment law exposure. AI-generated outputs are as sensitive as the inputs from which they are derived, and sometimes more so because they aggregate and synthesize information that is harder to reconstruct from raw data.
The governance program for AI data should address: where AI outputs are stored (in the AI vendor's platform, in the TMS, or in a separate reporting system), who has access to AI outputs (all dispatchers? only senior management?), how AI outputs are retained (for how long and in what format), and what happens to AI outputs when the AI vendor contract ends. A carrier who terminates an AI vendor without securing the outputs the AI has generated about their operation may be leaving a map of their lanes, rates, and truck conditions on a platform they no longer control.
Key Takeaways
- A connected fleet is an attack surface: the TMS, telematics platform, maintenance system, back-office accounting, and driver app each hold data that is commercially valuable, personally regulated, or directly monetizable to an attacker.
- Adding an AI system to the stack adds a new attack surface node: the AI vendor's cloud environment holds a copy of the carrier's operational data, and a breach of the vendor's infrastructure exposes the carrier's data even if the carrier's own systems are not compromised.
- The four data categories requiring distinct governance treatment are: driver personal data (statutory notification obligations on breach), operational data (commercially sensitive, including rate sheets and shipper relationships), telematics and location data (safety-relevant for cargo theft and privacy-regulated for driver monitoring), and financial and payment data (directly monetizable on breach).
- MFA (multi-factor authentication) on all TMS, telematics, and back-office logins is the single highest-ROI security control available and is now standard in most fleet management platforms. Carriers without MFA enabled have an open door for credential theft attacks.
- Vendor security requirements must include SOC 2 Type II certification, 72-hour breach notification, data encryption at rest and in transit, and a contractual right to verify security controls. A vendor who cannot provide a current SOC 2 Type II report has not had their security controls independently tested.
- The incident response runbook must be written and practiced before an incident occurs. A two-hour tabletop exercise reveals gaps in the runbook at zero cost that a real breach reveals at full cost.
- A telematics breach or a leaked rate sheet is a board-level risk with quantifiable dollar exposure: incident response fees, regulatory costs, customer relationship damage, and competitive rate exposure. The mitigation cost of the basic governance program for most carriers is well under $15,000 per year.
- AI systems create two specific governance obligations: protecting the operational data AI systems consume as it flows to vendor cloud environments, and protecting AI-generated outputs (route recommendations, maintenance scores, driver safety scores) which aggregate sensitive information and must be governed as carefully as the inputs.
Skill.re