Hostname
argodata.com
Last fetched
argodata.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:2 as the registrar.
Nutrition Label
Resolution chain
argodata.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:2
- Organization
- argo data resource
- Contact emails
Subdomains
17 observed subdomains of argodata.com.
Web-graph footprint
Distinct hostnames that link to or from argodata.com in the public web crawl.
39 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
11 SPF mechanisms authorising senders for argodata.com.
| Mechanism | Target |
|---|---|
| SPF_A | argodata.com |
| SPF_INCLUDE | 4591808.spf08.hubspotemail.net |
| SPF_INCLUDE | spf.ess.barracudanetworks.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 159.135.226.58/32 |
| SPF_IP | 216.241.183.0/24 |
| SPF_IP | 216.62.17.243/32 |
| SPF_IP | 216.62.17.253/32 |
| SPF_IP | 64.78.151.128/26 |
| SPF_IP | 67.227.159.147/32 |
| SPF_MX | argodata.com |
Related pages
Pivot deeper into the graph from argodata.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "argodata.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.