File tree Expand file tree Collapse file tree
thehive-templates/JA4_FoxIO_1_0 Expand file tree Collapse file tree Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments