Hostname
zoomgov.com
Last fetched
zoomgov.com resolves to 4 IPv4 addresses operated by AWS-GOVCLOUD AWS-GOVCLOUD in US. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
zoomgov.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 |
|---|---|---|---|---|
| 160.1.56.156 | 160.1.0.0/16 | AS8987 | AWS-GOVCLOUD AWS-GOVCLOUD | US |
| 160.1.56.157 | 160.1.0.0/16 | AS8987 | AWS-GOVCLOUD AWS-GOVCLOUD | US |
| 160.1.56.158 | 160.1.0.0/16 | AS8987 | AWS-GOVCLOUD AWS-GOVCLOUD | US |
| 173.231.81.2 | 173.231.81.0/24 | AS30103 | ZOOM-VIDEO-COMM-AS - Zoom Video Communications, Inc | US |
WHOIS identity
- Registrar
- iana:146
- Organization
- defeng lu
- Contact emails
Subdomains
1,097 observed subdomains of zoomgov.com.
Showing 25 of 1,097. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from zoomgov.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for zoomgov.com.
| Mechanism | Target |
|---|---|
| SPF_A | mail.zoomgov.com |
| SPF_A | spf.servicenowservices.com |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | aspmx.pardot.com |
| SPF_IP | 52.61.100.130 |
Related pages
Pivot deeper into the graph from zoomgov.com.
- IP · 160.1.56.156
- ASN · AS8987AWS-GOVCLOUD AWS-GOVCLOUD
- Registrar · iana:146
- Country · US
- Email · zoomgov.com@domainsbyproxy.com
- TLD · .com
- Browse hostnames · zo…
- 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: "zoomgov.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.