Tools:Visualization
From Forensics Wiki
Although not strictly for forensic purposes, visualization tools such as the ones discussed here can be very useful for visualizing large data sets. As forensic practitioners need to process more and more data, it is likely that some of the techniques implemented by these tools will need to be adopted.
Contents |
Programming Languages and Developer Toolkits
If you are building forensic tools, you probably want to start with one of these:
- Java and Swing
- Advantage: Portable and lots of good documentation out there.
- Disadvantage: Programs are a bit verbose, and only offers about 1/2 the performance of C
- Python with tkinter
- Advantage: Portable
- Disadvantage: Python is one of the slowest modern languages around.
- Python with wxWidgets
- Advantage: Portable and a better development environment than tkiner
- Disadvantage: wxWidgets is not installed by default, so you'll need to get it installed. Not as well documented as Tkinter
- Python with Qt (PySide)
- Advantage: Portable and a better development environment than tkiner or wxWidgets
- Disadvantage: Though not difficult, PySide has to be installed separately
- processing.org
- Advantage: Programming language specifically developed for visualization; compiles to java byte code
- Disadvantage: Very oddball
- JavaFX - Java's version of Flash
- Flash
Or you could try one of these higher-level toolkits:
- Crystal Space 3D
- Panda#D
Applications
Most of these are scriptable.
Open Source
Data Plotting
- http://ploticus.sourceforge.net
- http://www.gnuplot.info/
- OpenDX - Based on IBM's Visualization Data Explorer for 3D, runs on Unix/X11/Motif. (2007)
Graph and (Social) Network Visualization
- Boomslang --- A thin layer of python over matplotlib that makes it easier to do common plots.
- Cytoscape
- Graphviz - Originally developed by the AT&T Information Visualization Gorup, designed for drawing connected graphs of nodes and edges. Neato is a similar system but does layout based on a spring model. Can produce output as PostScript, PNG, GIF, or as an annotated graph file with the locations of all of the objects — ideal for drawing in a GUI. Runs from the command line on Unix, Windows and Mac, although there is also a MacOS GUI version.
- NodeXL - Free/open excel add-in extends the spreadsheet with network metrics and visualizations. (Only runs on Windows)
- Gephi -Gephi is an interactive visualization and exploration platform for all kinds of networks and complex systems, dynamic and hierarchical graphs
- http://graphstream-project.org/
- http://projects.skewed.de/graph-tool/
- http://igraph.sourceforge.net/
- http://nwb.cns.iu.edu/
- http://socnetv.sourceforge.net/
- Java Universal Network/Graph Framework (JUNG) - Graphing, data mining, social network analysis, and other stuff.
- Large Graph Layout (LGL) - A bioinformatics system from University of Texas. They really mean Large.
- NetDraw - "a free program written by Steve Borgatti for visualizing both 1-mode and 2-mode social network data."
- Pajek - Windows program for drawing large networks.
- Social Network Image Animator (SoNIA) - Originally developed at Stanford. Written in Java. Makes movies.
- WilmaScope - Real-time animations of dynamic graph structures. Written in Java. Sophisticated force model with strings and attraction.
- Walrus - A 3-d graph network exploration tool. Employs 3D hyperbolic displays and layout based on a user-supplied spanning tree.
See also: http://en.wikipedia.org/wiki/Social_network_analysis_software
Abandoned Social network Graphers
(Abandoned means that it hasn't been updated since 2009)
- Guess: The Graph Exploration System - Originally developed at HP, this is a large Jython/Java-based system that you can use for building your own applications. Distributed under GPL. (2007)
- InfoVis Cyberinfrastructure - Another graph drawing system written in Java. (2009)
- Krackplot - "KrackPlot is a program for network visualization designed for social network analysts." (2006; Windows only; no source, apparently)
- MultiNet - A data analysis package for drawing conventional data and graph data.
(2007)
- NetVis 2D - Another graph visualization and layout tool written in Java. (2005)
- uDrawGraph
- Ubigraph - a tool for visualizing dynamic graphs. The basic version is free, and talks to Python, Ruby, PHP, Java, C, C++, C#, Haskell, and OCaml. (2008)
Computer Network Visualization
Commercial Graphic Applications and Tools
- aiSee Graph Layout Software - Supports 15 layout algorithms, recursive graph nesting, and easy printing. Runs on Windows, Linux, Solaris, NetBSD, and MacOS. 30-day trial and free registered versions available. Academic pricing available.
- Geomantics - Geographical, Visualization and Graphics software. Runs on Windows.
- Graphis 2D and 3D graphing software - Runs on Windows. Free 30-day evaluation copy available.
- OpenViz and PowerViz - Both from Advanced Visual Systems, super high-end visualization toolkits. $$$$
- Tom Sawyer Software Analysis, Visualizaiton, and Layout programs. - Heavy support for drawing graphs. Beautiful gallery. ActiveX, Java, C++ and .NET editions.
- NetMiner - A comprehensive tool for Social Network Analysis. Runs on Windows, with a Linux version under development. $35 for "Express" student version, $250 for "Professional" student version, $950 for "Normal" "Professional" version.
- UCINET - A comprehensive package for the analysis of social network data as well as other 1-mode and 2-mode data.
- Logster - an ultra-easy software tool to visualize Apache-style logs on a world map.
- Clarified Analyzer - Visualizes Network Traffic and allows to drill down from visualizations to the packet level.
Visualization Toolkits and Libraries
C/C++
- The Visualization Toolkit - C++ multi-platform with interfaces available for Tcl/Tk, Java and Python. Professional support provided by Kitware.
- KDirStat, an open source implementation of Treemaps written in C. (Treemaps are a visualization technique developed at the University of Maryland for visualizing large amounts of multi-dimensional data.) You can find a copy of it in Disk Inventory X and
Java
- Graph Interface Library (GINY) - Java
- HyperGraph - Hyperbolic trees, in Java. Check out the home page. Try clicking on the logo...
- InfoViz Toolkit - Java, originally developed at INRA.
- Jdigrah - Java Directed Graphs.
- JGraphT - A Java visualization kit designed to be simple and extensible.
- Perfuse - A Java-based toolkit for building interactive information visualization applications
- VisAD - A Java component library for interactive and collaborative visualization.
- Linguine Maps - An open-source Java-based system for visualizing software call maps.
- Zoomable Visual Transformation Machine - Java. Originally started at Xerox Research Europe.
- OpenMap A Java-based Geographical Information System framework, from BBN.
Unclassified
- Gravisto: Graph Visualization Toolkit - An editor and toolkit for developing graph visualization algorithms.
- Rox Graph Theory Framework - An open-source plug-in framework for graph theory visualization.
- TouchGraph - Library for building graph-based interfaces.
Journals and Conferences
Research Groups
Berkeley
Brown
Stanford
- Rivet Project (Visualization complex systems)
UNM
Wattenberg
- Bewitched, a one-man research group.
See Also
- GVU's Information Visualization Resources link farm
- Google Directory of Graph Drawing Software
- GNU Free Software directory of scientific visualization software
- Open Source Graph Network Visualization in Java
- INSNA's web page of Computer Programs for Social Network Analysis
- http://www.dmoz.org/Science/Math/Combinatorics/Software/Graph_Drawing/
- http://www.ontopia.net/omnigator/models/index.jsp
- http://visant.bu.edu/
- http://sourceforge.net/projects/touchgraph/
CAIDA has 15+ years of work visualizing Internet topologies. You may find their tools to be useful: