Hostname
upcornlab.co
Last fetched
upcornlab.co resolves to 7 IPv4 addresses operated by AS63949 in US.
Nutrition Label
Resolution chain
upcornlab.co resolves to 7 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
WHOIS identity
No WHOIS records are currently associated with upcornlab.co in WhisperGraph.
Subdomains
2 observed subdomains of upcornlab.co.
| Subdomain |
|---|
| mail.upcornlab.co |
| www.upcornlab.co |
Threat posture
History
Mail and authentication
SPF policy
6 SPF mechanisms authorising senders for upcornlab.co.
| Mechanism | Target |
|---|---|
| SPF_A | upcornlab.co |
| SPF_INCLUDE | _spf.5g-soft.com |
| SPF_INCLUDE | _spf.alastyr.com |
| SPF_INCLUDE | alastyr.com |
| SPF_IP | 5.2.85.175 |
| SPF_MX | upcornlab.co |
Related pages
Pivot deeper into the graph from upcornlab.co.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "upcornlab.co"})-[: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.