Hostname
ap.opsecsecurity.com
Last fetched
ap.opsecsecurity.com resolves to 2 IPv4 addresses operated by AS18986 in CA.
Nutrition Label
Resolution chain
ap.opsecsecurity.com resolves to 2 distinct IPv4 addresses via WhisperGraph DNS data. Each row links to the IP, prefix, and announcing ASN.
| IP | Prefix | ASN | Operator | Country |
|---|---|---|---|---|
| 173.255.153.133 | 173.255.153.0/24 | AS18986 | — | CA |
| 173.255.153.137 | 173.255.153.0/24 | AS18986 | — | CA |
WHOIS identity
No WHOIS records are currently associated with ap.opsecsecurity.com in WhisperGraph.
Subdomains
1 observed subdomain of ap.opsecsecurity.com.
| Subdomain |
|---|
| portal.ap.opsecsecurity.com |
Threat posture
History
Mail and authentication
SPF policy
7 SPF mechanisms authorising senders for ap.opsecsecurity.com.
| Mechanism | Target |
|---|---|
| SPF_A | ap.opsecsecurity.com |
| SPF_A | outpost.dtecnet.com |
| SPF_A | outpost1.dtecnet.com |
| SPF_A | outpost2.dtecnet.com |
| SPF_A | outpost3.dtecnet.com |
| SPF_INCLUDE | spf-basic.fogbugz.com |
| SPF_INCLUDE | spf.protection.outlook.com |
Related pages
Pivot deeper into the graph from ap.opsecsecurity.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "ap.opsecsecurity.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.