Hostname
projects.digiup.me
Last fetched
projects.digiup.me resolves to 1 IPv4 address operated by AS59787 in PT.
Nutrition Label
Resolution chain
projects.digiup.me 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.233.41.61 | 62.233.41.0/24 | AS59787 | — | PT |
WHOIS identity
No WHOIS records are currently associated with projects.digiup.me in WhisperGraph.
Subdomains
1 observed subdomain of projects.digiup.me.
| Subdomain |
|---|
| www.projects.digiup.me |
Threat posture
History
Mail and authentication
SPF policy
10 SPF mechanisms authorising senders for projects.digiup.me.
| Mechanism | Target |
|---|---|
| SPF_A | projects.digiup.me |
| SPF_INCLUDE | _spf.spambusters.email |
| SPF_INCLUDE | _spf235.serverhs.org |
| SPF_IP | 62.233.41.61 |
| SPF_IP | 89.26.244.4 |
| SPF_IP | 89.26.244.5 |
| SPF_IP | 89.26.252.122 |
| SPF_IP | 94.46.176.83 |
| SPF_IP | 94.46.181.40 |
| SPF_MX | projects.digiup.me |
Related pages
Pivot deeper into the graph from projects.digiup.me.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "projects.digiup.me"})-[: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.