Hostname
originalstore.it
Last fetched
originalstore.it resolves to 1 IPv4 address operated by AS43989 in IT. WHOIS lists registrar:ehinet s.r.l. as the registrar.
Nutrition Label
Resolution chain
originalstore.it 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 |
|---|---|---|---|---|
| 79.98.45.159 | 79.98.40.0/21 | AS43989 | — | IT |
WHOIS identity
- Registrar
- registrar:ehinet s.r.l.
- Organization
- icarus project s.n.c.
- Contact emails
- —
Subdomains
3 observed subdomains of originalstore.it.
Web-graph footprint
Distinct hostnames that link to or from originalstore.it in the public web crawl.
25 sites link to this hostname.
21 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
7 SPF mechanisms authorising senders for originalstore.it.
| Mechanism | Target |
|---|---|
| SPF_A | originalstore.it |
| SPF_INCLUDE | musvc.com |
| SPF_IP | 109.234.56.0/21 |
| SPF_IP | 2a01:b600::/32 |
| SPF_IP | 79.98.40.0/21 |
| SPF_IP | 93.188.96.0/21 |
| SPF_MX | originalstore.it |
Related pages
Pivot deeper into the graph from originalstore.it.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "originalstore.it"})-[: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.