Skip to content

Hostname

help.sojournsupport.io

Last fetched

help.sojournsupport.io resolves to 6 IPv4 addresses operated by AMAZON-AES - Amazon.com, Inc. in US.

Nutrition Label

WHISPER CANON · help.sojournsupport.ioRouting diversity4.2/10Peering density6.9/10MOAS conflict✓ noneThreat-feed listings10.0/10WHOIS transparency0.0/10Resolver footprint0.0/10canon.whisper.security/host/help.sojournsupport.io

Resolution chain

help.sojournsupport.io resolves to 6 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
100.29.197.233100.24.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
100.48.239.20100.48.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
3.223.102.833.208.0.0/12AS14618AMAZON-AES - Amazon.com, Inc.US
44.209.223.7644.192.0.0/11AS14618AMAZON-AES - Amazon.com, Inc.US
52.207.185.6952.200.0.0/13AS14618AMAZON-AES - Amazon.com, Inc.US
52.55.151.5152.54.0.0/15AS14618AMAZON-AES - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with help.sojournsupport.io in WhisperGraph.

Web-graph footprint

Distinct hostnames that link to or from help.sojournsupport.io in the public web crawl.

1 site linked to from this hostname.

Sample outbound links

Threat posture

History

Mail and authentication

SPF policy

5 SPF mechanisms authorising senders for help.sojournsupport.io.

MechanismTarget
SPF_Ahelp.sojournsupport.io
SPF_INCLUDE_spf.google.com
SPF_IP5.161.110.130
SPF_IP5.161.177.8
SPF_MXhelp.sojournsupport.io

Related pages

Pivot deeper into the graph from help.sojournsupport.io.

Cypher and MCP

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

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