Skip to content

Hostname

snb.am

Last fetched

snb.am resolves to 1 IPv4 address operated by MTS-ARMENIA-AS-5 in AM.

Nutrition Label

WHISPER CANON · snb.amRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/snb.am

Resolution chain

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

IPPrefixASNOperatorCountry
83.139.22.13483.139.22.0/24AS200205MTS-ARMENIA-AS-5AM

WHOIS identity

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

Subdomains

4 observed subdomains of snb.am.

Web-graph footprint

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

8 sites link to this hostname.

Threat posture

History

Mail and authentication

MX records

SPF policy

3 SPF mechanisms authorising senders for snb.am.

MechanismTarget
SPF_Asnb.am
SPF_IP83.139.22.35
SPF_MXsnb.am

Related pages

Pivot deeper into the graph from snb.am.

Cypher and MCP

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

MATCH (h:HOSTNAME {name: "snb.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.