Hostname
data-source.com
Last fetched
data-source.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:469 as the registrar.
Nutrition Label
Resolution chain
data-source.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:469
- Organization
- myprivacy.net
- Contact emails
Subdomains
7 observed subdomains of data-source.com.
Web-graph footprint
Distinct hostnames that link to or from data-source.com in the public web crawl.
5 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
17 SPF mechanisms authorising senders for data-source.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.app.pti.com |
| SPF_INCLUDE | m.lessonly.com |
| SPF_INCLUDE | office365.com |
| SPF_INCLUDE | sendgrid.net |
| SPF_INCLUDE | spf.ess.barracudanetworks.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 13.68.231.134 |
| SPF_IP | 162.213.47.0/24 |
| SPF_IP | 168.245.12.80 |
| SPF_IP | 168.61.53.238/32 |
| SPF_IP | 168.62.175.242 |
| SPF_IP | 208.75.120.0/22 |
| SPF_IP | 209.134.131.131 |
| SPF_IP | 209.134.131.132/32 |
| SPF_IP | 209.134.131.133 |
| SPF_IP | 209.134.131.148 |
| SPF_IP | 66.6.121.26 |
Related pages
Pivot deeper into the graph from data-source.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "data-source.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.