Hostname
git.pjr.cc
Last fetched
git.pjr.cc resolves to 1 IPv4 address operated by AS63949 in US.
Nutrition Label
Resolution chain
git.pjr.cc 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 |
|---|---|---|---|---|
| 173.230.145.154 | 173.230.144.0/20 | AS63949 | — | US |
WHOIS identity
No WHOIS records are currently associated with git.pjr.cc in WhisperGraph.
Web-graph footprint
Distinct hostnames that link to or from git.pjr.cc in the public web crawl.
1 site linked to from this hostname.
Sample outbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
3 SPF mechanisms authorising senders for git.pjr.cc.
| Mechanism | Target |
|---|---|
| SPF_IP | 173.230.145.154 |
| SPF_IP | 2400:8902:0:0:f03c:91ff:fedb:b79c |
| SPF_IP | 2600:3c01:0:0:f03c:91ff:fe96:8f5c |
Related pages
Pivot deeper into the graph from git.pjr.cc.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "git.pjr.cc"})-[: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.