Hostname
241agent.com
Last fetched
241agent.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
241agent.com has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- iana:468
- Organization
- on behalf of 241agent.com owner
- Contact emails
- 3b8b7671-ebac-4873-a7bd-f45483fae6ac@identity-protect.org
- 3e47bbff-38aa-41a9-842c-3ccd034b8d62@identity-protect.org
- 4ff4e547-ab64-46fe-94ba-07d051c89579@identity-protect.org
- 63c6d64d-cc3e-453f-bf34-06ec4d948288@identity-protect.org
- b2f7cdd8-f118-4f03-bce1-1794843f4c28@identity-protect.org
- c4b346c9-6b1e-4d41-859f-9397f8c02507@identity-protect.org
Web-graph footprint
Distinct hostnames that link to or from 241agent.com in the public web crawl.
Sample inbound links
Threat posture
History
Related pages
Pivot deeper into the graph from 241agent.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "241agent.com"})-[: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.