Hostname
spf.mcloud5.com
Last fetched
spf.mcloud5.com resolves to 1 IPv4 address operated by AS201814 in PL.
Nutrition Label
Resolution chain
spf.mcloud5.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 149.50.116.182 | 149.50.112.0/21 | AS201814 | — | PL |
WHOIS identity
No WHOIS records are currently associated with spf.mcloud5.com in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
46 SPF mechanisms authorising senders for spf.mcloud5.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | mg41.loudclick.net |
| SPF_INCLUDE | mg42.loudclick.net |
| SPF_INCLUDE | mg61.loudclick.net |
| SPF_INCLUDE | mg62.loudclick.net |
| SPF_INCLUDE | mg71.loudclick.net |
| SPF_INCLUDE | mg72.loudclick.net |
| SPF_INCLUDE | mt11.loudclick.net |
| SPF_INCLUDE | mt12.loudclick.net |
| SPF_INCLUDE | mt31.loudclick.net |
| SPF_INCLUDE | mt32.loudclick.net |
| SPF_IP | 103.92.118.57 |
| SPF_IP | 103.92.118.58 |
| SPF_IP | 103.92.118.59 |
| SPF_IP | 103.92.118.60 |
| SPF_IP | 103.92.118.61 |
| SPF_IP | 160.250.146.130 |
| SPF_IP | 160.250.146.131 |
| SPF_IP | 160.250.146.132 |
| SPF_IP | 160.250.146.133 |
| SPF_IP | 160.250.146.134 |
| SPF_IP | 185.181.211.170 |
| SPF_IP | 185.181.211.171 |
| SPF_IP | 185.181.211.172 |
| SPF_IP | 185.181.211.173 |
| SPF_IP | 185.181.211.174 |
| SPF_IP | 185.181.211.175 |
| SPF_IP | 185.181.211.176 |
| SPF_IP | 185.181.211.177 |
| SPF_IP | 185.181.211.178 |
| SPF_IP | 185.181.211.179 |
| SPF_IP | 185.181.211.180 |
| SPF_IP | 185.181.211.181 |
| SPF_IP | 185.181.211.182 |
| SPF_IP | 185.181.211.183 |
| SPF_IP | 185.181.211.184 |
| SPF_IP | 185.181.211.185 |
| SPF_IP | 185.181.211.186 |
| SPF_IP | 185.181.211.187 |
| SPF_IP | 185.181.211.188 |
| SPF_IP | 185.181.211.189 |
| SPF_IP | 185.181.211.190 |
| SPF_IP | 185.181.211.191 |
| SPF_IP | 185.181.211.192 |
| SPF_IP | 185.181.211.193 |
| SPF_IP | 185.181.211.194 |
| SPF_IP | 185.181.211.195 |
Related pages
Pivot deeper into the graph from spf.mcloud5.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "spf.mcloud5.com"})-[:RESOLVES_TO]->(ip:IPV4)
-[:ANNOUNCED_BY]->(ap:ANNOUNCED_PREFIX)
-[:ROUTES]->(asn:ASN)-[:HAS_NAME]->(n:ASN_NAME)
RETURN ip.name AS ip, ap.name AS prefix, asn.name AS asn, n.name AS operator
LIMIT 20Or query Whisper from your own LLM workflow via the Whisper MCP server.