Skip to content

Hostname

mail.armsbook.com

Last fetched

mail.armsbook.com resolves to 1 IPv4 address operated by GATEWAY-FIBER - Gateway Fiber LLC in US.

Nutrition Label

WHISPER CANON · mail.armsbook.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/mail.armsbook.com

Resolution chain

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

IPPrefixASNOperatorCountry
150.195.175.239150.195.175.0/24AS398113GATEWAY-FIBER - Gateway Fiber LLCUS

WHOIS identity

No WHOIS records are currently associated with mail.armsbook.com in WhisperGraph.

Threat posture

History

Mail and authentication

MX records

  • mail.armsbook.com

SPF policy

3 SPF mechanisms authorising senders for mail.armsbook.com.

MechanismTarget
SPF_Amail.armsbook.com
SPF_IP66.181.221.7
SPF_MXmail.armsbook.com

Related pages

Pivot deeper into the graph from mail.armsbook.com.

Cypher and MCP

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

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

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