diff --git a/README.md b/README.md index 4d7f2791c..641b6d6de 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ **Cortex** tries to solve a common problem frequently encountered by SOCs, CSIRTs and security researchers in the course of threat intelligence, digital forensics and incident response: how to **analyze observables** they have collected, **at scale**, **by querying a single tool** instead of several? -Cortex, an open source and free software, has been created by [TheHive Project](https://thehive-project.org) for this very purpose. Observables, such as IP and email addresses, URLs, domain names, files or hashes, can be analyzed one by one or in bulk mode using a Web interface. Analysts can also **automate** these operations thanks to the Cortex REST API. +Cortex, an open source and free software, has been created by [TheHive Project](https://thehive-project.org) for this very purpose. Observables, such as IP and email addresses, URLs, domain names, files or hashes, can be analyzed one by one or in bulk mode using a Web interface. Analysts can also **automate** these operations thanks to the Cortex REST API. ![](images/cortex-analyzers.png) By using Cortex, you won't need to rewrite the wheel every time you'd like to use a service or a tool to analyze an observable and help you investigate the case at hand. Leverage one of the several analyzers it contains and if you are missing a tool or a service, create a suitable program easily and make it available for the whole team (or better, [for the whole community](https://github.com/CERT-BDF/cortex-analyzers/)) thanks to Cortex. @@ -18,7 +18,7 @@ Cortex is written in Scala. The front-end uses AngularJS with Bootstrap. Its RES # Analyzers -Cortex 1.0.0 is provided with 13 analyzers. +Cortex 1.0.1 is provided with 13 analyzers. + Abuse Finder: use CERT-SG's [Abuse Finder](https://github.com/certsocietegenerale/abuse_finder) to find the abuse contact associated with domain names, URLs, IP and email addresses. + DNSDB\*: leverage Farsight's [DNSDB](https://www.dnsdb.info/) for pDNS. diff --git a/ui/app/views/components/app-container.component.html b/ui/app/views/components/app-container.component.html index 17cbe0a43..3d305a9a5 100644 --- a/ui/app/views/components/app-container.component.html +++ b/ui/app/views/components/app-container.component.html @@ -8,7 +8,7 @@