Hostname
np.codisign.co
Last fetched
np.codisign.co resolves to 2 IPv4 addresses operated by CLOUDFLARENET - Cloudflare, Inc. in PL.
Nutrition Label
Resolution chain
np.codisign.co 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 |
|---|---|---|---|---|
| 185.158.133.1 | 185.158.133.0/24 | AS13335 | CLOUDFLARENET - Cloudflare, Inc. | PL |
| 192.254.232.235 | 192.254.224.0/20 | AS31898 | ORACLE-BMC-31898 - Oracle Corporation | US |
WHOIS identity
No WHOIS records are currently associated with np.codisign.co in WhisperGraph.
Subdomains
1 observed subdomain of np.codisign.co.
| Subdomain |
|---|
| www.np.codisign.co |
Threat posture
History
Mail and authentication
SPF policy
3 SPF mechanisms authorising senders for np.codisign.co.
| Mechanism | Target |
|---|---|
| SPF_A | np.codisign.co |
| SPF_IP | 198.57.247.176 |
| SPF_MX | np.codisign.co |
Related pages
Pivot deeper into the graph from np.codisign.co.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "np.codisign.co"})-[: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.