CyberShell Advisory Team
Contributor context
This article was collectively prepared by the CyberShell Advisory Team, with notable contributions from these members.
Deirdre Hennigar
Subject matter expert
Go Back
September 11, 2026
by the
CyberShell Advisory Team
CyberShell Advisory Team
Contributor context
This article was collectively prepared by the CyberShell Advisory Team, with notable contributions from these members.
Subject matter expert
At the end of August, an unsolicited email landed in one of our mailboxes advertising a range of counter-surveillance products. The sender introduced themselves as the CEO of Global TSCM Group, a specialist vendor selling eavesdropping detection systems, laser microphone countermeasures, and encrypted Bluetooth earbuds.
The campaign had clearly taken some work to put together. It included current product material, two catalogues, campaign tracking, and an unsubscribe mechanism. Microsoft Defender sent it to Junk, classified it as spoofed, and marked the visible catalogue links as malware.
We investigated the message because the details didn’t fit neatly into a conventional phishing campaign. The sender, company, products, and documents were consistent across several public sources. The two catalogue links we examined returned ordinary PowerPoint-exported PDFs, and our static review didn’t identify JavaScript, embedded files, launch actions, forms, or other active PDF features.
The clearest problem wasn’t the content, it was that the company’s email platform authenticated itself as DirectSend, while the message asked the recipient to trust Global TSCM Group.
This is where DMARC stops being an abstract security control and becomes a business communication problem. A legitimate organization can write the right message, send it to the right audience, and still make itself look like a spoof.
How the message was evaluated
globaltscmgroup.com address shown to the recipient.How that affected delivery
DMARC protects a domain from abuse, but it also helps legitimate mail arrive with a verifiable identity.
Global TSCM Group operates in Technical Surveillance Counter-Measures, or TSCM: the detection and prevention of hidden microphones, RF transmitters, laser audio surveillance, unauthorized mobile devices, and other forms of electronic eavesdropping.
The company’s public footprint is unusual but consistent. A New York corporate record shows a filing for Global TSCM Group, Inc. in 2007, with Gyo Seung An listed as the process contact. That’s the same name used in the email, shown in the company’s public materials, and embedded as an author in one of the catalogues. The CEO address used in the campaign is also published on the company’s website.
Its sites advertise the same products described in the message, including The Stealth 24/7 RF monitoring system, The Stealth TEAM transmitter-location system, laser surveillance countermeasures, and the newly promoted encrypted earbuds. The documents and websites use the same product names, claims, people, and contact details.
There were still reasons a recipient would hesitate. The company’s presence is spread across a main domain, separate U.S. and Korean sites, The Stealth Lab, The Stealth Mall, and other product properties. Some pages contain 2026 material while parts of the design and footer still say 2021. The catalogue includes both a corporate address and a Gmail account. It looks more like the accumulated web presence of a small specialist manufacturer than a centrally managed corporate identity.
That isn’t evidence of malicious activity, but it does mean the email had little margin for another trust failure.
DirectSend infrastructure appears in the sending headers, return path, DKIM signature, unsubscribe link, and catalogue download URLs.
directsend63.com.d=directsend63.com.globaltscmgroup.com.SPF and DKIM did their individual jobs. SPF confirmed that the sending server was permitted to send for DirectSend’s envelope domain. DKIM confirmed that DirectSend signed the message and that the signed content hadn’t been changed in transit.
Neither result answered the question the recipient cared about: did Global TSCM Group authorize this email?
DMARC connects those checks to the address displayed in the From field. At least one authenticated domain must align with the visible sender’s domain. In this case, both successful results belonged to DirectSend, not Global TSCM Group.
Microsoft therefore categorized the message as spoofed and assigned it an SCL of 5, sending it to Junk. From the receiving side, that was a reasonable decision. The message claimed one identity and authenticated another.
DMARC is normally introduced as a way to prevent attackers from spoofing a company’s domain. That’s an important reason to deploy it, but it can make the control sound relevant only when something malicious is happening.
Most organizations also have a more ordinary problem: many systems send mail on their behalf.
Think beyond the main mail platform.
Each platform can produce a message that looks correct to the sender while authenticating a different technical identity underneath. When that identity isn’t aligned, the consequences are practical:
This email we reviewed is a useful example because the mismatch is especially costly. A business was introducing security products to an unfamiliar recipient. The business needed the first message to establish credibility, but its mail configuration removed one of the strongest technical signals available to do that.
The catalogue links didn’t point to files hosted on globaltscmgroup.com. They used DirectSend’s shared mail_report_api/filedownload path with campaign-specific identifiers.
Defender displayed eleven URLs in the message and marked the visible catalogue download links as malware. We retrieved those two objects in an isolated environment on September 11, 2026.
PDF 1.7 · 15 pages · 1.0 MB
Static review: No JavaScript, launch action, embedded file, form, or encryption identified.
PDF 1.7 · 21 pages · 2.3 MB
Static review: No JavaScript, launch action, embedded file, form, or encryption identified.
The files matched the products and identities published on the company’s websites. At the time of this post, we didn’t find evidence that the two retrieved PDFs were malicious.
We also can’t say exactly why Microsoft assigned the URL verdict. It may have involved the shared download path, reputation inherited from other activity on the platform, the retrieved objects, or other signals from the message. A URL hosted by a bulk-mail provider sits on infrastructure shared with customers the sender doesn’t know and can’t control.
This is a second reason to think about deliverability as part of platform selection. Authentication can be configured correctly and a sender can still inherit risk from shared tracking, redirect, image, or file-hosting domains. Wherever practical, organizations should use aligned branded domains and host important customer material on infrastructure tied clearly to their own identity.
Setting up a third-party sender isn’t finished when the platform says the DNS record was accepted or a test message arrives in your own inbox. The final check has to happen from the recipient’s side.
Start with the platforms people tend to remember—Microsoft 365, Google Workspace, and the primary marketing service—but include the quieter systems as well. Invoice platforms, support tools, CRM workflows, website forms, scanners, HR systems, security products, and line-of-business applications all send mail that affects the domain’s reputation.
Look at the domain that passed SPF and the d= domain in the DKIM signature. At least one should align with the domain displayed in the From address. A green SPF result for the vendor’s domain doesn’t authenticate your brand.
Send controlled tests to the major environments your customers use and inspect the received headers. Microsoft 365 and Gmail are useful starting points. Confirm that DMARC passes after the full delivery path, not only inside the sending platform’s setup wizard.
Campaign tools may replace otherwise clean URLs with tracking redirects, unsubscribe endpoints, image hosts, and download services. Check their reputation and decide whether branded tracking or file-hosting domains are available.
DMARC aggregate reporting can show which services send as the domain and which ones fail alignment. Use that visibility to correct legitimate senders before moving deliberately toward p=quarantine and then p=reject. Leaving the policy at p=none indefinitely provides reporting, but it doesn’t instruct recipients to block unauthorized use.
Allow-listing a shared sending service can suppress the symptom while trusting unrelated traffic from the same provider. Fix the authentication path first. Use narrowly scoped exceptions only when there’s a clear operational need and ownership around their review.
The message content, public contact information, corporate record, product names, and document metadata all pointed in the same direction.
Microsoft still had good reason to distrust the campaign. The recipient was shown a Global TSCM Group address, but the message could only prove that DirectSend (directsend63.com) had sent it. Shared download links introduced another layer of reputation the company didn’t control (directsend.co.kr).
For practitioners, that’s the useful part of this case. DMARC isn’t a compliance record to publish and forget, and it isn’t only a defence against someone else abusing the domain. It’s part of making sure your own systems can reach customers, prospects, employees, and partners without asking them to ignore the controls protecting their inboxes.
If the message matters, its identity has to survive delivery.
At CyberShell, we're at the forefront of securing your digital domain. Our expertise ensures your peace of mind in an ever-changing cyber world.
Copyright © 2026 Cybershell. All rights reserved.
Powered by Mint Media