Offset |
PID |
Local Address |
Local Port |
Remote Address |
Remote Port |
Protocol |
{% for sock in analysis.memory.netscan.data %}
{{sock.offset}} |
{{sock.process_id}} |
{{sock.local_address}} |
{{sock.local_port}} |
{{sock.remote_address}} |
{{sock.remote_port}} |
{{sock.protocol}} |
{% endfor %}