Hostname
idguard.interna.me
Last fetched
idguard.interna.me resolves to 1 IPv4 address operated by AS41079 in PL.
Nutrition Label
Resolution chain
idguard.interna.me 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 |
|---|---|---|---|---|
| 195.78.67.30 | 195.78.66.0/23 | AS41079 | — | PL |
WHOIS identity
No WHOIS records are currently associated with idguard.interna.me in WhisperGraph.
Subdomains
1 observed subdomain of idguard.interna.me.
| Subdomain |
|---|
| mail.idguard.interna.me |
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for idguard.interna.me.
| Mechanism | Target |
|---|---|
| SPF_A | idguard.interna.me |
| SPF_INCLUDE | _spf.cyberfolks.pl |
| SPF_IP | 2001:8d8:1801:877a:0:0:0:1 |
| SPF_IP | 2a01:239:35f:4c00:0:0:0:1 |
| SPF_IP | 82.165.32.60 |
| SPF_IP | 85.215.136.109 |
| SPF_MX | idguard.interna.me |
Related pages
Pivot deeper into the graph from idguard.interna.me.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "idguard.interna.me"})-[: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.