Hostname
sintisizer.com
Last fetched
sintisizer.com resolves to 2 IPv4 addresses operated by AS31239 in AT. WHOIS lists iana:269 as the registrar.
Nutrition Label
Resolution chain
sintisizer.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 195.225.236.204 | 195.225.236.0/22 | AS31239 | — | AT |
| 89.58.19.18 | 89.58.16.0/21 | AS197540 | — | AT |
WHOIS identity
- Registrar
- iana:269
- Organization
- jakob sint
- Contact emails
Subdomains
2 observed subdomains of sintisizer.com.
Web-graph footprint
Distinct hostnames that link to or from sintisizer.com in the public web crawl.
214 sites linked to from this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for sintisizer.com.
| Mechanism | Target |
|---|---|
| SPF_A | sintisizer.com |
| SPF_INCLUDE | spf.viennaweb.at |
| SPF_MX | sintisizer.com |
Related pages
Pivot deeper into the graph from sintisizer.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "sintisizer.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.