Hostname
mintprepaid.com
Last fetched
mintprepaid.com resolves to 2 IPv4 addresses operated by SOFTLAYER - IBM Cloud in US. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
mintprepaid.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 |
|---|---|---|---|---|
| 216.127.71.11 | 216.127.71.0/24 | AS36351 | SOFTLAYER - IBM Cloud | US |
| 216.127.71.74 | 216.127.71.0/24 | AS36351 | SOFTLAYER - IBM Cloud | CA |
WHOIS identity
- Registrar
- iana:146
- Organization
- domains by proxy,
- Contact emails
Subdomains
1 observed subdomain of mintprepaid.com.
| Subdomain |
|---|
| www.mintprepaid.com |
Web-graph footprint
Distinct hostnames that link to or from mintprepaid.com in the public web crawl.
20 sites link to this hostname.
27 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for mintprepaid.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | ap.rp.oracleemaildelivery.com |
| SPF_INCLUDE | eu.rp.oracleemaildelivery.com |
| SPF_INCLUDE | rp.oracleemaildelivery.com |
| SPF_INCLUDE | spf.dynect.net |
| SPF_IP | 216.127.71.0/24 |
| SPF_MX | mintprepaid.com |
Related pages
Pivot deeper into the graph from mintprepaid.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mintprepaid.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.