Hostname
cloud.carrierops.com
Last fetched
cloud.carrierops.com resolves to 3 IPv4 addresses operated by SUBRIGO - SUBRIGO CORPORATION in US.
Nutrition Label
Resolution chain
cloud.carrierops.com resolves to 3 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 138.229.81.146 | 138.229.64.0/19 | AS19257 | SUBRIGO - SUBRIGO CORPORATION | US |
| 138.229.81.158 | 138.229.64.0/19 | AS19257 | SUBRIGO - SUBRIGO CORPORATION | US |
| 199.180.155.199 | 199.180.155.0/24 | AS19257 | SUBRIGO - SUBRIGO CORPORATION | US |
WHOIS identity
No WHOIS records are currently associated with cloud.carrierops.com in WhisperGraph.
Subdomains
6 observed subdomains of cloud.carrierops.com.
Threat posture
History
Mail and authentication
SPF policy
1 SPF mechanism authorising senders for cloud.carrierops.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | spf.protection.outlook.com |
Related pages
Pivot deeper into the graph from cloud.carrierops.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cloud.carrierops.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.