Skip to content

Commit 5f9d2c8

Browse files
Update JA4_FoxIO_1_0 analyzer template
1 parent 21fc64c commit 5f9d2c8

1 file changed

Lines changed: 13 additions & 1 deletion

File tree

thehive-templates/JA4_FoxIO_1_0/long.html

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,22 @@ <h5>Match #{{$index + 1}}</h5>
1010

1111
<dt>Application</dt>
1212
<dd>{{entry.application || 'N/A'}}</dd>
13+
14+
<dt>Library</dt>
15+
<dd>{{entry.library || 'N/A'}}</dd>
16+
17+
<dt>Device</dt>
18+
<dd>{{entry.device || 'N/A'}}</dd>
19+
20+
<dt>OS</dt>
21+
<dd>{{entry.os || 'N/A'}}</dd>
1322

1423
<dt>User-Agent</dt>
1524
<dd class="wrap">{{entry.user_agent_string || 'N/A'}}</dd>
1625

26+
<dt>Certificate authority</dt>
27+
<dd>{{entry.certificate_authority || 'N/A'}}</dd>
28+
1729
<dt>Observation count</dt>
1830
<dd>{{entry.observation_count}}</dd>
1931

@@ -75,4 +87,4 @@ <h5>Match #{{$index + 1}}</h5>
7587
<p ng-if="content.errorMessage">{{content.errorMessage}}</p>
7688
<p ng-if="!content.errorMessage">An unknown error occurred.</p>
7789
</div>
78-
</div>
90+
</div>

0 commit comments

Comments
 (0)