Hostname
cramer.senate.gov
Last fetched
cramer.senate.gov resolves to 3 IPv4 addresses operated by AS20940 in US.
Nutrition Label
Resolution chain
cramer.senate.gov resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 104.70.127.31 | 104.64.0.0/10 | AS20940 | — | US |
| 104.70.127.41 | 104.64.0.0/10 | AS20940 | — | US |
| 23.210.203.194 | 23.210.202.0/23 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | JP |
WHOIS identity
No WHOIS records are currently associated with cramer.senate.gov in WhisperGraph.
Subdomains
1 observed subdomain of cramer.senate.gov.
| Subdomain |
|---|
| www.cramer.senate.gov |
Web-graph footprint
Distinct hostnames that link to or from cramer.senate.gov in the public web crawl.
535 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
1 SPF mechanism authorising senders for cramer.senate.gov.
| Mechanism | Target |
|---|---|
| SPF_REDIRECT | _spf.senate.gov |
Related pages
Pivot deeper into the graph from cramer.senate.gov.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cramer.senate.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.