Hostname
monocrom.com
Last fetched
monocrom.com resolves to 3 IPv4 addresses operated by CONTABO in DE. WHOIS lists iana:1403 as the registrar.
Nutrition Label
Resolution chain
monocrom.com resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 161.97.144.42 | 161.97.128.0/19 | AS51167 | CONTABO | DE |
| 82.223.44.117 | 82.223.0.0/16 | AS8560 | IONOS-AS This is the joint network for IONOS, Fasthosts, Arsys, 1&1 Mail and Media and 1&1 Telecom. Formerly known as 1&1 Internet SE. | ES |
| 212.227.99.165 | 212.227.98.0/23 | AS8560 | IONOS-AS This is the joint network for IONOS, Fasthosts, Arsys, 1&1 Mail and Media and 1&1 Telecom. Formerly known as 1&1 Internet SE. | ES |
WHOIS identity
- Registrar
- iana:1403
- Organization
- monocrom, sl.
- Contact emails
Subdomains
1 observed subdomain of monocrom.com.
| Subdomain |
|---|
| www.monocrom.com |
Web-graph footprint
Distinct hostnames that link to or from monocrom.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
1 SPF mechanism authorising senders for monocrom.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
Related pages
Pivot deeper into the graph from monocrom.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "monocrom.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.