Hostname
securelayer.hu
Last fetched
securelayer.hu resolves to 4 IPv4 addresses operated by AS62214 in HU.
Nutrition Label
Resolution chain
securelayer.hu resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 109.122.218.231 | 109.122.216.0/21 | AS62214 | — | HU |
| 109.122.218.232 | 109.122.216.0/21 | AS62214 | — | HU |
| 116.203.97.30 | 116.203.0.0/16 | AS24940 | — | DE |
| 135.181.34.221 | 135.181.0.0/16 | AS24940 | — | FI |
WHOIS identity
No WHOIS records are currently associated with securelayer.hu in WhisperGraph.
Subdomains
20 observed subdomains of securelayer.hu.
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for securelayer.hu.
| Mechanism | Target |
|---|---|
| SPF_IP | 109.122.216.170 |
| SPF_IP | 109.122.218.94 |
| SPF_IP | 109.122.218.95 |
| SPF_IP | 109.122.218.96 |
| SPF_IP | 109.122.218.97 |
| SPF_IP | 109.122.218.98 |
| SPF_IP | 91.99.49.18 |
Related pages
Pivot deeper into the graph from securelayer.hu.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "securelayer.hu"})-[: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.