Hostname
leadermarketer.com
Last fetched
leadermarketer.com resolves to 2 IPv4 addresses operated by LIGHTPORT in IR. WHOIS lists iana:82 as the registrar.
Nutrition Label
Resolution chain
leadermarketer.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 |
|---|---|---|---|---|
| 45.138.133.44 | 45.138.133.0/24 | AS59441 | LIGHTPORT | IR |
| 91.201.61.245 | 91.201.60.0/22 | AS44136 | ASKAA Uplinks | SE |
WHOIS identity
- Registrar
- iana:82
- Organization
- farshid
- Contact emails
Subdomains
6 observed subdomains of leadermarketer.com.
Web-graph footprint
Distinct hostnames that link to or from leadermarketer.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- leadermarketer.com
- mx1.oderland.com
- mx2.oderland.com
- mx3.oderland.com
- mx4.oderland.com
SPF policy
6 SPF mechanisms authorising senders for leadermarketer.com.
| Mechanism | Target |
|---|---|
| SPF_A | leadermarketer.com |
| SPF_INCLUDE | _vsp.oderland.com |
| SPF_INCLUDE | spf.mailii.org |
| SPF_IP | 5.144.130.21 |
| SPF_IP | 91.201.61.245 |
| SPF_MX | leadermarketer.com |
Related pages
Pivot deeper into the graph from leadermarketer.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "leadermarketer.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.