Hostname
myrecognition.em.com
Last fetched
myrecognition.em.com resolves to 1 IPv4 address operated by EHI-NA-AS-1 - Enterprise Holdings, Inc. in US.
Nutrition Label
Resolution chain
myrecognition.em.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 |
|---|---|---|---|---|
| 148.78.93.66 | 148.78.93.0/24 | AS13893 | EHI-NA-AS-1 - Enterprise Holdings, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with myrecognition.em.com in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
17 SPF mechanisms authorising senders for myrecognition.em.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | performnet.com |
| SPF_IP | 18.98.18.152 |
| SPF_IP | 18.98.18.153 |
| SPF_IP | 18.98.18.154 |
| SPF_IP | 18.98.18.155 |
| SPF_IP | 18.98.18.156 |
| SPF_IP | 18.98.18.157 |
| SPF_IP | 18.98.18.158 |
| SPF_IP | 18.98.18.159 |
| SPF_IP | 198.246.150.131/28 |
| SPF_IP | 198.246.150.132/28 |
| SPF_IP | 198.246.150.133/28 |
| SPF_IP | 198.246.150.134/28 |
| SPF_IP | 198.246.150.135/28 |
| SPF_IP | 198.246.150.136/28 |
| SPF_IP | 198.246.150.18/28 |
| SPF_IP | 198.246.150.19/28 |
Related pages
Pivot deeper into the graph from myrecognition.em.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "myrecognition.em.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.