Hostname
govenda.com
Last fetched
govenda.com resolves to 2 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in CA. WHOIS lists iana:1910 as the registrar.
Nutrition Label
Resolution chain
govenda.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 |
|---|---|---|---|---|
| 104.18.18.87 | 104.18.16.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
| 104.18.19.87 | 104.18.16.0/20 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | CA |
WHOIS identity
- Registrar
- iana:1910
- Organization
- boardbookit
- Contact emails
Subdomains
18 observed subdomains of govenda.com.
Web-graph footprint
Distinct hostnames that link to or from govenda.com in the public web crawl.
41 sites link to this hostname.
175 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
33 SPF mechanisms authorising senders for govenda.com.
| Mechanism | Target |
|---|---|
| SPF_A | zgateway.zuora.com |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | _spf.sendergen.com |
| SPF_INCLUDE | mktomail.com |
| SPF_INCLUDE | spf-0099f401.pphosted.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 182.50.76.0/22 |
| SPF_IP | 202.129.242.0/23 |
| SPF_IP | 204.14.232.0/21 |
| SPF_IP | 207.126.144.0/20 |
| SPF_IP | 207.218.90.0/24 |
| SPF_IP | 207.67.38.45/32 |
| SPF_IP | 35.162.185.109/32 |
| SPF_IP | 52.26.166.151/32 |
| SPF_IP | 52.32.252.160/32 |
| SPF_IP | 52.37.178.91/32 |
| SPF_IP | 52.40.63.2/32 |
| SPF_IP | 52.40.63.21/32 |
| SPF_IP | 52.40.63.34/32 |
| SPF_IP | 52.40.63.35/32 |
| SPF_IP | 52.40.63.61/32 |
| SPF_IP | 52.43.116.95/32 |
| SPF_IP | 52.43.57.175/32 |
| SPF_IP | 52.88.240.248/32 |
| SPF_IP | 52.89.12.139/32 |
| SPF_IP | 52.89.47.9/32 |
| SPF_IP | 54.186.77.157/32 |
| SPF_IP | 54.187.251.2/32 |
| SPF_IP | 62.17.146.128/26 |
| SPF_IP | 64.18.0.0/20 |
| SPF_IP | 64.79.155.0/24 |
| SPF_IP | 68.232.207.20/32 |
| SPF_IP | 96.43.144.0/20 |
Related pages
Pivot deeper into the graph from govenda.com.
- IP · 104.18.18.87
- ASN · AS13335CLOUDFLARENET - Cloudflare, Inc.
- Registrar · iana:1910
- Country · CA
- Email · cr5fu8hs8su@networksolutionsprivateregistration.com
- TLD · .com
- Browse hostnames · go…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "govenda.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.