Hostname
cognoa.com
Last fetched
cognoa.com has no current public IPv4 resolution in WhisperGraph; WHOIS lists iana:468 as the registrar.
Nutrition Label
Resolution chain
cognoa.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:468
- Organization
- brent vaughan
- Contact emails
- brent@sbvaughan.com
- 37b0f626-67c0-4fd0-9fed-47f64d6029d9@identity-protect.org
- 5ce14c90-7f82-418e-8c50-d8f49e9a5f5d@identity-protect.org
- 8c8d7f95-6488-4719-8d24-9a787482d9a3@identity-protect.org
- 8cfa8eb6-a130-4b73-ae47-1356a0eed09b@identity-protect.org
- bee66ad4-bb2e-4b1c-bee5-b2756d8fb32d@identity-protect.org
- c291f8d4-e10a-4f4b-90e1-f93110e47cc8@identity-protect.org
- f93861cd-7a05-4e05-be51-97c79f2b8803@identity-protect.org
- owner-5537895@cognoa.com.whoisprivacyservice.org
- owner-8021336@cognoa.com.whoisprivacyservice.org
Subdomains
10 observed subdomains of cognoa.com.
Web-graph footprint
Distinct hostnames that link to or from cognoa.com in the public web crawl.
Sample inbound links
Threat posture
History
Mail and authentication
MX records
SPF policy
5 SPF mechanisms authorising senders for cognoa.com.
| Mechanism | Target |
|---|---|
| SPF_INCLUDE | 3447454.spf04.hubspotemail.net |
| SPF_INCLUDE | _spf.google.com |
| SPF_INCLUDE | _spf.salesforce.com |
| SPF_INCLUDE | spf.mandrillapp.com |
| SPF_INCLUDE | stspg-customer.com |
Related pages
Pivot deeper into the graph from cognoa.com.
Cypher and MCP
Reproduce the resolution chain directly against graph.whisper.security:
MATCH (h:HOSTNAME {name: "cognoa.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.