Security Incident Reporter
Report security incidents
Inputs
Provide the following 3 values to run the Security Incident Reporter:
- Incident Type [select] (required)
- Affected Users [number] (required)
- Data Exposed [select] (required)
What it calculates
This tool returns:
- Severity — primary result
- Notification
- Report Sections
Worked example
For the sample inputs below:
- Incident Type: breach
- Affected Users: 100
- Data Exposed: none
the Security Incident Reporter produces:
- Severity: Medium
- Notification: Review Required
- Report Sections: 12
How it works
The result is derived through the following steps:
severity = dataExposed === 'sensitive' ? 'Critical' : dataExposed === 'nonsensitive' ? 'High' : 'Medium'notificationRequired = (dataExposed === 'sensitive' && affectedUsers > 0) ? 'Yes (72 hours)' : 'Review Required'reportSections = incidentType === 'breach' ? 12 : 8
Frequently Asked Questions
What is the Security Incident Reporter?
The Security Incident Reporter is an online tool designed to help organizations efficiently report and manage security incidents.
Who can use the Security Incident Reporter tool?
This tool is intended for use by IT professionals, security teams, and any organization that needs to track and report security incidents.
How does the Security Incident Reporter work?
Users input details about the security incident into a user-friendly form, which then compiles the information for easy tracking and reporting.
What types of incidents can I report?
You can report various types of security incidents, including data breaches, malware infections, unauthorized access attempts, and policy violations.
Is there any cost to use the Security Incident Reporter?
The tool is free to use, enabling organizations of all sizes to report and manage security incidents without any financial barrier.