100+ datasets found
  1. Network Traffic Analysis Market - Size & Report

    • mordorintelligence.com
    pdf,excel,csv,ppt
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Mordor Intelligence, Network Traffic Analysis Market - Size & Report [Dataset]. https://www.mordorintelligence.com/industry-reports/network-traffic-analysis-market
    Explore at:
    pdf,excel,csv,pptAvailable download formats
    Dataset authored and provided by
    Mordor Intelligence
    License

    https://www.mordorintelligence.com/privacy-policyhttps://www.mordorintelligence.com/privacy-policy

    Time period covered
    2019 - 2030
    Area covered
    Global
    Description

    The report covers Global Network Traffic Analysis Market Share and it is segmented by Deployment (On-premise and Cloud-based), End-user Vertical (BFSI, IT and Telecom, Government, Energy and Power, and Retail), and Geography (North America, Europe, Asia-Pacific, Latin America, and Middle East and Africa). The market sizes and forecasts are provided in value (in USD million) for all the above segments.

  2. m

    Encrypted Traffic Feature Dataset for Machine Learning and Deep Learning...

    • data.mendeley.com
    Updated Dec 6, 2022
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Zihao Wang (2022). Encrypted Traffic Feature Dataset for Machine Learning and Deep Learning based Encrypted Traffic Analysis [Dataset]. http://doi.org/10.17632/xw7r4tt54g.1
    Explore at:
    Dataset updated
    Dec 6, 2022
    Authors
    Zihao Wang
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Description

    This traffic dataset contains a balance size of encrypted malicious and legitimate traffic for encrypted malicious traffic detection and analysis. The dataset is a secondary csv feature data that is composed of six public traffic datasets.

    Our dataset is curated based on two criteria: The first criterion is to combine widely considered public datasets which contain enough encrypted malicious or encrypted legitimate traffic in existing works, such as Malware Capture Facility Project datasets. The second criterion is to ensure the final dataset balance of encrypted malicious and legitimate network traffic.

    Based on the criteria, 6 public datasets are selected. After data pre-processing, details of each selected public dataset and the size of different encrypted traffic are shown in the “Dataset Statistic Analysis Document”. The document summarized the malicious and legitimate traffic size we selected from each selected public dataset, the traffic size of each malicious traffic type, and the total traffic size of the composed dataset. From the table, we are able to observe that encrypted malicious and legitimate traffic equally contributes to approximately 50% of the final composed dataset.

    The datasets now made available were prepared to aim at encrypted malicious traffic detection. Since the dataset is used for machine learning or deep learning model training, a sample of train and test sets are also provided. The train and test datasets are separated based on 1:4. Such datasets can be used for machine learning or deep learning model training and testing based on selected features or after processing further data pre-processing.

  3. d

    Traffic Analysis Zones

    • catalog.data.gov
    • opendata.dc.gov
    • +4more
    Updated Feb 5, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    D.C. Office of the Chief Technology Officer (2025). Traffic Analysis Zones [Dataset]. https://catalog.data.gov/dataset/traffic-analysis-zones
    Explore at:
    Dataset updated
    Feb 5, 2025
    Dataset provided by
    D.C. Office of the Chief Technology Officer
    Description

    Traffic Analysis Zones (TAZ) for the COG/TPB Modeled Region from Metropolitan Washington Council of Governments. The TAZ dataset is used to join several types of zone-based transportation modeling data. For more information, visit https://plandc.dc.gov/page/traffic-analysis-zone.

  4. Network Traffic Analysis: Data and Code

    • zenodo.org
    • data.niaid.nih.gov
    sh, text/x-python +1
    Updated Jun 4, 2024
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Madeline Moran; Madeline Moran; Joshua Honig; Nathan Ferrell; Shreena Soni; Sophia Homan; Eric Chan-Tin; Eric Chan-Tin; Joshua Honig; Nathan Ferrell; Shreena Soni; Sophia Homan (2024). Network Traffic Analysis: Data and Code [Dataset]. http://doi.org/10.5281/zenodo.11479411
    Explore at:
    text/x-python, sh, txtAvailable download formats
    Dataset updated
    Jun 4, 2024
    Dataset provided by
    Zenodohttp://zenodo.org/
    Authors
    Madeline Moran; Madeline Moran; Joshua Honig; Nathan Ferrell; Shreena Soni; Sophia Homan; Eric Chan-Tin; Eric Chan-Tin; Joshua Honig; Nathan Ferrell; Shreena Soni; Sophia Homan
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Description

    Code:

    • Packet_Features_Generator.py & Features.py
      • To run this code:
        • pkt_features.py [-h] -i TXTFILE [-x X] [-y Y] [-z Z] [-ml] [-s S] -j
        • -h, --help show this help message and exit
          -i TXTFILE input text file
          -x X Add first X number of total packets as features.
          -y Y Add first Y number of negative packets as features.
          -z Z Add first Z number of positive packets as features.
          -ml Output to text file all websites in the format of websiteNumber1,feature1,feature2,...
          -s S Generate samples using size s.
          -j
      • Purpose:
        • Turns a text file containing lists of incomeing and outgoing network packet sizes into separate website objects with associative features.
        • Uses Features.py to calcualte the features.
    • startMachineLearning.sh & machineLearning.py
      • To run this code:
        • bash startMachineLearning.sh
        • This code then runs machineLearning.py in a tmux session with the nessisary file paths and flags
        • Options (to be edited within this file):
          • --evaluate-only to test 5 fold cross validation accuracy
          • --test-scaling-normalization to test 6 different combinations of scalers and normalizers
            • Note: once the best combination is determined, it should be added to the data_preprocessing function in machineLearning.py for future use
          • --grid-search to test the best grid search hyperparameters
            - note: the possible hyperparameters must be added to train_model under 'if not evaluateOnly:'
            - once best hyperparameters are determined, add them to train_model under 'if evaluateOnly:'
      • Purpose:
        • Using the .ml file generated by Packet_Features_Generator.py & Features.py, this program trains a RandomForest Classifier on the provided data and provides results using cross validation. These results include the best scaling and normailzation options for each data set as well as the best grid search hyperparameters based on the provided ranges.

    Data

    • Encrypted network traffic was collected on an isolated computer visiting different Wikipedia and New York Times articles, different Google search queres (collected in the form of their autocomplete results and their results page), and different actions taken on a Virtual Reality head set.
    • Data for this experiment was stored and analyzed in the form of a txt file for each experiment which contains:
      • First number is a classification number to denote what website, query, or vr action is taking place.
      • The remaining numbers in each line denote:
        • The size of a packet,
        • and the direction it is traveling.
      • negative numbers denote incoming packets
      • positive numbers denote outgoing packets
  5. d

    Traffic Continuum from Solution Publishing |500M+ US Web Traffic Data...

    • datarade.ai
    .csv, .xls
    Updated Feb 22, 2024
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Solution Publishing (2024). Traffic Continuum from Solution Publishing |500M+ US Web Traffic Data Resolution | B2B B2C Website Visitor Identity Resolution | Web Traffic Data [Dataset]. https://datarade.ai/data-products/traffic-continuum-from-solution-publishing-500m-us-web-traf-solution-publishing
    Explore at:
    .csv, .xlsAvailable download formats
    Dataset updated
    Feb 22, 2024
    Dataset authored and provided by
    Solution Publishing
    Area covered
    United States
    Description

    Unlock the Potential of Your Web Traffic with Advanced Data Resolution

    In the digital age, understanding and leveraging web traffic data is crucial for businesses aiming to thrive online. Our pioneering solution transforms anonymous website visits into valuable B2B and B2C contact data, offering unprecedented insights into your digital audience. By integrating our unique tag into your website, you unlock the capability to convert 25-50% of your anonymous traffic into actionable contact rows, directly deposited into an S3 bucket for your convenience. This process, known as "Web Traffic Data Resolution," is at the forefront of digital marketing and sales strategies, providing a competitive edge in understanding and engaging with your online visitors.

    Comprehensive Web Traffic Data Resolution Our product stands out by offering a robust solution for "Web Traffic Data Resolution," a process that demystifies the identities behind your website traffic. By deploying a simple tag on your site, our technology goes to work, analyzing visitor behavior and leveraging proprietary data matching techniques to reveal the individuals and businesses behind the clicks. This innovative approach not only enhances your data collection but does so with respect for privacy and compliance standards, ensuring that your business gains insights ethically and responsibly.

    Deep Dive into Web Traffic Data At the core of our solution is the sophisticated analysis of "Web Traffic Data." Our system meticulously collects and processes every interaction on your site, from page views to time spent on each section. This data, once anonymous and perhaps seen as abstract numbers, is transformed into a detailed ledger of potential leads and customer insights. By understanding who visits your site, their interests, and their contact information, your business is equipped to tailor marketing efforts, personalize customer experiences, and streamline sales processes like never before.

    Benefits of Our Web Traffic Data Resolution Service Enhanced Lead Generation: By converting anonymous visitors into identifiable contact data, our service significantly expands your pool of potential leads. This direct enhancement of your lead generation efforts can dramatically increase conversion rates and ROI on marketing campaigns.

    Targeted Marketing Campaigns: Armed with detailed B2B and B2C contact data, your marketing team can create highly targeted and personalized campaigns. This precision in marketing not only improves engagement rates but also ensures that your messaging resonates with the intended audience.

    Improved Customer Insights: Gaining a deeper understanding of your web traffic enables your business to refine customer personas and tailor offerings to meet market demands. These insights are invaluable for product development, customer service improvement, and strategic planning.

    Competitive Advantage: In a digital landscape where understanding your audience can make or break your business, our Web Traffic Data Resolution service provides a significant competitive edge. By accessing detailed contact data that others in your industry may overlook, you position your business as a leader in customer engagement and data-driven strategies.

    Seamless Integration and Accessibility: Our solution is designed for ease of use, requiring only the placement of a tag on your website to start gathering data. The contact rows generated are easily accessible in an S3 bucket, ensuring that you can integrate this data with your existing CRM systems and marketing tools without hassle.

    How It Works: A Closer Look at the Process Our Web Traffic Data Resolution process is streamlined and user-friendly, designed to integrate seamlessly with your existing website infrastructure:

    Tag Deployment: Implement our unique tag on your website with simple instructions. This tag is lightweight and does not impact your site's loading speed or user experience.

    Data Collection and Analysis: As visitors navigate your site, our system collects web traffic data in real-time, analyzing behavior patterns, engagement metrics, and more.

    Resolution and Transformation: Using advanced data matching algorithms, we resolve the collected web traffic data into identifiable B2B and B2C contact information.

    Data Delivery: The resolved contact data is then securely transferred to an S3 bucket, where it is organized and ready for your access. This process occurs daily, ensuring you have the most up-to-date information at your fingertips.

    Integration and Action: With the resolved data now in your possession, your business can take immediate action. From refining marketing strategies to enhancing customer experiences, the possibilities are endless.

    Security and Privacy: Our Commitment Understanding the sensitivity of web traffic data and contact information, our solution is built with security and privacy at its core. We adhere to strict data protection regulat...

  6. R

    Traffic Video Analysis Dataset

    • universe.roboflow.com
    zip
    Updated Mar 4, 2025
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    KQWS (2025). Traffic Video Analysis Dataset [Dataset]. https://universe.roboflow.com/kqws/traffic-video-analysis
    Explore at:
    zipAvailable download formats
    Dataset updated
    Mar 4, 2025
    Dataset authored and provided by
    KQWS
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Variables measured
    Traffic Bounding Boxes
    Description

    Traffic Video Analysis

    ## Overview
    
    Traffic Video Analysis is a dataset for object detection tasks - it contains Traffic annotations for 4,821 images.
    
    ## Getting Started
    
    You can download this dataset for use within your own projects, or fork it into a workspace on Roboflow to create your own model.
    
      ## License
    
      This dataset is available under the [CC BY 4.0 license](https://creativecommons.org/licenses/CC BY 4.0).
    
  7. d

    Current Traffic Analysis Zones for Torrance County, New Mexico, 2006se TIGER...

    • catalog.data.gov
    • gstore.unm.edu
    • +1more
    Updated Dec 2, 2020
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Earth Data Analysis Center (Point of Contact) (2020). Current Traffic Analysis Zones for Torrance County, New Mexico, 2006se TIGER [Dataset]. https://catalog.data.gov/dataset/current-traffic-analysis-zones-for-torrance-county-new-mexico-2006se-tiger
    Explore at:
    Dataset updated
    Dec 2, 2020
    Dataset provided by
    Earth Data Analysis Center (Point of Contact)
    Area covered
    Torrance County, New Mexico
    Description

    The 2006 Second Edition TIGER/Line files are an extract of selected geographic and cartographic information from the Census TIGER database. The geographic coverage for a single TIGER/Line file is a county or statistical equivalent entity, with the coverage area based on the latest available governmental unit boundaries. The Census TIGER database represents a seamless national file with no overlaps or gaps between parts. However, each county-based TIGER/Line file is designed to stand alone as an independent data set or the files can be combined to cover the whole Nation. The 2006 Second Edition TIGER/Line files consist of line segments representing physical features and governmental and statistical boundaries. This shapefile represents the current Traffic Analysis Zones for Torrance County stored in the 2006 TIGER Second Edition dataset.

  8. d

    Current Traffic Analysis Zones for Bernalillo County, New Mexico, 2006se...

    • catalog.data.gov
    • gstore.unm.edu
    • +1more
    Updated Dec 2, 2020
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Earth Data Analysis Center (Point of Contact) (2020). Current Traffic Analysis Zones for Bernalillo County, New Mexico, 2006se TIGER [Dataset]. https://catalog.data.gov/dataset/current-traffic-analysis-zones-for-bernalillo-county-new-mexico-2006se-tiger
    Explore at:
    Dataset updated
    Dec 2, 2020
    Dataset provided by
    Earth Data Analysis Center (Point of Contact)
    Area covered
    Bernalillo County, New Mexico
    Description

    The 2006 Second Edition TIGER/Line files are an extract of selected geographic and cartographic information from the Census TIGER database. The geographic coverage for a single TIGER/Line file is a county or statistical equivalent entity, with the coverage area based on the latest available governmental unit boundaries. The Census TIGER database represents a seamless national file with no overlaps or gaps between parts. However, each county-based TIGER/Line file is designed to stand alone as an independent data set or the files can be combined to cover the whole Nation. The 2006 Second Edition TIGER/Line files consist of line segments representing physical features and governmental and statistical boundaries. This shapefile represents the current Traffic Analysis Zones for Bernalillo County stored in the 2006 TIGER Second Edition dataset.

  9. R

    Traffic Analysis Utb Dataset

    • universe.roboflow.com
    zip
    Updated Jan 11, 2024
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Rover Bacteria (2024). Traffic Analysis Utb Dataset [Dataset]. https://universe.roboflow.com/rover-bacteria-g8hx2/traffic-analysis-utb
    Explore at:
    zipAvailable download formats
    Dataset updated
    Jan 11, 2024
    Dataset authored and provided by
    Rover Bacteria
    License

    MIT Licensehttps://opensource.org/licenses/MIT
    License information was derived automatically

    Variables measured
    Car Truck Bus Pedestrian Van Bounding Boxes
    Description

    Traffic Analysis UTB

    ## Overview
    
    Traffic Analysis UTB is a dataset for object detection tasks - it contains Car Truck Bus Pedestrian Van annotations for 6,462 images.
    
    ## Getting Started
    
    You can download this dataset for use within your own projects, or fork it into a workspace on Roboflow to create your own model.
    
      ## License
    
      This dataset is available under the [MIT license](https://creativecommons.org/licenses/MIT).
    
  10. N

    Network Traffic Analysis Tool Report

    • archivemarketresearch.com
    doc, pdf, ppt
    Updated Feb 5, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    AMA Research & Media LLP (2025). Network Traffic Analysis Tool Report [Dataset]. https://www.archivemarketresearch.com/reports/network-traffic-analysis-tool-12070
    Explore at:
    ppt, doc, pdfAvailable download formats
    Dataset updated
    Feb 5, 2025
    Dataset provided by
    AMA Research & Media LLP
    License

    https://www.archivemarketresearch.com/privacy-policyhttps://www.archivemarketresearch.com/privacy-policy

    Time period covered
    2025 - 2033
    Area covered
    Global
    Variables measured
    Market Size
    Description

    Market Analysis for Network Traffic Analysis Tools The global Network Traffic Analysis (NTA) Tool market is projected to reach a valuation of USD XXX million by 2033, exhibiting a CAGR of XX% during the forecast period (2025-2033). The rising need to monitor and secure network traffic, coupled with increased adoption of cloud-based and hybrid network environments, is driving the market growth. Key industry players include Cisco, ExtraHop, ManageEngine, Netreo, Noction, Packetbeat, SolarWinds, and Splunk. The NTA tool market is segmented by type (cloud-based and on-premises) and application (BFSI, healthcare, government, retail, and others). Cloud-based solutions are gaining traction due to their scalability, flexibility, and cost-effectiveness. Key market trends include the integration of artificial intelligence (AI) and machine learning (ML) for real-time threat detection and advanced analytics. However, data privacy concerns and deployment costs may pose restraints. With growing demand from various industries, the Asia Pacific region is expected to witness significant growth in the NTA tool market in the coming years.

  11. w

    Traffic Analysis Zones (TAZ) (Statewide)

    • data.wfrc.org
    • data-wfrc.opendata.arcgis.com
    Updated Dec 30, 2019
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Wasatch Front Regional Council (2019). Traffic Analysis Zones (TAZ) (Statewide) [Dataset]. https://data.wfrc.org/datasets/traffic-analysis-zones-taz-statewide
    Explore at:
    Dataset updated
    Dec 30, 2019
    Dataset authored and provided by
    Wasatch Front Regional Council
    Area covered
    Description

    These are the Traffic Analysis Zones (TAZ) used in the Statewide Travel Model. This dataset contains only basic geographic information about the zones.TAZ boundaries are defined based on Census geographies (block, block group and tract). Care has been taken so that TAZ nest within Census tracts wherever possible in order for more direct matching with Census data. TAZ boundaries are also defined by major transportation facilities (such as roadways or rail lines), major environmental features (such as rivers), and with underlying land uses. The relative size of the TAZ was also a factor in deciding new TAZ boundaries if the zone size was large and the zone was thought to have a significant amount of socioeconomic activity. The size of TAZ varies from under 10 acres in the downtown to more than 100,000 acres in the mountain or lake zones. The average zone size is approximately 350 acres, which is a little over ½ square mile. Generally, TAZ in urban areas are smaller than in suburban and rural areas.There are currently 5 travel model spaces in Utah: Cache MPO (2), Dixie MPO (3), Summit (4), UDOT rural areas (0), and the combined WFRC/MAG MPO (1) model space. The model space indicators shown in parentheses above are coded in the Subarea_ID field. As travel demand model software requires that each TAZ be uniquely identified starting with the number 1, each model space has assigned its own unique TAZ identifier numbering sequence which is coded into the SubAreaTAZID field. However, this rule also applies to the statewide travel model, which is an aggregation of all the TAZs from the five model spaces into a single layer. In this statewide layer, the TAZID field is the unique identifier for the Utah Statewide Travel Model (USTM). CO_TAZID is the field used to link each TAZ to its socioeconomic data. It is a combination of the County FIPS number and a TAZ identifier within the county or from within an MPO model space.

  12. V

    Loudoun Traffic Analysis Zones

    • data.virginia.gov
    • catalog.data.gov
    • +11more
    Updated Jan 24, 2025
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Loudoun County (2025). Loudoun Traffic Analysis Zones [Dataset]. https://data.virginia.gov/dataset/loudoun-traffic-analysis-zones
    Explore at:
    csv, arcgis geoservices rest api, kml, html, zip, geojsonAvailable download formats
    Dataset updated
    Jan 24, 2025
    Dataset provided by
    Loudoun County GIS
    Authors
    Loudoun County
    Area covered
    Loudoun County
    Description

    More Metadata

    This layer contains the geographical boundaries of the Metropolitan Washington Council of Government's Traffic Analysis Zones (TAZ) of Loudoun County, Virginia. TAZs are designed to be relatively homogeneous units with respect to population, economic, and transportation characteristics. These TAZ boundaries were delineated by Loudoun County Government and adopted by the Metropolitan Washington Council of Governments.

  13. T

    Network Traffic Analysis Solutions Market by Deployment Type, User Type,...

    • futuremarketinsights.com
    pdf
    Updated May 6, 2022
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Future Market Insights (2022). Network Traffic Analysis Solutions Market by Deployment Type, User Type, Industry Vertical & Region | Forecast 2022 to 2032 [Dataset]. https://www.futuremarketinsights.com/reports/network-traffic-analysis-solutions-market
    Explore at:
    pdfAvailable download formats
    Dataset updated
    May 6, 2022
    Dataset authored and provided by
    Future Market Insights
    License

    https://www.futuremarketinsights.com/privacy-policyhttps://www.futuremarketinsights.com/privacy-policy

    Time period covered
    2022 - 2032
    Area covered
    Worldwide
    Description

    [309 Pages Report] The network traffic analysis solution market is expected to expand its roots in the global market at a moderate CAGR of 11.3% through 2032.

    AttributesDetails
    Network Traffic Analysis Solutions Market CAGR (2022 to 2032)11.3%
    Network Traffic Analysis Solutions Market Value (2022)US$ 2.9 Billion
    Network Traffic Analysis Solutions Market Value (2032)US$ 8.5 Billion

    What is the Regional Analysis for the Network Traffic Analysis Solutions Market?

    RegionsCAGR (2022 to 2032)
    United States of America12.3%
    United Kingdom12.3%
    China14.9%
    Japan13.8%
    India13.6%
  14. d

    Current Traffic Analysis Zones for Sandoval County, New Mexico, 2006se TIGER...

    • catalog.data.gov
    • gstore.unm.edu
    • +1more
    Updated Dec 2, 2020
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Earth Data Analysis Center (Point of Contact) (2020). Current Traffic Analysis Zones for Sandoval County, New Mexico, 2006se TIGER [Dataset]. https://catalog.data.gov/dataset/current-traffic-analysis-zones-for-sandoval-county-new-mexico-2006se-tiger
    Explore at:
    Dataset updated
    Dec 2, 2020
    Dataset provided by
    Earth Data Analysis Center (Point of Contact)
    Area covered
    Sandoval County, New Mexico
    Description

    The 2006 Second Edition TIGER/Line files are an extract of selected geographic and cartographic information from the Census TIGER database. The geographic coverage for a single TIGER/Line file is a county or statistical equivalent entity, with the coverage area based on the latest available governmental unit boundaries. The Census TIGER database represents a seamless national file with no overlaps or gaps between parts. However, each county-based TIGER/Line file is designed to stand alone as an independent data set or the files can be combined to cover the whole Nation. The 2006 Second Edition TIGER/Line files consist of line segments representing physical features and governmental and statistical boundaries. This shapefile represents the current Traffic Analysis Zones for Sandoval County stored in the 2006 TIGER Second Edition dataset.

  15. t

    Network Traffic Analysis Solutions Global Market Report 2025

    • thebusinessresearchcompany.com
    pdf,excel,csv,ppt
    Updated Apr 19, 2024
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    The Business Research Company (2024). Network Traffic Analysis Solutions Global Market Report 2025 [Dataset]. https://www.thebusinessresearchcompany.com/report/network-traffic-analysis-solutions-global-market-report
    Explore at:
    pdf,excel,csv,pptAvailable download formats
    Dataset updated
    Apr 19, 2024
    Dataset authored and provided by
    The Business Research Company
    License

    https://www.thebusinessresearchcompany.com/privacy-policyhttps://www.thebusinessresearchcompany.com/privacy-policy

    Description

    The Network Traffic Analysis Solutions Market is projected to grow at 13.7% CAGR, reaching $10.07 Billion by 2029. Where is the industry heading next? Get the sample report now!

  16. V

    Traffic Analysis Zones

    • data.virginia.gov
    • hub.arcgis.com
    • +1more
    Updated Aug 10, 2022
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Prince William County (2022). Traffic Analysis Zones [Dataset]. https://data.virginia.gov/dataset/traffic-analysis-zones
    Explore at:
    kml, arcgis geoservices rest api, geojson, zip, html, csvAvailable download formats
    Dataset updated
    Aug 10, 2022
    Dataset provided by
    Prince William County Department of Information Technology, GIS Division
    Authors
    Prince William County
    Description

    Traffic Analysis Zones

  17. Network traffic datasets created by Single Flow Time Series Analysis

    • zenodo.org
    • explore.openaire.eu
    csv, pdf
    Updated Jul 11, 2024
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Josef Koumar; Josef Koumar; Karel Hynek; Karel Hynek; Tomáš Čejka; Tomáš Čejka (2024). Network traffic datasets created by Single Flow Time Series Analysis [Dataset]. http://doi.org/10.5281/zenodo.8035724
    Explore at:
    csv, pdfAvailable download formats
    Dataset updated
    Jul 11, 2024
    Dataset provided by
    Zenodohttp://zenodo.org/
    Authors
    Josef Koumar; Josef Koumar; Karel Hynek; Karel Hynek; Tomáš Čejka; Tomáš Čejka
    License

    Attribution 4.0 (CC BY 4.0)https://creativecommons.org/licenses/by/4.0/
    License information was derived automatically

    Description

    Network traffic datasets created by Single Flow Time Series Analysis

    Datasets were created for the paper: Network Traffic Classification based on Single Flow Time Series Analysis -- Josef Koumar, Karel Hynek, Tomáš Čejka -- which was published at The 19th International Conference on Network and Service Management (CNSM) 2023. Please cite usage of our datasets as:

    J. Koumar, K. Hynek and T. Čejka, "Network Traffic Classification Based on Single Flow Time Series Analysis," 2023 19th International Conference on Network and Service Management (CNSM), Niagara Falls, ON, Canada, 2023, pp. 1-7, doi: 10.23919/CNSM59352.2023.10327876.

    This Zenodo repository contains 23 datasets created from 15 well-known published datasets which are cited in the table below. Each dataset contains 69 features created by Time Series Analysis of Single Flow Time Series. The detailed description of features from datasets is in the file: feature_description.pdf

    In the following table is a description of each dataset file:

    File nameDetection problemCitation of original raw dataset
    botnet_binary.csv Binary detection of botnet S. García et al. An Empirical Comparison of Botnet Detection Methods. Computers & Security, 45:100–123, 2014.
    botnet_multiclass.csv Multi-class classification of botnet S. García et al. An Empirical Comparison of Botnet Detection Methods. Computers & Security, 45:100–123, 2014.
    cryptomining_design.csvBinary detection of cryptomining; the design part Richard Plný et al. Datasets of Cryptomining Communication. Zenodo, October 2022
    cryptomining_evaluation.csv Binary detection of cryptomining; the evaluation part Richard Plný et al. Datasets of Cryptomining Communication. Zenodo, October 2022
    dns_malware.csv Binary detection of malware DNS Samaneh Mahdavifar et al. Classifying Malicious Domains using DNS Traffic Analysis. In DASC/PiCom/CBDCom/CyberSciTech 2021, pages 60–67. IEEE, 2021.
    doh_cic.csv Binary detection of DoH

    Mohammadreza MontazeriShatoori et al. Detection of doh tunnels using time-series classification of encrypted traffic. In DASC/PiCom/CBDCom/CyberSciTech 2020, pages 63–70. IEEE, 2020

    doh_real_world.csv Binary detection of DoH Kamil Jeřábek et al. Collection of datasets with DNS over HTTPS traffic. Data in Brief, 42:108310, 2022
    dos.csv Binary detection of DoS Nickolaos Koroniotis et al. Towards the development of realistic botnet dataset in the Internet of Things for network forensic analytics: Bot-IoT dataset. Future Gener. Comput. Syst., 100:779–796, 2019.
    edge_iiot_binary.csv Binary detection of IoT malware Mohamed Amine Ferrag et al. Edge-iiotset: A new comprehensive realistic cyber security dataset of iot and iiot applications: Centralized and federated learning, 2022.
    edge_iiot_multiclass.csvMulti-class classification of IoT malwareMohamed Amine Ferrag et al. Edge-iiotset: A new comprehensive realistic cyber security dataset of iot and iiot applications: Centralized and federated learning, 2022.
    https_brute_force.csvBinary detection of HTTPS Brute ForceJan Luxemburk et al. HTTPS Brute-force dataset with extended network flows, November 2020
    ids_cic_binary.csvBinary detection of intrusion in IDSIman Sharafaldin et al. Toward generating a new intrusion detection dataset and intrusion traffic characterization. ICISSp, 1:108–116, 2018.
    ids_cic_multiclass.csv Multi-class classification of intrusion in IDS Iman Sharafaldin et al. Toward generating a new intrusion detection dataset and intrusion traffic characterization. ICISSp, 1:108–116, 2018.
    ids_unsw_nb_15_binary.csv Binary detection of intrusion in IDS Nour Moustafa and Jill Slay. Unsw-nb15: a comprehensive data set for network intrusion detection systems (unsw-nb15 network data set). In 2015 military communications and information systems conference (MilCIS), pages 1–6. IEEE, 2015.
    ids_unsw_nb_15_multiclass.csv Multi-class classification of intrusion in IDS Nour Moustafa and Jill Slay. Unsw-nb15: a comprehensive data set for network intrusion detection systems (unsw-nb15 network data set). In 2015 military communications and information systems conference (MilCIS), pages 1–6. IEEE, 2015.
    iot_23.csv Binary detection of IoT malware Sebastian Garcia et al. IoT-23: A labeled dataset with malicious and benign IoT network traffic, January 2020. More details here https://www.stratosphereips.org /datasets-iot23
    ton_iot_binary.csv Binary detection of IoT malware Nour Moustafa. A new distributed architecture for evaluating ai-based security systems at the edge: Network ton iot datasets. Sustainable Cities and Society, 72:102994, 2021
    ton_iot_multiclass.csv Multi-class classification of IoT malware Nour Moustafa. A new distributed architecture for evaluating ai-based security systems at the edge: Network ton iot datasets. Sustainable Cities and Society, 72:102994, 2021
    tor_binary.csv Binary detection of TOR Arash Habibi Lashkari et al. Characterization of Tor Traffic using Time based Features. In ICISSP 2017, pages 253–262. SciTePress, 2017.
    tor_multiclass.csv Multi-class classification of TOR Arash Habibi Lashkari et al. Characterization of Tor Traffic using Time based Features. In ICISSP 2017, pages 253–262. SciTePress, 2017.
    vpn_iscx_binary.csv Binary detection of VPN Gerard Draper-Gil et al. Characterization of Encrypted and VPN Traffic Using Time-related. In ICISSP, pages 407–414, 2016.
    vpn_iscx_multiclass.csv Multi-class classification of VPN Gerard Draper-Gil et al. Characterization of Encrypted and VPN Traffic Using Time-related. In ICISSP, pages 407–414, 2016.
    vpn_vnat_binary.csv Binary detection of VPN Steven Jorgensen et al. Extensible Machine Learning for Encrypted Network Traffic Application Labeling via Uncertainty Quantification. CoRR, abs/2205.05628, 2022
    vpn_vnat_multiclass.csvMulti-class classification of VPN Steven Jorgensen et al. Extensible Machine Learning for Encrypted Network Traffic Application Labeling via Uncertainty Quantification. CoRR, abs/2205.05628, 2022

  18. g

    Website Traffic Dataset

    • gts.ai
    json
    Updated Aug 23, 2024
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    GTS (2024). Website Traffic Dataset [Dataset]. https://gts.ai/dataset-download/website-traffic-dataset/
    Explore at:
    jsonAvailable download formats
    Dataset updated
    Aug 23, 2024
    Dataset provided by
    GLOBOSE TECHNOLOGY SOLUTIONS PRIVATE LIMITED
    Authors
    GTS
    License

    CC0 1.0 Universal Public Domain Dedicationhttps://creativecommons.org/publicdomain/zero/1.0/
    License information was derived automatically

    Description

    Explore our detailed website traffic dataset featuring key metrics like page views, session duration, bounce rate, traffic source, and conversion rates.

  19. Serpstat: Website Data API | Unlock Key SEO Metrics | Industry Insights |...

    • datarade.ai
    .json
    Updated Sep 22, 2023
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Serpstat (2023). Serpstat: Website Data API | Unlock Key SEO Metrics | Industry Insights | Competitor Analysis [Dataset]. https://datarade.ai/data-products/serpstat-seo-domain-data-serp-positions-seo-metrics-230-c-serpstat
    Explore at:
    .jsonAvailable download formats
    Dataset updated
    Sep 22, 2023
    Dataset authored and provided by
    Serpstat
    Area covered
    Tunisia, Zimbabwe, Papua New Guinea, Nauru, Venezuela (Bolivarian Republic of), Congo (Democratic Republic of the), Sint Maarten (Dutch part), Spain, Virgin Islands (U.S.), Uruguay
    Description

    Experience the power of Serpstat's Website Data API, offering comprehensive insights into key SEO metrics, organic traffic estimation, and semantical structure analysis. With our API, unlock valuable data to identify top-performing industry players, analyze competitor strategies, and optimize content for maximum impact.

    Unveil essential SEO metrics such as website visibility, organic traffic estimation, and keywords that websites rank for organically. Additionally, gain insights into keywords that websites are shown in Google Ads, providing valuable intelligence for ad targeting and optimization.

    Utilize our API to uncover top-performing content in any industry, enabling you to identify trends, understand user intent, and refine your content strategy accordingly.

    Benefit from the most cost-effective API solution, starting at just $120 per million rows. Tailor your queries to extract the most relevant data for your specific use-cases, ensuring that you're equipped with the insights necessary to thrive in today's competitive digital landscape.

  20. a

    Traffic Analysis Zones

    • arc-gis-hub-home-arcgishub.hub.arcgis.com
    • hub.arcgis.com
    • +1more
    Updated Sep 17, 2024
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    FredericksburgVA_GIS (2024). Traffic Analysis Zones [Dataset]. https://arc-gis-hub-home-arcgishub.hub.arcgis.com/datasets/b16bfae3266643388fed41d0a187764f
    Explore at:
    Dataset updated
    Sep 17, 2024
    Dataset authored and provided by
    FredericksburgVA_GIS
    Area covered
    Description

    Fredericksburg VA Public data for download.

Share
FacebookFacebook
TwitterTwitter
Email
Click to copy link
Link copied
Close
Cite
Mordor Intelligence, Network Traffic Analysis Market - Size & Report [Dataset]. https://www.mordorintelligence.com/industry-reports/network-traffic-analysis-market
Organization logo

Network Traffic Analysis Market - Size & Report

Explore at:
pdf,excel,csv,pptAvailable download formats
Dataset authored and provided by
Mordor Intelligence
License

https://www.mordorintelligence.com/privacy-policyhttps://www.mordorintelligence.com/privacy-policy

Time period covered
2019 - 2030
Area covered
Global
Description

The report covers Global Network Traffic Analysis Market Share and it is segmented by Deployment (On-premise and Cloud-based), End-user Vertical (BFSI, IT and Telecom, Government, Energy and Power, and Retail), and Geography (North America, Europe, Asia-Pacific, Latin America, and Middle East and Africa). The market sizes and forecasts are provided in value (in USD million) for all the above segments.

Search
Clear search
Close search
Google apps
Main menu