Hostname
ts.fujitsu.com
Last fetched
ts.fujitsu.com resolves to 2 IPv4 addresses operated by MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation in NL.
Nutrition Label
Resolution chain
ts.fujitsu.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 20.61.180.141 | 20.48.0.0/12 | AS8075 | MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation | NL |
| 80.70.171.118 | 80.70.171.0/24 | AS49097 | — | DE |
WHOIS identity
No WHOIS records are currently associated with ts.fujitsu.com in WhisperGraph.
Subdomains
157 observed subdomains of ts.fujitsu.com.
Showing 25 of 157. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from ts.fujitsu.com in the public web crawl.
224 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
6 SPF mechanisms authorising senders for ts.fujitsu.com.
| Mechanism | Target |
|---|---|
| SPF_A | mx1.hc1455-7.c3s2.iphmx.com |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | docebosaas.com |
| SPF_INCLUDE | mktomail.com |
| SPF_INCLUDE | spf.messagelabs.com |
| SPF_INCLUDE | spf.protection.outlook.com |
Related pages
Pivot deeper into the graph from ts.fujitsu.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ts.fujitsu.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.