Hostname
iservoy.com
Last fetched
iservoy.com resolves to 20 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in GB. WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
iservoy.com resolves to 20 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
WHOIS identity
- Registrar
- iana:468
- Organization
- on behalf of iservoy.com owner
- Contact emails
Web-graph footprint
Distinct hostnames that link to or from iservoy.com in the public web crawl.
1 site linked to from this hostname.
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
11 SPF mechanisms authorising senders for iservoy.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | 21341454.spf08.hubspotemail.net |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | bf08x.hubspotemail.net |
| SPF_INCLUDE | sendgrid.net |
| SPF_IP | 13.48.161.182 |
| SPF_IP | 13.49.33.247 |
| SPF_IP | 159.183.115.52 |
| SPF_IP | 16.170.119.164 |
| SPF_IP | 192.254.119.131/32 |
| SPF_IP | 3.232.110.122 |
| SPF_IP | 3.67.218.170 |
Related pages
Pivot deeper into the graph from iservoy.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "iservoy.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.