Hostname
parcelforce.com
Last fetched
parcelforce.com resolves to 1 IPv4 address operated by RADWARE in GB. WHOIS lists iana:299 as the registrar.
Nutrition Label
Resolution chain
parcelforce.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 |
|---|---|---|---|---|
| 77.95.81.228 | 77.95.81.0/24 | AS198949 | RADWARE | GB |
WHOIS identity
- Registrar
- iana:299
- Organization
- domain manager
- Contact emails
Subdomains
50 observed subdomains of parcelforce.com.
Showing 25 of 50. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from parcelforce.com in the public web crawl.
1,040 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
25 SPF mechanisms authorising senders for parcelforce.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_INCLUDE | spf.messagelabs.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.rmg-ebusiness.com |
| SPF_IP | 144.87.143.0/24 |
| SPF_IP | 147.29.39.0/24 |
| SPF_IP | 157.203.56.0/24 |
| SPF_IP | 157.203.57.29/32 |
| SPF_IP | 157.203.59.31/32 |
| SPF_IP | 185.29.44.6/32 |
| SPF_IP | 191.233.100.75/32 |
| SPF_IP | 191.233.104.66/32 |
| SPF_IP | 191.233.108.41/32 |
| SPF_IP | 194.140.251.4/32 |
| SPF_IP | 195.8.64.112/28 |
| SPF_IP | 62.255.163.205/32 |
| SPF_IP | 65.255.163.205/32 |
| SPF_IP | 78.153.247.6/32 |
| SPF_IP | 79.125.117.198/32 |
| SPF_IP | 80.75.70.189/32 |
| SPF_IP | 81.138.21.4/32 |
| SPF_IP | 81.171.141.34/32 |
| SPF_IP | 81.171.203.0/25 |
| SPF_IP | 94.46.185.189/32 |
| SPF_MX | parcelforce.com |
Related pages
Pivot deeper into the graph from parcelforce.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "parcelforce.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.