| Name | Response | Post-Analysis Lookup |
|---|---|---|
| {{p.request}} [VT] {% if config.display_et_portal %} [ET] {% endif %} {% if config.display_pt_portal %} [PT] {% endif %} |
{% for a in p.answers %}
{{a.type}} {{a.data|linebreaksbr}}
{% if a.type != "NXDOMAIN" %}
{% if a.type == "CNAME" %}
[VT]
{% else %}
[VT]
{% endif %}
{% if config.display_et_portal %}
[ET]
{% endif %}
{% if config.display_pt_portal %}
[PT]
{% endif %}
{% endif %}
{% if not forloop.last %}
{% endif %} {% endfor %} |
{% if domainlookups and domainlookups|get_item:p.request %} {{ domainlookups|get_item:p.request }} [VT] {% if config.display_et_portal %} [ET] {% endif %} {% if config.display_pt_portal %} [PT] {% endif %} {% endif %} |
No domains contacted.
{% endif %}