Hostname
jpmc-archer.com
Last fetched
jpmc-archer.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
jpmc-archer.com has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- iana:146
- Organization
- bob archer
- Contact emails
Subdomains
2 observed subdomains of jpmc-archer.com.
Threat posture
History
Mail and authentication
SPF policy
17 SPF mechanisms authorising senders for jpmc-archer.com.
| Mechanism | Target |
|---|---|
| SPF_IP | 104.130.185.73 |
| SPF_IP | 104.130.185.74 |
| SPF_IP | 104.130.185.75 |
| SPF_IP | 146.20.121.132 |
| SPF_IP | 161.47.48.125 |
| SPF_IP | 166.78.92.95 |
| SPF_IP | 207.97.240.173 |
| SPF_IP | 23.253.131.58 |
| SPF_IP | 23.253.131.59 |
| SPF_IP | 23.253.136.192 |
| SPF_IP | 23.253.136.92 |
| SPF_IP | 23.253.136.93 |
| SPF_IP | 23.253.30.72/29 |
| SPF_IP | 50.226.31.54 |
| SPF_IP | 69.20.55.52 |
| SPF_IP | 69.20.55.53 |
| SPF_IP | 69.20.55.54 |
Related pages
Pivot deeper into the graph from jpmc-archer.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "jpmc-archer.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.