Hostname
penko.com
Last fetched
penko.com resolves to 1 IPv4 address operated by EPISERVER_AS in SE. WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
penko.com 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 |
|---|---|---|---|---|
| 217.114.94.2 | 217.114.94.0/24 | AS30811 | EPISERVER_AS | SE |
WHOIS identity
- Registrar
- iana:468
- Organization
- on behalf of penko.com owner
- Contact emails
- bob.tollefson@etcconnect.com
- 2dbde014-1562-41f6-a5ac-2005bc53f3a2@identity-protect.org
- 4aba49a7-7836-4742-8d8e-4a46d5714aa6@identity-protect.org
- a93c450c-3b08-4867-adf0-7f56ace8b987@identity-protect.org
- c5b4938b-e848-41c6-b950-b07529ac37b6@identity-protect.org
- df59cd2b-1438-48d4-aa20-3b64a2f16bf6@identity-protect.org
Subdomains
8 observed subdomains of penko.com.
Web-graph footprint
Distinct hostnames that link to or from penko.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
2 SPF mechanisms authorising senders for penko.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | %{i}._ip.%{h}._ehlo.%{d}._spf.vali.email |
| SPF_INCLUDE | _spf.robly.com |
Related pages
Pivot deeper into the graph from penko.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "penko.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.