Search found 1691 matches
- Thu May 08, 2025 6:09 pm
- Forum: OSSEC
- Topic: Agent with static ip, server with dynamic ip
- Replies: 4
- Views: 7883
Re: Agent with static ip, server with dynamic ip
If I understand what you may be doing, agents connect to the server the server doesnt connect to the agents. Does the server search for agents to the two ips I set in the server's ossec conf ? or is it only the agent that try to connect to the server (in this last case there is no way the agent can ...
- Mon May 05, 2025 4:30 pm
- Forum: OSSEC
- Topic: Agent with static ip, server with dynamic ip
- Replies: 4
- Views: 7883
Re: Agent with static ip, server with dynamic ip
Could you share a copy of your agent and hubs config files?
- Wed Mar 19, 2025 2:38 pm
- Forum: OSSEC
- Topic: Ossec agent crash on Windows 2016 server
- Replies: 2
- Views: 32043
- Fri Aug 30, 2024 4:51 pm
- Forum: OSSEC
- Topic: Email alert
- Replies: 6
- Views: 21063
Re: Email alert
Yes, the intent of rule 1002 is to catch anything that doesnt match an existing rule, and by default it will always be sent regardless of your other global settings. The rule indicates that theres something OSSEC doesnt understand (yet) but could be a problem and you should investigate it (and add a...
- Thu Aug 22, 2024 2:19 pm
- Forum: OSSEC
- Topic: Email alert
- Replies: 6
- Views: 21063
Re: Email alert
That should work for your system. There are some rules that are set to always be delivered regardless of level by default (this can be over ridden in the rule), what was/are the rule IDs youre being sent that are below 7?
- Thu Aug 08, 2024 1:57 pm
- Forum: OSSEC
- Topic: Email alert
- Replies: 6
- Views: 21063
Re: Email alert
Could you tell me what version of OSSEC you are using?
- Tue Oct 24, 2023 5:02 pm
- Forum: OSSEC
- Topic: Virtual Appliance throws an error when installing
- Replies: 1
- Views: 53992
Re: Virtual Appliance throws an error when installing
The virtual appliances are no longer maintained.
Could you send an email to support@atomicorp.com so we can look up your OSSEC+ account?
Could you send an email to support@atomicorp.com so we can look up your OSSEC+ account?
- Mon Jul 25, 2022 2:28 pm
- Forum: OSSEC
- Topic: oum update ERROR: Download failed with ERROR (6)
- Replies: 17
- Views: 175170
Re: oum update ERROR: Download failed with ERROR (6)
Opensearch is the Apache 2.0 licensed fork of Elastic Search.
- Tue Jul 12, 2022 3:42 pm
- Forum: Atomic OSSEC
- Topic: Matching certain rule crashes the system
- Replies: 5
- Views: 179403
Re: Matching certain rule crashes the system
The active-responses.log file should tell you the rule that was triggered, for example:
Tue Jul 12 12:32:21 PDT 2022 /var/ossec/active-response/bin/host-deny.sh add - 1.2.3.4 1657654341.8325652 477641
477641 is the rule that was triggered.
Tue Jul 12 12:32:21 PDT 2022 /var/ossec/active-response/bin/host-deny.sh add - 1.2.3.4 1657654341.8325652 477641
477641 is the rule that was triggered.
- Thu Jun 30, 2022 1:07 pm
- Forum: Atomicorp Modsecurity Rules Support
- Topic: Atomicorp down?
- Replies: 3
- Views: 146891
Re: Atomicorp down?
Its actually hosted in three different data centers (on two different continents), this issue occurred when we add ipv6 support to the load balancers and the VLANs did not propagate the IPv4 networks as well due to a bug in the VLAN software. The systems have been updated and the issue should not oc...
- Thu Mar 17, 2022 4:38 pm
- Forum: Atomicorp Free Modsecurity Rules
- Topic: Ubuntu 20.04, Nginx, modsecurity and AUM
- Replies: 1
- Views: 114719
Re: Ubuntu 20.04, Nginx, modsecurity and AUM
aum doesnt understand nginx yet, so for now you will need to download the nginx rules manually. We do recommend using our prebuilt modsecurity plugin for nginx: https://docs.atomicorp.com/gotrootModsec/linux/index.html#manual-installation-nginx Please let us know if you need any help setting this up.
- Tue Mar 01, 2022 6:02 pm
- Forum: Atomicorp Announcements
- Topic: New 7.0 interface available for alpha testing
- Replies: 0
- Views: 150291
New 7.0 interface available for alpha testing
We have made our new AWP 7.0 interface available for alpha testing. If you are interested in trying it out, you can upgrade with: yum --enablrepo=asl-7.0-testing upgrade awp-web image (2).png The interface is not feature complete , but it has the new custom dashboard interface available now. You can...
- Mon Jan 10, 2022 4:50 pm
- Forum: OSSEC
- Topic: Server is not a Master?
- Replies: 1
- Views: 61331
Re: Server is not a Master?
Thats normally the output if you only installed the agent, youll need to install the server.
If you think you did, could you share with us the commands you ran to install the server?
If you think you did, could you share with us the commands you ran to install the server?
- Thu Dec 16, 2021 1:22 pm
- Forum: OSSEC
- Topic: Nginx with Ossec
- Replies: 1
- Views: 62024
Re: Nginx with Ossec
OSSEC doesnt require a web server, so it doesnt matter what you install web server wise. Is there something youre trying to do with ossec that requires a web server?
- Fri Dec 10, 2021 3:10 pm
- Forum: PHP Help and Discussion
- Topic: PHP 5.6 end of support
- Replies: 9
- Views: 163619
Re: PHP 5.6 end of support
CentOS 7 is good through 2024. Or you can switch to Rocky Linux which is CentOS8 equivalent .