Hostname
partnerkin.com
Last fetched
partnerkin.com resolves to 2 IPv4 addresses operated by PIN-AS in DE. WHOIS lists iana:1606 as the registrar.
Nutrition Label
Resolution chain
partnerkin.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 |
|---|---|---|---|---|
| 5.187.1.21 | 5.187.1.0/24 | AS44051 | PIN-AS | DE |
| 5.187.2.200 | 5.187.2.0/24 | AS44051 | PIN-AS | DE |
WHOIS identity
- Registrar
- iana:1606
- Organization
- personal data, can not be publicly disclosed according to applicable laws.
- Contact emails
Subdomains
16 observed subdomains of partnerkin.com.
Web-graph footprint
Distinct hostnames that link to or from partnerkin.com in the public web crawl.
2,298 sites link to this hostname.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
7 SPF mechanisms authorising senders for partnerkin.com.
| Mechanism | Target |
|---|---|
| SPF_A | partnerkin.com |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | mailgun.org |
| SPF_IP | 185.26.98.180 |
| SPF_IP | 2a02:6b40:2000:68d:0:0:0:1 |
| SPF_IP | 5.187.1.21 |
| SPF_IP | 5.187.7.50 |
Related pages
Pivot deeper into the graph from partnerkin.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "partnerkin.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.