Hostname
mobile.shbnet.com
Last fetched
mobile.shbnet.com resolves to 1 IPv4 address operated by KINETIX-TECH - Kinetix Broadband, LLC in US.
Nutrition Label
Resolution chain
mobile.shbnet.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 |
|---|---|---|---|---|
| 199.38.60.240 | 199.38.56.0/21 | AS46523 | KINETIX-TECH - Kinetix Broadband, LLC | US |
WHOIS identity
No WHOIS records are currently associated with mobile.shbnet.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for mobile.shbnet.com.
| Mechanism | Target |
|---|---|
| SPF_A | mobile.shbnet.com |
| SPF_INCLUDE | _spf.elasticemail.com |
| SPF_INCLUDE | mailhost3.fiscdp.com |
| SPF_INCLUDE | shbnet-com.spf.smtp25.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spfhost.messageprovider.com |
| SPF_MX | mobile.shbnet.com |
Related pages
Pivot deeper into the graph from mobile.shbnet.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "mobile.shbnet.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.