Hostname
geosemi.com
Last fetched
geosemi.com resolves to 1 IPv4 address operated by AS12488 in US. WHOIS lists iana:48 as the registrar.
Nutrition Label
Resolution chain
geosemi.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 |
|---|---|---|---|---|
| 152.89.79.36 | 152.89.76.0/22 | AS12488 | — | US |
WHOIS identity
- Registrar
- iana:48
- Organization
- geo semiconductor
- Contact emails
Subdomains
8 observed subdomains of geosemi.com.
Web-graph footprint
Distinct hostnames that link to or from geosemi.com in the public web crawl.
27 sites link to this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for geosemi.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 104.50.202.160/29 |
| SPF_IP | 107.131.36.144/28 |
| SPF_IP | 12.229.58.240/28 |
| SPF_IP | 12.231.189.154/29 |
| SPF_IP | 170.10.128.0/19 |
| SPF_IP | 173.237.185.61 |
| SPF_IP | 199.244.76.0/24 |
| SPF_IP | 216.13.76.242/28 |
| SPF_IP | 2603:1000::/24 |
| SPF_IP | 64.71.141.32/27 |
| SPF_IP | 76.102.121.159 |
Related pages
Pivot deeper into the graph from geosemi.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "geosemi.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.