Skip to content

Support & FAQ

Please, contact support if you are experiencing technical issues. You can also connect to our Discord Community Server for general questions, discussions, and community support.

A few common questions are described below in the FAQ section:

How to Contact Support

There is a special in-app feedback form that you can use to ask a technical question, report a bug, or provide feedback.

In-app feedback form In-app feedback form

This form is available under the Support & Feedback button on the top-right corner of the app and also on the login page in case you are having trouble logging in or creating an account.

Login page feedback form Login page feedback form

You can also send an email to support [at] netlas[.]io. But please remember that this method is not recommended.

The time it takes to receive a support response may vary based on your subscription plan. While our standard response time is within one business day, we typically reply much faster.

Live Community Support

Connect with the Netlas Community on Discord for real-time support and guidance. Engage with fellow users and familiarize yourself with the platform quickly. This is an excellent choice for immediate feedback and community-supported advice. Ideal for general questions or discussions where you can benefit from a variety of perspectives.

Join Community

Please note, a Discord account is required to participate. You have to be logged-in to Discord to get connected.

FAQs

Q: How can I download large sets of search results that exceed download limits?

A: When dealing with large numbers of search results that exceed your download limits, you can increase the limits or segment your queries to manage and download the results in smaller portions.

  • How to increase download limits: Download limits vary depending on your pricing plan. Therefore, if you need to download large amounts of data, upgrading your pricing plan will be the simplest and most convenient solution.

  • How to segment queries: Use additional filters in conjunction with your query to split results into smaller parts. You can split results by geolocation, IP range, or any other filter:

    <your query> AND geo.continent:("North America" OR "South America")
    <your query> AND geo.continent:("Europe" OR "Asia" OR "Africa" OR "Oceania")
    <your query> AND ip:[1.0.0.0 TO 128.255.255.255]
    <your query> AND ip:[129.0.0.0 TO 255.255.255.255]
    <your query> AND protocol:http
    <your query> AND protocol:https
    

Q: How can I search for a specific file in Netlas using its hash or content?

A: Keep in mind that Netlas focuses on scanning exposed ports. For each service detected, the system makes only one request and saves the response. In the case of the HTTP protocol, it requests an index page. It doesn’t crawl the entire website and its content. So the only option is to search by the file name in the http.body content. If you find links to the file, you can check these links with third-party tools.

http.body:"filename"