Hostname
engomo.com
Last fetched
engomo.com resolves to 1 IPv4 address operated by AS6878 in DE. WHOIS lists iana:141 as the registrar.
Nutrition Label
Resolution chain
engomo.com 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 |
|---|---|---|---|---|
| 80.158.51.126 | 80.158.48.0/20 | AS6878 | AS6878 | DE |
WHOIS identity
- Registrar
- iana:141
- Organization
- jens stier
- Contact emails
Subdomains
66 observed subdomains of engomo.com.
Showing 25 of 66. View all subdomains →
Web-graph footprint
Distinct hostnames that link to or from engomo.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
19 SPF mechanisms authorising senders for engomo.com.
| Mechanism | Target |
|---|---|
| SPF_A | engomo.com |
| SPF_A | otc-de-spf.mms.t-systems-service.com |
| SPF_INCLUDE | 25291503.spf01.hubspotemail.net |
| SPF_INCLUDE | _spf.strato.com |
| SPF_INCLUDE | servers.mcsv.net |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf.protection.outlook.de |
| SPF_IP | 188.138.121.104 |
| SPF_IP | 193.111.100.245 |
| SPF_IP | 2a01:238:20a:202:50ff:0:0:153 |
| SPF_IP | 2a01:238:20a:202::0/64 |
| SPF_IP | 46.237.247.71 |
| SPF_IP | 62.75.156.242 |
| SPF_IP | 81.169.144.153/32 |
| SPF_IP | 81.169.145.133/32 |
| SPF_IP | 81.169.146.128/25 |
| SPF_IP | 85.215.255.54 |
| SPF_IP | 85.25.2.5 |
| SPF_MX | engomo.com |
Related pages
Pivot deeper into the graph from engomo.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "engomo.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.