Step-by-Step Guide to Install #NetBox on #Ubuntu VPS

This article provides a step-by-step guide to install NetBox on Ubuntu VPS server.
What is NetBox?
NetBox is a powerful and versatile open-source tool that allows you to efficiently manage your network infrastructure. In this comprehensive guide, we will walk you through the process to install NetBox on Ubuntu VPS. ...
Continued ๐Ÿ‘‰ https://blog.radwebhosting.com/install-netbox-on-ubuntu-vps/?utm_source=mastodon&utm_medium=social&utm_campaign=mastodon.social #letsencrypt #opensource #ipaddressmanagement #installguide #selfhosting #selfhosted

Step-by-Step Guide to Install #NetBox on #Ubuntu VPS

This article provides a step-by-step guide to install NetBox on Ubuntu VPS server.
What is NetBox?
NetBox is a powerful and versatile open-source tool that allows you to efficiently manage your network infrastructure. In this comprehensive guide, we will walk you through the process to install NetBox on Ubuntu VPS. ...
Continued ๐Ÿ‘‰ https://blog.radwebhosting.com/install-netbox-on-ubuntu-vps/?utm_source=mastodon&utm_medium=social&utm_campaign=mastodon.raddemo.host #letsencrypt #installguide #ipaddressmanagement #selfhosted #selfhosting #opensource

Not sure if I should trust a big static binary in a container anyway...
Especially since they say to just use the latest tag.
That screams for a supply chain / compromised github repo danger.

#netbox

Step-by-Step Guide to Install #NetBox on #Ubuntu VPS

This article provides a step-by-step guide to install NetBox on Ubuntu VPS server.
What is NetBox?
NetBox is a powerful and versatile open-source tool that allows you to efficiently manage your network infrastructure. In this comprehensive guide, we will walk you through the process to install NetBox on Ubuntu VPS. ...
Continued ๐Ÿ‘‰ https://blog.radwebhosting.com/install-netbox-on-ubuntu-vps/?utm_source=mastodon&utm_medium=social&utm_campaign=mastodon.raddemo.host #selfhosted #selfhosting #ipaddressmanagement #installguide #letsencrypt #opensource

Step-by-Step Guide to Install #NetBox on #Ubuntu VPS

This article provides a step-by-step guide to install NetBox on Ubuntu VPS server.
What is NetBox?
NetBox is a powerful and versatile open-source tool that allows you to efficiently manage your network infrastructure. In this comprehensive guide, we will walk you through the process to install NetBox on Ubuntu VPS. ...
Continued ๐Ÿ‘‰ https://blog.radwebhosting.com/install-netbox-on-ubuntu-vps/?utm_source=mastodon&utm_medium=social&utm_campaign=mastodon.social #opensource #selfhosting #ipaddressmanagement #installguide #letsencrypt #selfhosted

Upgraded my #netbox installation
Fucked up and did a git clean -fxd because muscle memory
Configuration is gone.

just finished tidying up a vibecoded mess that fucked up a bunch of source of truth data in #netbox

never vibe coding shit ever again, that was such an awful idea. why did 6 months ago me do this

Step-by-Step Guide to Install #NetBox on #Ubuntu VPS

This article provides a step-by-step guide to install NetBox on Ubuntu VPS server.
What is NetBox?
NetBox is a powerful and versatile open-source tool that allows you to efficiently manage your network infrastructure. In this comprehensive guide, we will walk you through the process to install NetBox on Ubuntu VPS. ...
Continued ๐Ÿ‘‰ https://blog.radwebhosting.com/install-netbox-on-ubuntu-vps/?utm_source=mastodon&utm_medium=social&utm_campaign=mastodon.raddemo.host #letsencrypt #ipaddressmanagement #installguide #opensource #selfhosted #selfhosting

On my way to #AutoCon5 in Munich...

I'm looking forward to informative workshops about #infrahub, #netbox, #ai , #gRPC and engaging presentations

Malcolm v26.06.0 is primarily a security hardening release, addressing fifteen vulnerabilities (2 high severity, 6 medium, and 7 low) identified in a security assessment. Bug fixes address an issue with the zeek container causing performance degredation over time and a fix for duplicate virtual machine entries in NetBox autopopulation. A few component versions have also been updated.

If you are upgrading from an existing Malcolm installation, run ./scripts/status for Malcolm to migrate some settings prior to running ./scripts/configure, ./scripts/start, or other Malcolm control scripts.

https://github.com/idaholab/Malcolm/compare/v26.05.2...v26.06.0

  • ๐Ÿ›ก๏ธ Security Remediation & Hardening (#996)
    • Unauthenticated reflected XSS / open redirect in /dashboards/app/refred; also added Content-Security-Policy framing headers (frame-ancestors, base-uri, form-action) and X-Frame-Options: SAMEORIGIN globally to mitigate clickjacking (#997)
    • Authenticated command injection in filebeat container via SFTP-uploaded filename (#998)
    • Password stored as MD5-crypt for SFTP (#1009)
    • Authenticated archive zip-slip file write in filebeat container (#999)
    • OpenSearch path injection via /mapi/fields?template (#1000)
    • submit.php Location: open redirect via Referer (#1007)
    • htadmin proxied with no nginx auth gate (#1003)
    • Keycloak OIDC ssl_verify always set to false (#1006)
    • NetBox SUPERUSER_PASSWORD=admin shipped default (#1011)
    • RBAC defaultdict(lambda: True) fail-open for unlisted handlers in Malcolm API (#1004)
    • Read-only Arkime deny-regex omits addtags/removetags (#1008)
    • Read-only deployment allows POST /mapi/event (#1002)
    • WISE auth path selectable by client User-Agent (#1001)
    • ARKIME_PASSWORD_SECRET=Malcolm shipped default (#1005)
    • requests CVE bump reverted in logstash image (#1010)
    • Fix API auth errors and hide NGINX version disclosure (#989)
  • ๐Ÿ› Bug fixes
    • auto-discovered Virtual Machines in NetBox seem to allow for duplicates (#978)
    • Ensure list of archive file types supported by Malcolm for uploading Zeek logs (application/gzip,application/vnd.rar,application/x-7z-compressed,application/x-bzip2,application/x-cpio,application/x-gzip,application/x-lzip,application/x-lzma,application/x-rar-compressed,application/x-tar,application/x-xz,application/zip) are consistently used across the platform.
    • zeek container continually grows /usr/local/zeek/crontab, causing Malcolm performance to gradually worsen (#1015)
  • โœ… Component version updates
  • ๐Ÿงน Code and project maintenance
    • Fixed some incorrect links in documentation (#988, thanks @jsoref)
    • Refactored NGINX error pages configuration into its own include file and added a 401.html page
  • ๐Ÿ“„ Configuration changes for Malcolm (in environment variables in ./config/). The Malcolm control script (e.g., ./scripts/status, ./scripts/start) automatically handles creation and migration of variables according to ./config/env-var-actions.yml.

Malcolm is a powerful, easily deployable network ๐Ÿ–ง traffic analysis tool suite for network security monitoring ๐Ÿ•ต๐Ÿปโ€โ™€๏ธ.

Malcolm operates as a cluster of containers ๐Ÿ“ฆ, isolated sandboxes which each serve a dedicated function of the system. This makes Malcolm deployable with frameworks like Docker ๐Ÿ‹, Podman ๐Ÿฆญ, and Kubernetes โŽˆ. Check out the Quick Start guide for examples on how to get up and running.

Alternatively, dedicated official ISO installer images ๐Ÿ’ฟ for Malcolm and Hedgehog Linux ๐Ÿฆ” can be downloaded from Malcolm's releases page on GitHub. Due to limits on individual files in GitHub releases, these ISO files have been split ๐Ÿช“ into 2GB chunks and can be reassembled with scripts provided for both Bash ๐Ÿง (release_cleaver.sh) and PowerShell ๐ŸชŸ (release_cleaver.ps1). See Downloading Malcolm - Installer ISOs for instructions.

As always, join us on the Malcolm discussions board ๐Ÿ’ฌ to engage with the community, or pop some corn ๐Ÿฟ and watch a video ๐Ÿ“ผ.

#Malcolm #HedgehogLinux #Zeek #Arkime #Strelka #NetBox #OpenSearch #Elasticsearch #Suricata #PCAP #NetworkTrafficAnalysis #networksecuritymonitoring #OT #ICS #icssecurity #CyberSecurity #Cyber #Infosec #INL

Release Malcolm v26.06.0 ยท idaholab/Malcolm

Malcolm v26.06.0 is primarily a security hardening release, addressing fifteen vulnerabilities (2 high severity, 6 medium, and 7 low) identified in a security assessment. Bug fixes address an issue...

GitHub