Hostname
artzept.com
Last fetched
artzept.com resolves to 1 IPv4 address operated by AS35785 in PL. WHOIS lists iana:1052 as the registrar.
Nutrition Label
Resolution chain
artzept.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 195.12.33.44 | 195.12.32.0/22 | AS35785 | — | PL |
WHOIS identity
- Registrar
- iana:1052
- Organization
- zepter it sp. z o.o.
- Contact emails
Subdomains
2 observed subdomains of artzept.com.
| Subdomain |
|---|
| mail.artzept.com |
| www.artzept.com |
Web-graph footprint
Distinct hostnames that link to or from artzept.com in the public web crawl.
56 sites link to this hostname.
9 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 artzept.com.
| Mechanism | Target |
|---|---|
| SPF_A | d005.zepterit.com |
| SPF_A | mail.artzept.com |
| SPF_A | mail.zepterit.com |
| SPF_A | mail2.zepterit.com |
| SPF_A | plplxmx02.zepterit.com |
| SPF_IP | 195.12.33.13 |
| SPF_IP | 195.12.33.24 |
| SPF_IP | 195.12.33.34 |
| SPF_IP | 195.12.33.50 |
| SPF_IP | 81.210.49.10 |
Related pages
Pivot deeper into the graph from artzept.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "artzept.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.