Skip to content

Hostname

teach.seiu.org

Last fetched

teach.seiu.org resolves to 4 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · teach.seiu.orgRouting diversity1.5/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint7.6/10canon.whisper.security/host/teach.seiu.org

Resolution chain

teach.seiu.org resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
18.173.252.11918.173.252.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
18.173.252.6218.173.252.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
18.173.252.7518.173.252.0/23AS16509AMAZON-02 - Amazon.com, Inc.US
18.173.252.9918.173.252.0/23AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with teach.seiu.org in WhisperGraph.

Threat posture

History

Mail and authentication

SPF policy

5 SPF mechanisms authorising senders for teach.seiu.org.

MechanismTarget
SPF_Ateach.seiu.org
SPF_INCLUDEteach.seiu.org
SPF_IP107.23.145.0
SPF_IP52.1.105.41
SPF_IP52.1.200.58

Related pages

Pivot deeper into the graph from teach.seiu.org.

Cypher and MCP

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

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