Back to Jumpserver

Msg Command Warning

apps/terminal/templates/terminal/_msg_command_warning.html

4.10.181.3 KB
Original Source

{% load i18n %}

{% trans 'Dear' %}: {{ recipient.name }} [{{ recipient.username }}]


{% trans 'We would like to inform you that a command alert has been triggered with the following details:' %}

{% trans 'Alert details' %}:

  • {% trans 'User' %}: [{{ user }}]
  • {% trans 'Asset' %}: [{{ asset }}]
  • {% trans 'Account' %}: [{{ account }}] {% if remote_addr %} - IP: [{{ remote_addr }}] {% endif %} {% if login_from %} - {% trans 'Login from' %}: [{{ login_from }}] {% endif %} {% if protocol %} - {% trans 'Protocol' %}: [{{ protocol }}] {% endif %} - {% trans 'Risk level' %}: [{{ risk_level }}]
  • {% trans 'Command acl' %}: [{{ cmd_filter_acl }}]
  • {% trans 'Command group' %}: [{{ cmd_group }}] {% if session_url %} - {% trans 'Session' %}: {% trans 'View session' %} {% endif %} - {% trans 'Organization' %}: [{{ org }}]
  • {% trans 'Command' %}: [{{ command }}] {% if time %} - {% trans 'Time' %}: [{{ time }}] {% endif %}

{% trans 'Please review this command execution to ensure it complies with your organization’s security policies. If you did not authorize this action or notice anything unusual, please take the necessary actions immediately.' %}

{% trans 'Thank you for your attention to this matter' %}!