Hostname
data-artist.com
Last fetched
data-artist.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:49 as the registrar.
Nutrition Label
Resolution chain
data-artist.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:49
- Organization
- dataartist,inc.
- Contact emails
Subdomains
8 observed subdomains of data-artist.com.
Web-graph footprint
Distinct hostnames that link to or from data-artist.com in the public web crawl.
87 sites link to this hostname.
1 site linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
SPF policy
9 SPF mechanisms authorising senders for data-artist.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | data-artist.com |
| SPF_INCLUDE | eu._netblocks.mimecast.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | v2.dev.data-artist.com |
| SPF_IP | 3.115.48.200 |
| SPF_IP | 35.79.160.231 |
| SPF_IP | 52.194.26.59 |
| SPF_IP | 54.65.19.175/32 |
Related pages
Pivot deeper into the graph from data-artist.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "data-artist.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.