Skip to content

Commit

Permalink
Merge pull request #347 from Security-Onion-Solutions/dougburks-patch-1
Browse files Browse the repository at this point in the history
Add new SOC Quick Link for enabling reverse DNS lookups
  • Loading branch information
dougburks authored Feb 13, 2024
2 parents 8193dd8 + f117854 commit 584a7ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3791,6 +3791,9 @@ <h4 v-if="!$root.loading">{{ i18n.settingsCustomized }} {{ settingsCustomized }}
<li>
<router-link :to="{name: 'config', query: {s: 'soc.config.server.client.hunt.queries'}}">{{i18n.configQLSOCHunt}}</router-link>
</li>
<li>
<router-link :to="{name: 'config', query: {s: 'soc.config.server.client.enableReverseLookup'}}">{{i18n.configQLSOCDNS}}</router-link>
</li>
</ul>
</li>
</ul>
Expand Down
1 change: 1 addition & 0 deletions html/js/i18n.js
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ const i18n = {
configQLSOCActions: 'Edit entries on SOC Actions menu',
configQLSOCAlerts: 'Edit queries for SOC Alerts',
configQLSOCDashboards: 'Edit queries for SOC Dashboards',
configQLSOCDNS: 'Enable reverse DNS lookups when viewing IP addresses',
configQLSOCHunt: 'Edit queries for SOC Hunt',
configQLSuricata: 'Suricata',
configQLSuricataThreads: 'Change number of Suricata workers (threads)',
Expand Down

0 comments on commit 584a7ee

Please sign in to comment.