This hunt targets the presence of SSHDoor, a backdoor tool that adversaries use to establish persistent remote access and execute commands on compromised Linux hosts. Proactively hunting for these IOCs in Azure Sentinel allows the SOC to identify stealthy footholds that may have been established through initial access vectors, enabling rapid containment before the adversary leverages the backdoor for lateral movement or data exfiltration.
Malware Family: SSHDoor Total IOCs: 2 IOC Types: url
| Type | Value | Threat Type | First Seen | Confidence |
|---|---|---|---|---|
| url | hxxp://174[.]71[.]237[.]86:1101/sshd | payload_delivery | 2026-09-22 | 100% |
| url | hxxp://165[.]73[.]108[.]6:8025//sshd | payload_delivery | 2026-09-22 | 100% |
// Hunt for access to known malicious URLs
// Source: ThreatFox - SSHDoor
let malicious_urls = dynamic(["http://174.71.237.86:1101/sshd", "http://165.73.108.6:8025//sshd"]);
UrlClickEvents
| where Url has_any (malicious_urls)
| project Timestamp, AccountUpn, Url, ActionType, IsClickedThrough
| order by Timestamp desc
| Sentinel Table | Notes |
|---|---|
UrlClickEvents | Ensure this data connector is enabled |
ssh -L to create a local port forward for debugging a legacy Java application running on a remote Linux server. The specific source port (e.g., 8080) and destination IP match the ThreatFox IOCs, but the connection is initiated by a known service account from a bastion host.
10.20.0.0/24) AND the source user is a member of the devops-engineers AD group.10.50.10.5) AND the destination port is in the backup agent’s configured range (e.g., 2222-2225).scp or sftp over SSH to transfer build artifacts to a shared NFS mount or another build node. The specific IP pair and port combination align with the IOC, but the traffic is bidirectional and occurs during active pipeline execution windows.
10.60.0.0/16) AND the connection duration is