Hostname
expectdistribution.com
Last fetched
expectdistribution.com resolves to 1 IPv4 address operated by AS12488 in GB. WHOIS lists iana:134 as the registrar.
Nutrition Label
Resolution chain
expectdistribution.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 |
|---|---|---|---|---|
| 185.194.90.30 | 185.194.88.0/22 | AS12488 | — | GB |
WHOIS identity
- Registrar
- iana:134
- Organization
- expect distribution
- Contact emails
Subdomains
9 observed subdomains of expectdistribution.com.
Web-graph footprint
Distinct hostnames that link to or from expectdistribution.com in the public web crawl.
44 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
18 SPF mechanisms authorising senders for expectdistribution.com.
| Mechanism | Target |
|---|---|
| SPF_A | dispatch-eu.ppe-hosted.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.uk.exclaimer.net |
| SPF_INCLUDE | spf2.accessacloud.com |
| SPF_INCLUDE | spfa.mailendo.com |
| SPF_INCLUDE | theaccessgroupspf.smtp.com |
| SPF_IP | 185.194.90.30 |
| SPF_IP | 195.26.90.15 |
| SPF_IP | 212.54.130.132 |
| SPF_IP | 2603:10a6:20b:2ac:0:0:0:13 |
| SPF_IP | 51.140.37.132/32 |
| SPF_IP | 51.141.5.228/32 |
| SPF_IP | 51.219.114.82/28 |
| SPF_IP | 51.52.136.112/28 |
| SPF_IP | 51.52.142.152/29 |
| SPF_IP | 82.148.254.159 |
| SPF_IP | 85.91.237.105 |
| SPF_MX | expectdistribution.com |
Related pages
Pivot deeper into the graph from expectdistribution.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "expectdistribution.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.