Hostname
backlinkoffer.com
Last fetched
backlinkoffer.com resolves to 2 IPv4 addresses operated by CNRL - Canadian Natural Resources Limited in IN. WHOIS lists iana:146 as the registrar.
Nutrition Label
Resolution chain
backlinkoffer.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 |
|---|---|---|---|---|
| 103.109.180.41 | 103.109.180.0/24 | AS151734 | CNRL - Canadian Natural Resources Limited | IN |
| 35.182.243.113 | 35.182.0.0/15 | AS16509 | AMAZON-02 - Amazon.com, Inc. | CA |
WHOIS identity
- Registrar
- iana:146
- Organization
- domain admin
- Contact emails
Subdomains
8 observed subdomains of backlinkoffer.com.
Web-graph footprint
Distinct hostnames that link to or from backlinkoffer.com in the public web crawl.
5 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- backlinkoffer.com
SPF policy
3 SPF mechanisms authorising senders for backlinkoffer.com.
| Mechanism | Target |
|---|---|
| SPF_A | backlinkoffer.com |
| SPF_IP | 103.109.180.41 |
| SPF_MX | backlinkoffer.com |
Related pages
Pivot deeper into the graph from backlinkoffer.com.
- IP · 103.109.180.41
- ASN · AS151734CNRL - Canadian Natural Resources Limited
- Registrar · iana:146
- Country · IN
- Email · pradeepkushwah90@gmail.com
- TLD · .com
- Browse hostnames · ba…
- Glossary · What is a hostname?
- Whisper Internet Directory — home
- Live MOAS conflicts feed
- Threat feed · Spamhaus DROP
- United States internet infrastructure
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "backlinkoffer.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.