Hostname
powerlab.dz
Last fetched
powerlab.dz resolves to 1 IPv4 address operated by AS21409 in FR.
Nutrition Label
Resolution chain
powerlab.dz 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 |
|---|---|---|---|---|
| 178.170.62.19 | 178.170.0.0/17 | AS21409 | — | FR |
WHOIS identity
No WHOIS records are currently associated with powerlab.dz in WhisperGraph.
Subdomains
2 observed subdomains of powerlab.dz.
| Subdomain |
|---|
| mail.powerlab.dz |
| www.powerlab.dz |
Web-graph footprint
Distinct hostnames that link to or from powerlab.dz in the public web crawl.
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for powerlab.dz.
| Mechanism | Target |
|---|---|
| SPF_A | powerlab.dz |
| SPF_IP | 178.170.62.19 |
| SPF_MX | powerlab.dz |
Related pages
Pivot deeper into the graph from powerlab.dz.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "powerlab.dz"})-[: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.