Questions tagged [whitelist]

145 questions
0
votes
1 answer

How to set up whitelisting on a DNS forwarding server with BIND9?

I have set up a DNS forwarding server on Ubuntu 20.04 LTS using Bind 9. I need to implement DNS whitelisting, however, I have not found any tutorials which explain how to set it up. I have tried looking at information about Response Policy Zones…
jefazo92
  • 3
  • 3
0
votes
1 answer

Is it safe to use Internet-facing RDP in combination with IP-whitelisting on Windows Firewall?

I am using a VPS that I connect to using RDP over the internet. Since I was experiencing an incessant stream of brute force attacks on the RDP, I configured the windows firewall to only allow certain IP-addresses to connect. This seems to work like…
0
votes
1 answer

Network Monitoring on Linux (RHEL/CentOS)

I am trying to monitor outgoing network traffic on a Virtual Machine running CentOS (Guest) on a Windows Machine (Host). I installed Fiddler on the Host Machine (Windows) and allowed remote connections on it so that I can use it as a proxy on the…
User9523
  • 101
  • 2
0
votes
0 answers

URL Whitelisting within a Proxy for tableau-server on Linux(RHEL)

My company is trying to setup a tableau-server on a linux virtual machine (RHEL). Now, the VMs we use, cannot access the internet, so, we have to specifically mention the endpoints to be whitelisted in a proxy which the VM will try to hit for this…
User9523
  • 101
  • 2
0
votes
1 answer

Dynamic IP address whitelisting for regular data transfers back home while travelling

I will be going on a 100 day (global) tour where we will be generating 1TB of video data per day. To mitigate risk of data loss we plan to drop one copy of hard disks with local volunteers in each country en route, who will upload the data from…
swami
  • 145
  • 4
0
votes
1 answer

mod_security with OWASP CRS: Custom rule for whitelisting googlebot

I am about to use OWASP CRS rules with mod_security on my WHM/cPanel enabled CentOS server (with apache). But I fear that accidentally Googlebot may be blocked by one rule or the other. After enabling OWASP CRS, If I add the below custom rule…
Kannan
  • 101
  • 2
0
votes
1 answer

Create Whitelist from SQL Server

Most of my experience is as an application developer and while I have a decent understanding of Exchange and how to work with it, I haven't ever had to set it up or configure it. If I request our admin auto-delete all emails sent to a certain…
0
votes
2 answers

How can I use iptables as a per-user whitelist web filter on Linux?

I'm trying to use iptables to create a web filter on a local machine that whitelists a list of websites and blacklists everything else on a per-user basis. So one user would have full web access while another would be restricted only to the…
Mike Lloyd
  • 1
  • 1
  • 1
0
votes
1 answer

Api request that return virtualHosts list name or ip

Is there a way for send a request to apache web server and it be returned list of all virtualHosts, name or ip address? Can be done it with some api? I Know that executing apache2ctl -S I get info on virtualhost VirtualHost configuration: *:80 is a…
0
votes
1 answer

Request Whitelisting for Java 7 Deployment

I just took over a project last month.When I tried to deploy the project, it popped up a message told me to migrate to Java 8 application or add to whitelist. I have tried the steps on the document of migrating to Java 8, but the project couldn't…
0
votes
1 answer

Openresty cookies whitelist when using proxy_pass

I'm setting up an openresty reverse proxy that will dispatch traffic to one of 2 backends depending on the path. I would like certain cookies from backend1 not to be passed to backend2. How should I do ? Here is an my nginx.conf : worker_processes…
Hedi
  • 11
  • 1
0
votes
2 answers

How to selectively allow IP addresses to access my Nginx server hosted on Google Cloud - Compute engine. (Whitelisting)

I have an Ngnix server hosted on Google Cloud - Compute engine. I'm creating a public IP for this. However I want to allow requests from few IP addresses only which means I want to allow only few applications to send requests to my Nginx. How can I…
0
votes
1 answer

How to whitelist users at the MX server, instead of the mail server, using Sendmail

I am running Sendmail 8.15.2 on Fedora 30 with a MX relaying to a mail server. The relay-domains file works fine to funnel only the desired domains from the MX to the mail server. But the mail server has to reject oodles of wrong users. I would…
0
votes
3 answers

Whitelisting my home router on corporate servers?

I need to access my corporate server (which is restricted) from my home. Corporate Admin is asking for Gateway IP of my home network so that they can whitelist my Home network. Basically, All my devices connected to my home Router should able to…
-1
votes
1 answer

Whitelist ICMP traffic with iptables

I'm configuring iptables, for an Ubuntu Server VPS. It runs sshd, and various Dockerised web apps. It is not a router, and is not part of a complicated network. After researching the topic, I decided to respect ICMP. However, I'm using a whitelist,…
lonix
  • 757
  • 9
  • 20
1 2 3
9
10