Hostname
cormoran.com.ar
Last fetched
cormoran.com.ar resolves to 2 IPv4 addresses operated by AS27792 in AR.
Nutrition Label
Resolution chain
cormoran.com.ar 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 |
|---|---|---|---|---|
| 200.2.127.152 | 200.2.126.0/23 | AS27792 | — | AR |
| 200.2.127.229 | 200.2.126.0/23 | AS27792 | — | AR |
WHOIS identity
No WHOIS records are currently associated with cormoran.com.ar in WhisperGraph.
Subdomains
2 observed subdomains of cormoran.com.ar.
Web-graph footprint
Distinct hostnames that link to or from cormoran.com.ar in the public web crawl.
8 sites linked to from this hostname.
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for cormoran.com.ar.
| Mechanism | Target |
|---|---|
| SPF_A | cormoran.com.ar |
| SPF_INCLUDE | _spf.embluemail.com |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | spf.fromdoppler.com |
| SPF_IP | 167.250.5.68 |
| SPF_MX | cormoran.com.ar |
Related pages
Pivot deeper into the graph from cormoran.com.ar.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cormoran.com.ar"})-[: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.