Hostname
murphy.senate.gov
Last fetched
murphy.senate.gov resolves to 3 IPv4 addresses operated by AS20940 in US.
Nutrition Label
Resolution chain
murphy.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.121.34 | 104.70.120.0/23 | AS20940 | — | US |
| 104.70.121.91 | 104.70.120.0/23 | AS20940 | — | US |
| 23.218.156.175 | 23.218.156.0/23 | AS16625 | AKAMAI-AS - Akamai Technologies, Inc. | MY |
WHOIS identity
No WHOIS records are currently associated with murphy.senate.gov in WhisperGraph.
Subdomains
1 observed subdomain of murphy.senate.gov.
| Subdomain |
|---|
| www.murphy.senate.gov |
Web-graph footprint
Distinct hostnames that link to or from murphy.senate.gov in the public web crawl.
1,451 sites link to this hostname.
310 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 murphy.senate.gov.
| Mechanism | Target |
|---|---|
| SPF_REDIRECT | _spf.senate.gov |
Related pages
Pivot deeper into the graph from murphy.senate.gov.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "murphy.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.