Hostname
ingenidev.com
Last fetched
ingenidev.com resolves to 2 IPv4 addresses operated by AS49981 in NL. WHOIS lists iana:303 as the registrar.
Nutrition Label
Resolution chain
ingenidev.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 |
|---|---|---|---|---|
| 190.2.146.4 | 190.2.144.0/20 | AS49981 | — | NL |
| 190.2.147.77 | 190.2.144.0/20 | AS49981 | — | NL |
WHOIS identity
- Registrar
- iana:303
- Organization
- bechara hitti
- Contact emails
Subdomains
19 observed subdomains of ingenidev.com.
Web-graph footprint
Distinct hostnames that link to or from ingenidev.com in the public web crawl.
148 sites link to this hostname.
6 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for ingenidev.com.
| Mechanism | Target |
|---|---|
| SPF_A | ingenidev.com |
| SPF_IP | 185.177.124.95 |
| SPF_IP | 190.2.146.4 |
| SPF_IP | 190.2.147.77 |
| SPF_MX | ingenidev.com |
Related pages
Pivot deeper into the graph from ingenidev.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ingenidev.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.