📄
REMnux Documentation
  • REMnux: A Linux Toolkit for Malware Analysis
  • Install the Distro
    • Get the Virtual Appliance
    • Install from Scratch
    • Add to an Existing System
    • Run REMnux as a Container
    • Keep the Distro Up to Date
  • Discover the Tools
    • Examine Static Properties
      • General
      • PE Files
      • ELF Files
      • .NET
      • Deobfuscation
    • Statically Analyze Code
      • General
      • Unpacking
      • PE Files
      • Python
      • Scripts
      • Java
      • .NET
      • Flash
      • Android
    • Dynamically Reverse-Engineer Code
      • General
      • Shellcode
      • Scripts
      • ELF Files
    • Perform Memory Forensics
    • Explore Network Interactions
      • Monitoring
      • Connecting
      • Services
    • Investigate System Interactions
    • Analyze Documents
      • General
      • PDF
      • Microsoft Office
      • Email Messages
    • Gather and Analyze Data
    • View or Edit Files
    • General Utilities
  • Run Tools in Containers
    • Docker Images of Malware Analysis Tools
  • Behind the Scenes
    • People
    • Technologies
      • SaltStack Management
      • REMnux Installer
      • State Files Without the REMnux Installer
      • Debian Packages
      • Website and Docs
    • License
  • Tips and More
    • REMnux Configuration Tips
    • REMnux Tool Tips
    • Malware Analysis Training
    • REMnux Website
  • Get Involved
    • Ask and Answer Questions
    • Write About the Tools
    • Add or Update Tools
      • Contribute a Salt State File
      • Contribute a Debian Package
      • Contribute a Dockerfile
    • Implement Enhancements
Powered by GitBook
On this page
  • Unfurl
  • thug
  • netcat
  • tor
  • Anomy
  • EPIC IRC Client
  • GNU Wget
  • cURL
  1. Discover the Tools
  2. Explore Network Interactions

Connecting

Explore Network Interactions

PreviousMonitoringNextServices

Last updated 4 years ago

Unfurl

Deconstruct and decode data from a URL.

Website: Author: Ryan Benson: License: Apache License 2.0: Notes: For the command-line version of the tool, run unfurl_cli.py. For the local browser-based version, run unfurl_app.py. State File:

thug

Examine suspicious website using this low-interaction honeyclient.

Website: Author: Angelo Dell'Aera License: GNU General Public License (GPL) v2: Notes: thug -F State File:

netcat

Read and write data across network connections.

Website: Author: Hobbit, Mike Frysinger, a3alex, Anatoly Techtonik License: Public Domain Notes: nc State File:

tor

Obfuscate your origins by routing traffic through a network of anonymizing nodes.

Website: Author: Roger Dingledine, Nick Mathewson, Tor Project Inc. License: 3-Clause BSD license: State File:

Anomy

A wrapper around wget, ssh, sftp, ftp, and telnet to route these connections through Tor to anonymize your traffic.

EPIC IRC Client

Examine IRC activities with this IRC client.

GNU Wget

Interact with servers via HTTP, HTTPS, FTP, and FTPS using this command-line tool.

cURL

Interact with servers via supported protocols, including HTTP, HTTPS, FTP, IMAP, etc. using this command-line tool.

Website: Author: Mike Johnson: License: Free, unknown license Notes: anomy State File:

Website: Author: Michael Sandroff, Troy Rollo, Matthew Green, Jake Khuon, EPIC Software Labs License: Free, custom license: Notes: epic5 State File:

Website: Author: Hrvoje Niksic, Tim Ruhsen, Darshit Shah, Giuseppe Scrivano License: GNU General Public License (GPL) v3: Notes: wget State File:

Website: Author: Daniel Stenberg and contributors: License: Free, custom license: Notes: curl State File:

https://github.com/obsidianforensics/unfurl
https://twitter.com/_RyanBenson
https://github.com/obsidianforensics/unfurl/blob/master/LICENSE
remnux.python3-packages.unfurl
https://github.com/buffer/thug
https://github.com/buffer/thug/blob/master/LICENSE.txt
remnux.python3-packages.thug
https://nc110.sourceforge.io/
remnux.packages.netcat
https://www.torproject.org
https://github.com/torproject/tor/blob/master/LICENSE
remnux.packages.tor
https://github.com/izm1chael/Anomy
https://cyber-bytes.co.uk
remnux.scripts.anomy
http://www.epicsol.org/
http://www.epicsol.org/copyright
remnux.packages.epic5
https://www.gnu.org/software/wget/
https://www.gnu.org/licenses/gpl-3.0.html
remnux.packages.wget
https://curl.haxx.se
https://curl.haxx.se/docs/thanks.html
https://curl.haxx.se/docs/copyright.html
remnux.packages.curl