Hostname
multiplex.videohall.com
Last fetched
multiplex.videohall.com resolves to 8 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in SE.
Nutrition Label
Resolution chain
multiplex.videohall.com resolves to 8 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 108.157.229.120 | 108.157.224.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SE |
| 108.157.229.24 | 108.157.224.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SE |
| 108.157.229.4 | 108.157.224.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SE |
| 108.157.229.56 | 108.157.224.0/21 | AS16509 | AMAZON-02 - Amazon.com, Inc. | SE |
| 52.84.102.128 | 52.84.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 52.84.102.13 | 52.84.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 52.84.102.28 | 52.84.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
| 52.84.102.43 | 52.84.0.0/14 | AS16509 | AMAZON-02 - Amazon.com, Inc. | GB |
WHOIS identity
No WHOIS records are currently associated with multiplex.videohall.com in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from multiplex.videohall.com in the public web crawl.
61 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
3 SPF mechanisms authorising senders for multiplex.videohall.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 34.196.15.30 |
| SPF_IP | 34.196.172.223/32 |
Related pages
Pivot deeper into the graph from multiplex.videohall.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "multiplex.videohall.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 20Or query Whisper from your own LLM workflow via the Whisper MCP server.