Hostname
hosturls.com
Last fetched
hosturls.com resolves to 1 IPv4 address operated by SYNLINQ synlinq.de in DE. WHOIS lists iana:303 as the registrar.
Nutrition Label
Resolution chain
hosturls.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 |
|---|---|---|---|---|
| 45.82.122.68 | 45.82.120.0/22 | AS44486 | SYNLINQ synlinq.de | DE |
WHOIS identity
- Registrar
- iana:303
- Organization
- domain admin
- Contact emails
Subdomains
2 observed subdomains of hosturls.com.
| Subdomain |
|---|
| links.hosturls.com |
Showing 1 of 2. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from hosturls.com in the public web crawl.
Threat posture
History
Mail and authentication
MX records
- hosturls.com
SPF policy
6 SPF mechanisms authorising senders for hosturls.com.
| Mechanism | Target |
|---|---|
| SPF_A | hosturls.com |
| SPF_IP | 170.39.194.37 |
| SPF_IP | 38.58.182.231 |
| SPF_IP | 45.82.122.168 |
| SPF_IP | 45.82.122.68 |
| SPF_MX | hosturls.com |
Related pages
Pivot deeper into the graph from hosturls.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "hosturls.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.