Hostname
leaderformgroup.com
Last fetched
leaderformgroup.com resolves to 2 IPv4 addresses operated by AS12874 in IT. WHOIS lists iana:839 as the registrar.
Nutrition Label
Resolution chain
leaderformgroup.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 |
|---|---|---|---|---|
| 93.45.117.20 | 93.44.0.0/15 | AS12874 | — | IT |
| 93.45.117.25 | 93.44.0.0/15 | AS12874 | — | IT |
WHOIS identity
- Registrar
- iana:839
- Organization
- leaderform s.p.a.
- Contact emails
- —
Subdomains
8 observed subdomains of leaderformgroup.com.
Web-graph footprint
Distinct hostnames that link to or from leaderformgroup.com in the public web crawl.
6 sites link to this hostname.
14 sites linked to from this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
SPF policy
8 SPF mechanisms authorising senders for leaderformgroup.com.
| Mechanism | Target |
|---|---|
| SPF_A | antispam.infogestlive.it |
| SPF_A | antispam2.infogestlive.it |
| SPF_A | leaderformgroup.com |
| SPF_INCLUDE | spf.emailsignatures365.com |
| SPF_INCLUDE | spf.protection.hqhosting.it |
| SPF_INCLUDE | spf.protection.outlook.com |
| SPF_IP | 213.171.97.224/28 |
| SPF_MX | leaderformgroup.com |
Related pages
Pivot deeper into the graph from leaderformgroup.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "leaderformgroup.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.