Hostname
mobile.samabe.com
Last fetched
mobile.samabe.com resolves to 1 IPv4 address operated by NTHL - NETWORK TRANSIT HOLDINGS LLC in US.
Nutrition Label
Resolution chain
mobile.samabe.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 64.22.104.246 | 64.22.104.0/24 | AS11042 | NTHL - NETWORK TRANSIT HOLDINGS LLC | US |
WHOIS identity
No WHOIS records are currently associated with mobile.samabe.com in WhisperGraph.
Subdomains
1 observed subdomain of mobile.samabe.com.
| Subdomain |
|---|
| www.mobile.samabe.com |
Threat posture
History
Mail and authentication
SPF policy
9 SPF mechanisms authorising senders for mobile.samabe.com.
| Mechanism | Target |
|---|---|
| SPF_A | mobile.samabe.com |
| SPF_INCLUDE | spamexperts01.nocdirect.com |
| SPF_INCLUDE | spamexperts02.nocdirect.com |
| SPF_INCLUDE | srs.bis3.ap.blackberry.com |
| SPF_IP | 209.140.30.222 |
| SPF_IP | 64.22.104.246 |
| SPF_IP | 69.73.180.225 |
| SPF_IP | 69.73.180.226 |
| SPF_MX | mobile.samabe.com |
Related pages
Pivot deeper into the graph from mobile.samabe.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mobile.samabe.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.