Hostname
www.efficientjobmatch.com
Last fetched
www.efficientjobmatch.com resolves to 3 IPv4 addresses operated by AMAZON-02 - Amazon.com, Inc. in CA.
Nutrition Label
Resolution chain
www.efficientjobmatch.com resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 13.248.243.5 | 13.248.240.0/20 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
| 76.223.105.230 | 76.223.96.0/20 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
| 76.223.67.189 | 76.223.64.0/20 | AS16509 | AMAZON-02 - Amazon.com, Inc. | US |
WHOIS identity
No WHOIS records are currently associated with www.efficientjobmatch.com in WhisperGraph.
Threat posture
History
Mail and authentication
SPF policy
20 SPF mechanisms authorising senders for www.efficientjobmatch.com.
| Mechanism | Target |
|---|---|
| SPF_A | www.efficientjobmatch.com |
| SPF_IP | 217.69.166.210/32 |
| SPF_IP | 217.69.166.211/32 |
| SPF_IP | 217.69.166.212/32 |
| SPF_IP | 217.69.166.213/32 |
| SPF_IP | 45.91.249.104/32 |
| SPF_IP | 45.91.249.124/32 |
| SPF_IP | 45.91.249.248/32 |
| SPF_IP | 45.91.249.42/32 |
| SPF_IP | 5.181.84.16/32 |
| SPF_IP | 5.181.84.17/32 |
| SPF_IP | 5.181.84.18/32 |
| SPF_IP | 5.181.84.19/32 |
| SPF_IP | 5.181.84.20/32 |
| SPF_IP | 5.181.84.21/32 |
| SPF_IP | 74.201.68.192/32 |
| SPF_IP | 74.201.68.197/32 |
| SPF_IP | 74.201.68.203/32 |
| SPF_IP | 74.201.68.219/32 |
| SPF_MX | www.efficientjobmatch.com |
Related pages
Pivot deeper into the graph from www.efficientjobmatch.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "www.efficientjobmatch.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.