Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new SOC Quick Link for enabling reverse DNS lookups #347

Merged
merged 2 commits into from
Feb 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading