Hostname
gvk.com
Last fetched
gvk.com resolves to 4 IPv4 addresses operated by DIGICERT - Tiggee LLC in US. WHOIS lists iana:2 as the registrar.
Nutrition Label
Resolution chain
gvk.com resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 96.45.82.155 | 96.45.82.0/24 | AS16552 | DIGICERT - Tiggee LLC | US |
| 96.45.82.23 | 96.45.82.0/24 | AS16552 | DIGICERT - Tiggee LLC | US |
| 96.45.83.254 | 96.45.83.0/24 | AS16552 | DIGICERT - Tiggee LLC | US |
| 96.45.83.79 | 96.45.83.0/24 | AS16552 | DIGICERT - Tiggee LLC | US |
WHOIS identity
- Registrar
- iana:2
- Organization
- gvk industries
- Contact emails
Subdomains
27 observed subdomains of gvk.com.
Showing 22 of 27. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from gvk.com in the public web crawl.
93 sites link to this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for gvk.com.
| Mechanism | Target |
|---|---|
| SPF_A | smtp1.gvk.com |
| SPF_INCLUDE | _netblocks.google.com |
| SPF_INCLUDE | _netblocks2.google.com |
| SPF_INCLUDE | _netblocks3.google.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 123.252.236.222 |
| SPF_IP | 123.252.255.250 |
| SPF_IP | 202.149.221.98 |
Related pages
Pivot deeper into the graph from gvk.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "gvk.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.