Skip to content

Hostname

search.gov

Last fetched

search.gov resolves to 12 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in DE.

Nutrition Label

WHISPER CANON · search.govRouting diversity3.0/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings8.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/search.gov

Resolution chain

search.gov resolves to 12 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
13.32.121.10113.32.120.0/23AS16509AMAZON-02 - Amazon.com, Inc.DE
13.32.121.1213.32.120.0/23AS16509AMAZON-02 - Amazon.com, Inc.DE
13.32.121.6613.32.120.0/23AS16509AMAZON-02 - Amazon.com, Inc.DE
13.32.121.9613.32.120.0/23AS16509AMAZON-02 - Amazon.com, Inc.DE
18.67.65.10518.67.64.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
18.67.65.10618.67.64.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
18.67.65.10918.67.64.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
18.67.65.8518.67.64.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
99.84.160.5699.84.160.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
99.84.160.5899.84.160.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
99.84.160.6899.84.160.0/24AS16509AMAZON-02 - Amazon.com, Inc.US
99.84.160.6999.84.160.0/24AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with search.gov in WhisperGraph.

Subdomains

3 observed subdomains of search.gov.

Web-graph footprint

Distinct hostnames that link to or from search.gov in the public web crawl.

106 sites link to this hostname.

1 site linked to from this hostname.

Sample outbound links

Threat posture

History

Mail and authentication

SPF policy

3 SPF mechanisms authorising senders for search.gov.

MechanismTarget
SPF_INCLUDE_spf.google.com
SPF_INCLUDEamazonses.com
SPF_INCLUDEmail.zendesk.com

Related pages

Pivot deeper into the graph from search.gov.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "search.gov"})-[: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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.