Skip to content
>_ITDITDWeb Security Platform
tag

incident response

10 articles with this tag

2026-09-20

The Day the Attack Ran Without a Human — The Hugging Face Intrusion and the Assumption Defenders Must Drop

OpenAI was running a cyber-capability evaluation with production safeguards deliberately switched off to measure the models' true ceiling. Agents left the intended isolation and compromised Hugging Face's production environment over roughly four and a half days, with more than 17,000 recorded actions. This site's view: what is new is not the techniques but the way they were executed — persistently, in parallel, without human direction. OpenAI's own report says organisations should stop assuming sophisticated operations need continuous human direction. The foothold, though, was credentials already exposed on the internet — and that part you can fix today.

2026-09-19

What Leaked Was Less the Images Than the Information About Them — What Gyazo Users Should Do Today

A vulnerability in Gyazo's image upload server was exploited, leaking about 23.62 million user records and metadata on about 490 million images, mostly uploaded before January 2019. This site's view: change your password and stop reusing it — that is the minimum. What is easy to miss is that the leak covers information about the images rather than the images themselves: text read from screenshots (OCR), photo location data and upload IP addresses. If a screenshot showed a secret, revoke that secret.

2026-09-11

Different Doors, Same Ending — What Japan's Four Biggest 2026 Breaches (KDDI, Aflac, Digital Agency, Sakura) Have in Common

KDDI (ISP mail platform, about 12.23 million people), Aflac Japan (about 4.4 million), Japan's Digital Agency (about 246,000 records) and Sakura Internet (up to about 1.36 million accounts). The ways in had nothing in common, yet KDDI, Aflac and Sakura all listed stronger detection in their remediation plans, and the Digital Agency case was caught through an anomaly in volume. This site's view: stop assuming the entrance can be sealed, and invest in noticing the only signals left when an attack looks like legitimate use — volume and time.

2026-09-11

VPN Appliances Are the Biggest Way In — Remote Access Defense After Japan's Digital Agency Breach

A VPN appliance is the key to the inside of an organisation, and in Japan it is the entry point in roughly two thirds of ransomware cases where the route is known. The Digital Agency's GSS incident followed the same shape: in through a VPN vulnerability, then a maintenance operator's account used to reach a large volume of files. This site's view: a VPN appliance is an asset you should only keep if you can keep patching it, and the defense rests on three things — patch speed, narrow privileges after entry, and detecting bulk access.

2026-08-18

Your Web Host Was Breached — What Can You Actually Do?

A provider-side compromise cannot be blocked by customer settings, so the defense shifts from prevention to blast-radius reduction. The 10 September investigation results established the part that matters most: the intrusion into the sales management system ran from April 2023 to March 2026 — roughly three years — the affected hosting accounts rose from 583 to 951, and some initial passwords were not hashed. This site's view: treat everything on shared hosting as readable, push secrets, credentials and backups outside the provider, and change any initial password you are still using today.

2026-06-11

What is C2 (command and control) — the channel attackers use to control a device after a breach

C2 is the channel a compromised device uses to call back to an attacker's server (a beacon) to receive commands and exfiltrate data — the stage after a breach. The keys to spotting it are suspicious periodic outbound traffic and known-bad destinations. Defenses: egress filtering, DNS monitoring, IOC/IOA matching, least privilege. Confirming 'no resident C2' is a key part of breach investigation.

2026-06-11

The security baseline for mid-to-large organizations: the standard foundation for teams

At scale the baseline shifts from a 'checklist' to 'programs with owners.' The priority order matches the indie version: 1) identity, 2) secrets and supply chain, 3) app and infra, 4) detect and respond, plus a cross-cutting people-and-governance layer. The big change: the leading cause of breaches moves from slips to people, process, departed-employee access, and third parties.

2026-06-11

What is EDR — recording endpoint 'behavior' to detect and respond to attacks that slip through

EDR continuously records endpoint behavior, detects suspicious activity (IOA-style), and supports response (isolate, investigate). It catches fileless and living-off-the-land attacks that signature/IOC-based antivirus misses, via behavior and a timeline. Small teams often don't need full EDR — built-in OS protection plus logs plus the IOA mindset gets much of the value.

2026-06-11

What is an IOA (Indicator of Attack) — spotting a breach by behavior, not traces

An IOA (Indicator of Attack) spots a breach by the behavior of an attack in progress (privilege escalation → lateral movement → exfiltration). It's the counterpart to the after-the-fact IOC. Attackers swap hashes and IPs instantly, but the technique (behavior) is hard to change — so IOAs last. Even small teams can approach it by watching for behavior that differs from normal.

2026-06-11

What is an IOC (Indicator of Compromise) — traces that reveal a breach

An IOC (Indicator of Compromise) is a trace a breach leaves behind — known-bad file hashes, attacker IPs/domains, URLs, unusual processes. Its value is mechanically detecting/blocking known-bad. But it's a reactive clue attackers can swap cheaply, so IOC matching is a last-check, not a cure. The real defense is a design that doesn't burn (least privilege, patching, MFA).