Hostname
cergomma.com
Last fetched
cergomma.com resolves to 2 IPv4 addresses operated by AS24994 in IT. WHOIS lists iana:69 as the registrar.
Nutrition Label
Resolution chain
cergomma.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 |
|---|---|---|---|---|
| 212.54.225.226 | 212.54.224.0/22 | AS24994 | — | IT |
| 81.31.159.87 | 81.31.159.0/24 | AS47242 | — | IT |
WHOIS identity
- Registrar
- iana:69
- Organization
- anna fornaciari
- Contact emails
Subdomains
2 observed subdomains of cergomma.com.
| Subdomain |
|---|
| mail.cergomma.com |
| www.cergomma.com |
Web-graph footprint
Distinct hostnames that link to or from cergomma.com in the public web crawl.
10 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- cergomma.com
SPF policy
3 SPF mechanisms authorising senders for cergomma.com.
| Mechanism | Target |
|---|---|
| SPF_A | cergomma.com |
| SPF_IP | 212.54.225.226 |
| SPF_MX | cergomma.com |
Related pages
Pivot deeper into the graph from cergomma.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cergomma.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.