← Back to SOC feed Coverage →

ThreatFox: RaspberryPiBotnet IOCs

ioc-hunt HIGH ThreatFox
CommonSecurityLogDeviceNetworkEvents
elf-raspberrypibotnetiocthreatfox
This rule was pulled from an open-source repository and enriched with AI. Validate in a test environment before deploying to production.
View original rule at ThreatFox →
Retrieved: 2026-08-25T11:00:00Z · Confidence: high

Hunt Hypothesis

This hunt detects adversary activity where compromised devices establish connections to known RaspberryPiBotnet infrastructure, indicating potential botnet recruitment or command-and-control communication. Proactively hunting for these 55 specific IOCs in Azure Sentinel is critical to identify early-stage infections and prevent the scaling of a distributed denial-of-service (DDoS) attack orchestrated by this IoT-focused botnet.

IOC Summary

Malware Family: RaspberryPiBotnet Total IOCs: 55 IOC Types: ip:port

TypeValueThreat TypeFirst SeenConfidence
ip:port91[.]92[.]47[.]220:8081botnet_cc2026-08-25100%
ip:port110[.]76[.]145[.]222:8081botnet_cc2026-08-25100%
ip:port185[.]212[.]129[.]2:8081botnet_cc2026-08-25100%
ip:port38[.]45[.]65[.]144:8081botnet_cc2026-08-25100%
ip:port37[.]152[.]188[.]110:8081botnet_cc2026-08-25100%
ip:port171[.]244[.]199[.]198:8081botnet_cc2026-08-25100%
ip:port36[.]37[.]122[.]175:8081botnet_cc2026-08-25100%
ip:port43[.]108[.]83[.]139:8081botnet_cc2026-08-25100%
ip:port5[.]42[.]125[.]156:8081botnet_cc2026-08-25100%
ip:port169[.]58[.]219[.]255:8081botnet_cc2026-08-25100%
ip:port158[.]69[.]210[.]7:8081botnet_cc2026-08-25100%
ip:port185[.]164[.]72[.]145:8081botnet_cc2026-08-25100%
ip:port217[.]219[.]165[.]57:8081botnet_cc2026-08-25100%
ip:port185[.]121[.]13[.]242:8081botnet_cc2026-08-25100%
ip:port188[.]92[.]182[.]10:8081botnet_cc2026-08-25100%
ip:port51[.]255[.]28[.]210:8081botnet_cc2026-08-25100%
ip:port37[.]97[.]131[.]30:8081botnet_cc2026-08-25100%
ip:port103[.]253[.]244[.]145:8081botnet_cc2026-08-25100%
ip:port130[.]185[.]123[.]230:8081botnet_cc2026-08-25100%
ip:port176[.]65[.]58[.]214:8081botnet_cc2026-08-25100%
ip:port88[.]99[.]73[.]187:8081botnet_cc2026-08-25100%
ip:port193[.]233[.]18[.]68:8081botnet_cc2026-08-25100%
ip:port194[.]87[.]251[.]137:8081botnet_cc2026-08-25100%
ip:port161[.]248[.]123[.]78:8081botnet_cc2026-08-25100%
ip:port110[.]76[.]145[.]218:8081botnet_cc2026-08-25100%

KQL: Ip Hunt

// Hunt for network connections to known malicious IPs
// Source: ThreatFox - RaspberryPiBotnet
let malicious_ips = dynamic(["176.118.193.229", "185.212.129.2", "154.86.30.133", "193.42.115.137", "36.133.84.116", "185.164.72.145", "88.99.73.187", "193.168.147.81", "169.58.176.232", "46.4.162.51", "217.219.165.57", "5.42.125.156", "37.97.131.30", "193.233.18.68", "91.92.47.220", "194.87.251.137", "37.152.188.110", "43.224.226.119", "138.2.105.161", "2.27.193.132", "188.92.182.10", "188.40.198.241", "103.117.137.106", "95.164.90.16", "153.80.241.71", "194.59.171.247", "103.253.244.145", "158.69.210.7", "43.108.83.139", "109.205.58.43", "185.121.13.242", "38.45.65.144", "176.65.58.214", "110.76.145.218", "36.37.122.175", "151.242.187.122", "169.58.219.255", "51.75.182.116", "185.81.99.73", "169.58.182.5", "51.255.28.210", "8.209.69.149", "110.76.145.222", "5.35.78.169", "45.147.97.142", "130.185.123.230", "171.244.199.198", "194.163.135.199", "177.201.224.10", "194.35.227.68"]);
CommonSecurityLog
| where DestinationIP in (malicious_ips) or SourceIP in (malicious_ips)
| project TimeGenerated, SourceIP, DestinationIP, DestinationPort, DeviceAction, Activity
| order by TimeGenerated desc

KQL: Ip Hunt Device

// Hunt in Defender for Endpoint network events
let malicious_ips = dynamic(["176.118.193.229", "185.212.129.2", "154.86.30.133", "193.42.115.137", "36.133.84.116", "185.164.72.145", "88.99.73.187", "193.168.147.81", "169.58.176.232", "46.4.162.51", "217.219.165.57", "5.42.125.156", "37.97.131.30", "193.233.18.68", "91.92.47.220", "194.87.251.137", "37.152.188.110", "43.224.226.119", "138.2.105.161", "2.27.193.132", "188.92.182.10", "188.40.198.241", "103.117.137.106", "95.164.90.16", "153.80.241.71", "194.59.171.247", "103.253.244.145", "158.69.210.7", "43.108.83.139", "109.205.58.43", "185.121.13.242", "38.45.65.144", "176.65.58.214", "110.76.145.218", "36.37.122.175", "151.242.187.122", "169.58.219.255", "51.75.182.116", "185.81.99.73", "169.58.182.5", "51.255.28.210", "8.209.69.149", "110.76.145.222", "5.35.78.169", "45.147.97.142", "130.185.123.230", "171.244.199.198", "194.163.135.199", "177.201.224.10", "194.35.227.68"]);
DeviceNetworkEvents
| where RemoteIP in (malicious_ips)
| project Timestamp, DeviceName, RemoteIP, RemotePort, InitiatingProcessFileName, ActionType
| order by Timestamp desc

Required Data Sources

Sentinel TableNotes
CommonSecurityLogEnsure this data connector is enabled
DeviceNetworkEventsEnsure this data connector is enabled

References

False Positive Guidance

Here are specific false positive scenarios and corresponding filters for the ThreatFox: RaspberryPiBotnet IOCs detection rule in an enterprise environment:

Original source: https://threatfox.abuse.ch/browse/malware/elf.raspberrypibotnet/