1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71
|
<p align="center">
<img src="https://raw.githubusercontent.com/google/grr/gh-pages/img/grr_logo_real_sm.png" />
<p align="center">
GRR Rapid Response is an incident response framework focused on remote live forensics.
[](https://travis-ci.org/google/grr)
[](https://ci.appveyor.com/project/destijl/grr)
* [Quickstart: Fast automated installation](https://github.com/google/grr-doc/blob/master/quickstart.adoc)
* [Downloads (installation files, client templates)](https://googledrive.com/host/0B1wsLqFoT7i2N3hveC1lSEpHUnM/)
* [User Manual](https://github.com/google/grr-doc/blob/master/user_manual.adoc)
* [Blog](http://grr-response.blogspot.com/)
* [Administration Documentation (Setup and Configuration)](https://github.com/google/grr-doc/blob/master/admin.adoc)
* [Publications: Papers, Presentations, Workshops etc.](https://github.com/google/grr-doc/blob/master/publications.adoc)
* [Project FAQ](https://github.com/google/grr-doc/blob/master/faq.adoc)
* [Developer and Implementation Documentation](https://github.com/google/grr-doc/blob/master/implementation.adoc)
* [The GRR Configuration system](https://github.com/google/grr-doc/blob/master/configuration.adoc)
* [Release Notes: check these when upgrading](https://github.com/google/grr-doc/blob/master/releasenotes.adoc)
* [Project Roadmap](https://github.com/google/grr-doc/blob/master/roadmap.adoc)
* [Search Documentation (using github search)](https://github.com/google/grr-doc)
* [License Information](https://github.com/google/grr-doc/blob/master/licenses.adoc)
* [Troubleshooting](https://github.com/google/grr-doc/blob/master/troubleshooting.adoc)
GRR is a python agent (client) that is installed on target systems, and
python server infrastructure that can manage and talk to the agent.<br>
Client Features:
* Cross-platform support for Linux, OS X and Windows clients.
* Live remote memory analysis using open source memory drivers for Linux, OS X and Windows via the [Rekall](http://www.rekall-forensic.com/) memory analysis framework.
* Powerful search and download capabilities for files and the Windows registry.
* Secure communication infrastructure designed for Internet deployment.
* Client automatic update support.
* Detailed monitoring of client CPU, memory, IO usage and self-imposed
limits.
Server Features:
* Fully fledged response capabilities handling most incident response and
forensics tasks.
* OS-level and raw file system access, using the SleuthKit (TSK).
* Enterprise hunting (searching across a fleet of machines) support.
* Fully scalable back-end to handle very large deployments.
* Automated scheduling for recurring tasks.
* Fast and simple collection of hundreds of digital forensic artifacts.
* Asynchronous design allows future task scheduling for clients, designed to
work with a large fleet of laptops.
* AngularJS Web UI and RESTful JSON API.
* Fully scriptable IPython console access.
* Basic system timelining features.
* Basic reporting infrastructure.
See [quickstart](https://github.com/google/grr-doc/blob/master/quickstart.adoc) to start using it.
Contact Us
----------
Mailing lists:
* GRR Users: [grr-users](https://groups.google.com/forum/#!forum/grr-users)
* GRR Developers: [grr-dev](https://groups.google.com/forum/#!forum/grr-dev)
Follow us [on twitter](https://twitter.com/grrresponse) for announcements of GRR user meetups. We use [a gitter chat room](https://gitter.im/google/grr) during meetups.
Screenshots
-----------
[<img src="https://github.com/google/grr/blob/gh-pages/screenshots/Screenshot from 2013-11-18 18-36-13.png" width="140" height="80" />](https://github.com/google/grr/blob/gh-pages/screenshots/Screenshot from 2013-11-18 18-36-13.png)
[<img src="https://github.com/google/grr/blob/gh-pages/screenshots/Screenshot from 2013-11-18 18-36-46.png" width="140" height="80" />](https://github.com/google/grr/blob/gh-pages/screenshots/Screenshot from 2013-11-18 18-36-46.png)
[<img src="https://github.com/google/grr/blob/gh-pages/screenshots/Screenshot from 2013-11-18 18-37-37.png" width="140" height="80" />](https://github.com/google/grr/blob/gh-pages/screenshots/Screenshot from 2013-11-18 18-37-37.png)
[<img src="https://github.com/google/grr/blob/gh-pages/screenshots/Screenshot from 2013-11-18 18-40-49.png" width="140" height="80" />](https://github.com/google/grr/blob/gh-pages/screenshots/Screenshot from 2013-11-18 18-40-49.png)
[<img src="https://github.com/google/grr/blob/gh-pages/screenshots/Screenshot from 2013-11-18 18-41-45.png" width="140" height="80" />](https://github.com/google/grr/blob/gh-pages/screenshots/Screenshot from 2013-11-18 18-41-45.png)
|