Hostname
chemorbis.com
Last fetched
chemorbis.com resolves to 1 IPv4 address operated by TELLCOM-AS in TR. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
chemorbis.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 |
|---|---|---|---|---|
| 176.235.128.213 | 176.235.128.0/24 | AS34984 | TELLCOM-AS | TR |
WHOIS identity
- Registrar
- iana:146
- Organization
- ayse
- Contact emails
Subdomains
17 observed subdomains of chemorbis.com.
Web-graph footprint
Distinct hostnames that link to or from chemorbis.com in the public web crawl.
92 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
11 SPF mechanisms authorising senders for chemorbis.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 159.92.157.16 |
| SPF_IP | 176.235.128.209 |
| SPF_IP | 176.235.128.210 |
| SPF_IP | 176.235.128.213 |
| SPF_IP | 207.126.144.0/20 |
| SPF_IP | 209.18.91.25 |
| SPF_IP | 211.25.18.254 |
| SPF_IP | 54.208.89.20 |
| SPF_IP | 94.236.119.58 |
Related pages
Pivot deeper into the graph from chemorbis.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "chemorbis.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.