Hostname
emuge.com
Last fetched
emuge.com resolves to 1 IPv4 address operated by AS63949 in US. WHOIS lists iana:1154 as the registrar.
Nutrition Label
Resolution chain
emuge.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 |
|---|---|---|---|---|
| 45.79.132.42 | 45.79.128.0/19 | AS63949 | — | US |
WHOIS identity
- Registrar
- iana:1154
- Organization
- bob hellinger
- Contact emails
Subdomains
12 observed subdomains of emuge.com.
Web-graph footprint
Distinct hostnames that link to or from emuge.com in the public web crawl.
64 sites link to this hostname.
Sample inbound links
Sample outbound links
Threat posture
History
Mail and authentication
SPF policy
12 SPF mechanisms authorising senders for emuge.com.
| Mechanism | Target |
|---|---|
| SPF_A | dispatch-us.ppe-hosted.com |
| SPF_A | emuge.com |
| SPF_INCLUDE | 8109333.spf04.hubspotemail.net |
| SPF_INCLUDE | cmail1.com |
| SPF_INCLUDE | emuge.de |
| SPF_INCLUDE | spf.emailsignatures365.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 162.144.151.124 |
| SPF_IP | 195.145.198.194 |
| SPF_IP | 216.75.140.6 |
| SPF_IP | 45.79.132.42 |
| SPF_MX | emuge.com |
Related pages
Pivot deeper into the graph from emuge.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "emuge.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.