Hostname
smartdata.finance
Last fetched
smartdata.finance resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in AU. WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
smartdata.finance resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 3.175.96.29 | 3.175.96.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AU |
| 3.175.96.36 | 3.175.96.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AU |
| 3.175.96.50 | 3.175.96.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AU |
| 3.175.96.74 | 3.175.96.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | AU |
| 52.85.31.20 | 52.85.28.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.85.31.24 | 52.85.28.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.85.31.42 | 52.85.28.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 52.85.31.99 | 52.85.28.0/22 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
- Registrar
- iana:468
- Organization
- on behalf of smartdata.finance owner
- Contact emails
- —
Subdomains
12 observed subdomains of smartdata.finance.
Showing 11 of 12. View all subdomains →
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for smartdata.finance.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | 46137343.spf05.hubspotemail.net |
| SPF_INCLUDE | _spf.google.com |
Related pages
Pivot deeper into the graph from smartdata.finance.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "smartdata.finance"})-[: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.