Skip to content

Hostname

pseudofunctor.ai

Last fetched

pseudofunctor.ai resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in TR.

Nutrition Label

WHISPER CANON · pseudofunctor.aiRouting diversity2.4/10Peering density9.5/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint4.6/10canon.whisper.security/host/pseudofunctor.ai

Resolution chain

pseudofunctor.ai resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
108.157.52.27108.157.52.0/23AS16509AMAZON-02 - Amazon.com, Inc.TR
108.157.52.32108.157.52.0/23AS16509AMAZON-02 - Amazon.com, Inc.TR
108.157.52.36108.157.52.0/23AS16509AMAZON-02 - Amazon.com, Inc.TR
108.157.52.4108.157.52.0/23AS16509AMAZON-02 - Amazon.com, Inc.TR
13.33.235.12613.33.232.0/21AS16509AMAZON-02 - Amazon.com, Inc.FI
13.33.235.3913.33.232.0/21AS16509AMAZON-02 - Amazon.com, Inc.FI
13.33.235.6213.33.232.0/21AS16509AMAZON-02 - Amazon.com, Inc.FI
13.33.235.8913.33.232.0/21AS16509AMAZON-02 - Amazon.com, Inc.FI

WHOIS identity

No WHOIS records are currently associated with pseudofunctor.ai in WhisperGraph.

Subdomains

3 observed subdomains of pseudofunctor.ai.

Threat posture

History

Mail and authentication

SPF policy

3 SPF mechanisms authorising senders for pseudofunctor.ai.

MechanismTarget
SPF_INCLUDE_spf.google.com
SPF_INCLUDE_spf.mlsend.com
SPF_INCLUDEdc-aa8e722993._spfm.pseudofunctor.ai

Related pages

Pivot deeper into the graph from pseudofunctor.ai.

Cypher and MCP

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

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