Hostname
spishop.ro
Last fetched
spishop.ro resolves to 2 IPv4 addresses operated by AS12302 in RO. WHOIS lists registrar:efectro srl as the registrar.
Nutrition Label
Resolution chain
spishop.ro 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 |
|---|---|---|---|---|
| 136.255.76.18 | 136.255.0.0/16 | AS12302 | — | RO |
| 91.209.189.43 | 91.209.189.0/24 | AS48571 | — | RO |
WHOIS identity
- Registrar
- registrar:efectro srl
- Organization
- —
- Contact emails
- —
Subdomains
16 observed subdomains of spishop.ro.
Showing 15 of 16. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from spishop.ro in the public web crawl.
21 sites link to this hostname.
17 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for spishop.ro.
| Mechanism | Target |
|---|---|
| SPF_A | spishop.ro |
| SPF_IP | 136.255.76.18 |
| SPF_MX | spishop.ro |
Related pages
Pivot deeper into the graph from spishop.ro.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "spishop.ro"})-[: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.