Hostname
eservices-host.com
Last fetched
eservices-host.com resolves to 2 IPv4 addresses operated by MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation in IE. WHOIS lists iana:48 as the registrar.
Nutrition Label
Resolution chain
eservices-host.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 |
|---|---|---|---|---|
| 137.135.228.122 | 137.135.0.0/16 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | IE |
| 102.222.105.61 | 102.222.105.0/24 | AS328699 | — | MU |
WHOIS identity
- Registrar
- iana:48
- Organization
- frci eservices
- Contact emails
Subdomains
13 observed subdomains of eservices-host.com.
Threat posture
History
Mail and authentication
MX records
SPF policy
9 SPF mechanisms authorising senders for eservices-host.com.
| Mechanism | Target |
|---|---|
| SPF_A | eservices-host.com |
| SPF_INCLUDE | _spf.google.com |
| SPF_IP | 202.123.2.187 |
| SPF_IP | 52.164.189.184 |
| SPF_IP | 75.103.118.198 |
| SPF_IP | 75.103.119.198 |
| SPF_IP | 95.138.174.247 |
| SPF_MX | eservices-host.com |
| SPF_MX | mail.eservices-host.com |
Related pages
Pivot deeper into the graph from eservices-host.com.
- IP · 137.135.228.122
- ASN · AS8075MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation
- Registrar · iana:48
- Country · IE
- Email · domainname@frci.net
- TLD · .com
- Browse hostnames · es…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "eservices-host.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.