Hostname
pelikan.com
Last fetched
pelikan.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:81 as the registrar.
Nutrition Label
Resolution chain
pelikan.com has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- iana:81
- Organization
- pelikan vertriebsgesellschaft mbh & co. kg
- Contact emails
Subdomains
34 observed subdomains of pelikan.com.
Showing 25 of 34. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from pelikan.com in the public web crawl.
654 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
12 SPF mechanisms authorising senders for pelikan.com.
| Mechanism | Target |
|---|---|
| SPF_A | mam.pelikan.com |
| SPF_INCLUDE | spf-0031f501.pphosted.com |
| SPF_INCLUDE | spf.sendinblue.com |
| SPF_INCLUDE | spf1.checkinserver.com |
| SPF_IP | 151.106.64.192/28 |
| SPF_IP | 154.60.97.32/27 |
| SPF_IP | 212.144.6.56/29 |
| SPF_IP | 83.133.243.197/32 |
| SPF_IP | 83.133.243.204/32 |
| SPF_IP | 83.133.243.206/32 |
| SPF_IP | 89.187.169.74/32 |
| SPF_MX | pelikan.com |
Related pages
Pivot deeper into the graph from pelikan.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "pelikan.com"})-[: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.