Hostname
tfosorcim.it
Last fetched
tfosorcim.it resolves to 2 IPv4 addresses operated by AS31034 in IT.
Nutrition Label
Resolution chain
tfosorcim.it 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 |
|---|---|---|---|---|
| 62.149.189.55 | 62.149.184.0/21 | AS31034 | — | IT |
| 62.192.12.0 | 62.192.0.0/19 | AS8220 | — | CH |
WHOIS identity
No WHOIS records are currently associated with tfosorcim.it in WhisperGraph.
Subdomains
1 observed subdomain of tfosorcim.it.
| Subdomain |
|---|
| mx.tfosorcim.it |
Threat posture
History
Mail and authentication
MX records
Related pages
Pivot deeper into the graph from tfosorcim.it.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "tfosorcim.it"})-[: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.