Skip to content

Hostname

alight.net

Last fetched

alight.net has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:299 as the registrar.

Nutrition Label

WHISPER CANON · alight.netRouting diversity0.0/10Peering density0.0/10MOAS conflict✓ noneThreat-feed listings8.0/10WHOIS transparency10.0/10Resolver footprint4.6/10canon.whisper.security/host/alight.net

Resolution chain

alight.net 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:299
Organization
alight solutions
Contact emails

Subdomains

4 observed subdomains of alight.net.

Threat posture

History

Mail and authentication

SPF policy

8 SPF mechanisms authorising senders for alight.net.

MechanismTarget
SPF_IP3.217.56.193
SPF_IP3.230.26.74
SPF_IP3.230.59.248
SPF_IP34.208.121.190
SPF_IP34.217.199.92
SPF_IP44.227.88.159
SPF_IP52.21.127.63
SPF_IP54.213.31.54

Related pages

Pivot deeper into the graph from alight.net.

Cypher and MCP

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

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