Hostname
thebackshed.com
Last fetched
thebackshed.com resolves to 1 IPv4 address operated by PL-PEPOWO-NET-AS in AU. WHOIS lists iana:1609 as the registrar.
Nutrition Label
Resolution chain
thebackshed.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 |
|---|---|---|---|---|
| 103.1.185.32 | 103.1.184.0/22 | AS133159 | PL-PEPOWO-NET-AS | AU |
WHOIS identity
- Registrar
- iana:1609
- Organization
- glenn littleford
- Contact emails
Subdomains
2 observed subdomains of thebackshed.com.
Web-graph footprint
Distinct hostnames that link to or from thebackshed.com in the public web crawl.
105 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for thebackshed.com.
| Mechanism | Target |
|---|---|
| SPF_A | thebackshed.com |
| SPF_INCLUDE | spf.orisys.net.au |
| SPF_IP | 103.1.185.32 |
| SPF_IP | 223.27.28.31 |
| SPF_IP | 223.27.28.33 |
| SPF_IP | 89.233.107.62 |
Related pages
Pivot deeper into the graph from thebackshed.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "thebackshed.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.