Incident-as-a-Service
Adelup: GovGuam recovers $1.6M stolen in cyber attack that targeted Judiciary, DOA | News
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 identify the specific IoCs and TTPs used in this data breach to enhance monitoring and detection rules in their SIEM/EDR platforms.
- IT Administrator: Will gain practical knowledge on hardening authentication systems, implementing network segmentation, and applying principle of least privilege to prevent lateral movement observed in the attack.
- Compliance Officer: Will learn how to map the incident's lessons and subsequent controls to key compliance requirements (GDPR, NIS2, SOC 2), strengthening audit readiness and regulatory alignment.
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.
Adelup: GovGuam recovers $1.6M stolen in cyber attack that targeted Judiciary, DOA | News
Lesson 1 of 16Lesson 1.1: Adelup: GovGuam recovers $1.6M stolen in cyber attack that targeted Judiciary, DOA | News
Compliance Framework Mapping
| Framework | Control | Requirement |
|---|---|---|
| DORA | Article 5 | Establish and maintain an ICT risk management framework |
| ISO 27001 | A.5.24 | Information security incident management |
| NIST CSF | RS.RP-1 | Response plan executed during or after an incident |
| NIS2 | Article 21 | Incident handling |
| SOC 2 | CC7.1 | System monitoring |
| GDPR | Article 33 | Notification of a personal data breach to the supervisory authority |
Introduction
Welcome to Lesson 1.1: Adelup: GovGuam recovers $1.6M stolen in cyber attack that targeted Judiciary, DOA | News! Over the next 45 minutes, we will explore how a government entity faced a significant data breach, the mechanics of the attack, and the critical lessons in threat intelligence and incident response.
But first, let me tell you about Marcus Webb.
It's mid-morning on a Tuesday in October. Marcus Webb, a senior finance officer at the Department of Administration in Hagåtña, Guam, is processing a routine vendor payment. The office is quiet, the air conditioning hums, and the smell of stale coffee lingers. He clicks 'submit' on a transaction for office supplies, a task he's done a thousand times.
A few minutes later, his phone buzzes. It's a colleague from the Judiciary, asking if he's just authorised a large transfer to a new account for 'court system upgrades'. Marcus feels a cold prickle on his neck. He didn't. He pulls up the transaction log and sees a series of payments he doesn't recognise, all made in the last hour, totalling over a million dollars.
His screen flickers. A pop-up appears, then vanishes. His login session times out. When he tries to log back in, the system is slow, unresponsive. He picks up the phone to call IT, his hand slightly unsteady. This is the moment he realises the routine has been shattered.
This is the story of a Data Breach. By the end of this lesson, you'll understand exactly why Marcus never stood a chance against the initial intrusion, and more importantly, what actions allowed the recovery of funds and what could have prevented the breach altogether.
Content Section 1: Anatomy of a Government Breach
Think of a government network not as a single fortress, but as a sprawling city with dozens of interconnected boroughs—the Judiciary, Finance, Public Works. An attacker doesn't need to storm the main gate; they just need to find one unlocked door in a quiet neighbourhood.
The Initial Compromise
In this incident, attackers targeted the Judiciary of Guam and the Department of Administration (DOA). While specific initial access details are not public, patterns in similar government breaches point to common vectors. Research suggests these often start with phishing emails targeting employees with access to financial systems or sensitive data.
Once inside one department, the attackers moved laterally. Government networks are often interconnected to share data and resources for public services. This connectivity, while efficient for operations, can become a highway for an attacker moving from a compromised user's computer in the Judiciary to the core financial systems in the DOA.
The implication is clear: the breach surface isn't just your own network. It includes every connected partner, vendor, and sister agency. A weakness in one can become a catastrophe for all.
The Objective: Fraudulent Transfers
The attackers' goal was direct financial theft. They compromised systems to initiate and authorise fraudulent electronic fund transfers. This isn't about stealing data to sell later; it's about immediate, high-value theft.
The scale was significant. The attackers successfully transferred $1.6 million. The fact that this amount was later recovered is unusual and points to a rapid and effective incident response, likely involving coordination with financial institutions to freeze the destination accounts.
Think about that last point for a moment. Your security is only as strong as the weakest link in your entire digital ecosystem, including partners you may not directly control.
DORA Article 5 DORA Article 5 requires financial entities to have a strong ICT risk management framework. This incident shows why that framework must include scenarios for fraudulent transaction authorisation stemming from a breach.
ISO A.5.24 ISO 27001 A.5.24 mandates procedures for managing information security incidents. The recovery of funds indicates that some response procedures were in place and activated.
Content Section 2: The Attack Chain and Defence Gaps
Understanding the likely steps of this breach reveals why it was effective. Let me show you exactly how an attacker could have turned Marcus's compromised colleague into a $1.6 million loss.
A Probable Attack Flow
Step 1: Initial Access. A user in the Judiciary likely clicked a malicious link or opened a document, deploying malware that gave attackers a foothold.
Step 2: Discovery and Privilege Escalation. The attackers explored the local network, identifying users and systems. They sought out credentials, perhaps using tools dumped from memory, to gain higher privileges.
Step 3: Lateral Movement to DOA. Using stolen credentials or exploiting trust relationships, they moved from the Judiciary network to the Department of Administration's network. Research suggests attackers often target shared services or administrative interfaces to make this jump.
Living Off the Land
Sophisticated attackers avoid bringing in obvious hacking tools. They use the software already installed on the network—like PowerShell, Windows Management Instrumentation (WMI), or remote desktop services. This 'living off the land' technique makes them look like normal administrators or users.
In a finance department, their activity might blend with normal batch processing or account reconciliation tasks, allowing them to study payment workflows and schedules before making their move.
Why Some Traditional Defences Fail
| Defence Method | How It's Bypassed | Time to Bypass |
|---|---|---|
| Signature-based Antivirus | Attackers use built-in system tools or fileless malware that leaves no executable file to scan. | Minutes |
| Network Firewalls (Port-Based) | Lateral movement uses allowed ports (like 443 for RDP over HTTPS or 5985 for WinRM) that are open for legitimate admin work. | Immediate |
| Simple Alert for 'Failed Login' | Attackers use legitimate, stolen credentials. The login succeeds, so no failure alert is triggered. | None |
| Manual Review of Logs | The volume of daily legitimate activity drowns out subtle, suspicious behaviour that occurs over weeks. | Days/Weeks |
Notice what all of these methods have in common. They look for 'bad' things. This attack succeeded by doing 'normal' things, but with malicious intent and at the wrong time.
Common security controls often miss these subtle, staged attacks. Here’s how:
Now pay attention, because this is the moment that changes everything. This is the moment where the attack shifts from a local IT problem in one department to an organisation-wide financial crisis.
NIST DE.CM-1 NIST CSF DE.CM-1 requires monitoring networks to detect potential cybersecurity events. This incident shows the need for monitoring that understands context and sequence of events, not just isolated 'bad' signals.
NIS2 Article 21 NIS2 Article 21 mandates incident handling capabilities. Effective handling requires understanding the full attack chain to contain lateral movement, not just the initial point of entry.
Content Section 3: Detection: Seeing the Unseen
Marcus's system likely generated signals that something was wrong. The network felt the unusual traffic. The logs recorded anomalous behaviour. The system knew, but it couldn't connect the dots to tell him. Threat intelligence is about teaching your systems to tell that story.
Network-Level Indicators
Look for connections that break normal patterns. A computer in the Judiciary department initiating remote connections to multiple servers in the Department of Administration's finance subnet is suspicious, especially if that user has no business reason to do so.
An increase in network traffic using protocols like SMB or RPC outside of normal backup or maintenance windows can indicate data harvesting or lateral movement. Research suggests monitoring for 'east-west' traffic inside your network is as important as monitoring 'north-south' traffic at the perimeter.
A practical application is to baseline normal inter-departmental communication flows. Any significant deviation from this baseline should trigger an investigation.
Endpoint-Level Indicators
On individual computers, detection focuses on process behaviour. Look for system tools spawning unusual child processes—for example, Microsoft Word starting PowerShell, which then makes a network connection.
Other key signals include the dumping of credential material from system memory (using tools like Mimikatz, which may be detected by behavioural sensors), or the creation of scheduled tasks or services by a user account to maintain persistence.
Identity and Access Signals
This is often the most telling area. A single user account logging in from multiple geographic locations in an impossibly short time is a clear red flag. Similarly, an account accessing file shares or applications it has never used before warrants attention.
Specific signals to monitor include logins outside of an employee's standard working hours, spikes in failed access attempts to sensitive resources followed by a success (indicative of brute-forcing), and a user account successfully accessing a system they were previously denied access to, which could indicate privilege escalation.
SOC2 CC7.1 SOC 2 CC7.1 requires the system to be monitored for anomalies. The indicators described here (unusual network flows, suspicious process chains, anomalous logins) are the specific anomalies a monitoring programme must be designed to catch.
GDPR Article 32 GDPR Article 32 requires appropriate technical measures to ensure security. For a breach involving personal data, the ability to detect this kind of lateral movement and unauthorised access is a key technical measure to protect data confidentiality.
Activity: Mapping Your Digital Neighbourhood
This activity will help you understand your organisation's attack surface by mapping critical trust relationships, similar to the interconnectivity that harmed Guam's agencies.
Important Security Note: Important Security Note: Do NOT document specific system names, IP addresses, or share network diagrams. This is a high-level, conceptual exercise. If you need to investigate actual connections, work with your network or security team.
Instructions
Step 1: Identify your organisation's three most critical systems (e.g., finance/payment system, customer database, intellectual property repository).
Step 2: For each critical system, list the other internal departments, teams, or external partners that have a regular, automated connection to it (e.g., HR feeds payroll data to Finance; the development team's servers connect to the production database).
Step 3: For each connection you listed, ask: What is the primary security control governing that access? (Is it just a network path? User credentials? A specific service account? An API key?).
Step 4: Score the risk of each connection: Low (heavily monitored, least privilege, multi-factor authentication), Medium (some controls), High (wide-open access with minimal logging).
Submission
For the course discussion forum, share general learnings only:
- What categories of connections (e.g., internal department-to-department, third-party vendor) were most common?
- What questions proved most valuable in assessing the risk of a connection?
- Which compliance framework (like NIST CSF or ISO 27001) was most helpful in framing your assessment?
Do NOT share: Do NOT share: Specific system or application names, internal network details, names of partner organisations, or any actual security gaps you identified.
Review and comment on at least two other students' submissions, focusing on the methodology they used and whether their risk categories make sense.
Content Section 4: Building Your Compliance Evidence
Compliance documentation is often seen as a checkbox exercise. But in an incident like Guam's, it's the blueprint for your response. It's the difference between chaotic scrambling and a coordinated recovery that gets $1.6 million back.
Evidence Generation
This lesson provides documentation for multiple compliance frameworks:
For DORA Article 5 auditors... For DORA auditors, you can now demonstrate that your team has been trained on specific ICT risk scenarios involving lateral movement and fraudulent transactions, a key part of your risk management framework.
For ISO A.5.24 auditors... For ISO 27001 assessors, you can evidence that personnel responsible for incident response have analysed a real-world case study to improve procedures for detection, analysis, and recovery.
For NIST RS.RP-1 auditors... For NIST CSF reviewers, you can show that your organisation has studied an incident where a response plan was successfully executed (funds recovered), reinforcing the need for and testing of your own plans.
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 Webb's story ended.
After a frantic 48 hours working with IT security, law enforcement, and banks, the government of Guam managed to freeze and recover the stolen $1.6 million. The financial loss was reversed, but the operational disruption was immense. Systems were taken offline for days, affecting public services. Marcus and his colleagues faced internal reviews and mandatory retraining.
The organisation conducted a full forensic investigation, identifying the breach path. They implemented stricter segmentation between departmental networks, enhanced monitoring for lateral movement, and rolled out mandatory multi-factor authentication for all administrative and financial system access.
But it doesn't have to be your story. That's why we're here.
You should now understand how a breach in one part of an interconnected organisation can lead to catastrophe in another. You understand the concept of lateral movement and 'living off the land' attacks. You know key detection indicators at the network, endpoint, and identity levels. And you understand how a strong, practised incident response plan is critical for limiting damage, even enabling recovery.
Next, we'll explore Next, we'll explore Lesson 1.2: The role of threat intelligence feeds. We'll look at how external data could have provided early warning of the tactics used in the Guam attack, turning a reactive stance into a proactive one.
See you there.
Key Takeaways
1. The Ecosystem is the Target: Your organisation's security is intrinsically linked to the security of its connected partners and internal departments; an attack on a less-secure periphery can be a stepping stone to your crown jewels.
2. Lateral Movement is the Killer: The initial breach is often just the entry point; the real damage occurs when attackers move laterally through your network using trusted pathways and stolen credentials.
3. Detect Behaviour, Not Just Malware: Modern defences must focus on detecting anomalous sequences of behaviour—like unusual login patterns or legitimate tools used for malicious purposes—rather than just blocking known bad files.
4. Response Planning Enables Recovery: A swift, coordinated incident response plan, involving technical, legal, and financial teams, can not only contain a breach but potentially reverse its effects, as seen in the fund recovery.
Resources
The course materials folder contains downloadable resources for this lesson:
- Lesson 1.1 Quick Reference Card - Summarise the key detection indicators for lateral movement and fraudulent transaction authorisation, based on the Guam attack patterns, on a single page for your Security Operations Centre.
- Compliance Mapping Worksheet - Map your organisation's controls for inter-departmental network segmentation and monitoring to DORA Article 5, ISO 27001 A.13.1, and NIST CSF PR.AC-5 frameworks.
- Risk Assessment Template - Assess your organisation's specific exposure to lateral movement threats by evaluating trust relationships between critical systems and other internal business units.
- Further reading - Links to the MITRE ATT&CK framework (Tactics: Lateral Movement, TA0008) and NIST Special Publication 800-53 (Security and Privacy Controls).
Adelup: GovGuam recovers $1.6M stolen in cyber attack that targeted Judiciary, DOA | News 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.