Hostname
sourcecode.li
Last fetched
sourcecode.li resolves to 1 IPv4 address operated by AS51167 in DE.
Nutrition Label
Resolution chain
sourcecode.li resolves to 1 distinct IPv4 address via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 62.171.135.57 | 62.171.134.0/23 | AS51167 | — | DE |
WHOIS identity
- Registrar
- —
- Organization
- marxer patrik
- Contact emails
- —
Subdomains
20 observed subdomains of sourcecode.li.
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for sourcecode.li.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | _spf.google.com |
| SPF_IP | 173.249.43.109 |
| SPF_IP | 178.238.224.173 |
| SPF_IP | 2a02:c205:2028:5451:0:0:0:1 |
| SPF_IP | 2a02:c207:2020:9006:0:0:0:1 |
Related pages
Pivot deeper into the graph from sourcecode.li.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "sourcecode.li"})-[: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.