atc-react icon indicating copy to clipboard operation
atc-react copied to clipboard

A knowledge base of actionable Incident Response techniques

Results 103 atc-react issues
Sort by recently updated
recently updated
newest added

For some reason the initialisation does not work like this: `def normalize_react_title(title,fmtrules={"abbreviations": ["ip", "dns", "ms", "ngfw", "ips", "url", "pe", "pdf","elf", "dhcp", "vpn", "smb", "ftp", "http"],"capitalizeWords":["unix", "windows", "proxy", "firewall", "mach-o"]}):` https://github.com/atc-project/atc-react/blob/323c3274a9c801e72ef6a88e101e83be236028c2/scripts/reactutils.py#L462...

Code Update for Issue https://github.com/atc-project/atc-react/issues/368

Hi, I love the project, and we are using it to build our own internal documentation. How easy would be to change the folder structure to our own when running...

As discussed in Slack channel and Issue 344, I thought it might be useful to have an extensible / customisable yml-schema for response activities. Basically, a new array "details" was...

Presently, a given Response Action will render a page with the following fields `title`, `id`, `description`, `author`, `creation_date`, `stage`, `references`, `workflow`. Various stakeholders have requested the ability to add additional...

Many organisations tend to have an on-prem or online service that provides a sandbox for detonation of potentially malicious files. Would it be a good idea to have a RA...

RA-dev

We are seeking for a help with Response Actions development. You are very welcome to contribute. Please use the existing placeholder for the [RA3601: Lock user account](https://github.com/atc-project/atc-react/tree/master/response_actions/RA_3601_lock_user_account.yml), as well as...

RA-dev

Presently, the namespace for both Response Actions and Response Plans facilitates up to 99 unique items. There has been some discussion within the ATC Slack about whether that should be...

Hello, Considering that most of the content in atc-react is to be consumed by humans and mostly "document oriented", have you considered replacing YAML files with Markdown (.md) files that...

I'd love for the config.yml file to be a configurable item that is passed as a parameter to main.py. This would enable building the playbooks to multiple environments (dev and...