Hostname
serpzilla.com
Last fetched
serpzilla.com resolves to 2 IPv4 addresses operated by SERVEREL-AS - Serverel Inc. in NL. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
serpzilla.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 |
|---|---|---|---|---|
| 109.206.178.87 | 109.206.160.0/19 | AS50245 | SERVEREL-AS - Serverel Inc. | NL |
| 217.149.31.116 | 217.149.31.0/24 | AS9123 | — | RU |
WHOIS identity
- Registrar
- iana:146
- Organization
- artiom kofteros
- Contact emails
Subdomains
19 observed subdomains of serpzilla.com.
Showing 18 of 19. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from serpzilla.com in the public web crawl.
250 sites link to this hostname.
329 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 serpzilla.com.
| Mechanism | Target |
|---|---|
| SPF_A | serpzilla.com |
| SPF_INCLUDE | _spf.google.com |
| SPF_IP | 185.12.124.3 |
| SPF_IP | 185.12.126.217 |
| SPF_IP | 193.232.121.174 |
| SPF_IP | 193.3.184.2 |
| SPF_IP | 213.79.127.10 |
| SPF_IP | 62.105.142.194 |
| SPF_IP | 95.181.171.213 |
| SPF_MX | serpzilla.com |
Related pages
Pivot deeper into the graph from serpzilla.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "serpzilla.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.