Hostname
www.codesenser.com
Last fetched
www.codesenser.com resolves to 2 IPv4 addresses operated by MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation in US.
Nutrition Label
Resolution chain
www.codesenser.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 20.163.104.170 | 20.160.0.0/12 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | US |
| 207.246.125.220 | 207.246.120.0/21 | AS20473 | AS-VULTR - The Constant Company, LLC | US |
WHOIS identity
No WHOIS records are currently associated with www.codesenser.com in WhisperGraph.
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for www.codesenser.com.
| Mechanism | Target |
|---|---|
| SPF_A | www.codesenser.com |
| SPF_IP | 146.59.149.177 |
| SPF_IP | 172.178.14.80 |
| SPF_IP | 178.32.136.210 |
| SPF_IP | 20.163.104.170 |
| SPF_IP | 20.163.57.246 |
| SPF_IP | 45.76.12.234 |
| SPF_MX | www.codesenser.com |
Related pages
Pivot deeper into the graph from www.codesenser.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "www.codesenser.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.