Hostname
smartz.com
Last fetched
smartz.com resolves to 3 IPv4 addresses operated by AUTOMATTIC - Automattic, Inc in US. WHOIS lists iana:69 as the registrar.
Nutrition Label
Resolution chain
smartz.com resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 199.16.172.43 | 199.16.172.0/24 | AS2635 | AUTOMATTIC - Automattic, Inc | US |
| 199.16.173.1 | 199.16.173.0/24 | AS2635 | AUTOMATTIC - Automattic, Inc | US |
| 34.160.229.232 | 34.160.0.0/16 | AS396982 | GOOGLE-CLOUD-PLATFORM - Google LLC | US |
WHOIS identity
- Registrar
- iana:69
- Organization
- domain manager
- Contact emails
Subdomains
68 observed subdomains of smartz.com.
Showing 25 of 68. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from smartz.com in the public web crawl.
77 sites link to this hostname.
10 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for smartz.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | 21436815.spf10.hubspotemail.net |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | registrarmail.net |
| SPF_INCLUDE | spf.constantcontact.com |
| SPF_INCLUDE | u20148470.wl221.sendgrid.net |
| SPF_IP | 209.220.191.124/32 |
| SPF_IP | 209.239.233.124/32 |
| SPF_IP | 209.239.233.125/32 |
| SPF_IP | 64.0.146.124/32 |
| SPF_IP | 64.0.146.125/32 |
Related pages
Pivot deeper into the graph from smartz.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "smartz.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.