Hostname
monsashop.com
Last fetched
monsashop.com resolves to 2 IPv4 addresses operated by TELEHOUSE-AS - Telehouse EAD in BG. WHOIS lists iana:1600 as the registrar.
Nutrition Label
Resolution chain
monsashop.com 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 |
|---|---|---|---|---|
| 78.128.8.31 | 78.128.8.0/24 | AS57344 | TELEHOUSE-AS - Telehouse EAD | BG |
| 94.198.46.31 | 94.198.46.0/24 | AS204629 | Qemugen_Cloud - Valor Information Technologies, S.L. | ES |
WHOIS identity
- Registrar
- iana:1600
- Organization
- josep maria minguet fructuoso monsa
- Contact emails
Subdomains
6 observed subdomains of monsashop.com.
Web-graph footprint
Distinct hostnames that link to or from monsashop.com in the public web crawl.
56 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
- monsashop.com
SPF policy
7 SPF mechanisms authorising senders for monsashop.com.
| Mechanism | Target |
|---|---|
| SPF_A | monsashop.com |
| SPF_IP | 217.61.129.252 |
| SPF_IP | 78.128.8.31 |
| SPF_IP | 78.128.81.172 |
| SPF_IP | 91.148.168.140 |
| SPF_IP | 94.198.46.31 |
| SPF_MX | monsashop.com |
Related pages
Pivot deeper into the graph from monsashop.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "monsashop.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.