Skip to content

Hostname

cert.am

Last fetched

cert.am resolves to 1 IPv4 address operated by PRIO-VNESHTORGBANK in AM.

Nutrition Label

WHISPER CANON · cert.amRouting diversity1.5/10Peering density7.7/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint5.6/10canon.whisper.security/host/cert.am

Resolution chain

cert.am resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
195.250.72.136195.250.64.0/19AS49800PRIO-VNESHTORGBANKAM

WHOIS identity

No WHOIS records are currently associated with cert.am in WhisperGraph.

Subdomains

11 observed subdomains of cert.am.

Web-graph footprint

Distinct hostnames that link to or from cert.am in the public web crawl.

11 sites link to this hostname.

Sample outbound links

Threat posture

History

Mail and authentication

MX records

SPF policy

1 SPF mechanism authorising senders for cert.am.

MechanismTarget
SPF_MXcert.am

Related pages

Pivot deeper into the graph from cert.am.

Cypher and MCP

Reproduce the resolution chain directly against graph.whisper.security:

MATCH (h:HOSTNAME {name: "cert.am"})-[: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 20

Or query Whisper from your own LLM workflow via the Whisper MCP server.