{% extends "base.html" %} {% load url from future %} {% load filters %} {% block title %}Profile{% endblock %} {% block content %}
| Username | {{ user_info.username }} |
| First Name | {{ user_info.first_name }} |
| Last Name | {{ user_info.last_name }} |
| Email Address | {{ user_info.email }} |
| Last Login | {{ user_info.last_login }} |
| Invalid Login Attempts | {{ user_info.invalid_login_attempts }} |
| Failed Password Resets | {{ user_info.password_reset.attempts }} |
| Date Joined | {{ user_info.date_joined }} |
| Organization | {{ user_info.organization }} |
| CRITs Role | {{ user_info.role }} |
| User-Agent | Accept Language | Location | Success | Date | {% for login in user_info.login_attempts %}
|---|---|---|---|---|
| {{ login.user_agent }} | {{ login.accept_language }} | {{ login.remote_addr }} | {{ login.success }} | {{ login.date }} |
{% if indicators %}
Recent Indicators
{% with indicator_list=indicators %}
{% include 'indicators_listing_widget.html' %}
{% endwith %}
|
||
{% if emails %}
Recent Emails
{% with email_list=emails %}
{% include 'email_listing_widget.html' %}
{% endwith %}
|
||
{% if samples %}
Recent Samples
{% with sample_list=samples %}
{% include 'samples_listing_widget.html' %}
{% endwith %}
|
| Filename | MD5 | Date Subscribed | |
|---|---|---|---|
| {{ sample.filename }} | {{ sample.md5 }} | {{ sample.date }} |
| Filename | MD5 | Date Subscribed | |
|---|---|---|---|
| {{ pcap.filename }} | {{ pcap.md5 }} | {{ pcap.date }} |
| ID | From | Sender | Subject | Date Subscribed | |
|---|---|---|---|---|---|
| {{ email.id }} | {{ email.from }} | {{ email.sender }} | {{ email.subject }} | {{ email.date }} |
| Value | Type | Date Subscribed | |
|---|---|---|---|
| {{ indicator.value }} | {{ indicator.type }} | {{ indicator.date }} |
| Title | Description | Date Subscribed | |
|---|---|---|---|
| {{ event.title }} | {{ event.description|truncatechars:100 }} | {{ event.date }} |
| Domain | Date Subscribed | |
|---|---|---|
| {{ domain.domain }} | {{ domain.date }} |
| IP | Date Subscribed | |
|---|---|---|
| {{ ip.ip }} | {{ ip.date }} |
| Campaign | Date Subscribed | |
|---|---|---|
| {{ campaign.name }} | {{ campaign.date }} |
| Source Name | Subscribed | |
|---|---|---|
| {{ source }} | {% if source|is_in:subscriptions.Source %}{% else %} | {% endif %} |
| Key Name | Date Added | View Key | Revoke |
|---|---|---|---|
| {{ key.name }} | {{ key.date }} |
| Link | Notification | Date | Delete | |
|---|---|---|---|---|
| {{ notification.obj_type }} | View {{ notification.obj_type }} | {{ notification.notification }} | {{ notification.created }} |