Hostname
adecco.ch
Last fetched
adecco.ch resolves to 4 IPv4 addresses operated by MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation in NL.
Nutrition Label
Resolution chain
adecco.ch resolves to 4 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 20.105.232.2 | 20.64.0.0/10 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | NL |
| 20.107.224.10 | 20.64.0.0/10 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | IE |
| 20.119.128.4 | 20.64.0.0/10 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | US |
| 20.210.64.0 | 20.192.0.0/10 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | JP |
WHOIS identity
- Registrar
- —
- Organization
- martin guettinger
- Contact emails
- —
Subdomains
8 observed subdomains of adecco.ch.
Web-graph footprint
Distinct hostnames that link to or from adecco.ch in the public web crawl.
193 sites link to this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
11 SPF mechanisms authorising senders for adecco.ch.
| Mechanism | Target |
|---|---|
| SPF_A | pti-ivip-mta-eu.cloudapp.net |
| SPF_INCLUDE | _spf.qualtrics.com |
| SPF_INCLUDE | adecco.net |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | eskerondemand.com |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.smtp2go.com |
| SPF_IP | 198.2.180.89 |
| SPF_IP | 213.41.42.80/28 |
| SPF_IP | 46.231.200.114 |
| SPF_IP | 74.121.48.14 |
Related pages
Pivot deeper into the graph from adecco.ch.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "adecco.ch"})-[: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.