Hostname
ejournalpress.com
Last fetched
ejournalpress.com resolves to 1 IPv4 address operated by AS3257 in US. WHOIS lists iana:3786 as the registrar.
Nutrition Label
Resolution chain
ejournalpress.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 |
|---|---|---|---|---|
| 205.159.76.33 | 205.161.224.0/20 | AS3257 | — | US |
WHOIS identity
- Registrar
- iana:3786
- Organization
- contact privacy inc. customer 1245436546
- Contact emails
Subdomains
1 observed subdomain of ejournalpress.com.
| Subdomain |
|---|
| www.ejournalpress.com |
Web-graph footprint
Distinct hostnames that link to or from ejournalpress.com in the public web crawl.
25 sites link to this hostname.
Threat posture
History
Mail and authentication
SPF policy
9 SPF mechanisms authorising senders for ejournalpress.com.
| Mechanism | Target |
|---|---|
| SPF_A | mail.ejpress.com |
| SPF_A | mail3.ejpress.com |
| SPF_INCLUDE | spf-0053b401.pphosted.com |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 205.134.182.174/32 |
| SPF_IP | 205.159.76.0/24 |
| SPF_IP | 208.72.232.244/32 |
| SPF_IP | 208.72.232.246/32 |
| SPF_IP | 208.85.172.0/24 |
Related pages
Pivot deeper into the graph from ejournalpress.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ejournalpress.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.