Hostname
ingent.net
Last fetched
ingent.net resolves to 1 IPv4 address operated by AS24940 in DE. WHOIS lists iana:379 as the registrar.
Nutrition Label
Resolution chain
ingent.net resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 159.69.178.148 | 159.69.0.0/16 | AS24940 | — | DE |
WHOIS identity
- Registrar
- iana:379
- Organization
- david escala
- Contact emails
Subdomains
37 observed subdomains of ingent.net.
Showing 25 of 37. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from ingent.net in the public web crawl.
7 sites link to this hostname.
3 sites linked to from this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
14 SPF mechanisms authorising senders for ingent.net.
| Mechanism | Target |
|---|---|
| SPF_IP | 144.76.223.104 |
| SPF_IP | 148.251.234.151 |
| SPF_IP | 148.251.68.205 |
| SPF_IP | 168.119.236.223 |
| SPF_IP | 168.119.78.109 |
| SPF_IP | 195.201.116.207 |
| SPF_IP | 2a01:4f8:162:408b:0:0:0:2 |
| SPF_IP | 2a01:4f8:1c0c:5e51:0:0:0:1 |
| SPF_IP | 2a01:4f8:251:3052:0:0:0:2 |
| SPF_IP | 46.4.70.167 |
| SPF_IP | 5.9.104.204 |
| SPF_IP | 5.9.119.215 |
| SPF_IP | 5.9.127.248 |
| SPF_IP | 65.109.156.26 |
Related pages
Pivot deeper into the graph from ingent.net.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ingent.net"})-[: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.