Hostname
intercom-it.de
Last fetched
intercom-it.de resolves to 2 IPv4 addresses operated by AS8648 in DE.
Nutrition Label
Resolution chain
intercom-it.de 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 |
|---|---|---|---|---|
| 185.207.228.8 | 185.207.228.0/24 | AS8648 | — | DE |
| 192.64.119.77 | 192.64.119.0/24 | AS22612 | NAMECHEAP-NET - Namecheap, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with intercom-it.de in WhisperGraph.
Subdomains
3 observed subdomains of intercom-it.de.
Web-graph footprint
Distinct hostnames that link to or from intercom-it.de in the public web crawl.
1 site linked to from this hostname.
Sample outbound links
Threat posture
History
Mail and authentication
SPF policy
6 SPF mechanisms authorising senders for intercom-it.de.
| Mechanism | Target |
|---|---|
| SPF_A | intercom-it.de |
| SPF_A | mail.intercom-mailing.de |
| SPF_A | relay.mymailcheap.com |
| SPF_INCLUDE | csa.wwwserver.net |
| SPF_INCLUDE | spf.crsend.com |
| SPF_MX | intercom-it.de |
Related pages
Pivot deeper into the graph from intercom-it.de.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "intercom-it.de"})-[: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.