This directory contains the data and visualizations for the Pravda network infrastructure analysis.
pravda_network_data/
├── data/ # Raw and processed data files
│ └── active_probe_output_1.csv # Raw probe data
├── docs/ # Documentation
│ └── network_analysis_report.md # Analysis report
└── visualization/ # Network visualizations
└── pravda_network.html # Interactive network visualization
This file contains the raw output from active network probing of the Pravda network infrastructure.
Format:
<source> (type) --> <relationship> --> <target> (type)
Example:
pravda.com.ua (FQDN) --> a_record --> 104.22.28.160 (IPAddress)
The interactive network visualization is available in the visualization directory:
pravda_network.html: Interactive network graph showing relationships between domains, IPs, and services
To view the visualization:
- Open
visualization/pravda_network.htmlin a web browser - Use your mouse to zoom, pan, and interact with the network
-
Install dependencies:
pip install networkx pyvis pandas
-
Run the visualization script:
python visualization/network_visualizer.py data/active_probe_output_1.csv -o visualization/network.html
See docs/network_analysis_report.md for a detailed analysis of the network infrastructure.
[Specify your license here]
For questions about this data, please contact [Your Contact Information]