Hostname
jamports.com
Last fetched
jamports.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:64 as the registrar.
Nutrition Label
Resolution chain
jamports.com has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- iana:64
- Organization
- —
- Contact emails
Subdomains
1 observed subdomain of jamports.com.
| Subdomain |
|---|
| www.jamports.com |
Web-graph footprint
Distinct hostnames that link to or from jamports.com in the public web crawl.
22 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
17 SPF mechanisms authorising senders for jamports.com.
| Mechanism | Target |
|---|---|
| SPF_A | jamports.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 198.57.151.250 |
| SPF_IP | 200.10.152.49 |
| SPF_IP | 200.10.152.53 |
| SPF_IP | 200.124.156.70 |
| SPF_IP | 208.163.52.210 |
| SPF_IP | 208.163.52.215 |
| SPF_IP | 208.163.52.216 |
| SPF_IP | 208.163.52.217 |
| SPF_IP | 208.163.52.219 |
| SPF_IP | 208.163.52.221 |
| SPF_IP | 50.87.144.144 |
| SPF_IP | 72.252.249.90 |
| SPF_IP | 72.252.249.91 |
| SPF_IP | 72.252.249.92 |
| SPF_MX | jamports.com |
Related pages
Pivot deeper into the graph from jamports.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "jamports.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.