Hostname
stream-shipping.com
Last fetched
stream-shipping.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:168 as the registrar.
Nutrition Label
Resolution chain
stream-shipping.com has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- iana:168
- Organization
- amer shipping
- Contact emails
- —
Subdomains
2 observed subdomains of stream-shipping.com.
Web-graph footprint
Distinct hostnames that link to or from stream-shipping.com in the public web crawl.
7 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
8 SPF mechanisms authorising senders for stream-shipping.com.
| Mechanism | Target |
|---|---|
| SPF_A | amer16.amerpoort.com |
| SPF_A | srv1.flexfilter.nl |
| SPF_A | srv2.flexfilter.nl |
| SPF_A | stream-shipping.com |
| SPF_A | www.amerpoort.com |
| SPF_IP | 5.102.138.224/29 |
| SPF_IP | 5.102.138.227 |
| SPF_MX | stream-shipping.com |
Related pages
Pivot deeper into the graph from stream-shipping.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "stream-shipping.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.