{%- import '_macros_site.html' as macros_site with context -%} {%- import 'nerd/_macros.html' as macros_nerd with context -%} {%- set content_id = get_uuid4() -%}
{{ _('Reputation') }}: | {{ '{:.3f}'.format(search_result['rep']) }} |
---|---|
{{ _('FMP score') }}: | {{ '{:.3f}'.format(search_result['fmp']['general']) }} |
{{ _('Hostname') }}: | {{ search_result['hostname'] }} |
{{ _('AS number') }}: | {{ search_result['asn'] | join(', ') }} |
{{ _('Country') }}: | {{ search_result['geo']['ctry'] | upper }} {{ get_country_flag(search_result['geo']['ctry']) }} |
{{ _('BGP prefix') }}: | {{ search_result['bgppref'] }} |
{{ _('IP block') }}: | {{ search_result['ipblock'] }} |
{{ _('Blacklists') }}: | {% for bl in search_result['bl'] %} {{ bl }} {% endfor %} |
{{ _('Tags') }}: | {% for tag in search_result['tags'] %} {{ tag['n'] }} ({{ tag['c'] }}x) {% endfor %} |