ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login
    1. Topics
    2. IRJ
    3. Topics
    • Profile
    • Following 20
    • Followers 13
    • Topics 586
    • Posts 7,265
    • Groups 0

    Topics

    • IRJI

      Testing Suricata with Wazuh in a VM test environment - Installation

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion suricata wazuh wazuh-manager nids hids elk
      1
      3 Votes
      1 Posts
      3k Views
      No one has replied
    • IRJI

      Wazuh - Configuring Custom Rules Based on Hostname

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion wazuh siem
      2
      3 Votes
      2 Posts
      1k Views
      IRJI

      It sucks that you cant create rules by group yet. The devs have submitted a feature request for it on my behalf so hopefully soon 🙂

    • IRJI

      Wazuh - Configuring Groups for Centralized Management

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion wazuh
      1
      3 Votes
      1 Posts
      746 Views
      No one has replied
    • IRJI

      Wazuh Manager Install - Ubuntu

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion wazuh ubuntu linux wazuh-manager
      3
      3 Votes
      3 Posts
      3k Views
      IRJI

      @wirestyle22 said in Wazuh Manager Install - Ubuntu:

      A few things:

      The manager label is wrong. It says manger instead of manager.

      @IRJ said in Wazuh Manager Install - Ubuntu:

      Install Filebeat

      There are two entries for "Install Filebeat"

      I tried to install Filebeat going command by command and it can't find it.

      Thanks I fixed the guide.

      What you need to do is this:

      #*********************************************************** #Install GPG keys and add repository #*********************************************************** curl -s https://artifacts.elastic.co/GPG-KEY-elasticsearch | apt-key add - echo "deb https://artifacts.elastic.co/packages/6.x/apt stable main" | tee /etc/apt/sources.list.d/elastic-6.x.list #*********************************************************** # APT Update #*********************************************************** sudo apt update #*********************************************************** #Install Filebeat #*********************************************************** sudo apt install -y filebeat=6.7.1 #*********************************************************** #Download Filebeat config file to forward logs #*********************************************************** sudo curl -so /etc/filebeat/filebeat.yml https://raw.githubusercontent.com/wazuh/wazuh/3.8/extensions/filebeat/filebeat.yml #*********************************************************** #Edit Filebeat config file to point to Elastic Server IP (In this lab environment I am using 127.0.0.1) #*********************************************************** sed -i 's/YOUR_ELASTIC_SERVER_IP/192.168.122.181/' /etc/filebeat/filebeat.yml #*********************************************************** #Start Filebeat service and configure it to automatically start at boot #*********************************************************** sudo systemctl daemon-reload sudo systemctl enable filebeat.service sudo systemctl start filebeat.service

      make sure to change 192.168.122.181 with your ip or localhost if you are using a single server for wazuh and ELK

    • IRJI

      Wazuh Agent Install - CentOS

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion wazuh centos linux
      4
      4 Votes
      4 Posts
      1k Views
      travisdh1T

      @JaredBusch said in Wazuh Agent Install - CentOS:

      Why are you disabling agent updates?

      Wazuh doesn't understand how to maintain their own repository, so when OSSIM updates their stuff, it breaks Wazuh. It's silly, easily fixable, and I don't have the time to maintain the thing myself.

    • IRJI

      Wazuh Agent Install - Ubuntu

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion wazuh linux ubuntu
      1
      2 Votes
      1 Posts
      1k Views
      No one has replied
    • IRJI

      How to configure SSH Keys for Nessus

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion nessus ssh keys
      12
      5 Votes
      12 Posts
      2k Views
      JaredBuschJ

      @DustinB3403 said in How to configure SSH Keys for Nessus:

      Isn't this step redundant?

      sudo mkdir /home/scan_user/.ssh sudo chown -R scan_user:scan_user /home/scan_user

      As ssh-keygen will create these directories and set the ownership?

      It certainly does on Fedora.

    • IRJI

      Cannot SSH using public key

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion ssh keys ssh
      33
      0 Votes
      33 Posts
      3k Views
      DustinB3403D

      @IRJ said in Cannot SSH using public key:

      RSA key working on Nessus, too. Thanks @DustinB3403 for calming me down

      You're welcome.

    • IRJI

      Can someone help explain this alias part to me?

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion sudoers least permission
      7
      0 Votes
      7 Posts
      274 Views
      travisdh1T

      @IRJ said in Can someone help explain this alias part to me?:

      @travisdh1 said in Can someone help explain this alias part to me?:

      @IRJ said in Can someone help explain this alias part to me?:

      This is actually a decent explanation of what I am trying to do:

      https://community.spiceworks.com/topic/108735-scanning-linux-devices-with-non-root-user

      That original one, while technically correct, seems purposely made more difficult to me.

      Ugh, that 🌶 thread, don't name your custom script the same thing as the program being run, FFS.

      This is where I have to ask, what exactly are you trying to accomplish? Just grab system information with dmidecode, or something different?

      https://www.tenable.com/blog/configuring-least-privilege-ssh-scans-with-nessus

      All right, not the greatest tutorial/how-to ever. You should only need a single user to accomplish this, so the whole group and alias conversation is pointless.

      Just follow the rest of that tutorial, adding only the needed programs to the sudoers file.

      nessus_user ALL=NOPASSWD: /usr/bin/program1, /usr/bin/program2
    • IRJI

      HIDS for Docker Host

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion wazuh docker hids intrustion dectection
      1
      1 Votes
      1 Posts
      495 Views
      No one has replied
    • IRJI

      Conatainers (Docker) vs VMs - When and Why?

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion docker containers virtualization vms
      19
      1 Votes
      19 Posts
      2k Views
      scottalanmillerS

      @JaredBusch said in Conatainers (Docker) vs VMs - When and Why?:

      @Obsolesce said in Conatainers (Docker) vs VMs - When and Why?:

      Are there many use cases in the SMB outside of Dev?

      Not even in dev really for the SMB. Just use a single VM to do the work. SMB rarely needs to scale.

      Other than as you stated, the solution is presented that way. Like UNMS.

      Even enterprise rarely need to scale that way. It's more for hosting companies than anything.

    • IRJI

      How to configure a OneDrive file for use with wget

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion onedrive wget automation download
      2
      2 Votes
      2 Posts
      7k Views
      IRJI

      Added extra step of renaming file and deleting long garbage file name.

    • IRJI

      How to configure automatic updates on Ubuntu 18.04 LTS

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion ubuntu 18.04 automatic updates postfix unattended-upgrades
      23
      5 Votes
      23 Posts
      4k Views
      DanpD

      @IRJ said in How to configure automatic updates on Ubuntu 18.04 LTS:

      Scripted a bit for anyone interested

      FWIW, this line didn't work for me --

      sed -i '/Unattended-Upgrade::Skip-Updates-On-Metered-Connections "true"/a\\ "${distro_id}:${distro_codename}-updates"; ' /etc/apt/apt.conf.d/50unattended-upgrades

      I believe this is due to the line being inserted outside the Unattended-Upgrade::Allowed-Origins grouping.

    • IRJI

      Cannot boot to LUKS encrypted drive on Ubuntu - freezes after unlocking drive

      Watching Ignoring Scheduled Pinned Locked Moved Solved IT Discussion selinux ubuntu freezes on boot luks recovery mode
      5
      1 Votes
      5 Posts
      745 Views
      IRJI

      @black3dynamite said in Cannot boot to LUKS encrypted drive on Ubuntu - freezes after unlocking drive:

      @travisdh1 Is it possible that AppArmor installed by default on all ubuntu installation? Having AppArmor and SELinux both active can cause problems.

      I'd love to hear a bit more about apparmor. I am not familiar with it at all. This should be a new thread.

    • IRJI

      NGINX Reverse Proxy Help - Error code: SSL_ERROR_RX_RECORD_TOO_LONG

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion kibana nginx ssl reverse proxy
      4
      1 Votes
      4 Posts
      3k Views
      IRJI

      @black3dynamite said in NGINX Reverse Proxy Help - Error code: SSL_ERROR_RX_RECORD_TOO_LONG:

      In the server block, add ssl_protocols TLSv1.2; and reload nginx

      no joy. Incognito mode did not work either.

    • IRJI

      KVM/QEMU DNS

      Watching Ignoring Scheduled Pinned Locked Moved Solved IT Discussion kvm qemu dns
      8
      0 Votes
      8 Posts
      1k Views
      IRJI

      @dyasny said in KVM/QEMU DNS:

      libvirt has dnsmasq built in, to serve DHCP. It can also be configured to serve DNS to the libvirt NAT network, and the host.

      This is an example of a working configuration: https://fabianlee.org/2018/10/22/kvm-using-dnsmasq-for-libvirt-dns-resolution/

      Pretty cool. Thanks.

    • IRJI

      Dual boot issues with fedora and windows

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion
      4
      1 Votes
      4 Posts
      153 Views
      scottalanmillerS

      My guess is that no, it could not work if the full drive is encrypted. Once you boot into Windows, the drive would be inaccessible as there would be no Linux to decrypt it.

    • IRJI

      Packetfence Open Source NAC

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion packetfence nac network access control
      5
      2 Votes
      5 Posts
      530 Views
      dbeatoD

      I have not used it, only provided some guidance in SW for that.

    • IRJI

      WordPress website migration

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion wordpress migration lets encrypt
      20
      0 Votes
      20 Posts
      1k Views
      wirestyle22W

      @IRJ This would be a heck of a guide if you ever get the time to do it

    • IRJI

      Gnome 3.32

      Watching Ignoring Scheduled Pinned Locked Moved IT Discussion gnome gnome 3.32
      2
      1 Votes
      2 Posts
      286 Views
      IRJI

      In case anyone else is interested...

      https://copr.fedorainfracloud.org/coprs/paulcarroty/Gnome_3.32/

    • 1 / 1