Hostname
modernpack.gr
Last fetched
modernpack.gr resolves to 2 IPv4 addresses operated by AS6799 in GR.
Nutrition Label
Resolution chain
modernpack.gr resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 195.170.8.103 | 195.170.0.0/19 | AS6799 | — | GR |
| 208.91.112.55 | 208.91.112.0/24 | AS40934 | FORTINET - Fortinet Inc. | US |
| 208.91.112.55 | 208.91.112.0/24 | AS40934 | FORTINET - Fortinet Inc. | CA |
WHOIS identity
No WHOIS records are currently associated with modernpack.gr in WhisperGraph.
Subdomains
1 observed subdomain of modernpack.gr.
| Subdomain |
|---|
| www.modernpack.gr |
Web-graph footprint
Distinct hostnames that link to or from modernpack.gr in the public web crawl.
7 sites linked to from this hostname.
Threat posture
History
Mail and authentication
SPF policy
3 SPF mechanisms authorising senders for modernpack.gr.
| Mechanism | Target |
|---|---|
| SPF_A | modernpack.gr |
| SPF_INCLUDE | spf.otenet.gr |
| SPF_MX | modernpack.gr |
Related pages
Pivot deeper into the graph from modernpack.gr.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "modernpack.gr"})-[: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.