Hostname
marcinjaniec.com
Last fetched
marcinjaniec.com resolves to 2 IPv4 addresses operated by AS41079 in PL. WHOIS lists iana:269 as the registrar.
Nutrition Label
Resolution chain
marcinjaniec.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 |
|---|---|---|---|---|
| 185.208.164.69 | 185.208.164.0/24 | AS41079 | — | PL |
| 94.152.8.23 | 94.152.0.0/20 | AS29522 | — | PL |
WHOIS identity
- Registrar
- iana:269
- Organization
- marcin janiec
- Contact emails
Subdomains
5 observed subdomains of marcinjaniec.com.
Web-graph footprint
Distinct hostnames that link to or from marcinjaniec.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
- mail.marcinjaniec.com
- marcinjaniec.com
SPF policy
4 SPF mechanisms authorising senders for marcinjaniec.com.
| Mechanism | Target |
|---|---|
| SPF_A | marcinjaniec.com |
| SPF_INCLUDE | _spf.cyberfolks.pl |
| SPF_INCLUDE | spf.tld.pl |
| SPF_MX | marcinjaniec.com |
Related pages
Pivot deeper into the graph from marcinjaniec.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "marcinjaniec.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.