Hostname
old.pumedtrans.com
Last fetched
old.pumedtrans.com resolves to 2 IPv4 addresses operated by MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation in NL.
Nutrition Label
Resolution chain
old.pumedtrans.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 132.220.224.156 | 132.220.0.0/16 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | NL |
| 185.119.89.185 | 185.119.89.0/24 | AS207604 | UNITED | RS |
WHOIS identity
No WHOIS records are currently associated with old.pumedtrans.com in WhisperGraph.
Subdomains
1 observed subdomain of old.pumedtrans.com.
| Subdomain |
|---|
| www.old.pumedtrans.com |
Web-graph footprint
Distinct hostnames that link to or from old.pumedtrans.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
6 SPF mechanisms authorising senders for old.pumedtrans.com.
| Mechanism | Target |
|---|---|
| SPF_A | old.pumedtrans.com |
| SPF_INCLUDE | spf.emailfilter.io |
| SPF_IP | 185.119.89.185 |
| SPF_IP | 77.105.0.0/24 |
| SPF_IP | 77.105.36.51 |
| SPF_MX | old.pumedtrans.com |
Related pages
Pivot deeper into the graph from old.pumedtrans.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "old.pumedtrans.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.