Hostname
admin.codinos.com
Last fetched
admin.codinos.com resolves to 1 IPv4 address operated by SINGLEHOP-LLC - Internap Holding LLC in US.
Nutrition Label
Resolution chain
admin.codinos.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 |
|---|---|---|---|---|
| 198.143.165.187 | 198.143.160.0/20 | AS32475 | SINGLEHOP-LLC - Internap Holding LLC | US |
WHOIS identity
No WHOIS records are currently associated with admin.codinos.com in WhisperGraph.
Subdomains
1 observed subdomain of admin.codinos.com.
| Subdomain |
|---|
| www.admin.codinos.com |
Threat posture
History
Mail and authentication
SPF policy
5 SPF mechanisms authorising senders for admin.codinos.com.
| Mechanism | Target |
|---|---|
| SPF_A | admin.codinos.com |
| SPF_IP | 198.143.165.186 |
| SPF_IP | 198.143.165.187 |
| SPF_IP | 206.190.151.180 |
| SPF_MX | admin.codinos.com |
Related pages
Pivot deeper into the graph from admin.codinos.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "admin.codinos.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.