Hostname
fuhem.es
Last fetched
fuhem.es resolves to 2 IPv4 addresses operated by AS16276 in FR.
Nutrition Label
Resolution chain
fuhem.es 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 |
|---|---|---|---|---|
| 37.187.251.110 | 37.187.0.0/16 | AS16276 | — | FR |
| 80.28.51.242 | 80.28.0.0/16 | AS3352 | — | ES |
WHOIS identity
No WHOIS records are currently associated with fuhem.es in WhisperGraph.
Subdomains
37 observed subdomains of fuhem.es.
Showing 25 of 37. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from fuhem.es in the public web crawl.
679 sites link to this hostname.
2,582 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for fuhem.es.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | spf.protection.outlook.com |
Related pages
Pivot deeper into the graph from fuhem.es.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "fuhem.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.