Hostname
scgco.com
Last fetched
scgco.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:82 as the registrar.
Nutrition Label
Resolution chain
scgco.com has no current public IPv4 resolution in WhisperGraph. The WHOIS record below is the only graph data we have on this hostname.
WHOIS identity
- Registrar
- iana:82
- Organization
- kanoon informatic
- Contact emails
Subdomains
6 observed subdomains of scgco.com.
Threat posture
History
Mail and authentication
MX records
- scgco.com
SPF policy
8 SPF mechanisms authorising senders for scgco.com.
| Mechanism | Target |
|---|---|
| SPF_A | scgco.com |
| SPF_IP | 144.76.104.147 |
| SPF_IP | 144.76.104.190 |
| SPF_IP | 164.138.23.162 |
| SPF_IP | 65.21.88.133 |
| SPF_IP | 79.132.193.40 |
| SPF_IP | 79.132.193.44 |
| SPF_MX | scgco.com |
Related pages
Pivot deeper into the graph from scgco.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "scgco.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.