Hostname
goquantus.com
Last fetched
goquantus.com resolves to 2 IPv4 addresses operated by AS209242 in US. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
goquantus.com 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 |
|---|---|---|---|---|
| 199.60.103.109 | 199.60.103.0/24 | AS209242 | — | US |
| 199.60.103.9 | 199.60.103.0/24 | AS209242 | — | US |
WHOIS identity
- Registrar
- iana:146
- Organization
- domains by proxy,
- Contact emails
Subdomains
7 observed subdomains of goquantus.com.
Web-graph footprint
Distinct hostnames that link to or from goquantus.com in the public web crawl.
7 sites link to this hostname.
19 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
47 SPF mechanisms authorising senders for goquantus.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf-usg1.ppe-hosted.com |
| SPF_INCLUDE | _spf0000002.goquantus.com |
| SPF_INCLUDE | secureserver.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 104.47.0.0/17 |
| SPF_IP | 147.253.213.91 |
| SPF_IP | 147.253.213.92 |
| SPF_IP | 147.253.213.93 |
| SPF_IP | 147.253.213.94 |
| SPF_IP | 147.253.213.95 |
| SPF_IP | 147.253.213.96 |
| SPF_IP | 147.253.213.97 |
| SPF_IP | 147.253.213.98 |
| SPF_IP | 149.72.0.0/16 |
| SPF_IP | 159.183.0.0/16 |
| SPF_IP | 167.89.0.0/17 |
| SPF_IP | 167.89.28.151/17 |
| SPF_IP | 167.89.28.155 |
| SPF_IP | 167.89.28.234 |
| SPF_IP | 167.89.28.235/32 |
| SPF_IP | 167.89.28.238 |
| SPF_IP | 167.89.28.239 |
| SPF_IP | 167.89.28.240 |
| SPF_IP | 167.89.28.241 |
| SPF_IP | 167.89.28.242 |
| SPF_IP | 167.89.58.133 |
| SPF_IP | 167.89.58.176 |
| SPF_IP | 167.89.58.195 |
| SPF_IP | 167.89.59.64 |
| SPF_IP | 167.89.6.154 |
| SPF_IP | 167.89.6.239 |
| SPF_IP | 167.89.61.16 |
| SPF_IP | 167.89.62.71 |
| SPF_IP | 167.89.66.171 |
| SPF_IP | 167.89.76.76 |
| SPF_IP | 167.89.76.80 |
| SPF_IP | 167.89.77.195 |
| SPF_IP | 167.89.80.229 |
| SPF_IP | 167.89.80.237 |
| SPF_IP | 167.89.80.249 |
| SPF_IP | 167.89.87.47 |
| SPF_IP | 168.245.0.0/17 |
| SPF_IP | 198.21.0.0/21 |
| SPF_IP | 40.107.0.0/16 |
| SPF_IP | 50.31.32.0/19 |
| SPF_IP | 52.100.0.0/14 |
| SPF_IP | 68.238.243.51 |
Related pages
Pivot deeper into the graph from goquantus.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "goquantus.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.