From 1cb26921a4c54af6cc058d160144f1f346890135 Mon Sep 17 00:00:00 2001 From: Meir Wahnon Date: Tue, 4 Apr 2017 11:51:51 +0300 Subject: [PATCH] Adding IRM Adding IRM --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 46c60df..5bd9ed6 100644 --- a/README.md +++ b/README.md @@ -153,6 +153,7 @@ A curated list of tools and resources for security incident response, aimed to h ### Playbooks * [Demisto Playbooks Collection](https://www.demisto.com/category/playbooks/) - Playbooks collection +* [IRM](https://github.com/certsocietegenerale/IRM) - Incident Response Methodologies by CERT Societe Generale * [IR Workflow Gallery](https://www.incidentresponse.com/playbooks/) - Different generic incident response workflows, e.g. for malware outbreak, data theft, unauthorized access,... Every workflow constists of seven steps: prepare, detect, analyze, contain, eradicate, recover, post-incident handling. The workflows are online available or for download * [PagerDuty Incident Response Documentation](https://response.pagerduty.com/) - Documents that describe parts of the PagerDuty Incident Response process. It provides information not only on preparing for an incident, but also what to do during and after. Source is available on [GitHub](https://github.com/PagerDuty/incident-response-docs).