Hostname
elempleo.com
Last fetched
elempleo.com resolves to 2 IPv4 addresses operated by AKAMAI-ASN1 in US.
Nutrition Label
Resolution chain
elempleo.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 23.50.51.33 | 23.50.51.0/24 | AS20940 | AKAMAI-ASN1 | US |
| 23.50.51.34 | 23.50.51.0/24 | AS20940 | AKAMAI-ASN1 | US |
WHOIS identity
WHOIS data is temporarily unavailable. Refresh in a moment to retry.
Subdomains
Subdomain count is temporarily unavailable. Refresh in a moment to retry.
Web-graph footprint
Distinct hostnames that link to or from elempleo.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
10 SPF mechanisms authorising senders for elempleo.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_INCLUDE | spf_c.oracle.com |
| SPF_IP | 13.111.106.184 |
| SPF_IP | 136.147.180.192 |
| SPF_IP | 136.147.180.193 |
| SPF_IP | 136.147.180.221 |
| SPF_IP | 136.147.180.222 |
| SPF_IP | 179.1.6.50 |
| SPF_IP | 181.225.110.230 |
| SPF_IP | 201.245.163.100 |
Related pages
Pivot deeper into the graph from elempleo.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "elempleo.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.