Hostname
govype.com
Last fetched
govype.com resolves to 2 IPv4 addresses operated by INCAPSULA - Incapsula Inc in US. WHOIS lists iana:470 as the registrar.
Nutrition Label
Resolution chain
govype.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 |
|---|---|---|---|---|
| 45.223.166.46 | 45.223.166.0/24 | AS19551 | INCAPSULA - Incapsula Inc | US |
| 45.223.178.46 | 45.223.178.0/24 | AS19551 | INCAPSULA - Incapsula Inc | GB |
WHOIS identity
- Registrar
- iana:470
- Organization
- nicoventures holdings
- Contact emails
Subdomains
15 observed subdomains of govype.com.
Web-graph footprint
Distinct hostnames that link to or from govype.com in the public web crawl.
Threat posture
History
Mail and authentication
MX records
SPF policy
19 SPF mechanisms authorising senders for govype.com.
| Mechanism | Target |
|---|---|
| SPF_A | govype.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | mail.zendesk.com |
| SPF_INCLUDE | spe.ometria.email |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 134.213.194.228 |
| SPF_IP | 15.188.4.12 |
| SPF_IP | 3.10.47.199 |
| SPF_IP | 34.248.65.59 |
| SPF_IP | 52.218.80.164 |
| SPF_IP | 52.30.31.52 |
| SPF_IP | 52.31.63.235 |
| SPF_IP | 52.31.63.236 |
| SPF_IP | 78.109.164.100 |
| SPF_IP | 80.244.187.41 |
| SPF_IP | 94.236.13.25 |
| SPF_IP | 94.236.13.26 |
| SPF_MX | govype.com |
Related pages
Pivot deeper into the graph from govype.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "govype.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.