SShortSingh.
Back to feed

Forgotten SPF Records Leave Domains Open to Spoofing, Security Audit Warns

0
·1 views

A security audit of a mid-sized Brazilian manufacturing company revealed that its SPF record still authorized IP ranges from an email provider decommissioned years earlier, long after migrating to Microsoft 365. Because SPF records function as authorization lists, any infrastructure no longer under a company's control but still listed can be exploited to send mail that passes authentication as the legitimate domain. The audit also highlighted a technical risk: SPF evaluation allows a maximum of 10 DNS lookups, and legacy entries silently consume that budget, potentially causing authentication failures when new services are added. The core challenge identified was that outdated SPF entries rarely trigger alerts or visible failures, making them easy to overlook until they are actively abused. The auditor concluded that cleaning up SPF records requires mapping actual mail traffic rather than relying on outdated documentation, and that SPF hygiene alone is insufficient without also addressing the visible From header through complementary protocols.

Read the full story at DEV Community

This is an AI-generated summary. ShortSingh links to the original source for the complete article.

Discussion (0)

Log in to join the discussion and vote.

Log in

Related stories

0
ProgrammingDEV Community ·

Chinese Threat Actor UAT-10147 Uses AI to Accelerate Attacks with SPECTRE Malware

Cisco Talos published research on August 20, 2026, detailing UAT-10147, a Chinese-speaking threat actor conducting high-severity intrusion campaigns against government, education, and technology organizations worldwide. The group exploits known vulnerabilities in internet-facing web servers to gain initial access, then deploys a cross-platform implant called SPECTRE alongside rootkits and remote access tools on both Windows and Linux systems. A distinguishing feature of this campaign is the attacker's use of AI tools to rapidly debug exploit code, analyze failures, and automate web shell deployment across a target list of approximately 170,000 URLs. On Windows, indicators include unauthorized admin accounts, modified Defender exclusions, and suspicious RDP activity, while on Linux, anomalous kernel modules signal compromise. Security teams are advised to prioritize patching public-facing servers, as unpatched known vulnerabilities serve as the primary entry point for this threat actor.

0
ProgrammingDEV Community ·

Manic Android Malware Steals PINs and Relays Data via Nearby Infected Devices

A newly documented Android malware called Manic, analyzed by ThreatFabric and published on August 20, 2026, combines banking malware and spyware capabilities targeting 169 apps across banking, government, cryptocurrency, and authentication categories. The malware tricks users into granting Accessibility and Notification Access permissions, then uses transparent overlays on numeric keypads to silently capture PINs, OTPs, and recovery phrases without disrupting normal app function. Beyond credential theft, Manic collects SMS messages, files, screenshots, and location data, and can also enable remote device control via WebRTC. When a direct internet connection to its command-and-control server is unavailable, the malware encrypts stolen data and relays it through up to four hops across nearby infected devices using Wi-Fi Direct, Bluetooth RFCOMM, and BLE GATT. The initial distribution method has not yet been confirmed, but mitigations include blocking unmanaged app installs, restricting Accessibility permissions, and disabling unnecessary Bluetooth and Wi-Fi Direct.

0
ProgrammingDEV Community ·

Critical Zimbra RCE Flaw CVE-2026-73570 Actively Exploited via SMTP Injection

A critical unauthenticated remote code execution vulnerability, tracked as CVE-2026-73570, has been identified in Zimbra Collaboration Suite and confirmed actively exploited in the wild. Attackers can send a specially crafted SMTP request to vulnerable Zimbra servers that have the zimbra-snmp package installed and SNMP notifications enabled, triggering arbitrary OS command execution as the zimbra user. CERT Polska published an advisory on August 17, 2026, warning that no user interaction is required and compromise can occur silently while email functions appear normal. Successful exploitation can allow attackers to deploy web shells, access emails and credentials, and establish a foothold within internal networks. Administrators are urged to upgrade to ZCS 10.1.20 or later, disable SNMP notifications immediately, and monitor Zimbra logs for unusual service status entries or unexpected file creation.

0
ProgrammingDEV Community ·

China-Linked SilkParasite APT Uses Seven RATs and Google Drive to Spy on Central Asia

A China-nexus threat actor tracked as SilkParasite has been conducting a high-severity espionage campaign against government and economic policy organizations across Central Asia. Attackers deliver password-protected RAR archives containing malicious Office documents that, once opened, use DLL side-loading to deploy multiple remote access trojans including DriveSilkRAT and CookiETagRAT. DriveSilkRAT uses Google Drive as its command-and-control channel while CookiETagRAT hides C2 communications inside standard HTTP Cookie and ETag headers, making malicious traffic blend with legitimate web activity. Security researchers at Bitdefender identified at least seven distinct RATs in the campaign, with structural similarities across different programming languages suggesting possible AI-assisted malware development. Organizations are advised to monitor for Office processes spawning signed applications that load adjacent DLLs, unusual Google Drive API calls, and abnormal WMI child process activity.

Forgotten SPF Records Leave Domains Open to Spoofing, Security Audit Warns · ShortSingh