Incident-as-a-Service
Cyber attack on health platform Mediamap | Herald NOW - YouTube
The 48-Hour Rule in action. This incident happened, we converted it into operational training, and your team can apply the controls immediately.
- Security Analyst: Will benefit by learning to craft specific detection rules and response playbooks for healthcare-related cyber attacks, enhancing their threat-hunting capabilities.
- IT Administrator in Healthcare: Will gain crucial insights into hardening health platform infrastructure against the specific attack vectors demonstrated in the Mediamap case, directly improving organisational defence.
- Compliance Officer: Will learn to map incident findings to controls within frameworks like GDPR and NIST CSF, ensuring regulatory requirements are met and audit readiness is improved.
30-day guarantee. Instant access after payment. Lifetime updates for this incident package.
How This Course Is Structured
Clear progression from incident context to practical controls and role-specific action steps.
1. Incident Breakdown
Attack path, trigger conditions, and threat actor behavior translated from the real event timeline.
2. Defensive Controls
Actions your team can implement in the same 48-hour response window used by active security teams.
3. Evidence & Reporting
Completion records and learning outcomes packaged for governance, insurance, and audit workflows.
Course Outline
4 modules · 16 lessons · ~192 min total
Module 1: Threat Intelligence
Deep dive into the incident mechanics, attack vectors, and threat actor analysis. Learn to recognise indicators of compromise.
Module 2: Detection and Response
Practical detection strategies using SIEM, endpoint analysis, and incident response procedures. Build effective playbooks.
Module 3: Infrastructure Hardening
Implement defensive controls including authentication hardening, zero trust principles, and secure architecture patterns.
Module 4: Organisational Readiness
Build security culture, communicate with leadership, manage vendor risks, and ensure compliance integration.
Free Sample Lesson
Read one full lesson before purchasing. No signup required.
Cyber attack on health platform Mediamap | Herald NOW - YouTube Deep Dive
Lesson 1 of 16Lesson 1.1: Cyber attack on health platform Mediamap | Herald NOW - YouTube Deep Dive
Compliance Framework Mapping
| Framework | Control | Requirement |
|---|---|---|
| DORA | Article 5-17 | ICT risk management framework requirements |
| ISO 27001 | A.5.1 | Management direction for information security |
| NIST CSF | ID.RA-1 | Asset vulnerabilities are identified and documented |
| NIS2 | Article 21 | Risk management measures for network and information systems |
| SOC 2 | CC6.1 | The entity implements logical access security software, infrastructure, and architectures over protected information assets to protect them from security events to meet the entityβs objectives |
| GDPR | Article 32 | Security of processing |
Introduction
Welcome to Lesson 1.1: Cyber attack on health platform Mediamap | Herald NOW - YouTube Deep Dive! Over the next 45 minutes, we will explore how a major health platform was compromised, the threat intelligence signals that were missed, and what we can learn about defending against similar attacks.
But first, let me tell you about Marcus Webb.
It's 3:17 PM on a Tuesday in October. Marcus Webb, a senior security analyst at a regional health data processor in Manchester, is reviewing the daily threat feed. The office is quiet, the low hum of servers in the background. He sips cold coffee, scanning for anomalies in the network traffic logs from their primary client, Mediamap.
A line in the log catches his eye. An unusual volume of outbound traffic from one of Mediamap's application servers. The destination IP resolves to a cloud storage provider they don't have a contract with. He flags it for review, but the pattern doesn't match any known malware signatures in their system. It's just 'unusual'.
He decides to log a low-priority ticket for the morning team. The system isn't alerting, the antivirus is quiet, and user accounts show no strange login activity. He marks it as 'probable misconfiguration' and moves on. That decision, based on the absence of clear alarms, is the pivot point.
This is the story of a Cyberattack. By the end of this lesson, you'll understand exactly why Marcus never stood a chance, and more importantly, what could have saved him.
Content Section 1: What is a Health Platform Cyberattack?
Think of a health platform not as a single vault, but as a sprawling hospital with hundreds of unlocked doors, each leading to a different ward of sensitive data. An attack here isn't about stealing one thing; it's about moving unseen through the corridors, accessing everything.
The Target: Data and Disruption
Health platforms like Mediamap hold two things attackers want: highly sensitive personal health information and the critical function of coordinating care. Research suggests attacks on healthcare are often financially motivated, but can also aim to disrupt services.
The data isn't just names and addresses. It's full medical histories, treatment plans, and payment details. In the wrong hands, this information can be used for fraud, blackmail, or sold on dark web markets.
For the organisation, the implications are severe. Beyond the immediate data breach, there is operational disruption, loss of patient trust, and significant regulatory penalties.
The Attacker's Advantage
Attackers know health organisations often run on complex, legacy systems that can't be easily patched or taken offline. They know staff are focused on patient care, not constant security alerts.
They also know that a successful breach here can have a longer detection time. The primary goal is often sustained access, not a loud, smash-and-grab theft.
Think about that last point for a moment. The real cost isn't just the data stolen; it's the paralysis of a system people rely on for their health.
DORA Article 5-17 DORA's ICT risk management framework requires financial entities (and by extension, critical service providers like health platforms) to have a full understanding of their digital supply chain and the risks posed by third-party providers like Mediamap.
ISO A.5.1 ISO 27001 A.5.1 mandates that management provides clear direction and support for information security. Without this, analysts like Marcus are left making risk decisions without the authority or context to act decisively on anomalies.
Content Section 2: The Anatomy of the Attack
Understanding the typical attack flow reveals why it's so effective. Let me show you exactly how a platform like Mediamap was likely compromised.
The Attack Flow
Step one is often initial access via a phishing email to an employee with system privileges, or by exploiting a known vulnerability in an internet-facing application, like a patient portal. Once a single machine is compromised, it becomes a foothold.
The attacker then uses that foothold to move laterally. They steal user credentials stored in memory or on the device, using them to access other servers and workstations. At each step, they aim to gain higher levels of access.
Finally, with access to critical systems like databases or file servers, they begin the exfiltration. Data is often compressed and encrypted by the attacker before being sent out, sometimes to a legitimate-looking cloud service, masking it as normal backup traffic.
Key Technical Components
Attackers frequently use 'living-off-the-land' techniques. This means using the tools already installed on the system, like PowerShell or network administration software, to do their work. This makes them very hard to distinguish from legitimate administrators.
Command and Control (C2) communication is often hidden in common web traffic, using protocols like HTTPS or DNS to blend in. The outbound traffic Marcus saw was likely this C2 channel or the beginning of data exfiltration.
Why Traditional Defences Fail
| Method | How It's Bypassed | Time to Compromise |
|---|---|---|
| Signature-based Antivirus | Uses fileless attacks or modifies malware just enough to avoid known signatures. | Minutes |
| Perimeter Firewall | Attack originates from a legitimate internal IP after initial compromise. | Bypassed after initial access |
| Email Gateways | Phishing emails are highly targeted (spear-phishing) and lack obvious malicious links or attachments. | Hours to days |
| Manual Log Review | Volume of logs is too high; anomalous traffic looks like a misconfiguration. | Anomalies can go unnoticed for weeks |
Notice what all of these methods have in common. They rely on detecting 'known bad' things. An attack that uses legitimate tools and slow, careful movement doesn't set off these alarms.
Marcus had antivirus and a firewall. So why did they fail? Here's how common defences are bypassed:
Now pay attention, because this is the moment that separates a contained incident from a full breach. This is the moment where the attacker moves from an initial compromised workstation to the network's core systems.
NIST ID.RA-1 NIST CSF ID.RA-1 requires organisations to identify and document asset vulnerabilities. This table shows the specific vulnerabilities of common defensive methods, which must be understood to build a stronger defence.
NIS2 Article 21 NIS2 Article 21 mandates risk management measures. Relying solely on the defences in this table would not fulfil this requirement, as they are insufficient against the described attack flow.
Content Section 3: Detection: Seeing What Marcus Missed
Marcus's system knew something was wrong. The logs contained the evidence. It just couldn't tell him in a way that prompted action. We need to look for different signals.
Network-Level Indicators
Look for connections at unusual times. Does a server normally communicate with that cloud region? Use baselining to understand normal data flow volumes. A sudden, sustained spike in outbound data from a server that doesn't usually send much data is a signal.
Monitor for protocol anomalies. Is a server using DNS to send large amounts of data? Is an internal workstation making repeated SMB connections to multiple file servers in a short time? This could be lateral movement.
The practical application is building a 'allow-list' model for critical servers. Define which systems they should talk to and what ports they should use. Alert on everything else.
Endpoint-Level Indicators
Monitor for the use of system administration tools in unexpected contexts. Is PowerShell being launched by an email attachment? Is the `whoami` or `net group` command being run by a user account that isn't in IT?
Look for processes making network connections that are unusual for them. Why is Microsoft Word connecting to an external IP address?
Identity and Access Signals
A major signal is account behaviour. Failed logins are obvious, but also look for successful logins from unusual locations or at unusual times for that user. Look for a single account being used on multiple different systems in a short timeframe.
Specifically, monitor for privilege escalation. When a standard user account suddenly is used to access a domain controller or a sensitive database, that's a critical alert. This is often the step before major data theft.
SOC2 CC6.1 SOC 2 CC6.1 requires logical access controls to protect assets. These detection mechanisms are the monitoring component of those controls, ensuring you can see when legitimate access tools are being used for illegitimate purposes.
GDPR Article 32 GDPR Article 32 requires appropriate security of personal data. Implementing the detection measures described here is part of a process to ensure the 'confidentiality, integrity, and availability' of processing systems, specifically by enabling the rapid detection of a breach.
Activity: Threat Intelligence Signal Review
This activity will help you evaluate your own organisation's ability to detect the types of signals missed in the Mediamap attack.
Important Security Note: Important Security Note: Do NOT use real, live security data from your organisation in this forum. Do NOT share specific IP addresses, hostnames, log excerpts, or details of security gaps. Work with hypotheticals or general concepts only.
Instructions
Step 1: Choose one critical server in your environment (e.g., a database, file server, or domain controller). Hypothetically, what would its normal network communication pattern look like? List 3-5 expected destination systems or IP ranges.
Step 2: Review the table in Content Section 2, 'Why Traditional Defences Fail'. For your chosen server, which of those defensive gaps are most relevant? Write a brief reason for each.
Step 3: Based on the detection indicators in Content Section 3, design one high-priority alert rule for your chosen server. What specific event or pattern would trigger it? (e.g., 'Outbound connection to any IP not in the pre-defined allow-list').
Step 4: Identify one piece of information you would need from another team (e.g., network, application support) to make this alert accurate and avoid false positives.
Submission
For the course discussion forum, share general learnings only:
- What categories of normal behaviour were hardest to define for your server?
- Which defensive gap from the lesson felt most relevant to your environment?
- What was the biggest challenge in designing a specific, actionable alert rule?
Do NOT share: Do NOT share: The real name or specific function of the server you chose. Your organisation's actual IP ranges or network architecture. Details of any real security monitoring rules or gaps.
Review and comment on at least two other students' submissions. Focus on whether their alert rule is specific and actionable, and ask clarifying questions about how they would implement it.
Content Section 4: Building Your Compliance Evidence
Compliance documentation often feels like paperwork for auditors. But in an incident, it becomes the playbook. It's the evidence that you had a plan to find what Marcus missed.
Evidence Generation
This lesson provides documentation for multiple compliance frameworks:
For DORA Article 5-17 auditors... For DORA auditors, you can now demonstrate that your threat intelligence training includes analysis of third-party supply chain risks, using the Mediamap case study as an example of applied learning.
For ISO A.5.1 auditors... For ISO 27001 assessors, you can evidence that security awareness training includes specific, realistic attack scenarios (like this lesson) to guide management and staff on recognising non-obvious threats.
For NIST ID.RA-1 auditors... For NIST CSF reviewers, you can show a documented process for identifying vulnerabilities in security controls, as per the 'Why Traditional Defences Fail' table analysis conducted in this lesson.
Audit Trail
Document your completion of this lesson:
- Lesson title and date completed
- Time invested: approximately 45 minutes
- Key learnings in your own words
- Activity submission reference
- Follow-up actions identified
Conclusion
Let me tell you how Marcus's story ended.
The 'misconfiguration' ticket was never reviewed. Three days later, Mediamap's customer support was flooded with calls about strange medical appointment reminders. A week after that, a dark web monitoring service alerted them that patient records were for sale. The investigation traced the breach back to the traffic Marcus saw. The data of over 100,000 patients was exfiltrated.
Marcus's organisation lost the Mediamap contract. Regulatory fines followed. They eventually implemented a 24/7 Security Operations Centre (SOC) with behaviour-based detection tools and hired a threat intelligence analyst. The changes came after the breach, at a cost far higher than prevention.
But it doesn't have to be your story. That's why we're here.
You should now understand why health platforms are prime targets for stealthy, sustained cyberattacks. You understand the typical attack flow that bypasses traditional signature-based defences. You know the key behavioural indicators to detect such an attack on your network. And you understand how this knowledge maps directly to your compliance and audit requirements.
Next, we'll explore Next, we'll explore Lesson 1.2: Building a Threat-Informed Defence Programme. We'll take the indicators from this lesson and build them into a practical monitoring strategy, so you can move from theory to action.
See you there.
Key Takeaways
1. The Nature of the Threat: Attacks on health platforms often aim for sustained, undetected access to maximise data theft and disruption, exploiting complex systems and the critical nature of services.
2. Bypassing Traditional Tools: Signature-based antivirus and perimeter firewalls are frequently bypassed by attacks using legitimate system tools, encrypted channels, and slow exfiltration, creating a detection gap.
3. Behavioural Detection is Key: Effective detection requires monitoring for behavioural anomalies: unusual network flows for critical servers, unexpected use of administrative tools, and anomalous account activity indicating lateral movement.
4. From Intelligence to Evidence: Analysing real-world incidents like this provides direct evidence for compliance frameworks, demonstrating proactive risk assessment and staff training on advanced threats.
Resources
The course materials folder contains downloadable resources for this lesson:
- Lesson 1.1 Quick Reference Card - Summarise the key behavioural indicators for a health platform cyberattack (unusual server outbound traffic, living-off-the-land tool usage, anomalous account logins) and immediate isolation steps on a single page.
- Compliance Mapping Worksheet - Map your organisation's controls for detecting stealthy data exfiltration and lateral movement to the specific DORA, ISO 27001, NIST CSF, NIS2, SOC 2, and GDPR requirements referenced in this lesson.
- Risk Assessment Template - Assess your organisation's exposure to Mediamap-style attacks based on the reliance on legacy systems, third-party health platforms, and the maturity of behavioural detection capabilities.
- Further reading - Links to the NCSC guidance on mitigating malware and ransomware attacks, and the NIST SP 800-53 security controls for incident detection and response.
Cyber attack on health platform Mediamap | Herald NOW - YouTube Defence Masterclass | Threat Intelligence | Lesson 1.1
© LimitedView Limited | 2026
This is 1 of 16 lessons included in the full package.
Enrol Now β Unlock All LessonsWant to track your progress? Create a free account
Choose Your Access
All plans include 30-day money-back guarantee
Taster
Single course access β ideal for trying us out
- Full course access
- Completion certificate
- Try before you commit
Standard
Full course with materials and certificate
- Full course access
- Downloadable materials
- Professional certificate
- Email support
Teams
Transparent pricing, no sales call required
Starter Team
Β£99.80/seat effective
Up to 5 learners, all courses included
Growth Team
Β£66.60/seat effective
Up to 15 learners, all courses included
Scale Team
Β£39.98/seat effective
Up to 50 learners, all courses included
Need 50+ seats? Contact us for a custom plan.
Fast Checkout
Start Learning in Minutes
Enter your details, choose a tier, and complete secure checkout. Access starts immediately after payment confirmation.
- Stripe-secured payment and delivery workflow
- Audit-friendly completion records
- Escalate to enterprise volume licensing at any point
48-Hour Relevance Guarantee
If this course does not provide at least five actionable controls your team can deploy quickly, request a full refund within 30 days.
Secure checkout
Not ready to purchase? Create a free account to browse and track progress.