Skip to content

Commit

Permalink
[docs] README section re-organization and wording edits (#209)
Browse files Browse the repository at this point in the history
* [docs] README section re-organization and wording edits

* [pr] feedback
  • Loading branch information
jacknagz authored Feb 18, 2020
1 parent bc744ec commit cf584b5
Showing 1 changed file with 21 additions and 17 deletions.
38 changes: 21 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
</p>

<p align="center">
<b>A Cloud-Native SIEM for the Modern Security Team</b>
<b>A Cloud-Native Threat Detection & Response Platform</b>
</p>

<p align="center">
Expand All @@ -22,43 +22,47 @@

---

## About Us
## Use Cases

We are a San Francisco based [startup](https://www.crunchbase.com/organization/panther-labs) comprising security engineers who have spent years building large-scale detection and response for companies including Airbnb, Amazon, Riverbed, and more. Panther was founded by the core architect of [StreamAlert](https://github.com/airbnb/streamalert/), a cloud-native solution for automated log analysis open-sourced by Airbnb.
Panther works by analyzing security-relevant data generated by your clouds, networks, applications, and hosts to enable threat detection, cloud security, and investigations.

Panther is the next step for security teams who need a modern alternative to traditional SIEMs. We designed Panther for massive scale, with a rich and intuitive user experience, in-browser Python rule editing, and first-class AWS support.
Panther provides flexible Python detection logic, secure and automated deployments within your AWS cloud, and support for popular security logs, commonly used for:

Our mission is to provide an open platform to effectively protect businesses from cybersecurity threats.
- **Detecting Malicious Behavior:** Analyze logs to identify unauthorized or suspicious activity
- **Threat Hunting:** Quickly search for matches against indicators of compromise, extracted into common data fields
- **Achieving Compliance:** Use [built-in policies](https://github.com/panther-labs/panther-analysis) as controls for achieving SOC/PCI/HIPAA compliance
- **Securing Cloud Resources:** Model security best practices with Python policies and automatically fix misconfigurations with automatic remediation

## Use cases
_NOTE: Panther is currently in beta_

Panther analyzes all security data generated by your clouds, networks, applications, and hosts to power threat detection, compliance, and security investigations. Panther provides flexible detection logic, a secure deployment within your AWS cloud, support for common security tools, and automation for painless deployments. Common uses include:
## Deployment

- **Detect Unauthorized Access:** Analyze logs to identify unauthorized access into systems
- **Threat Hunting:** Quickly search logs for matches against indicators of compromise with Panther's standardized data fields
- **Achieve Compliance:** Use [built-in detections](https://github.com/panther-labs/panther-analysis) as controls for SOC/PCI/HIPAA compliance
- **Secure Your Cloud Resources:** Automatically fix misconfigurations that could cause severe damage if exploited
Follow our [Quick Start Guide](https://docs.runpanther.io/quick-start) to deploy Panther to your AWS account in a matter of minutes!

_NOTE: Panther is currently in beta._
## Why Panther?

## Deployment
It's no longer feasible to find the needle in the security log haystack _manually_. Many security teams have struggled to solve this problem with SIEMs and traditional log analytics platforms due to their high cost, overhead, and scale.

Follow our [Quick Start Guide](https://docs.runpanther.io/quick-start) to deploy Panther to your AWS account in a matter of minutes!
Panther utilizes the elastic nature of serverless cloud services to provide a high-scale, performant, and flexible solution at a much lower cost. Panther also comes built-in with a rich and intuitive user interface, built-in detections, and first-class AWS support.

## Screenshots
## Web UI

<img src="docs/img/compliance-overview.png" alt="Compliance Overview"/>
<p align="center"><i>Compliance Overview:</i> Gain oversight into your infrastructure health</p>
<p align="center"><i>Cloud Security Overview:</i> Harden your cloud infrastructure</p>
<br />

<img src="docs/img/rules-editor.png" alt="Rules Editor"/>
<p align="center"><i>Rules Editor:</i> Write, tune, and update detections in the browser</p>
<br />

<img src="docs/img/resource-viewer.png" alt="Resource Viewer"/>
<p align="center"><i>Resource Viewer:</i> Holistic view of pass/fail checks on a per-resource basis</p>
<p align="center"><i>Resource Viewer:</i> View attributes and passed/failed policies on a per-resource basis</p>
<br />

## About Us

We are a San Francisco based [startup](https://www.crunchbase.com/organization/panther-labs) comprising security practitioners who have learned from years of building large-scale detection and response capabilities for companies such as Amazon and Airbnb. Panther was founded by the core architect of [StreamAlert](https://github.com/airbnb/streamalert/), a cloud-native solution for automated log analysis open-sourced by Airbnb.

## Contributing

We welcome all contributions! Please read the [contributing guidelines](https://github.com/panther-labs/panther/blob/master/docs/CONTRIBUTING.md) before submitting pull requests.
Expand Down

0 comments on commit cf584b5

Please sign in to comment.