Hostname
swisslog.com
Last fetched
swisslog.com resolves to 1 IPv4 address operated by PLUSSERVER-ASN1 in DE. WHOIS lists iana:151 as the registrar.
Nutrition Label
Resolution chain
swisslog.com resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 185.209.67.46 | 185.209.64.0/22 | AS61157 | PLUSSERVER-ASN1 | DE |
WHOIS identity
- Registrar
- iana:151
- Organization
- kuka se & co. kgaa
- Contact emails
Subdomains
25 observed subdomains of swisslog.com.
Web-graph footprint
Distinct hostnames that link to or from swisslog.com in the public web crawl.
595 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
12 SPF mechanisms authorising senders for swisslog.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | _spf1.swisslog.com |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | et._spf.pardot.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.umantis.com |
| SPF_IP | 13.69.143.169 |
| SPF_IP | 195.48.42.128/27 |
| SPF_IP | 20.199.118.217 |
| SPF_IP | 20.223.216.143 |
| SPF_IP | 51.103.125.121 |
| SPF_MX | swisslog.com |
Related pages
Pivot deeper into the graph from swisslog.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "swisslog.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.