惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
大猫的无限游戏
大猫的无限游戏
博客园 - 聂微东
Jina AI
Jina AI
The Cloudflare Blog
V
Visual Studio Blog
博客园_首页
量子位
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园 - 【当耐特】
爱范儿
爱范儿
博客园 - 三生石上(FineUI控件)
小众软件
小众软件
博客园 - 司徒正美
阮一峰的网络日志
阮一峰的网络日志
Last Week in AI
Last Week in AI
V
V2EX
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
博客园 - 叶小钗
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
WordPress大学
WordPress大学
宝玉的分享
宝玉的分享
T
Tailwind CSS Blog
博客园 - Franky

Cyber Security News

AIRecon: AI-Powered Penetration Testing Tool with Kali Linux Sandbox Critical Chrome Vulnerabilities Allow Attackers to Execute Arbitrary Code - Update Now! UNC3753 Uses Screen-Sharing Sessions and RMM Tools to Exfiltrate Sensitive Legal Data New OnionDrop Loader Campaign Uses gainmsg C2 to Deliver LegionLoader Payloads ClickFix Campaign Uses EtherHiding and GULoader to Infect Windows Users via Fake CAPTCHA Ghostwriter Hackers Abuse Gmail Admin-Themed Emails to Steal Credentials and 2FA Codes The Half-Life of Threat Intelligence: When Does an IOC Stop Being Useful? Critical Fortinet FortiSandbox Vulnerabilities Actively Exploited in Attacks Aembit Extends IAM for Agentic AI to Microsoft Copilot Studio India Temporarily Bans Telegram Messenger Over Medical Exam Fraud Microsoft 365 Device Code Phishing Campaign Bypasses Password Theft With Legitimate Login Flow AppViewX Launches Agent Identity Security to Govern Agents for the AI and Quantum Era Hackers Weaponize Microsoft Teams Relay to Hide Ransomware Traffic Developer laptops are the credential store attackers are picking through in 2026, GitGuardian announces Endpoint Protection Interlock and Rhysida Ransomware Operations Share Supper Backdoor and Malware Codebase Novo Nordisk Confirms Cyber Attack — Hackers Accessed Patient Medical Data and Internal AI Assets Russian and Chinese Influence Actors Use AI to Evade Bot Detection and Mimic Human Behavior Microsoft Teams Analyze the Wi-Fi Hotspot Data Connected to an Employee’s Device PRC-Nexus Hackers Exploit REDCap Servers to Spy on US Medical Research Institutions Infinite Campus Data Breach Exposes 137,000 Users Personal Details OptinMonster Plugin Hack Exposes 1.2 Million Wordpress Sites to Cyberattack Ransomware Ecosystem Consolidates Around LockBit Alumni, Qilin, Hyflock, and The Gentlemen Hackers Abuse Legitimate RMM Tools in The Quarry IRS and SSA Phishing Campaigns LiteSpeed cPanel Plugin 0-Day Vulnerability Actively Exploited in the Wild Cisco SD-WAN vManage Vulnerability Exploited in Zero-Day Attacks Nearly 14,000 SimpleHelp Servers Exposed Amid Critical Authentication Bypass Disclosure Microsoft Site Showing Warning Following Certificate Expiry DPAPISnoop Tool Extracts CREDHIST Hashes for Offline Windows Credential Recovery SHADOWBYT3$ Allegedly Claim Breach of Nintendo, Stealing Sensitive Data Anthropic Updated Privacy Policy to Include Identity Verification for Claude Users
AWS AiTM Phishing Kit Steals Console Credentials and MFA ...
Tushar Subhra Dutta · 2026-06-25 · via Cyber Security News

A newly discovered phishing kit is targeting Amazon Web Services users by silently stealing login credentials and multi-factor authentication codes the moment a victim types them in.

Unlike older tools that captured passwords for later use, this kit works in real time, meaning attackers can access a victim’s AWS console before the victim realizes something is wrong.

The campaign ran between June 19 and 23, 2026, and marks a serious shift in how cloud accounts are attacked.

The kit relies on a technique called adversary-in-the-middle, or AiTM, which places a hidden relay between the victim and the real AWS login page.

When a victim enters credentials and an MFA code, everything is quietly forwarded to the attacker’s server, which passes it to the actual AWS site.

This live relay gives attackers a brief window to log in using the stolen session before it expires, making MFA protections effectively useless.

Analysts from Datadog Security Labs identified the campaign and documented how it operated, publishing a report shared with Cyber Security News (CSN).

Cloned AWS Console (Source - DATADOG)
Cloned AWS Console (Source – DATADOG)

The researchers found three phishing domains, all registered within the same 24-hour window through a registrar named NICENIC INTERNATIONAL GROUP CO., LIMITED, and hosted on Cloudflare.

Each domain served a near-perfect copy of the AWS console sign-in page, making it nearly impossible for most users to notice anything off.

The attack emails were sent through trusted platforms like SendGrid and Nimbu, which helped them pass email authentication filters and reach inboxes directly.

The phishing email impersonated AWS Support and cited a fabricated issue about bandwidth throttling to create urgency. This social engineering pushed recipients into clicking quickly, without pausing to check whether the request was real.

What makes this campaign stand out is that it did not cast a wide net. The kit only displayed the fake login page when a valid, pre-verified email appeared in the link, and researchers recovered fewer than 50 target addresses.

Most belonged to software engineers and engineering leaders in the United States, pointing to a targeted operation rather than mass phishing.

AWS AiTM Phishing Kit Steals Console Credentials

The core of this kit lived inside a single JavaScript file embedded in the fake AWS login page.

When a victim visited the site, the page read an encrypted value from the URL, verified it against the attacker’s server, and only showed the login form if the visitor matched a known target.

The phishing kit's server-driven MFA flow (Source - DATADOG)
The phishing kit’s server-driven MFA flow (Source – DATADOG)

This trick prevented security sandboxes and researchers from examining the page’s behavior.

Once credentials were submitted, the kit forwarded them to the phishing server, which interacted with the real AWS sign-in system in the background.

The server could only determine which MFA challenge to show next, whether email, SMS, or a time-based one-time password, by actively relaying data to the legitimate AWS site.

That live exchange is what sets AiTM kits apart from standard phishing pages and makes them far more dangerous.

Ties to a Broader Phishing Operation

Alongside the three AWS domains, researchers found three more domains impersonating SendGrid, all registered during the same window through the same registrar.

The similarities were clear, including a matching React-based app structure, the same encrypted email gating method, and identical MFA support across all major second-factor types.

Researchers also traced the input_24 URL parameter, a fingerprint of this kit, to campaigns dating back to July 2023, including attacks on cryptocurrency wallet users and a Salesforce login page impersonation.

This points to a threat actor who has refined and reused the same toolkit across multiple industries over several years.

To defend against this threat, security teams should look for DNS queries pointing to the known phishing domains and check AWS CloudTrail logs for ConsoleLogin events following contact with those domains.

A successful login appearing right after traffic to a phishing domain strongly suggests an attacker captured and replayed a victim’s session. Treating AWS console phishing as a high-priority threat is the clearest lesson from this campaign.

Indicators of Compromise (IoCs):-

TypeIndicatorDescription
Domainus-west-login[.]comAWS phishing domain registered via NICENIC
Domainaws.us-west-login[.]comAWS phishing subdomain
Domainaws-central.us-west-login[.]comAWS phishing subdomain
Domainus-east-prod[.]comAWS phishing domain registered via NICENIC
Domainaws.us-east-prod[.]comAWS phishing subdomain
Domainloginportal-aws[.]comAWS phishing domain; not observed with input_24 parameter
Domainswitch-sglogin[.]comSendGrid phishing domain registered via NICENIC
Domainuslogin-prodsg[.]comSendGrid phishing domain registered via NICENIC
Domainsendgrid.uslogin-prodsg[.]comSendGrid phishing subdomain
Domainus-west-prod[.]comSendGrid phishing domain registered via NICENIC
Domainsendgrid.us-west-prod[.]comSendGrid phishing subdomain
Domain15hourolddomain-bypass-ed-google-workspace-protection-fuckgoogle[.]comNon-existent domain pinged by attacker validation script found on VirusTotal

Note: IP addresses and domains are intentionally defanged (e.g., [.]) to prevent accidental resolution or hyperlinking. Re-fang only within controlled threat intelligence platforms such as MISP, VirusTotal, or your SIEM.

Follow us on Google NewsLinkedIn, and X to Get More Instant UpdatesSet CSN as a Preferred Source in Google.

Tushar Subhra Dutta

Tushar Subhra Dutta

Tushar is a senior cybersecurity and breach reporter. He specializes in covering cybersecurity news, trends, and emerging threats, data breaches, and malware attacks. With years of experience, he brings clarity and depth to complex security topics.