Hostname
respond1.net
Last fetched
respond1.net resolves to 2 IPv4 addresses operated by HOSTWINDS - Hostwinds LLC. in US. WHOIS lists iana:2 as the registrar.
Nutrition Label
Resolution chain
respond1.net 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 |
|---|---|---|---|---|
| 198.44.127.40 | 198.44.0.0/17 | AS54290 | HOSTWINDS - Hostwinds LLC. | US |
| 72.10.34.153 | 72.10.32.0/21 | AS398101 | GO-DADDY-COM-LLC - GoDaddy.com, LLC | US |
WHOIS identity
- Registrar
- iana:2
- Organization
- dynamics online,
- Contact emails
Subdomains
9 observed subdomains of respond1.net.
Web-graph footprint
Distinct hostnames that link to or from respond1.net in the public web crawl.
17 sites linked to from this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for respond1.net.
| Mechanism | Target |
|---|---|
| SPF_A | naepc.org |
| SPF_A | respond1.net |
| SPF_MX | respond1.net |
Related pages
Pivot deeper into the graph from respond1.net.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "respond1.net"})-[: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.