Hostname
gemakeup.es
Last fetched
gemakeup.es resolves to 1 IPv4 address operated by SARENET - SAREnet, S.A. in ES.
Nutrition Label
Resolution chain
gemakeup.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 |
|---|---|---|---|---|
| 194.30.92.154 | 194.30.0.0/17 | AS3262 | SARENET - SAREnet, S.A. | ES |
WHOIS identity
No WHOIS records are currently associated with gemakeup.es in WhisperGraph.
Subdomains
1 observed subdomain of gemakeup.es.
| Subdomain |
|---|
| www.gemakeup.es |
Web-graph footprint
Distinct hostnames that link to or from gemakeup.es in the public web crawl.
30 sites linked to from this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for gemakeup.es.
| Mechanism | Target |
|---|---|
| SPF_A | gemakeup.es |
| SPF_INCLUDE | relays.esferize.com |
| SPF_MX | gemakeup.es |
Related pages
Pivot deeper into the graph from gemakeup.es.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "gemakeup.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.