Hostname
packo.com
Last fetched
packo.com resolves to 1 IPv4 address operated by AS8368 in BE. WHOIS lists iana:1464 as the registrar.
Nutrition Label
Resolution chain
packo.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 |
|---|---|---|---|---|
| 62.213.219.113 | 62.213.192.0/19 | AS8368 | — | BE |
WHOIS identity
- Registrar
- iana:1464
- Organization
- heynderick johan
- Contact emails
Subdomains
15 observed subdomains of packo.com.
Web-graph footprint
Distinct hostnames that link to or from packo.com in the public web crawl.
26 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for packo.com.
| Mechanism | Target |
|---|---|
| SPF_A | webmail.packo.com |
| SPF_INCLUDE | spf.icontroller.eu |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.sendinblue.com |
| SPF_IP | 62.213.219.156 |
| SPF_IP | 81.241.224.166 |
| SPF_IP | 81.82.250.64 |
| SPF_IP | 81.83.21.159 |
| SPF_IP | 84.199.64.2 |
| SPF_IP | 87.251.42.196 |
| SPF_IP | 87.251.42.197 |
| SPF_MX | packo.com |
Related pages
Pivot deeper into the graph from packo.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "packo.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.