Skip to content

Hostname

fresno.gov

Last fetched

fresno.gov resolves to 1 IPv4 address operated by CITY-OF-FRESNO - City of Fresno in US.

Nutrition Label

WHISPER CANON · fresno.govRouting diversity1.5/10Peering density1.9/10MOAS conflict✓ noneThreat-feed listings6.8/10WHOIS transparency0.0/10Resolver footprint5.2/10canon.whisper.security/host/fresno.gov

Resolution chain

fresno.gov resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
198.200.238.79198.200.238.0/24AS17365CITY-OF-FRESNO - City of FresnoUS

WHOIS identity

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

Subdomains

77 observed subdomains of fresno.gov.

Web-graph footprint

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

1,023 sites link to this hostname.

405 sites linked to from this hostname.

Threat posture

History

Mail and authentication

SPF policy

11 SPF mechanisms authorising senders for fresno.gov.

MechanismTarget
SPF_EXISTS%{i}.spf.hc4447-47.iphmx.com
SPF_INCLUDE_spf1.fresno.gov
SPF_IP107.20.210.250/32
SPF_IP168.61.66.116
SPF_IP198.200.238.3
SPF_IP199.96.6.17
SPF_IP208.64.237.225/32
SPF_IP208.64.238.25/32
SPF_IP34.192.109.34/32
SPF_IP52.207.139.168/32
SPF_IP71.78.81.5/32

Related pages

Pivot deeper into the graph from fresno.gov.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "fresno.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.