Skip to content

Hostname

help.seres-unit.com

Last fetched

help.seres-unit.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in HU.

Nutrition Label

WHISPER CANON · help.seres-unit.comRouting diversityPeering densityMOAS conflictThreat-feed listingsWHOIS transparencyResolver footprintcanon.whisper.security/host/help.seres-unit.com

Resolution chain

help.seres-unit.com resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.

IPPrefixASNOperatorCountry
18.172.242.10418.172.240.0/21AS16509AMAZON-02 - Amazon.com, Inc.HU
18.172.242.10918.172.240.0/21AS16509AMAZON-02 - Amazon.com, Inc.HU
18.172.242.1818.172.240.0/21AS16509AMAZON-02 - Amazon.com, Inc.HU
18.172.242.8218.172.240.0/21AS16509AMAZON-02 - Amazon.com, Inc.HU
18.239.183.11718.239.176.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
18.239.183.12518.239.176.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
18.239.183.12718.239.176.0/21AS16509AMAZON-02 - Amazon.com, Inc.US
18.239.183.4618.239.176.0/21AS16509AMAZON-02 - Amazon.com, Inc.US

WHOIS identity

No WHOIS records are currently associated with help.seres-unit.com in WhisperGraph.

Threat posture

History

Related pages

Pivot deeper into the graph from help.seres-unit.com.

Cypher and MCP

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

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