What actually changed
In the first half of 2025, Lumma Stealer infected more than 14,000 devices across Indonesia. Most device owners never noticed. There was no ransom demand, no blackout screen. Just a small process that ran once and erased itself.
What it left behind: browser session tokens, corporate email credentials, banking logins, cloud platform cookies, VPN configurations. Everything an attacker needs to walk into a company's systems without triggering a single password alert.
This is what most modern attacks look like. Not dramatic, headline-grabbing incidents. Just credentials gathered quietly at scale, and used weeks later when no one is watching.
The goal has not changed. Attackers still want access and money. What changed is that AI lets them scale the tedious parts, finding targets, writing lures, evading detection, faster and cheaper than any human team could. An attacker who needed weeks and a team to run a targeted campaign against a mid-size Indonesian company can now do it alone, in days.
That is the shift CISOs need to account for.
The numbers behind the shift
BSSN's 2025 data shows how quickly this is moving.
| Metric | Figure | Source |
|---|---|---|
| Cyberattacks recorded in Indonesia, Jan-Jul 2025 | 3.64 billion | BSSN 2025 |
| Share that were malware-based | 83.68% | BSSN 2025 |
| Increase in ransomware attacks (YoY) | +50% | BSSN 2025 |
| Increase in phishing cases (YoY) | +70% | BSSN 2025 |
| Lumma Stealer infections in Indonesia, H1 2025 | 14,000+ devices | BSSN 2025 |
| Voice cloning fraud incidents globally (YoY growth) | +680% | Deepstrike 2025 |
| Average loss per deepfake fraud incident | USD 500,000+ | Brightside AI 2025 |
The volume is significant, but not the most important thing here. AI has lowered the skill floor for attackers while raising the ceiling on what a single person can accomplish. That is the actual problem.
The window between discovery and exploitation is closing
For most of the past decade, the security industry worked on an assumption: when a vulnerability was published, defenders had weeks, sometimes months, before attackers weaponized it. That assumption is gone.
Analysis of more than 3,500 CVE-exploit pairs from authoritative threat feeds tracks how quickly published vulnerabilities turn into working attacks. The trend is not gradual. It is a cliff.
The acceleration in 2025 and 2026 tracks directly with the period when AI-assisted vulnerability analysis went from experimental to operational. A skilled human researcher might take weeks to understand a complex vulnerability, write a reliable exploit, and test it across different configurations. AI systems can now do the same work in hours. Research from CSA and SANS confirms that AI agents are already finding and exploiting vulnerabilities at success rates that were not realistic two years ago.
In 2018, a CISO who learned about a critical vulnerability on Monday had time to prioritize, test, and deploy a patch before any serious exploitation risk appeared. In 2026, that window may have closed before the morning stand-up ends.
For Indonesian enterprises still running weekly or monthly patch cycles: you are accepting a gap that attackers can now reliably fill. The question is not only "how quickly can we patch?" It is also "what do we have in place for the hours between disclosure and deployment?"
Five attack patterns targeting Indonesian enterprises right now
1. AI-generated phishing: personalized and filter-resistant
Traditional phishing used broad templates: fake OJK notices, spoofed bank emails, generic password reset links. Security teams learned to spot them. Employees learned to look for bad grammar and impersonal greetings.
AI-generated phishing has removed both of those signals.
Language models let attackers write grammatically clean emails in Bahasa Indonesia that reference the recipient by name, their role, their employer, and specific recent events pulled from LinkedIn and company websites. The result reads like a message from a real colleague or regulator.
BSSN reported a 70% increase in phishing cases in 2025. A significant portion traces to AI-generated content that bypasses signature-based email filters, because the language is too contextually specific to match rules written for template attacks.
The highest-risk themes for Indonesian enterprises right now: OJK regulatory notices, DJP tax correspondence, BSSN security advisories, and internal IT requests. These are categories where employees are trained to act fast, which is exactly what attackers rely on.
2. Deepfake CEO fraud: voice cloning is here
Business email compromise has been around for years. AI has changed what it can do.
Voice cloning attacks require as little as three seconds of publicly available audio to generate a synthetic voice with an 85% match to the original speaker. Any executive with a LinkedIn video, a conference recording, or a quoted speech has already provided enough source material.
The pattern: an attacker calls a finance team member or the CFO's assistant, playing a cloned version of the CEO's voice. The instruction is urgent. Authorize this transfer. Approve this payment. Do not wait for the usual process, I am in a meeting. Because the voice sounds right and the urgency feels genuine, many people comply.
Globally, the average loss per deepfake fraud incident now exceeds USD 500,000. In a documented case in Hong Kong, a deepfake video conference involving a cloned CFO resulted in a USD 25 million transfer. Voice cloning fraud rose 680% in the past year.
Any company with a digital public presence for its leadership is an eligible target. The defense is procedural, not technical: a pre-agreed code word or a callback to a known number before any financial instruction is executed outside normal channels.
3. AI-powered ransomware: faster and harder to detect
Ransomware groups now use AI in several ways that directly affect how quickly an attack moves and how difficult it is to catch.
Adaptive payload generation. AI-assisted builders generate unique ransomware variants per target. Traditional signature-based antivirus tools see each version as a new file with no prior match in their databases. BSSN reports 50% growth in ransomware attacks in Indonesia, with a disproportionate share hitting sectors that still rely on signature-based endpoint protection: manufacturing, logistics, and regional government.
Automated propagation. Once inside a network, AI-assisted malware identifies high-value targets (domain controllers, backup systems, financial data stores) faster than any human operator could. The time between initial compromise and full network encryption has dropped from days to hours.
Living-off-the-land. AI-generated attack scripts use tools already present in the target environment (PowerShell, WMI, scheduled tasks) rather than introducing new executables. This makes them nearly invisible to endpoint detection tools scanning for foreign software.
4. Infostealer malware: credentials at scale
Lumma Stealer infected more than 14,000 Indonesian devices in the first half of 2025 alone. It is one example of a broader category: AI-enhanced infostealer malware that targets browser credentials, session tokens, cryptocurrency wallets, and corporate VPN configurations.
The AI component is in the distribution and evasion, not the payload itself. Lumma and similar tools spread through AI-generated malvertising (fake advertisements ranking in real search results via SEO manipulation) and counterfeit software packages on legitimate-looking download sites.
The practical result: an employee searches for a software tool, downloads what looks like a legitimate installer, and within minutes their browser session tokens for corporate applications, including email, finance systems, and cloud platforms, have been sent to the attacker. No password needed.
BSSN noted over 315,000 Indonesian credentials were compromised in H1 2024 alone. Most came from infostealer campaigns, not direct network intrusion.
5. AI-assisted reconnaissance: attackers already know your stack
Before any of the above executes, attackers map the target. AI has made that mapping much faster.
Publicly available tools now aggregate information from LinkedIn, company websites, job postings, GitHub, DNS records, certificate transparency logs, and social media into a detailed profile of an organization: its technology stack, key people, third-party vendors, and likely security gaps.
A job posting that lists your software stack tells an attacker which vulnerabilities to research. A LinkedIn profile showing a recent hire identifies someone who may not yet know the organization's security protocols. A GitHub commit from an internal developer can expose API keys or configuration details that open a direct path to production systems.
The attack surface extends beyond your technical perimeter. Information security is also information hygiene.
What good defense looks like
These attacks are built to outpace or evade detection tools that rely on known patterns. The defensive response has to match that.
Behavioral detection over signature matching. A SIEM that fires only on known malware hashes will miss every AI-generated variant. Detection needs to be based on behavior: unexpected processes, unusual data access patterns, lateral movement that follows attacker TTPs even when the specific tool is unknown. This is where UEBA earns its value.
AI-assisted threat hunting. Proactive hunting that uses machine learning to surface anomalies across large log volumes finds intrusions that never trigger a single alert in isolation. Infostealer compromises in particular tend to look like normal user activity right up until the credentials are used.
Human verification for financial instructions. Technology cannot stop deepfake CEO fraud if your process allows voice-only authorization of wire transfers. The control is procedural: a callback to a known number, a pre-agreed code phrase, or a requirement that any instruction above a threshold go through a separate authenticated channel.
Information hygiene. Review what you publicly expose. Audit GitHub for accidental credential commits. Look at your job postings and consider whether they advertise your full technology stack. Train employees on AI-generated phishing using examples that reflect actual Indonesian attack themes.
AI-simulated red team exercises. Standard penetration tests do not reflect what current threat actors can actually do. Red team exercises that incorporate AI-generated phishing and deepfake social engineering give a more accurate picture of your real exposure.
Six things worth doing this year
-
Ask your SOC how detection works. What percentage of alerts fire on behavior versus known signatures? If the answer skews heavily toward signatures, you have a gap.
-
Set up a voice verification procedure for financial transfers. A pre-agreed challenge phrase. A mandatory callback. Something that works even when the voice on the phone sounds exactly right.
-
Run an AI-generated phishing simulation this quarter. Use emails that reference real employee names, roles, and recent company events. The click rate will be higher than your last simulation. That gap is the risk.
-
Audit what you expose publicly. GitHub, job postings, LinkedIn, conference presentations. Anything that maps your stack or your org chart is useful to an attacker.
-
Check whether your backups are reachable from production. If they are, they are not backups. They are part of the attack surface.
-
Review your UU PDP readiness. Indonesia's data protection law requires breach notification within 14 days. That timeline only works if detection is fast. When did you last test your incident response plan against a ransomware scenario?
How Alpha Code can help
Alpha Code Technologies runs a 24/7 Security Operations Center in Jakarta, with detection built around the Indonesian threat landscape: AI-generated phishing patterns, credential-stealing malware active in the region, and the ransomware groups currently targeting Indonesian infrastructure.
Our SOC-as-a-Service uses behavioral detection and UEBA to catch attacks that signature-based tools miss. Our Human Risk Management program runs AI-generated phishing simulations in Bahasa Indonesia, using current attacker themes (OJK impersonation, BCA/Mandiri lures, DJP tax notices) to measure and close the gap between what your employees recognize and what they will actually face.
If you are reviewing your security posture for 2026, we are happy to start with a frank conversation about where the gaps are.
Sources: BSSN via Tempo - 3.64 Billion Cyberattacks H1 2025 · ITGID - BSSN Cyber Threats 2025 · Deepstrike - Deepfake Statistics 2025 · Brightside AI - Deepfake CEO Fraud · StrongestLayer - AI-Generated Phishing 2026 · IBM Cost of a Data Breach 2024 · Zero Day Clock - CVE-to-Exploit TTE Analysis (Sergej Epp, Sysdig) · CSA/SANS - "The AI Vulnerability Storm: Building a Mythos-Ready Security Program" (April 2026)