---
title: "Identity Abuse Through Trusted Communication Channels"
url: https://daily.dev/posts/identity-abuse-through-trusted-communication-channels-a3zcgqrv1
source_url: https://unit42.paloaltonetworks.com/communication-channel-identity-risks
type: article
source: "Unit 42"
published: 2026-08-20T10:11:17.424Z
updated: 2026-08-20T10:11:50.201Z
tags: ["security", "cyber", "slack"]
reading_time: 16
upvotes: 0
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Identity Abuse Through Trusted Communication Channels

**[Unit 42](https://daily.dev/sources/unit42)** · 16 min read · 0 upvotes · 0 comments

## Summary

Enterprise collaboration platforms like Slack and Microsoft Teams have become a growing attack surface as threat actors exploit trusted communication channels for identity phishing, impersonation, credential theft and post-compromise persistence. Endpoint alerts tied to collaboration tool abuse have more than quadrupled over 12 months, with 99% of alerts linked to chat phishing. Real-world examples include APT29 abusing Teams federation, attacker-controlled Slack workspaces used in the Axios npm maintainer compromise, a fake recruiting campaign against Fireblocks-linked developers, an OpenSSF/Linux Foundation Slack impersonation campaign, and a CERT Polska case where attackers used Slack webhooks for credential exfiltration from compromised firewall-VPN appliances. Recommendations include reducing external federation/guest access exposure, extending identity monitoring beyond authentication, defining verification procedures for high-risk requests, updating security awareness training, and ingesting collaboration telemetry into SIEM systems alongside identity and endpoint data.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://unit42.paloaltonetworks.com/communication-channel-identity-risks>

## Questions this post answers

### How did attackers compromise the Axios npm package maintainer's account?

A threat actor used a staged Slack workspace with fake company branding, channels, and message history to socially engineer the lead maintainer of the Axios npm package, then moved the conversation to a staged Teams meeting where the maintainer was convinced to install software delivering a remote access Trojan. This gave attackers access to the maintainer's npm account, leading to two poisoned Axios versions being published that executed a malicious dependency on install.

_Developers relying on npm packages can follow supply chain incident writeups like this one on daily.dev._

### How did the Contagious Interview campaign use fake job interviews to deliver malware to developers?

Attackers impersonated Fireblocks executives, recruiters, and HR managers, contacting technology workers through social media and scheduling video interviews via Google Meet. During the interview, a fake HR manager assigned a code review task requiring candidates to clone a GitHub repository and run npm install, which executed malicious code and downloaded malware. Fireblocks linked the activity to the North Korea-associated Contagious Interview pattern.

_Job-seeking developers evaluating suspicious recruiting outreach can find similar threat reports on daily.dev._

### How did attackers exfiltrate credentials using Slack webhooks after compromising firewall-VPN appliances?

In a December 2025 intrusion investigated by CERT Polska at a Polish manufacturing company, attackers used a compromised firewall-VPN appliance's built-in scripting mechanism to create weekly scheduled tasks: one retrieved a privileged account's password, another disabled two-factor authentication for that account, and a third used the appliance's native Slack notification feature to send results to an attacker-controlled Slack channel, avoiding a separate exfiltration tool.

_Security teams hardening network appliances against webhook abuse can track incident reports like this on daily.dev._

## Similar posts on daily.dev

- [When “Hi, This Is IT” Comes Through Microsoft Teams](https://daily.dev/posts/when-hi-this-is-it-comes-through-microsoft-teams-teyqlhqzj) · Unit 42 · 0 upvotes · 0 comments

---

Tags: [#security](https://daily.dev/tags/security), [#cyber](https://daily.dev/tags/cyber), [#slack](https://daily.dev/tags/slack)

[View this post on daily.dev](https://daily.dev/posts/identity-abuse-through-trusted-communication-channels-a3zcgqrv1)
