Skip to content

Hostname

arba.am

Last fetched

arba.am resolves to 1 IPv4 address operated by AS51167 in DE.

Nutrition Label

WHISPER CANON · arba.amRouting diversity1.5/10Peering density2.8/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint8.2/10canon.whisper.security/host/arba.am

Resolution chain

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

IPPrefixASNOperatorCountry
161.97.139.165161.97.128.0/19AS51167DE

WHOIS identity

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

Subdomains

35 observed subdomains of arba.am.

Web-graph footprint

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

Threat posture

History

Mail and authentication

MX records

  • arba.am

SPF policy

12 SPF mechanisms authorising senders for arba.am.

MechanismTarget
SPF_Aarba.am
SPF_INCLUDE_spf.host.am
SPF_INCLUDEmail.aic.net
SPF_IP161.97.139.165
SPF_IP195.250.64.0/19
SPF_IP195.250.77.66
SPF_IP62.89.0.0/19
SPF_IP66.113.179.222
SPF_IP69.31.80.186
SPF_IP78.109.64.0/20
SPF_IP87.241.130.46
SPF_MXarba.am

Related pages

Pivot deeper into the graph from arba.am.

Cypher and MCP

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

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