Skip to content

Hostname

altru.org

Last fetched

altru.org has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:2 as the registrar.

Nutrition Label

WHISPER CANON · altru.orgRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/altru.org

Resolution chain

altru.org has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.

WHOIS identity

Registrar
iana:2
Organization
altru health system
Contact emails

Subdomains

33 observed subdomains of altru.org.

Web-graph footprint

Distinct hostnames that link to or from altru.org in the public web crawl.

Threat posture

History

Mail and authentication

SPF policy

16 SPF mechanisms authorising senders for altru.org.

MechanismTarget
SPF_INCLUDEservice-now.com
SPF_INCLUDEspf.protection.outlook.com
SPF_INCLUDEspf1.altru.org
SPF_IP152.160.0.0/16
SPF_IP162.219.105.64/32
SPF_IP162.219.105.65/32
SPF_IP24.220.21.228
SPF_IP66.18.116.43/32
SPF_IP69.87.157.214/32
SPF_IP69.87.157.215/32
SPF_IP69.87.157.216/32
SPF_IP69.87.157.217/32
SPF_IP72.50.232.210
SPF_IP8.31.233.146
SPF_IP8.31.233.147/32
SPF_IP8.31.233.148/32

Related pages

Pivot deeper into the graph from altru.org.

Cypher and MCP

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

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