Hostname
inventum.com
Last fetched
inventum.com resolves to 4 IPv4 addresses operated by AS20847 in NL. WHOIS lists iana:839 as the registrar.
Nutrition Label
Resolution chain
inventum.com 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 |
|---|---|---|---|---|
| 185.144.224.38 | 185.144.224.0/23 | AS20847 | — | NL |
| 31.7.0.119 | 31.7.0.0/22 | AS20847 | — | NL |
| 31.7.6.81 | 31.7.4.0/22 | AS20847 | — | NL |
| 87.233.203.232 | 87.233.192.0/18 | AS15703 | — | NL |
WHOIS identity
- Registrar
- iana:839
- Organization
- j.p. van lit
- Contact emails
Subdomains
29 observed subdomains of inventum.com.
Showing 25 of 29. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from inventum.com in the public web crawl.
88 sites link to this hostname.
18 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
6 SPF mechanisms authorising senders for inventum.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | 19660812.spf04.hubspotemail.net |
| SPF_INCLUDE | _spf.yourfilter.nl |
| SPF_INCLUDE | amazonses.com |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_INCLUDE | spf.protection.outlook.com |
Related pages
Pivot deeper into the graph from inventum.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "inventum.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.