Hostname
servinform.es
Last fetched
servinform.es resolves to 1 IPv4 address operated by GOOGLE-CLOUD-PLATFORM - Google LLC in US.
Nutrition Label
Resolution chain
servinform.es 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 |
|---|---|---|---|---|
| 34.54.19.97 | 34.32.0.0/11 | AS396982 | GOOGLE-CLOUD-PLATFORM - Google LLC | US |
WHOIS identity
No WHOIS records are currently associated with servinform.es in WhisperGraph.
Subdomains
56 observed subdomains of servinform.es.
Showing 25 of 56. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from servinform.es in the public web crawl.
103 sites link to this hostname.
76 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
16 SPF mechanisms authorising senders for servinform.es.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.cmail.ondemand.com |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | spf.dominioabsoluto.net |
| SPF_INCLUDE | spf.mailjet.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 194.140.166.71 |
| SPF_IP | 194.140.166.72 |
| SPF_IP | 194.140.166.73 |
| SPF_IP | 194.140.166.74 |
| SPF_IP | 194.140.166.75 |
| SPF_IP | 194.140.166.76 |
| SPF_IP | 194.140.177.197 |
| SPF_IP | 217.116.0.227/32 |
| SPF_IP | 62.81.229.173 |
| SPF_IP | 62.81.229.216 |
Related pages
Pivot deeper into the graph from servinform.es.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "servinform.es"})-[: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.