Hostname
aging.senate.gov
Last fetched
aging.senate.gov resolves to 3 IPv4 addresses operated by AS20940 in US.
Nutrition Label
Resolution chain
aging.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 |
|---|---|---|---|---|
| 23.49.250.195 | 23.49.250.0/24 | AS20940 | — | US |
| 23.49.250.206 | 23.49.250.0/24 | AS20940 | — | US |
| 88.221.130.194 | 88.221.130.0/23 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with aging.senate.gov in WhisperGraph.
Subdomains
1 observed subdomain of aging.senate.gov.
| Subdomain |
|---|
| www.aging.senate.gov |
Web-graph footprint
Distinct hostnames that link to or from aging.senate.gov in the public web crawl.
1,521 sites link to this hostname.
100 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for aging.senate.gov.
| Mechanism | Target |
|---|---|
| SPF_REDIRECT | _spf.senate.gov |
Related pages
Pivot deeper into the graph from aging.senate.gov.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "aging.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.