
Author: Dr. Chase Cunningham
In an era of increasingly sophisticated cyber threats and complex IT ecosystems, organizations are generating more security telemetry data than ever before. Every network device, server, endpoint, and cloud service can continuously report events and behaviors. The challenge for Chief Information Security Officers (CISOs) and IT managers is making sense of this flood of data to detect and stop breaches before they cause damage. Many recent high-profile breaches illustrate that attackers often lurk in systems for months unnoticed, even though subtle warning signs (“digital exhaust” in the form of logs and telemetry) are usually present. Leveraging advanced analytics on this telemetry, focusing on context and behavior, can enable earlier detection of malicious activity and more informed security decisions.
This white paper explores how contextual decision-making within a cybersecurity ecosystem can be significantly enhanced through analytics on telemetry data. We will examine historical breaches (particularly those involving third-party vendors or software supply chains) where better use of telemetry and context could have prevented or mitigated the incident. We will also discuss how technologies like behavioral analytics, realtime anomaly detection, and cross-system correlation can proactively identify threats. Finally, we address the challenges of integrating third-party telemetry into a cohesive strategy and offer practical guidance for organizations to improve threat detection and response through more intelligent data analysis.
Security Telemetry refers to the data emitted by IT systems that can inform us about activities and state. For example, firewall logs, authentication events, endpoint process logs, API call records, and network traffic flows. This raw data on its own is overwhelming; what transforms telemetry into actionable insight is contextual analytics.
Contextual analytics means understanding events in context – correlating across multiple data sources, baselining standard behavior patterns, and evaluating events with knowledge of who the user is, what the asset is, where/when the activity occurs, and why it might be suspicious.
Traditional security tools (like basic intrusion detection systems or antivirus) operate mostly on known threat signatures or simple rules, often lacking broader context. In contrast, advanced analytics can learn what “normal” looks like for a given user or system (e.g., typical login times, usual applications used, typical network connections) and detect deviations that may indicate a threat. For example, if an employee’s account suddenly downloads a large volume of data at 3 AM from a server it has never accessed before, that anomaly can be flagged, even if it doesn’t match a known malware signature. Context-aware detection might consider the account a third-party contractor with limited business need for that data, raising the alert’s priority.
“92% of successful breaches in the last decade can be attributed to insufficient identity verification protocols..”
– Gartner Report
“48% of organizations reported that insider attacks have become more frequent over the past 12 months.”
– 2024 Insider Threat Report
Why context matters: Security operations teams often receive thousands of daily alerts from various tools, many benign or low priority. Truly threatening events can be lost in the noise without context and correlation. In the infamous Target Stores breach of 2013, the company’s security systems did generate alerts about the attackers’ activities. Still, the alerts were generic and numerous, blending into the background of routine “false positives.” Target’s team reportedly received hundreds of such alerts daily, making it difficult to recognize the one indicating a serious intrusion. In hindsight, this failed to connect the dots; the signals of attack were present, but they lacked context to appear urgent. This scenario highlights the need for analytics that can fuse telemetry from multiple sources and elevate the significance of a pattern of anomalies that together spell “breach in progress.” As one security strategist noted, analysts can easily “miss the forest for the trees” if they focus only on individual indicators of compromise without a complete, contextual picture of the attack sequence.
Modern security analytics platforms, such as advanced Security Information and Event Management (SIEM) systems or Extended Detection and Response (XDR) tools, are designed to address this by aggregating telemetry from many sources and applying machine learning and correlation rules. They aim to present a unified timeline of an incident rather than isolated alerts, helping responders see cause-and-effect across systems. For example, a SIEM system might automatically tie an alert about a suspicious executable on a workstation to a corresponding unusual outbound connection from that same machine and link it to a recent password reset on the user’s account. By stitching these events together, the system provides rich context that this chain of actions is likely malicious, enabling faster, more confident decision-making (such as isolating the device or disabling the account immediately).
Telemetry-driven contextual analytics also plays a key role in implementing a “zero trust” security model. Zero trust principles of “never trust, always verify” can only be practically implemented when you have continuous monitoring and analytics, essentially using telemetry to verify that users and devices behave as expected constantly. Suppose something falls outside the expected context (e.g., an authenticated partner system begins scanning your network, or an employee account tries to access an unauthorized resource). Zero trust analytics can trigger additional authentication challenges or block the activity in that case. In this way, telemetry analysis becomes the brain of an adaptive, context-aware defense system rather than a static gate.
In summary, effective cybersecurity today requires more than gathering data; it requires making sense of telemetry in context. By using advanced analytics to understand what is happening and whether it should be happening, security teams can detect stealthy threats that evade simple signature-based tools. The following case studies of major breaches illustrate how a lack of contextual telemetry analysis left organizations blind to attacks, and how the outcomes could have differed with a more analytics-driven approach.
One of the most notorious retail breaches in history occurred at Target in late 2013, when attackers stole payment card data from over 40 million customers. The breach famously originated through a third-party vendor: attackers compromised the network credentials of an HVAC refrigeration contractor with remote access to Target’s systems. Using the vendor’s privileges, the attackers infiltrated Target’s internal network, eventually installing malware on point-of-sale (POS) systems to scrape customers’ credit card data in memory.
| Year | Company | Attack Vector | Missed Signal | What Could’ve Helped |
| 2013 | Target | 3rd-party vendor access | Overlooked malware alerts, lack of behavior correlation | AI-powered UEBA + vendor baselines |
| 2014 | Home Depot | Vendor login | Unmonitored vendor behavior, long dwell time | Real-time access monitoring |
| 2020 | SolarWinds | Software supply chain | Trusted update, identity anomalies ignored | Identity telemetry + anomaly detection |
| 2021 | Colonial Pipeline | Unused VPN account | Dormant account reactivated, no MFA | Access telemetry + risk-based alerting |
All the signs were there—telemetry existed, but context was missing. Today’s AI-enhanced SIEMs can connect the dots before it’s too late.
What went wrong? Target had invested in modern security tools – notably, a FireEye network monitoring platform that detected malware activity as the attackers were staging their breach. According to later investigations, the FireEye system triggered multiple alerts in late November 2013, shortly after the hackers first penetrated Target’s network. However, these alerts were not acted upon. They were labeled with a generic malware identifier and were among a sea of other alerts that Target’s security team in Bangalore saw each day. Target’s team was bombarded with so many routine alerts that the hazardous activity did not stand out as a clear signal of an ongoing breach. The alerts were forwarded to Target’s security operations center in the U.S., but ultimately, no action was taken until external authorities notified Target of fraudulent card activity weeks later.
From a telemetry and analytics perspective, the failure here was not a lack of data, but a lack of context and prioritization. The raw telemetry (malware warnings, network logs, etc.) indicated an intrusion was present. But Target’s security monitoring process did not effectively correlate these pieces or elevate the warnings. For instance, consider if Target’s systems had been analyzing user/account behavior and network context at the time: it might have noticed that a third-party contractor account was being used anomalously (e.g., accessing parts of the network outside its normal scope). Combined with the malware alerts on POS systems, this context could have painted a much more urgent picture: an outside HVAC vendor account should never install software on cash register systems, so any such activity is highly suspicious. With that level of contextual insight, Target’s team could have recognized the breach in progress and responded in early December, possibly preventing the mass theft of card data before the prime holiday shopping season.
Another lesson from Target is the importance of reducing noise and false positives so genuine threats aren’t lost. Advanced analytics can help by correlating duplicate alerts, filtering out benign activity through machine learning and Agentic AI, and focusing analysts on fewer high-confidence incidents. In Target’s case, a contextual analytics approach might have merged the repeated generic “malware.binary” alerts into a single incident, correlated it with abnormal network communications to an external server, and flagged that combination as an outlier requiring immediate investigation. Instead of an analyst seeing “hundreds of generic malware alerts” (and assuming none are critical), they would see one enriched alert: “Point-of-sale terminals are executing unknown malware and exporting data to an external host, after a third-party vendor login – this is abnormal.” Such a signal is far harder to ignore.
Could it have been prevented? Yes – and in fact, Target’s breach almost was. If the initial alerts had been recognized for what they were, Target could have stopped the attackers before any customer data was exfiltrated. More broadly, if Target had strictly monitored third-party access with behavioral analytics, the contractor’s unusual activities may have been blocked or detected much earlier in the kill chain. This case underscores why organizations must integrate telemetry from third-party connections and apply context (such as “this account belongs to an external HVAC vendor and should never run administrator commands on a POS system”) to their detection logic. It’s not enough to have tools generating data – the data needs to be intelligently analyzed and acted upon in context.
“Gurucul’s IdA/UEBA solution filled the gap in our legacy IAM/SIEM/DLP systems, allowing us to stay in pace with the constant and evolving challenges of our industry.”
– CISO,
Healthcare Services Company
Less than a year after Target’s incident, Home Depot – another large retailer – suffered a similar breach that compromised 56 million payment cards. The attackers in this case were believed to be the same hacking group behind the Target attack, and they once again exploited a third-party vendor’s credentials to get inside. An outside vendor with access to Home Depot’s network had their username/password stolen, providing the foothold for attackers to enter Home Depot’s systems undetected.
After initial entry, the attackers moved through the network. Eventually, they deployed custom-built malware on Home Depot’s point-of-sale registers (malware that scraped card data from memory, just like in the Target case). Astonishingly, the attackers were active in Home Depot’s environment for five months (from April to September 2014) before the breach was discovered. During this time, they transferred large amounts of stolen card data from the network. This extended “dwell time” illustrates a significant lapse in detection – the attackers’ activities generated very little noise that prompted action for half a year.
As in the Target case, the key missing element was proactive, contextual monitoring of third-party access and internal behaviors. A post-breach analysis of Home Depot by security experts concluded that better auditing of third-party vendor accounts and activities would have been vital in detecting the intrusion earlier. In effect, Home Depot needed to combine identity telemetry (who is logging in, from where, with what privileges) with system telemetry (what those accounts are doing on the network and systems). If they had correlated those aspects, any misuse of a vendor account would trigger alarms. Notably, Home Depot’s breach was only discovered after a pattern of fraudulent card usage was noticed by financial institutions, by which time the damage was primarily done. This reactive discovery is the opposite of what organizations should aim for. Instead, continuous internal monitoring should have surfaced the threat on Day 1 or 2 of the intrusion, not Month 5.
Outcome and learnings: In the aftermath, Home Depot enhanced its security controls – for example, accelerating a rollout of chip-and-PIN card technology and improving encryption for payment data. But a crucial lesson from this breach (and Target’s before it) was the importance of managing third-party risk and monitoring vendor access. Breaches via third parties became a wake-up call across industries: it was now clear that a company’s cybersecurity is only as strong as the weakest link in its extended network of partners and suppliers. For CISOs, telemetry from third-party connections (VPN logs, partner portals, contractor accounts, etc.) must be fed into their security analytics tools, and unusual patterns must be treated with the same urgency as internal anomalies. Simply trusting that vendors won’t be compromised is not enough; continuous vigilance through automated analytics is needed to catch any suspicious behavior originating from vendor accounts.
In 2020, a sophisticated nation-state espionage campaign compromised SolarWinds Orion, a widely used IT management software. Attackers infiltrated SolarWinds’ development process and inserted a backdoor (later dubbed “Sunburst”) into a legitimate Orion software update. When thousands of SolarWinds customers (including Fortune 500 companies and U.S. government agencies) applied the software update, they inadvertently installed the hidden backdoor, giving attackers a foothold in their networks. This software supply chain attack was unprecedented in scale and stealth. The malicious code was designed to blend in as regular Orion software activity, making it extremely difficult to detect using standard security tools.
The SolarWinds breach went undetected for many months. In fact, the attackers first gained access to SolarWinds in 2019, and the compromise was only discovered in December 2020 when a security company (FireEye) noticed unusual activities in its network. By then, the adversaries had used the Orion backdoor to infiltrate numerous targets and selectively escalate their attacks (e.g., stealing data from government agencies and corporations).
Why traditional detection failed: The Sunburst malware was clever. It lay dormant after installation, then communicated in ways that impersonated legitimate traffic. For instance, it often used servers in the same country as the victim to avoid raising geo-location suspicion and mimicked Orion’s regular protocol communications. It also employed stolen credentials and legitimate administrative tools once inside networks. All these tactics meant that superficial telemetry (like a single anti-malware alert or a simple intrusion detection signature) was unlikely to flag the activity; nothing overtly malicious was evident. This is where deeper contextual and behavioral analytics could have made a difference for the victims:
Outcome and takeaways: The SolarWinds campaign ultimately forced a re-evaluation of traditional detection approaches. It demonstrated that highly sophisticated attacks won’t trigger obvious alarms – defenders must rely on subtle signals and have the tools to link and amplify them. Behavioral analytics like UEBA (User and Entity Behavior Analytics) were highlighted in discussions afterward, since they could catch things like the “impossible logins” or unusual account behaviors that static rules would miss. Another key takeaway was the importance of assuming that even trusted software or vendors can be breached, thus instrumenting your environment to continuously verify those components’ integrity and behavior. Many organizations, for example, have started monitoring their software build and update processes more closely (telemetry from code repositories, build servers, etc., to detect tampering), as well as validating the behavior of software updates in sandbox environments before broad deployment.
SolarWinds was a case where contextual decision making by automated systems was essentially nonexistent – everyone trusted the software update, and once inside, the attackers blended into the environment. To counter such threats, security programs must adopt an even more aggressive telemetry posture: collect the correct data, baseline everything, and look for the slightest deviation. While this can generate many false leads, careful tuning, AI-powered linking of telemetry, and the addition of contextual data (for instance, flag actions that are not just unusual, but also involve
sensitive systems or data) can hone in on the real risks. As one government strategist put it, if organizations “don’t get set up to do that (behavior analytics on identities and entities), we’re not going to notice these user impersonation attacks that are becoming common.” In essence, security teams must broaden their vision to see the forest (the overall attack campaign) and not get lost inspecting one tree at a time.
Not all breaches hinge on sophisticated malware; sometimes, a single oversight can open the door. In the Colonial Pipeline ransomware attack of 2021, the attackers gained access to the oil pipeline operator’s network through an unused VPN account. The account’s password had been leaked (likely from a previous unrelated breach of some other service where the password was reused), and crucially, the VPN account was not protected by multi-factor authentication (MFA). This made it trivially easy for the attackers to log in and deploy ransomware, which forced Colonial Pipeline to shut down operations, causing fuel supply disruptions.
This incident highlights an elementary telemetry point: login and account usage logs. An account that had long been inactive suddenly logged in, and from an unusual location, at an odd time. All of that information was present in the VPN server’s telemetry. Yet, without proper monitoring, these telltale signs went unnoticed until after the attackers had accomplished their goal. A robust analytics-driven defense would have immediately flagged this login as suspicious (for example: “Account XYZ has not been used in 6 months – now logged in from an IP address not seen before”). In a zero-trust model, that login would ideally have been blocked or at least quarantined pending verification. At minimum, an alert should have gone to security staff to investigate the legitimacy of the access. Had such measures been in place, Colonial Pipeline might have prevented or contained the breach in its very early stage, avoiding the subsequent business impact.
While not involving a third-party vendor per se, the Colonial Pipeline case reinforces the broader point: telemetry from identity and access systems is a goldmine for detecting breaches early. Whether the threat actor is a distant hacker or an insider, their actions often begin with authentication to a system. Watching those authentication logs with context (knowing what normal usage for each account looks like) is one of the highest value detection mechanisms. It is also relatively low-hanging fruit – pattern recognition on logins is more straightforward to implement than detecting novel malware behavior. Yet, the organization must feed those logs into an analytics platform and define policies for anomalous usage. Unfortunately, many organizations have gaps here (as Colonial did, by not implementing MFA and monitoring dormant accounts). The lesson is clear: integrating even basic telemetry (like VPN logs, Active Directory login events, cloud access logs) and applying analytics (geographic impossibility, time-of-day anomalies, new device used, etc.) can thwart a large class of attacks.
These case studies collectively demonstrate that in numerous major breaches, there were opportunities where better use of telemetry data, combined with contextual, behavior-based analysis, could have raised the alarm in time to prevent or limit damage. In both the Target and Home Depot breaches, the common weakness was third-party access that wasn’t properly monitored or restricted. In SolarWinds, it was a trusted supply chain component acting maliciously without being vetted by anomaly detection. In Colonial Pipeline, it was a single-factor authentication that wasn’t being watched. While each scenario differs, the unifying theme is that contextual analytics could have turned the tide. By recognizing that something about these events “didn’t fit” with normal operations, an automated system or an analyst could have initiated a much earlier response.
Organizations must aggregate telemetry from many sources, including those outside the traditional enterprise boundary, to achieve the unified, context-rich security monitoring described above. This is often easier said than done. When third-party vendors, partners, or cloud services are involved, several challenges arise:
Despite these challenges, integrating third-party telemetry is increasingly non-negotiable for a cohesive cybersecurity strategy. The attack surface now extends beyond the four walls of any single enterprise – it includes SaaS providers, supply chain software, contractors, managed service providers, and more. As we saw, threat actors have learned to exploit gaps at those boundaries. Therefore, CISOs need to tackle these integration challenges head-on. Solutions may include adopting standardized telemetry schemas, using middleware or brokers that collect and normalize partner data, and collaborating in industry groups to share threat data.
The effort is worthwhile: those organizations that successfully incorporate third-party and external telemetry into their security operations gain a more holistic view of their risk. They can catch events others miss and respond to incidents in a coordinated fashion across organizational boundaries. For example, if company A’s monitoring flags suspicious behavior coming from the network of partner company B, company A can alert B so they can also investigate, potentially stopping a breach in both places. This kind of shared defense posture is only possible when telemetry is flowing between stakeholders and analyzed in the context of the larger ecosystem.
Integrating and analyzing telemetry for improved threat detection is a multi-faceted project. Below are practical steps and best practices that security leaders can consider to bolster their context-aware and analytics driven defense, drawn from industry learnings and the case studies discussed:
Identify all available sources of security-relevant telemetry in your environment. This includes traditional sources (firewall logs, IDS/IPS alerts, server logs, database access logs, etc.) as well as newer and external sources (cloud service logs like AWS CloudTrail or Microsoft 365 audit logs, endpoint detection and response [EDR] telemetry, identity provider logs, thirdparty vendor gateways, etc.). Map out where critical data flows and assets reside, and ensure you have logging enabled at each point. A gap in telemetry is a blind spot for attackers to exploit. For each source, define how it will be collected (e.g., syslog, API integration, agentbased collection) and how frequently. The strategy should balance thoroughness with feasibility – collect the data that has the potential to provide high security value and that you have the means to analyze.
Invest in a centralized platform or data lake to ingest all the telemetry data and support advanced correlation. Whether it’s a modern cloud Next-gen SIEM, an XDR platform, or a custom big-data solution, centralization is key to context. When logs sit in isolation, you’re doomed to miss cross-domain patterns. Ensure that your platform normalizes different log formats into common fields (for example, having a unified notion of “user identity” or “source IP” across logs). Use correlation rules at a minimum or a better option is, machine learning or agentic AI to link related events – for instance, tie together an alert on an endpoint with an authentication event from Active Directory and an access log from a database. This is how you reconstruct a timeline of an attack automatically. During setup, include your third-party and partner feeds in this pipeline. It might involve using connectors or writing custom parsers, but it’s worth having your cloud vendor’s login alerts or your HVAC contractor’s remote access logs alongside your internal logs. With everything in one place, design dashboards or automated queries highlighting suspicious sequences (e.g., “failed logins followed by a successful login on a service, then a large data download”).
As demonstrated, many breaches can be detected by spotting anomalies in behavior. Deploy UEBA capabilities that baseline normal activities for users, service accounts, endpoints, and even network segments. For example, learn what hours each vendor usually connects, or what applications your finance database typically talks to. Once baselines are established, set up alerts for deviations that exceed a certain risk threshold – many solutions provide risk scoring for anomalies. UEBA can drastically reduce false positives over time because it adapts to your environment’s patterns, rather than relying on generic rules. It’s particularly effective for detecting insider threats or compromised credentials, because those often manifest as unusual behavior by a legitimate identity. Make sure to feed UEBA with rich context: import HR and identity access management (IAM) data (so it knows user roles/departments/entitlements), import asset criticality tags (so it knows a database server is of high importance), etc., so that it can factor those into its analysis. The insight here is that an anomaly on a critical system should be treated more urgently than an anomaly on a low-level system, a context that UEBA can handle if configured.
Given the specific risk around third-party breaches, organizations should implement stringent controls for external access and continuously monitor it. Apply the principle of least privilege for vendor/partner accounts – ensure they only have access to the minimum systems necessary. Use unique accounts for each external user (no shared logins) so that you can attribute actions and notice if one account gets hijacked. Implement multifactor authentication for any remote access, including for contractors and vendors. On the monitoring side, consider setting up dedicated alerts for third-party activity. For instance, you can tag accounts as “External/Vendor” in your SIEM and create a rule or customize an ML model to: “Alert if a vendor account attempts to access a system or data it never has before” or “Alert on any admin-level actions by external accounts.” This creates a focused lens on third-party behavior. Regularly review third-party account usage; if an account goes unused for a while, disable it (to prevent the Colonial Pipeline scenario of an unused account becoming an attack vector). Additionally, incorporate any telemetry the third party can provide. If a vendor is willing to feed you logs of what they do on their end (like who in their company accessed your project data), try to ingest that into your monitoring – it could reveal if there is a compromise on the vendor’s side.
Speed is critical. Many breaches, once underway, can steal data within hours or days; waiting for a weekly log review meeting is too late. Set up your analytics platform to operate in real-time or near-real-time. Use streaming analytics or continuous queries to flag anomalies within minutes of their occurrence. Furthermore, leverage automated response playbooks for specific high confidence scenarios. For example, if an account shows an impossible travel login (logged in from Europe and Asia within an hour) – an indicator of credential compromise – you might automatically trigger an account lockdown or MFA challenge through your identity management system. If an endpoint suddenly starts communicating with a known malicious domain, automatically start a full virus scan or isolate it from the network pending investigation. These automated actions (often implemented via a SOAR – Security Orchestration, Automation, and Response – tool) can stop attackers in their tracks or at least buy time for investigators. The key is to choose what to automate (you don’t want false positives to shut down critical accounts or systems erroneously). Contextual analytics can help by raising the confidence level of alerts – when multiple telemetry sources all point to malicious activity, an automated response is more likely to be warranted
Treat each security incident (or even a near-miss) as a learning opportunity to improve your telemetry analytics. After an incident, do a post-mortem: identify which signals were missed or which alerts were noisy. If a breach went undetected for some time, go back and see if any logs during that period contained clues, then figure out how to train your system to catch those next time. Incorporate threat intelligence feeds into your telemetry analysis – for instance, known bad IP addresses, suspicious file hashes, or threat actor TTPs (Tactics, Techniques, Procedures) gleaned from industry reports. These can serve as additional context to flag events in your environment that match patterns seen in the wild. An example would be integrating a feed of indicators related to a campaign like SolarWinds; your analytics could then scan historical and current telemetry for any contact with those indicators (domains, file signatures) and alert if found. Threat intel enriches your telemetry, turning raw data into actionable knowledge when there’s a match. Just be sure to vet and cross-reference intelligence sources to avoid being flooded with low quality indicators.
In some cases, you might find that despite all efforts, you lack visibility in certain areas – for example, into encrypted traffic or a legacy system that doesn’t log much. Consider deploying new sensors or upgrading systems to produce the needed telemetry in these cases. Network traffic analysis tools can generate high level metadata from encrypted flows (like noting which domains are contacted, even if content isn’t visible). Endpoint agents can be installed on critical servers to log system calls or memory usage (helpful to detect an attack like memory scraping malware). If a vendor application is a black box, ask the vendor if they provide logging modules or APIs, or consider wrapping their access through a proxy where you can log requests. In short, be proactive in filling telemetry blind spots. Sometimes architectural changes (like segmenting a network and putting a firewall that logs between segments) can provide a new telemetry point. Always weigh the cost/complexity vs. the value of new data, but more visibility is almost always worth it for critical assets.
Having the best analytics setup won’t help if the security team isn’t prepared to interpret and act on the alerts. Ensure the analysts and incident responders are trained on the tooling and understand the “ normal “ baseline in your environment. Run simulated attack exercises (purple team exercises) where you generate synthetic telemetry that looks like a breach and see if the systems and team catch it. For example, simulate a vendor account behaving oddly or a piece of malware beaconing out – verify that an alert fires and the team follows up properly. These drills test the technology and improve the team’s intuition in using context to assess incidents. Over time, analysts become adept at quickly answering: “Is this a real attack or a false alarm?” because they have both good tools and the experience of seeing context-rich information. Executive stakeholders (like CISOs) should also be involved in such exercises to ensure they are comfortable with the reports and decisions that the analytics systems produce. This builds confidence in more automated, analytics-driven decision-making and response.
Since many breaches involve multiple parties (as we saw with supply chain and partner examples), it’s wise to collaborate externally on threat detection. Join industry information sharing groups (ISACs/ISAOs) where anonymized telemetry or indicators of attacks on one company are shared to warn others. Some advanced organizations even set up shared security operations centers or data exchanges with key partners. If a supplier detects a breach, they automatically send relevant telemetry or alerts to your SOC. Explore opportunities for such partnerships. This might involve platforms where each party contributes certain log events into a joint analysis space, with legal agreements in place. While this level of cooperation is still emerging, it can significantly improve the detection of multi-organization attacks. If direct sharing isn’t possible, maintain open communication lines with your peers and vendors’ security contacts. If your analytics flag that “Partner X’s account is doing something weird,” you should quickly inform Partner X so they can check their side – and vice versa. In essence, treat cybersecurity as a team sport across your supply chain.
Lastly, measure outcomes and share them with executives to keep the momentum (and justify investment in telemetry and analytics). Track metrics like reduction in average incident response time, number of incidents detected internally vs. by outside notification, dwell time of threats in your environment, average investigation length, and false positive rate of alerts over time. If you’ve implemented contextual analytics well, you should see improvements in these metrics – for instance, more incidents being caught in early stages, and fewer hours wasted chasing non-issues. One striking statistic is the dwell time (an attacker’s duration remains undetected). Industry reports (such as IBM’s annual Cost of a Data Breach study) consistently show that breaches with shorter dwell times cost significantly less to remediate than those that went unnoticed for months. By correlating that with your program’s performance, you can demonstrate the monetary value of faster detection thanks to better telemetry analysis. This helps make the case for continued support of analytics initiatives, staffing, and tools. Essentially, turn your security analytics program into a business enabler: show that you are protecting the bottom line and the company’s reputation by avoiding breaches or catching them early.
By following these practices, organizations can steadily improve their threat detection maturity. It’s a journey: building a telemetry-driven security program doesn’t happen overnight. But even incremental improvements – like adding one critical data source this quarter, or refining one correlation rule next quarter – will compound to yield a vastly more robust defensive posture. Importantly, these practices also help with compliance and audit requirements, as many regulations now emphasize continuous monitoring and third-party risk management. Thus, investing in telemetry and analytics not only guards against attacks but also helps demonstrate due diligence.
Advanced analytics powered by rich telemetry data represents a powerful ally in the battle against modern cybersecurity breaches. The high-profile incidents examined in this paper make it clear that the clues needed to detect attacks often do exist in system logs and behaviors; the issue is whether an organization can surface those clues in time and interpret them correctly. Contextual decision-making – understanding not just that “an event happened” but why it is out of the ordinary and potentially dangerous – is the differentiator between organizations that suffer catastrophic undetected breaches and those that manage to nip attacks in the bud.
For CISOs and IT managers, the mandate is to evolve from reactive security (chasing alerts and responding after damage is done) to proactive security (identifying patterns of attack as they emerge and stopping them). This evolution requires investments in technology (for data integration, machine learning, etc.), in processes (for incident response and third-party coordination), and in people (to analyze and act on insights). It also requires a cultural shift: security teams must embrace data science and automation, and leadership must support a data-driven approach to risk management.
Encouragingly, the tools and techniques to implement telemetry-driven security are becoming more accessible. Cloud-based data and security analytics platforms can handle massive log volumes; artificial intelligence can highlight anomalies humans might overlook; and vendors are offering more open interfaces for telemetry sharing. Early adopter organizations have reported significantly improved visibility and faster reaction times by unifying their security data and applying behavioral analytics. In some cases, they have foiled sophisticated attacks that would have bypassed traditional defenses simply because the analytics caught something that “didn’t look right” and they acted on it.
In the end, preventing breaches is about seeing the whole chessboard even when opponents try to hide their moves. Telemetry provides the raw moves; context and analytics reveal the strategy. Enterprises can turn the tables on attackers by learning from past breaches and fortifying systems with comprehensive telemetry analysis. They can detect the subtle signs of an intrusion—whether it originates from a rogue vendor, a compromised account, or a tampered software update— and respond decisively before the attackers reach their endgame.
No defense is perfect, but the goal of resilience is achievable: through more innovative use of telemetry and contextual analytics, organizations can significantly reduce their exposure window and make it far more likely that even if attackers get in, they will be caught and eradicated quickly. The message for security leaders is clear: your data holds the key to your defense – use it wisely, and you can stay one step ahead of the breaches that otherwise might have been.
About the Author:
Dr. Chase Cunningham
Dr. Chase Cunningham is a leading cybersecurity expert and strategist, known for his work in advancing Zero Trust security frameworks and authoring several influential publications in the field. He has extensive experience in cyber defense, threat intelligence, and has served as a trusted advisor to both government and private sector organizations.
Gurucul’s Next-Gen SIEM leverages AI-driven data pipeline management to normalize, enrich, and analyze third party telemetry—reducing risk while increasing insight.
1.Finkle, J., & Heavey, S. (2014). Target says it declined to act on early alert of cyber breach. Reuters. Retrieved from: https://www.reuters.com/article/technology/target-says-it-declined-to-act-onearly-alert-of-cyber-breach-idUSBREA2C14F/
2.Hawkins, B. (2015). Case Study: The Home Depot Data Breach. SANS Institute – GIAC GSEC Gold Paper. (Analyzes the 2014 Home Depot
breach and emphasizes controls for third-party vendor access.)
3.Breachsense. (2023). Home Depot Data Breach Explained: A Case Study. Breachsense Blog. Retrieved from: https://www.breachsense.
com/blog/home-depot-data-breach/ (Provides a breach timeline and lessons learned from the Home Depot incident.)
4.Pisani, R. (2021). Identity, credentials and behavior are critical to network protection. Route Fifty. Retrieved from: https://www.
route-fifty.com/cybersecurity/2021/05/identity-credentials-andbehavior-are-critical-network-protection/316114/ (Discusses insights post-SolarWinds breach, including CISA’s emphasis on identity analytics and seeing the “forest for the trees” in cybersecurity.)
5.Lakshmanan, R. (2021). Hackers Breached Colonial Pipeline Using Compromised VPN Password. The Hacker News. Retrieved from: https://thehackernews.com/2021/06/hackers-breached-colonial-pipeline.html (Details how the Colonial Pipeline attackers gained entry via an unused account and leaked password, highlighting the need for MFA and monitoring.)
6.IBM Security. (2023). IBM Cost of a Data Breach Report 2023. (Key findings summarized via Kiteworks blog: Third-party breaches
accounted for 15% of incidents with an average cost of $4.76M – about 11.8% higher than average – and significantly longer detection times.) Retrieved from: https://www.kiteworks.com/cybersecurityrisk-management/ibm-2023-cost-of-data-breach-report/