Hostname
bagstore.ro
Last fetched
bagstore.ro resolves to 2 IPv4 addresses operated by GTS-BACKBONE - GTS Telecom SRL in RO. WHOIS lists registrar:ici - registrar as the registrar.
Nutrition Label
Resolution chain
bagstore.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 |
|---|---|---|---|---|
| 217.156.86.165 | 217.156.86.0/24 | AS5606 | GTS-BACKBONE - GTS Telecom SRL | RO |
| 80.97.162.203 | 80.97.162.0/24 | AS44043 | Cyber_Folks-RO-DC_CLJ - Cyber_Folks SRL | RO |
WHOIS identity
- Registrar
- registrar:ici - registrar
- Organization
- —
- Contact emails
- —
Subdomains
9 observed subdomains of bagstore.ro.
Showing 3 of 9. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from bagstore.ro in the public web crawl.
16 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- bagstore.ro
SPF policy
5 SPF mechanisms authorising senders for bagstore.ro.
| Mechanism | Target |
|---|---|
| SPF_A | bagstore.ro |
| SPF_IP | 217.156.86.165 |
| SPF_IP | 31.14.12.103 |
| SPF_IP | 80.97.162.203 |
| SPF_MX | bagstore.ro |
Related pages
Pivot deeper into the graph from bagstore.ro.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "bagstore.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.