Event Notification - Templates
Asset
Asset Created
Asset added - {{ asset.name }}
<div>
<p style="padding-bottom: 8px">Dear {{ user.firstName }} on behalf of Outpost24,</p>
<p>The following asset was created on {{ asset.created }} by {{ asset.createdBy }} with the following information:</p>
</div>
<div style="padding-bottom: 10px">
<p><strong>Name: </strong><a href="https://outscan.outpost24.com/portal/en/#/assets/{{asset.id}}'">{{
asset.name }}</a> </p>
<p><strong>Source: </strong>{{ asset.source|join(', ') }}</p>
</div>
<div>
<p>Best Regards,</p>
<p>Outpost24</p>
</div>
Asset Deleted
Asset removed - {{ asset.name }}
<div>
<p style="padding-bottom: 8px">Dear {{ user.firstName }} on behalf of Outpost24,</p>
<p>The following asset was deleted on {{ asset.created }} by {{ asset.createdBy }} with the following information:</p>
</div>
<div style="padding-bottom: 10px">
<p><strong>Name: </strong>{{asset.name }}</p>
<p><strong>Source: </strong>{{ asset.source|join(', ') }}</p>
</div>
<div>
<p>Best Regards,</p>
<p>Outpost24</p>
</div>
Asset Modified
Asset modified - {{ asset.name }}
<div>
<p style="padding-bottom: 8px">Dear {{ user.firstName }} on behalf of Outpost24,</p>
<p>The following asset was modified on {{ asset.created }} by {{ asset.updatedBy }} with the following information:</p>
</div>
<div style="padding-bottom: 10px">
<p><strong>Name: </strong>{{asset.name }}</p>
<p><strong>Source: </strong>{{ asset.source|join(', ') }}</p>
</div>
<div>
<p>Best Regards,</p>
<p>Outpost24</p>
</div>
Configuration
Configuration Created
Configuration created - {{ configuration.name }}
<div>
<p style="padding-bottom: 8px">Dear {{ user.firstName }} on behalf of Outpost24,</p>
<p>The following configuration was created on {{ configuration.created }} by {{ configuration.createdBy }} with the following information:</p>
</div>
<div style="padding-bottom: 10px">
<p><strong>Name: </strong><a href="https://outscan.outpost24.com/portal/en/#/configurations/{{configuration.id}}/settings'">{{ configuration.name }}</a></p>
</div>
<div>
<p>Best Regards,</p>
<p>Outpost24</p>
</div>
Configuration Deleted
Configuration deleted - {{ configuration.name }}
<div>
<p style="padding-bottom: 8px">Dear {{ user.firstName }} on behalf of Outpost24,</p>
<p>The following configuration was deleted on {{ configuration.created }} by {{ configuration.modifiedBy }} with the following information:</p>
</div>
<div style="padding-bottom: 10px">
<p><strong>Name: </strong>{{ configuration.name }}</p>
</div>
<div>
<p>Best Regards,</p>
<p>Outpost24</p>
</div>
Configuration Done
Configuration modified - {{ configuration.name }}
<div>
<p style="padding-bottom: 10px">Dear {{ user.firstName }} on behalf of Outpost24,</p>
<p>The following configuration was modified on {{ configuration.created }} by {{ configuration.createdBy }} with the following information:</p>
</div>
<div style="padding-bottom: 10px">
<p><strong>Name: </strong><a href="https://outscan.outpost24.com/portal/en/#/configurations/{{configuration.id}}/settings'">{{ configuration.name }}</a></p>
</div>
<div>
<p>Best Regards,</p>
<p>Outpost24</p>
</div>
Configuration Modified
Configuration modified - {{ configuration.name }}
<div>
<p style="padding-bottom: 8px">Dear {{ user.firstName }} on behalf of Outpost24,</p>
<p>The following configuration was modified on {{ configuration.created }} by {{ configuration.createdBy }} with the following information:</p>
</div>
<div style="padding-bottom: 10px">
<p><strong>Name: </strong><a href="https://outscan.outpost24.com/portal/en/#/configurations/{{configuration.id}}/settings'">{{ configuration.name }}</a></p>
</div>
<div>
<p>Best Regards,</p>
<p>Outpost24</p>
</div>
Finding
Finding Created
To filter by severity see High/Medium/Low/Information-risk Findings in Event Notification - Use Cases.
{{ finding.cvssV3Severity }} risk found - {{finding.assetName}}
<div>
<p style="padding-bottom: 8px">
Dear {{ user.firstName }} on behalf of Outpost24,
</p>
<p>
The following {{ finding.cvssV3Severity }} risk vulnerabilities were found for {{ finding.assetName }} as part of
the ongoing {{ finding.source|join(', ') }} service:
</p>
</div>
<div style="padding-bottom: 10px">
<p>
<b><a href="https://outscan.outpost24.com/portal/en/#/findings/{{finding.id}}/details'">{{ finding.name }}</a></b>
</p>
</div>
<div>
<p>
Best Regards,
</p>
<p>
Outpost24
</p>
</div>
Finding Deleted
{{ finding.cvssV3Severity }} risk found - {{finding.assetName}}
<div>
<p style="padding-bottom: 8px">
Dear {{ user.firstName }} on behalf of Outpost24,
</p>
<p>
The following {{ finding.cvssV3Severity }} risk vulnerabilities have been deleted for {{finding.assetName}}:
</p>
</div>
<div style="padding-bottom: 10px">
<p>
<b>{{ finding.name }}</b>
</p>
</div>
<div>
<p>
Best Regards,
</p>
<p>
Outpost24
</p>
</div>
Finding Modified
{{ finding.cvssV3Severity }} risk found - {{finding.assetName}}
<div>
<p style="padding-bottom: 8px">
Dear {{ user.firstName }} on behalf of Outpost24,
</p>
<p>
The following {{ finding.cvssV3Severity }} risk vulnerabilities have been modified for {{finding.assetName}}:
</p>
</div>
<div style="padding-bottom: 10px">
<p>
<b><a href="https://outscan.outpost24.com/portal/en/#/findings/{{finding.id}}/details'">{{ finding.name }}</a></b>
</p>
</div>
<div>
<p>
Best Regards,
</p>
<p>
Outpost24
</p>
</div>
Finding Risk Accepted
Risk accepted
<div>
<p style="padding-bottom: 8px">Dear {{ user.firstName }} on behalf of Outpost24,</p>
<p>The following {{ finding.cvssV3Severity }} risk vulnerabilities have been accepted on {{ finding.accepted }}:</p>
</div>
<div style="padding-bottom: 10px">
<p><strong>Name: </strong><a href="https://outscan.outpost24.com/portal/en/#/findings/{{finding.id}}/details'">{{
finding.name }}</a></p>
<p><strong>Acceptance Comment:: </strong>{{ finding.acceptedComment }}</p>
<p><strong>Accepted Date: </strong>{{ finding.accepted }}</p>
<p><strong>Accepted Until: </strong>{{ finding.acceptedUntil }}</p>
<p><strong>Accepted for asset: </strong>{{ finding.assetName }}</p>
</div>
<div>
<p>Best Regards,</p>
<p>Outpost24</p>
</div>
Finding Risk Accepted Expiration
Risk Acceptance Expiring
<div>
<p>Dear {{ user.firstName }} on behalf of Outpost24,</p>
<p>The following {{ finding.cvssV3Severity }} risk vulnerabilities acceptance has expired:</p>
</div>
<div style="padding-bottom: 10px">
<p><strong>Name: </strong><a href="https://outscan.outpost24.com/portal/en/#/findings/{{finding.id}}/details'">{{
finding.name }}</a></p>
<p><strong>Acceptance Comment:: </strong>{{ finding.acceptedComment }}</p>
<p><strong>Accepted Date: </strong>{{ finding.accepted }}</p>
<p><strong>Accepted Until: </strong>{{ finding.acceptedUntil }}</p>
<p><strong>Accepted for asset: </strong>{{ finding.assetName }}</p>
</div>
<div>
<p>Best Regards,</p>
<p>Outpost24</p>
</div>
New Release Notes
Release Notes: {{ data.releaseVersion }}
<div>
<p>Dear {{ user.firstName }} on behalf of Outpost24,</p>
<p>Release notes for version {{ data.releaseVersion }}.</p>
</div>
<div style="padding-bottom: 10px">
Great news! Portal has been updated. For more details of what's in this release, see <a
href="https://kb.outpost24.com/kb/release-notes-and-notices">https://kb.outpost24.com/kb/release-notes-and-notices</a>
</div>
<div>
<p>Best Regards,</p>
<p>Outpost24</p>
</div>
Resource Group
Resource Group Created
Resource group created: {{ resourceGroup.name }}
<div>
<p style="padding-bottom: 10px">Dear {{ user.firstName }} on behalf of Outpost24,</p>
<p>The following resource group has been created:</p>
</div>
<div style="padding-bottom: 8px">
<p><strong>Name: </strong>{{ resourceGroup.name }}</p>
<p><strong>Created By: </strong>{{ resourceGroup.createdBy }}</p>
<p><strong>Creation Date: </strong>{{ resourceGroup.created }}</p>
</div>
<div>
<p>Best Regards,</p>
<p>Outpost24</p>
</div>
Resource Group Deleted
Resource group deleted: {{ resourceGroup.name }}
<div>
<p style="padding-bottom: 10px">Dear {{ user.firstName }} on behalf of Outpost24,</p>
<p>The following resource group has been deleted:</p>
</div>
<div style="padding-bottom: 8px">
<p><strong>Name: </strong>{{ resourceGroup.name }}</p>
<p><strong>Deleted By: </strong>{{ resourceGroup.updatedBy }}</p>
<p><strong>Deletion Date: </strong>{{ resourceGroup.updated }}</p>
</div>
<div>
<p>Best Regards,</p>
<p>Outpost24</p>
</div>
Resource Group Modified
Resource group modified: {{ resourceGroup.name }}
<div>
<p style="padding-bottom: 10px">Dear {{ user.firstName }} on behalf of Outpost24,</p>
<p>The following resource group has been modified:</p>
</div>
<div style="padding-bottom: 8px">
<p><strong>Name: </strong>{{ resourceGroup.name }}</p>
<p><strong>Modified By: </strong>{{ resourceGroup.updatedBy }}</p>
<p><strong>Modified Date: </strong>{{ resourceGroup.updated }}</p>
</div>
<div>
<p>Best Regards,</p>
<p>Outpost24</p>
</div>
Role
Role Created
Role created: {{ role.name }}
<div>
<p style="padding-bottom: 10px">Dear {{ user.firstName }} on behalf of Outpost24,</p>
<p>The following role has been created:</p>
</div>
<div style="padding-bottom: 8px">
<p><strong>Name: </strong>{{ role.name }}</p>
<p><strong>Created By: </strong>{{ role.createdBy }}</p>
<p><strong>Creation Date: </strong>{{ role.created }}</p>
</div>
<div>
<p>Best Regards,</p>
<p>Outpost24</p>
</div>
Role Deleted
Role deleted: {{ role.name }}
<div>
<p style="padding-bottom: 10px">Dear {{ user.firstName }} on behalf of Outpost24,</p>
<p>The following role has been deleted:</p>
</div>
<div style="padding-bottom: 8px">
<p><strong>Name: </strong>{{ role.name }}</p>
<p><strong>Deleted By: </strong>{{ role.updatedBy }}</p>
<p><strong>Deletion Date: </strong>{{ role.updated }}</p>
</div>
<div>
<p>Best Regards,</p>
<p>Outpost24</p>
</div>
Role Modified
Role modified: {{ role.name }}
<div>
<p style="padding-bottom: 10px">Dear {{ user.firstName }} on behalf of Outpost24,</p>
<p>The following role has been modified:</p>
</div>
<div style="padding-bottom: 8px">
<p><strong>Name: </strong>{{ role.name }}</p>
<p><strong>Deleted By: </strong>{{ role.updatedBy }}</p>
<p><strong>Deletion Date: </strong>{{ role.updated }}</p>
</div>
<div>
<p>Best Regards,</p>
<p>Outpost24</p>
</div>
Scan
Scan Done
Scan done with status {{ scan.status }}
<div>
<p style="padding-bottom: 10px;">Dear {{ user.firstName }} on behalf of Outpost24,</p>
<p>The scan of <a href="https://outscan.outpost24.com/portal/en/#/scans/{{ scan.id }}/">{{ scan.assetIdentifierName
}}</a> has failed with the status {{ scan.status }}:</p>
</div>
<div style="padding-bottom: 8px;">
<p><strong>Configuration name: </strong>{{ configuration.name }}</p>
<p><strong>Asset name: </strong>{{ scan.assetIdentifierName }}</p>
<p><strong>Source: </strong>{{ scan.source }}</p>
</div>
<div>
<p>Best Regards,</p>
<p>Outpost24</p>
</div>
Scan Started
Scan started for asset {{ scan.assetIdentifierName }}
<div>
<p style="padding-bottom: 10px;">Dear {{ user.firstName }} on behalf of Outpost24,</p>
<p>A scan has started for the asset <a href="https://outscan.outpost24.com/portal/en/#/scans/{{ scan.id }}/">{{ scan.assetIdentifierName
}}</a>:</p>
</div>
<div style="padding-bottom: 8px;">
<p><strong>Configuration name: </strong>{{ configuration.name }}</p>
<p><strong>Asset name: </strong>{{ scan.assetIdentifierName }}</p>
<p><strong>Source: </strong>{{ scan.source }}</p>
</div>
<div>
<p>Best Regards,</p>
<p>Outpost24</p>
</div>
Scan Stopped
Scan stopped for asset {{ scan.assetIdentifierName }}
<div>
<p style="padding-bottom: 10px;">Dear {{ user.firstName }} on behalf of Outpost24,</p>
<p>A scan has been stopped by {{ scan.updatedBy }} for the asset <a href="https://outscan.outpost24.com/portal/en/#/scans/{{ scan.id }}/">{{ scan.assetIdentifierName
}}</a>:</p>
</div>
<div style="padding-bottom: 8px;">
<p><strong>Configuration name: </strong>{{ configuration.name }}</p>
<p><strong>Asset name: </strong>{{ scan.assetIdentifierName }}</p>
<p><strong>Source: </strong>{{ scan.source }}</p>
</div>
<div>
<p>Best Regards,</p>
<p>Outpost24</p>
</div>
Schedule
Schedule Created
Schedule created: {{ schedule.name }}
<div>
<p style="padding-bottom: 10px;">Dear {{ user.firstName }} on behalf of Outpost24,</p>
<p>A new schedule has been created by {{ schedule.createdBy }} on {{ schedule.created }}:</p>
</div>
<div style="padding-bottom: 8px;">
<p><strong>Schedule name: </strong><a
href="https://outscan.outpost24.com/portal/en/#/schedules/{{ schedule.id }}/schedule">{{ schedule.name }}</a></p>
<p><strong>Schedule frequency: </strong>{{ schedule.frequency }}</p>
</div>
<div>
<p>Best Regards,</p>
<p>Outpost24</p>
</div>
Schedule Deleted
Schedule deleted: {{ schedule.name }}
<div>
<p style="padding-bottom: 10px;">Dear {{ user.firstName }} on behalf of Outpost24,</p>
<p>A schedule has been deleted by {{ schedule.updatedBy }} on {{ schedule.updated }}:</p>
</div>
<div style="padding-bottom: 8px;">
<p><strong>Schedule name: </strong>{{ schedule.name }}</p>
</div>
<div>
<p>Best Regards,</p>
<p>Outpost24</p>
</div>
Schedule Modified
Schedule modified: {{ schedule.name }}
<div>
<p style="padding-bottom: 10px;">Dear {{ user.firstName }} on behalf of Outpost24,</p>
<p>A schedule has been modified by {{ schedule.createdBy }} on {{ schedule.created }}:</p>
</div>
<div style="padding-bottom: 8px;">
<p><strong>Schedule name: </strong><a
href="https://outscan.outpost24.com/portal/en/#/schedules/{{ schedule.id }}/schedule">{{ schedule.name }}</a></p>
<p><strong>Schedule frequency: </strong>{{ schedule.frequency }}</p>
</div>
<div>
<p>Best Regards,</p>
<p>Outpost24</p>
</div>
User
User Created
User created: {{ userAccount.username }}
<div>
<p style="padding-bottom: 10px;">Dear {{ user.firstName }} on behalf of Outpost24,</p>
<p>A new user has been created:</p>
</div>
<div style="padding-bottom: 8px;">
<p><strong>Username: </strong><a href="https://outscan.outpost24.com/portal/en/#/iam/users">{{ userAccount.username
}}</a></p>
<p><strong>User e-mail: </strong>{{ userAccount.email }}</p>
</div>
<div>
<p>Best Regards,</p>
<p>Outpost24</p>
</div>
User Deleted
User deleted: {{ userAccount.username }}
<div>
<p style="padding-bottom: 10px;">Dear {{ user.firstName }} on behalf of Outpost24,</p>
<p>A user has been deleted:</p>
</div>
<div style="padding-bottom: 8px;">
<p><strong>Username: </strong><a href="https://outscan.outpost24.com/portal/en/#/iam/users">{{ userAccount.username
}}</a></p>
<p><strong>User e-mail: </strong>{{ userAccount.email }}</p>
</div>
<div>
<p>Best Regards,</p>
<p>Outpost24</p>
</div>
User Login Attempt
User login attempt: {{ userAccount.username }}
<div>
<p style="padding-bottom: 10px;">Dear {{ user.firstName }} on behalf of Outpost24,</p>
<p>A login attempt has been registered by the user:</p>
</div>
<div style="padding-bottom: 8px;">
<p><strong>Username: </strong><a href="https://outscan.outpost24.com/portal/en/#/iam/users">{{ userAccount.username
}}</a></p>
<p><strong>User e-mail: </strong>{{ userAccount.email }}</p>
<p><strong>Time: </strong>{{ user.lastLogonDate }}</p>
<p><strong>Remote host:: </strong>{{ user.lastLogonIp }}</p>
</div>
<div>
<p>Best Regards,</p>
<p>Outpost24</p>
</div>
User Modified
User modified: {{ userAccount.username }}
<div>
<p style="padding-bottom: 10px;">Dear {{ user.firstName }} on behalf of Outpost24,</p>
<p>A user has been modified:</p>
</div>
<div style="padding-bottom: 8px;">
<p><strong>Username: </strong><a href="https://outscan.outpost24.com/portal/en/#/iam/users">{{ userAccount.username
}}</a></p>
<p><strong>User e-mail: </strong>{{ userAccount.email }}</p>
</div>
<div>
<p>Best Regards,</p>
<p>Outpost24</p>
</div>
Related Documents
Copyright
© 2024 Outpost24® All rights reserved. This document may only be redistributed unedited and unaltered. This document may be cited and referenced only if clearly crediting Outpost24® and this document as the source. Any other reproduction and redistribution in print or electronically is strictly prohibited without explicit permission.
Trademark
Outpost24® and OUTSCAN™ are trademarks of Outpost24® and its affiliated companies. All other brand names, product names or trademarks belong to their respective owners.