Fuzz introspector
For issues and ideas: https://github.com/ossf/fuzz-introspector/issues

Fuzzer details

Fuzzer: fuzz_dissect_packet

Call tree

The calltree shows the control flow of the fuzzer. This is overlaid with coverage information to display how much of the potential code a fuzzer can reach is in fact covered at runtime. In the following there is a link to a detailed calltree visualisation as well as a bitmap showing a high-level view of the calltree. For further information about these topics please see the glossary for full calltree and calltree overview

Call tree overview bitmap:

The distribution of callsites in terms of coloring is
Color Runtime hitcount Callsite count Percentage
red 0 2472 53.8%
gold [1:9] 424 9.22%
yellow [10:29] 92 2.00%
greenyellow [30:49] 24 0.52%
lawngreen 50+ 1582 34.4%
All colors 4594 100

Fuzz blockers

The followings are the branches where fuzzer fails to bypass.

Unique non-covered Complexity Unique Reachable Complexities Unique Reachable Functions All non-covered Complexity All Reachable Complexity Function Name Function Callsite Blocked Branch
1114 1487 11 :

['free', 'operator new(unsigned long, std::nothrow_t const&)', 'atoi', 'HostPools::reloadPool(unsigned short, VLANAddressTree*, HostPoolStats**)', 'operator delete(void*, std::nothrow_t const&)', 'Ntop::getTrace()', 'Trace::traceEvent(int, char const*, int, char const*, ...)', 'NetworkInterface::refreshHostPools()', 'HostPoolStats::HostPoolStats(NetworkInterface*)', 'HostPoolStats::HostPoolStats(HostPoolStats const&)', 'HostPools::swap(VLANAddressTree*, HostPoolStats**)']

1114 1487 HostPools::reloadPools() call site: 00000 /src/ntopng/src/HostPools.cpp:470
424 424 2 :

['Host::get_obs_point() const', 'ObservationPoint::incStats(long, unsigned short, unsigned long, unsigned long, unsigned long, unsigned long)']

1006 3624 Flow::hosts_periodic_stats_update(NetworkInterface*,Host*,Host*,PartializableFlowTrafficStats*,bool,timevalconst*) call site: 00000 /src/ntopng/src/Flow.cpp:1926
418 422 2 :

['Host::get_as() const', 'AutonomousSystem::incStats(long, unsigned short, unsigned long, unsigned long, unsigned long, unsigned long)']

1424 4066 Flow::hosts_periodic_stats_update(NetworkInterface*,Host*,Host*,PartializableFlowTrafficStats*,bool,timevalconst*) call site: 00000 /src/ntopng/src/Flow.cpp:1910
351 710 15 :

['Host::get_ip()', 'Utils::intoaV6(ndpi_in6_addr, unsigned char, char*, unsigned short)', '__isoc99_sscanf', 'strcmp', 'IpAddress::equal(unsigned int) const', 'IpAddress::equal(ndpi_in6_addr*) const', 'strtol', 'ntohl', 'strlen', 'Host::setResolvedName(char const*)', 'IpAddress::isIPv4() const', 'strtok_r', 'Ntop::getRedis()', 'Redis::setResolvedAddress(char*, char*)', 'inet_addr']

361 1123 Flow::processExtraDissectedInformation() call site: 00000 /src/ntopng/src/Flow.cpp:771
273 279 6 :

['Host::get_ip()', 'Host::get_mac() const', 'Host::get_tskey(char*, unsigned long)', 'NetworkInterface::get_id() const', 'MostVisitedList::saveOldData(unsigned int, char*, char*)', 'GenericHashEntry::getInterface()']

273 279 LocalHostStats::updateStats(timevalconst*) call site: 00000 /src/ntopng/src/LocalHostStats.cpp:143
240 271 2 :

['IpAddress::IpAddress(IpAddress const&)', 'IpAddress::reloadBlacklist(ndpi_detection_module_struct*)']

254 4993 Flow::Flow(NetworkInterface*,int,unsignedshort,unsignedshort,unsignedint,unsignedchar,Mac*,IpAddress*,unsignedshort,Mac*,IpAddress*,unsignedshort,ICMPinfoconst*,long,long,unsignedchar*,unsignedchar*) call site: 00000 /src/ntopng/src/Flow.cpp:156
212 212 1 :

['NetworkDiscovery::queueMDNSResponse(unsigned int, unsigned char*, unsigned int)']

212 819 NetworkInterface::processPacket(int,unsignedint,int,bool,timevalconst*,unsignedlong,ndpi_ethhdr*,unsignedshort,ndpi_iphdr*,ndpi_ipv6hdr*,unsignedshort,unsignedshort,unsignedint,pcap_pkthdrconst*,unsignedcharconst*,unsignedshort*,Host**,Host**,Flow**) call site: 00000 /src/ntopng/src/NetworkInterface.cpp:2299
195 195 1 :

['Fingerprint::update(char const*, char const*, bool)']

195 195 Flow::updateCliJA3() call site: 00000 /src/ntopng/src/Flow.cpp:6710
195 195 1 :

['Fingerprint::update(char const*, char const*, bool)']

195 195 Flow::updateCliJA4() call site: 00000 /src/ntopng/src/Flow.cpp:6723
195 195 1 :

['Fingerprint::update(char const*, char const*, bool)']

195 195 Flow::updateSrvJA3() call site: 00000 /src/ntopng/src/Flow.cpp:6736
194 518 8 :

['json_object_get_object', 'Ntop::getTrace()', 'Trace::traceEvent(int, char const*, int, char const*, ...)', 'MostVisitedList::incrVisitedData(char*, unsigned int)', 'json_object_get_type', 'json_tokener_parse_verbose', 'json_object_put', 'json_object_get_int64']

194 518 MostVisitedList::deserializeTopData(char*) call site: 00000 /src/ntopng/src/MostVisitedList.cpp:195
183 193 4 :

['free', 'Ntop::getRedis()', 'Redis::set(char const*, char const*, unsigned int)', 'FrequentStringItems::json(unsigned int)']

183 193 MostVisitedList::serializeDeserialize(unsignedint,bool,char*,char*,char*,char*) call site: 00000 /src/ntopng/src/MostVisitedList.cpp:157

Runtime coverage analysis

Covered functions
1205
Functions that are reachable but not covered
1178
Reachable functions
2774
Percentage of reachable functions covered
57.53%
NB: The sum of covered functions and functions that are reachable but not covered need not be equal to Reachable functions . This is because the reachability analysis is an approximation and thus at runtime some functions may be covered that are not included in the reachability analysis. This is a limitation of our static analysis capabilities.
Function name source code lines source lines hit percentage hit

Files reached

filename functions hit
/src/ntopng/fuzz/fuzz_dissect_packet.cpp 1
/src/ntopng/include/NetworkInterface.h 63
/src/ntopng/src/NetworkInterface.cpp 94
/src/ntopng/include/Mac.h 20
/src/ntopng/src/Utils.cpp 62
/src/ntopng/src/FlowHash.cpp 2
/src/ntopng/include/IpAddress.h 24
/src/ntopng/src/ICMPinfo.cpp 7
/src/ntopng/src/RwLock.cpp 8
/src/ntopng/src/Mutex.cpp 3
/src/ntopng/include/Ntop.h 18
/src/ntopng/include/NtopGlobals.h 5
/src/ntopng/src/Trace.cpp 4
/src/ntopng/fuzz/stub/RedisStub.cpp 22
/src/ntopng/include/GenericHashEntry.h 16
/src/ntopng/src/Flow.cpp 108
/src/ntopng/include/Flow.h 90
/src/ntopng/src/IpAddress.cpp 16
/src/ntopng/include/Prefs.h 36
/src/ntopng/include/Host.h 58
/src/ntopng/src/Prefs.cpp 4
/src/ntopng/src/Host.cpp 49
/src/ntopng/src/NetworkStats.cpp 6
/src/ntopng/src/AlertCounter.cpp 3
/src/ntopng/include/HostStats.h 12
/src/ntopng/src/GenericHash.cpp 7
/src/ntopng/include/GenericHash.h 1
/src/ntopng/src/GenericHashEntry.cpp 5
/src/ntopng/include/Bitmap128.h 2
/src/ntopng/src/Bitmap128.cpp 4
/src/ntopng/src/FlowTrafficStats.cpp 3
/src/ntopng/src/PartializableFlowTrafficStats.cpp 13
/src/ntopng/src/HostHash.cpp 2
/src/ntopng/src/LocalHost.cpp 5
/src/ntopng/src/Score.cpp 4
/src/ntopng/include/HostChecksStatus.h 2
/src/ntopng/src/HostAlertableEntity.cpp 4
/src/ntopng/src/AlertableEntity.cpp 3
/src/ntopng/include/Mutex.h 1
/src/ntopng/src/Ntop.cpp 9
/src/ntopng/src/AddressTree.cpp 16
/src/ntopng/src/Mac.cpp 16
/src/ntopng/src/VLANHash.cpp 2
/src/ntopng/src/VLAN.cpp 4
/src/ntopng/src/GenericTrafficElement.cpp 4
/src/ntopng/src/TrafficStats.cpp 2
/src/ntopng/include/MonitoredCounter.h 7
/src/ntopng/include/MonitoredMetric.h 7
/src/ntopng/src/ThroughputStats.cpp 4
/src/ntopng/src/TcpPacketStats.cpp 1
/src/ntopng/include/TrafficStats.h 3
/src/ntopng/src/UsedPorts.cpp 3
/src/ntopng/include/ScoreStats.h 2
/src/ntopng/include/GenericTrafficElement.h 1
/src/ntopng/src/nDPIStats.cpp 6
/src/ntopng/src/ProtoCounter.cpp 4
/src/ntopng/src/DSCPStats.cpp 3
/src/ntopng/src/AutonomousSystemHash.cpp 2
/src/ntopng/src/Geolocation.cpp 3
/src/ntopng/src/AutonomousSystem.cpp 5
/src/ntopng/include/AutonomousSystem.h 3
/src/ntopng/src/CountriesHash.cpp 2
/src/ntopng/src/Country.cpp 4
/src/ntopng/include/InterfaceMemberAlertableEntity.h 2
/src/ntopng/src/OtherAlertableEntity.cpp 2
/src/ntopng/include/AddressTree.h 2
/src/ntopng/include/AlertableEntity.h 3
/src/ntopng/src/ObservationPointHash.cpp 2
/src/ntopng/include/ObservationPoint.h 2
/src/ntopng/src/ObservationPoint.cpp 3
/src/ntopng/include/HostAlert.h 16
/src/ntopng/include/Bitmap.h 1
/src/ntopng/src/HostAlert.cpp 2
/src/ntopng/include/LocalHost.h 2
/src/ntopng/src/LocalHostStats.cpp 2
/src/ntopng/src/HostStats.cpp 3
/src/ntopng/include/L4Stats.h 3
/src/ntopng/include/DESCounter.h 3
/src/ntopng/include/BehaviouralCounter.h 2
/src/ntopng/src/PacketStats.cpp 6
/src/ntopng/include/Cardinality.h 3
/src/ntopng/src/MostVisitedList.cpp 5
/src/ntopng/include/FrequentStringItems.h 3
/src/ntopng/src/DnsStats.cpp 1
/src/ntopng/include/DnsStats.h 4
/src/ntopng/src/HTTPstats.cpp 1
/src/ntopng/src/VirtualHostHash.cpp 1
/src/ntopng/src/ICMPstats.cpp 2
/src/ntopng/include/PeerStats.h 1
/src/ntopng/include/HostPools.h 6
/src/ntopng/src/HostPools.cpp 12
/src/ntopng/src/VLANAddressTree.cpp 4
/src/ntopng/include/VLANAddressTree.h 1
/src/ntopng/include/Bloom.h 3
/src/ntopng/src/Bloom.cpp 1
/src/ntopng/include/Bitmask.h 3
/src/ntopng/src/Bitmask.cpp 3
/src/ntopng/include/StringFifoQueue.h 1
/src/ntopng/include/FifoQueue.h 6
/src/ntopng/include/NetworkStats.h 2
/src/ntopng/include/Fingerprint.h 5
/src/ntopng/include/ListeningPorts.h 1
/src/ntopng/src/RemoteHost.cpp 2
/src/ntopng/src/BroadcastDomains.cpp 4
/src/ntopng/include/ViewInterface.h 1
/src/ntopng/src/AlertsQueue.cpp 5
/src/ntopng/include/FifoSerializerQueue.h 1
/src/ntopng/src/InterarrivalStats.cpp 3
/src/ntopng/include/ProtoCounter.h 1
/src/ntopng/include/PartializableFlowTrafficStats.h 26
/src/ntopng/include/VLAN.h 1
/src/ntopng/src/BlacklistStats.cpp 1
/src/ntopng/include/BlacklistUsageStats.h 2
/src/ntopng/src/Fingerprint.cpp 2
/src/ntopng/src/IEC104Stats.cpp 6
/src/ntopng/src/FlowChecksExecutor.cpp 3
/src/ntopng/include/FlowCheck.h 6
/src/ntopng/include/ViewInterfaceFlowStats.h 3
/src/ntopng/include/FlowAlert.h 8
/src/ntopng/src/FlowAlert.cpp 3
/src/ntopng/include/SPSCQueue.h 14
/src/ntopng/include/Condvar.h 1
/src/ntopng/src/Condvar.cpp 5
/src/ntopng/src/ScoreStats.cpp 5
/src/ntopng/src/ScoreCounter.cpp 1
/src/ntopng/src/ParsedeBPF.cpp 8
/src/ntopng/include/MacStats.h 13
/src/ntopng/include/ParsedFlow.h 2
/src/ntopng/src/ParsedFlow.cpp 3
/src/ntopng/src/ParsedFlowCore.cpp 1
/src/ntopng/src/EthStats.cpp 4
/src/ntopng/include/ProtoStats.h 2
/src/ntopng/include/TrafficCounter.h 3
/src/ntopng/src/CategoryCounter.cpp 2
/src/ntopng/src/L4Stats.cpp 1
/src/ntopng/src/MacStats.cpp 1
/src/ntopng/src/MacManufacturers.cpp 1
/src/ntopng/include/MacManufacturers.h 1
/src/ntopng/src/MacHash.cpp 2
/src/ntopng/src/ZMQParserInterface.cpp 4
/src/ntopng/src/ParserInterface.cpp 2
/src/ntopng/include/NetworkInterfaceAlertableEntity.h 3
/src/ntopng/src/ProtoStats.cpp 1
/src/ntopng/src/LocalTrafficStats.cpp 1
/src/ntopng/src/SyslogStats.cpp 2
/src/ntopng/src/TcpFlowStats.cpp 1
/src/ntopng/src/NetworkDiscovery.cpp 5
/src/ntopng/src/MDNS.cpp 6
/usr/include/linux/ethtool.h 1
/src/ntopng/include/ntop_typedefs.h 1
/src/ntopng/include/HostPoolStats.h 3
/src/ntopng/src/HostPoolStats.cpp 2
/src/ntopng/include/FlowHash.h 2
/src/ntopng/include/HostHash.h 2
/src/ntopng/include/MacHash.h 2
/src/ntopng/src/RoundTripStats.cpp 2
/src/ntopng/include/DB.h 6
/src/ntopng/include/StatsManager.h 2
/src/ntopng/src/SQLiteStoreManager.cpp 4
/src/ntopng/include/AlertStore.h 3
/src/ntopng/src/InterfaceStatsHash.cpp 1
/src/ntopng/src/LuaEngine.cpp 2
/src/ntopng/src/NtopngLuaContext.cpp 1
/src/ntopng/src/SNMP.cpp 1
/src/ntopng/src/TimeseriesExporter.cpp 1
/src/ntopng/src/FrequentStringItems.cpp 3
/src/ntopng/include/MostVisitedList.h 1
/src/ntopng/src/HostChecksExecutor.cpp 2
/src/ntopng/include/ZMQParserInterface.h 1
/src/ntopng/src/SyslogParserInterface.cpp 1
/src/ntopng/src/OperatingSystemHash.cpp 1
/src/ntopng/src/StatsManager.cpp 1
/src/ntopng/src/SQLiteAlertStore.cpp 3
/src/ntopng/src/ExportInterface.cpp 1
/src/ntopng/src/ElasticSearch.cpp 1
/src/ntopng/src/DB.cpp 1
/src/ntopng/src/SyslogDump.cpp 1
/src/ntopng/include/AlertFifoItem.h 3
/src/ntopng/src/Recipients.cpp 1
/src/ntopng/src/RecipientQueue.cpp 1
/src/ntopng/include/AlertFifoQueue.h 1
/src/ntopng/include/HostChecksExecutor.h 1
/src/ntopng/include/HostCheck.h 1
/src/ntopng/include/TcpFlowStats.h 4
/src/ntopng/include/Utils.h 1
/src/ntopng/include/flow_alerts/IECInvalidTransitionAlert.h 1
/src/ntopng/src/ViewScoreStats.cpp 1
/src/ntopng/include/ScoreCounter.h 2
/src/ntopng/include/flow_alerts/IECInvalidCommandTransitionAlert.h 1
/src/ntopng/include/flow_alerts/IECUnexpectedTypeIdAlert.h 1
/src/ntopng/src/LuaEngineNtop.cpp 1
/src/ntopng/src/../third-party/mongoose/mongoose.c 2

Files and Directories in report

This section shows which files and directories are considered in this report. The main reason for showing this is fuzz introspector may include more code in the reasoning than is desired. This section helps identify if too many files/directories are included, e.g. third party code, which may be irrelevant for the threat model. In the event too much is included, fuzz introspector supports a configuration file that can exclude data from the report. See the following link for more information on how to create a config file: link

Files in report

Source file Reached by Covered by
[] []
/src/ntopng/include/flow_checks/IECInvalidCommandTransition.h [] []
/src/ntopng/include/flow_checks/FlowRiskSMBInsecureVersion.h [] []
/src/ntopng/src/FlowChecksExecutor.cpp ['fuzz_dissect_packet'] []
/src/ntopng/include/flow_alerts/ModbusTooManyExceptionsAlert.h [] []
/src/ntopng/include/host_checks/FlowHits.h [] []
/src/ntopng/include/CategoryCounter.h [] []
/src/ntopng/src/flow_checks/IECUnexpectedTypeId.cpp [] []
/src/ntopng/src/host_checks/ScoreThreshold.cpp [] []
/src/ntopng/include/flow_alerts/FlowRiskDesktopOrFileSharingSessionAlert.h [] []
/src/ntopng/src/ExportInterface.cpp ['fuzz_dissect_packet'] []
/src/ntopng/include/FlowStats.h [] []
/src/ntopng/src/flow_alerts/FlowRiskTLSUncommonALPNAlert.cpp [] []
/src/ntopng/include/flow_alerts/IECUnexpectedTypeIdAlert.h ['fuzz_dissect_packet'] ['fuzz_dissect_packet']
/src/ntopng/include/Mutex.h ['fuzz_dissect_packet'] ['fuzz_dissect_packet']
/src/ntopng/include/ObservationPoint.h ['fuzz_dissect_packet'] []
/src/ntopng/src/flow_alerts/ModbusTooManyExceptionsAlert.cpp [] []
/src/ntopng/src/AlertsQueue.cpp ['fuzz_dissect_packet'] ['fuzz_dissect_packet']
/src/ntopng/include/host_alerts/CustomHostLuaScriptAlert.h [] []
/src/ntopng/src/../third-party/snmp/net.c [] []
/src/ntopng/include/VLANAddressTree.h ['fuzz_dissect_packet'] []
/src/ntopng/include/MostVisitedList.h ['fuzz_dissect_packet'] []
/src/ntopng/include/HostsPorts.h [] []
/src/ntopng/include/flow_alerts/UnexpectedSMTPServerAlert.h [] []
/src/ntopng/include/flow_alerts/UnexpectedServerAlert.h [] []
/src/ntopng/src/flow_checks/VLANBidirectionalTraffic.cpp [] []
/src/ntopng/include/flow_alerts/FlowRiskAlert.h [] []
/src/ntopng/include/flow_checks/FlowRiskGeneric.h [] []
/src/ntopng/include/Geolocation.h [] []
/src/ntopng/src/PartializableFlowTrafficStats.cpp ['fuzz_dissect_packet'] ['fuzz_dissect_packet']
/src/ntopng/src/host_checks/ScanDetection.cpp [] []
/src/ntopng/include/Paginator.h [] []
/src/ntopng/src/FlowRiskAlerts.cpp [] []
/src/ntopng/include/ParserInterface.h [] []
/src/ntopng/include/MacHash.h ['fuzz_dissect_packet'] []
/src/ntopng/include/NetworkInterface.h ['fuzz_dissect_packet'] ['fuzz_dissect_packet']
/src/ntopng/src/host_checks/ServerContacts.cpp [] []
/src/ntopng/src/flow_checks/RemoteToLocalInsecureProto.cpp [] []
/src/ntopng/include/flow_checks/FlowRiskHTTPSuspiciousUserAgent.h [] []
/src/ntopng/include/flow_alerts/FlowRiskHTTPObsoleteServerAlert.h [] []
/src/ntopng/include/TrafficCounter.h ['fuzz_dissect_packet'] ['fuzz_dissect_packet']
/src/ntopng/include/LocalHostStats.h [] []
/src/ntopng/include/ThreadedActivityStats.h [] []
/src/ntopng/src/flow_checks/RemoteAccess.cpp [] []
/src/ntopng/include/flow_alerts/RemoteToRemoteAlert.h [] []
/src/ntopng/include/flow_checks/FlowRiskMalformedPacket.h [] []
/src/ntopng/include/ChecksLoader.h [] []
/src/ntopng/include/flow_alerts/ElephantFlowAlert.h [] []
/src/ntopng/include/host_alerts/ServerContactsAlert.h [] []
/src/ntopng/src/TcpPacketStats.cpp ['fuzz_dissect_packet'] ['fuzz_dissect_packet']
/src/ntopng/src/Mac.cpp ['fuzz_dissect_packet'] ['fuzz_dissect_packet']
/src/ntopng/src/../third-party/snmp/snmp.c [] []
/src/ntopng/src/Condvar.cpp ['fuzz_dissect_packet'] ['fuzz_dissect_packet']
/src/ntopng/include/DummyInterface.h [] []
/src/ntopng/include/OperatingSystemHash.h [] []
/src/ntopng/src/FlowHash.cpp ['fuzz_dissect_packet'] ['fuzz_dissect_packet']
/src/ntopng/include/flow_checks/RemoteToRemote.h [] []
/src/ntopng/src/flow_checks/DeviceProtocolNotAllowed.cpp [] []
/src/ntopng/include/flow_alerts/FlowRiskTLSNotCarryingHTTPSAlert.h [] []
/src/ntopng/src/flow_checks/UnexpectedServer.cpp [] []
/src/ntopng/include/L4Stats.h ['fuzz_dissect_packet'] []
/src/ntopng/include/ThreadPool.h [] []
/src/ntopng/include/HostDetails.h [] []
/src/ntopng/include/ViewInterface.h ['fuzz_dissect_packet'] []
/src/ntopng/include/flow_checks/FlowRiskRiskyASN.h [] []
/src/ntopng/include/flow_checks/FlowRiskDesktopOrFileSharingSession.h [] []
/src/ntopng/src/AddressResolution.cpp [] []
/src/ntopng/src/flow_checks/BlacklistedCountry.cpp [] []
/src/ntopng/src/SyslogStats.cpp ['fuzz_dissect_packet'] ['fuzz_dissect_packet']
/src/ntopng/include/nDPIStats.h [] []
/src/ntopng/src/DB.cpp ['fuzz_dissect_packet'] []
/src/ntopng/src/ThreadPool.cpp [] []
/src/ntopng/src/Geolocation.cpp ['fuzz_dissect_packet'] ['fuzz_dissect_packet']
/src/ntopng/include/MacStats.h ['fuzz_dissect_packet'] ['fuzz_dissect_packet']
/src/ntopng/include/PartializableFlowTrafficStats.h ['fuzz_dissect_packet'] ['fuzz_dissect_packet']
/src/ntopng/include/host_checks/DNSServerContacts.h [] []
/src/ntopng/src/AlertableEntity.cpp ['fuzz_dissect_packet'] ['fuzz_dissect_packet']
/src/ntopng/src/MDNS.cpp ['fuzz_dissect_packet'] []
/src/ntopng/src/Ntop.cpp ['fuzz_dissect_packet'] ['fuzz_dissect_packet']
/src/ntopng/src/ThreadedActivity.cpp [] []
/src/ntopng/include/flow_checks/BlacklistedFlow.h [] []
/src/ntopng/include/HostPools.h ['fuzz_dissect_packet'] ['fuzz_dissect_packet']
/src/ntopng/src/Bitmask.cpp ['fuzz_dissect_packet'] ['fuzz_dissect_packet']
/src/ntopng/src/flow_alerts/FlowRiskKnownProtocolOnNonStandardPortAlert.cpp [] []
/src/ntopng/include/host_alerts/SYNFloodAlert.h [] []
/src/ntopng/include/flow_checks/FlowRiskTLSNotCarryingHTTPS.h [] []
/src/ntopng/src/flow_alerts/FlowRiskBinaryApplicationTransferAlert.cpp [] []
/src/ntopng/include/host_checks/NTPServerContacts.h [] []
/src/ntopng/src/GenericTrafficElement.cpp ['fuzz_dissect_packet'] ['fuzz_dissect_packet']
/src/ntopng/src/flow_alerts/LongLivedFlowAlert.cpp [] []
/src/ntopng/include/flow_alerts/FlowRiskDNSSuspiciousTrafficAlert.h [] []
/src/ntopng/src/Bloom.cpp ['fuzz_dissect_packet'] ['fuzz_dissect_packet']
/src/ntopng/src/HostsPortsAnalysis.cpp [] []
/src/ntopng/src/SQLiteAlertStore.cpp ['fuzz_dissect_packet'] ['fuzz_dissect_packet']
/src/ntopng/include/MonitoredMetric.h ['fuzz_dissect_packet'] ['fuzz_dissect_packet']
/src/ntopng/include/ScoreCounter.h ['fuzz_dissect_packet'] []
/src/ntopng/src/ViewScoreStats.cpp ['fuzz_dissect_packet'] []
/src/ntopng/include/MacManufacturers.h ['fuzz_dissect_packet'] []
/src/ntopng/include/flow_checks/RareDestination.h [] []
/src/ntopng/include/flow_alerts/FlowRiskDNSFragmentedAlert.h [] []
/src/ntopng/src/HostAlertableEntity.cpp ['fuzz_dissect_packet'] ['fuzz_dissect_packet']
/src/ntopng/include/host_checks/SMTPServerContacts.h [] []
/src/ntopng/src/flow_alerts/FlowRiskTLSCertificateSelfSignedAlert.cpp [] []
/src/ntopng/include/Country.h [] []
/src/ntopng/include/HostHash.h ['fuzz_dissect_packet'] []
/src/ntopng/include/flow_checks/FlowRiskKnownProtocolOnNonStandardPort.h [] []
/src/ntopng/include/PeriodicScript.h [] []
/src/ntopng/include/flow_alerts/FlowRiskHTTPSuspiciousHeaderAlert.h [] []
/src/ntopng/include/DB.h ['fuzz_dissect_packet'] []
/src/ntopng/src/flow_alerts/LowGoodputFlowAlert.cpp [] []
/src/ntopng/include/flow_checks/BlacklistedCountry.h [] []
/src/ntopng/include/RoundTripStats.h [] []
/src/ntopng/src/Bitmap128.cpp ['fuzz_dissect_packet'] ['fuzz_dissect_packet']
/src/ntopng/include/flow_checks/FlowRiskMaliciousJA3.h [] []
/src/ntopng/src/flow_checks/WebMining.cpp [] []
/src/ntopng/include/BlacklistStats.h [] []
/src/ntopng/include/flow_checks/FlowRiskDNSSuspiciousTraffic.h [] []
/src/ntopng/src/PacketStats.cpp ['fuzz_dissect_packet'] ['fuzz_dissect_packet']
/src/ntopng/include/flow_alerts/ExternalAlertCheckAlert.h [] []
/usr/include/linux/ethtool.h ['fuzz_dissect_packet'] []
/src/ntopng/src/ICMPinfo.cpp ['fuzz_dissect_packet'] ['fuzz_dissect_packet']
/src/ntopng/src/host_checks/SYNFlood.cpp [] []
/src/ntopng/src/ProtoCounter.cpp ['fuzz_dissect_packet'] ['fuzz_dissect_packet']
/src/ntopng/src/ChecksLoader.cpp [] []
/src/ntopng/include/VirtualHost.h [] []
/src/ntopng/src/flow_alerts/IECUnexpectedTypeIdAlert.cpp [] []
/src/ntopng/src/flow_alerts/FlowRiskTLSSuspiciousExtensionAlert.cpp [] []
/src/ntopng/include/BroadcastDomains.h [] []
/src/ntopng/src/ContainerStats.cpp [] []
/src/ntopng/include/BlacklistUsageStats.h ['fuzz_dissect_packet'] []
/src/ntopng/src/flow_checks/LowGoodputFlow.cpp [] []
/src/ntopng/include/flow_checks/FlowRiskHTTPSuspiciousHeader.h [] []
/src/ntopng/src/VLANAddressTree.cpp ['fuzz_dissect_packet'] ['fuzz_dissect_packet']
/src/ntopng/include/flow_alerts/RareDestinationAlert.h [] []
/src/ntopng/src/Fingerprint.cpp ['fuzz_dissect_packet'] []
/src/ntopng/include/InterarrivalStats.h [] []
/src/ntopng/include/flow_checks/UnexpectedSMTPServer.h [] []
/src/ntopng/include/FlowHash.h ['fuzz_dissect_packet'] []
/src/ntopng/include/flow_alerts/PeriodicityChangedAlert.h [] []
/src/ntopng/include/flow_alerts/LongLivedFlowAlert.h [] []
/src/ntopng/include/Host.h ['fuzz_dissect_packet'] ['fuzz_dissect_packet']
/src/ntopng/src/LuaEngineNetwork.cpp [] []
/src/ntopng/include/flow_checks/FlowRiskPeriodicFlow.h [] []
/src/ntopng/src/ZMQParserInterface.cpp ['fuzz_dissect_packet'] []
/src/ntopng/include/SyslogParserInterface.h [] []
/src/ntopng/include/StringFifoQueue.h ['fuzz_dissect_packet'] ['fuzz_dissect_packet']
/src/ntopng/src/SyslogLuaEngine.cpp [] []
/src/ntopng/include/flow_alerts/FlowRiskURLPossibleXSSAlert.h [] []
/src/ntopng/src/SyslogParserInterface.cpp ['fuzz_dissect_packet'] []
/src/ntopng/include/flow_checks/FlowRiskDNSFragmented.h [] []
/src/ntopng/src/InterarrivalStats.cpp ['fuzz_dissect_packet'] ['fuzz_dissect_packet']
/src/ntopng/src/NetworkInterface.cpp ['fuzz_dissect_packet'] ['fuzz_dissect_packet']
/src/ntopng/include/flow_alerts/FlowRiskMaliciousSHA1CertificateAlert.h [] []
/src/ntopng/include/flow_alerts/IECInvalidTransitionAlert.h ['fuzz_dissect_packet'] ['fuzz_dissect_packet']
/src/ntopng/include/HostStats.h ['fuzz_dissect_packet'] ['fuzz_dissect_packet']
/src/ntopng/src/LuaEngineNtop.cpp ['fuzz_dissect_packet'] []
/src/ntopng/include/FrequentStringItems.h ['fuzz_dissect_packet'] ['fuzz_dissect_packet']
/src/ntopng/src/host_checks/CountriesContacts.cpp [] []
/src/ntopng/include/flow_checks/TCPNoDataExchanged.h [] []
/src/ntopng/include/ICMPinfo.h [] []
/src/ntopng/include/OperatingSystem.h [] []
/src/ntopng/src/NetworkDiscovery.cpp ['fuzz_dissect_packet'] []
/src/ntopng/include/flow_alerts/FlowRiskMaliciousJA3Alert.h [] []
/src/ntopng/include/NetworkInterfaceAlertableEntity.h ['fuzz_dissect_packet'] ['fuzz_dissect_packet']
/src/ntopng/include/PacketStats.h [] []
/src/ntopng/include/PacketDumperTuntap.h [] []
/src/ntopng/src/Flow.cpp ['fuzz_dissect_packet'] ['fuzz_dissect_packet']
/src/ntopng/include/NtopGlobals.h ['fuzz_dissect_packet'] ['fuzz_dissect_packet']
/src/ntopng/include/FlowAlert.h ['fuzz_dissect_packet'] []
/src/ntopng/src/Host.cpp ['fuzz_dissect_packet'] ['fuzz_dissect_packet']
/src/ntopng/include/host_checks/RemoteConnection.h [] []
/src/ntopng/src/host_checks/SMTPServerContacts.cpp [] []
/src/ntopng/src/FrequentStringItems.cpp ['fuzz_dissect_packet'] []
/src/ntopng/include/Mac.h ['fuzz_dissect_packet'] ['fuzz_dissect_packet']
/src/ntopng/src/ParsedFlowCore.cpp ['fuzz_dissect_packet'] []
/src/ntopng/include/flow_alerts/FlowRiskTLSMissingSNIAlert.h [] []
/src/ntopng/include/FlowGrouper.h [] []
/src/ntopng/src/host_alerts/NTPServerContactsAlert.cpp [] []
/src/ntopng/include/DnsStats.h ['fuzz_dissect_packet'] []
/src/ntopng/include/Condvar.h ['fuzz_dissect_packet'] []
/src/ntopng/src/Prefs.cpp ['fuzz_dissect_packet'] ['fuzz_dissect_packet']
/src/ntopng/include/AlertableEntity.h ['fuzz_dissect_packet'] ['fuzz_dissect_packet']
/src/ntopng/include/InterfaceMemberAlertableEntity.h ['fuzz_dissect_packet'] ['fuzz_dissect_packet']
/src/ntopng/include/flow_checks/FlowRiskSSHObsoleteServer.h [] []
/src/ntopng/include/flow_alerts/FlowRiskUnsafeProtocolAlert.h [] []
/src/ntopng/include/flow_checks/TCPZeroWindow.h [] []
/src/ntopng/src/flow_checks/ExternalAlertCheck.cpp [] []
/src/ntopng/include/PcapInterface.h [] []
/src/ntopng/include/ProtoStats.h ['fuzz_dissect_packet'] ['fuzz_dissect_packet']
/src/ntopng/src/ObservationPointHash.cpp ['fuzz_dissect_packet'] []
/src/ntopng/src/flow_checks/FlowRisk.cpp [] []
/src/ntopng/src/flow_alerts/DeviceProtocolNotAllowedAlert.cpp [] []
/src/ntopng/include/Trace.h [] []
/src/ntopng/src/flow_alerts/FlowRiskTLSFatalAlert.cpp [] []
/src/ntopng/include/host_alerts/SYNScanAlert.h [] []
/src/ntopng/include/CountriesHash.h [] []
/src/ntopng/include/Alert.h [] []
/src/ntopng/src/LuaEngineHost.cpp [] []
/src/ntopng/src/flow_alerts/RemoteAccessAlert.cpp [] []
/src/ntopng/include/ListeningPorts.h ['fuzz_dissect_packet'] []
/src/ntopng/include/flow_alerts/FlowRiskKnownProtocolOnNonStandardPortAlert.h [] []
/src/ntopng/src/OperatingSystem.cpp [] []
/src/ntopng/include/host_checks/RSTScan.h [] []
/src/ntopng/src/host_checks/CustomHostLuaScript.cpp [] []
/src/ntopng/src/SQLiteStoreManager.cpp ['fuzz_dissect_packet'] ['fuzz_dissect_packet']
/src/ntopng/include/flow_alerts/NedgeBlockedFlowAlert.h [] []
/src/ntopng/include/Score.h [] []
/src/ntopng/src/ZMQUtils.cpp [] []
/src/ntopng/include/Bloom.h ['fuzz_dissect_packet'] ['fuzz_dissect_packet']
/src/ntopng/include/BehaviouralCounter.h ['fuzz_dissect_packet'] ['fuzz_dissect_packet']
/src/ntopng/include/host_alerts/NTPServerContactsAlert.h [] []
/src/ntopng/include/flow_alerts/UnexpectedDNSServerAlert.h [] []
/src/ntopng/src/HostAlert.cpp ['fuzz_dissect_packet'] []
/src/ntopng/include/flow_alerts/FlowRiskSSHObsoleteClientAlert.h [] []
/src/ntopng/src/flow_alerts/PeriodicityChangedAlert.cpp [] []
/src/ntopng/src/ICMPstats.cpp ['fuzz_dissect_packet'] ['fuzz_dissect_packet']
/src/ntopng/include/flow_alerts/InvalidDNSQueryAlert.h [] []
/src/ntopng/src/nDPIStats.cpp ['fuzz_dissect_packet'] ['fuzz_dissect_packet']
/src/ntopng/src/flow_checks/RareDestination.cpp [] []
/src/ntopng/include/HostCheck.h ['fuzz_dissect_packet'] []
/src/ntopng/src/Paginator.cpp [] []
/src/ntopng/include/flow_alerts/FlowRiskClearTextCredentialsAlert.h [] []
/src/ntopng/include/flow_alerts/WebMiningAlert.h [] []
/src/ntopng/include/flow_alerts/FlowRiskTLSCertificateSelfSignedAlert.h [] []
/src/ntopng/src/AutonomousSystem.cpp ['fuzz_dissect_packet'] ['fuzz_dissect_packet']
/src/ntopng/include/host_checks/ScanDetection.h [] []
/src/ntopng/include/DESCounter.h ['fuzz_dissect_packet'] ['fuzz_dissect_packet']
/src/ntopng/src/flow_alerts/CustomFlowLuaScriptAlert.cpp [] []
/src/ntopng/include/flow_alerts/FlowRiskTLSUncommonALPNAlert.h [] []
/src/ntopng/include/SPSCQueue.h ['fuzz_dissect_packet'] ['fuzz_dissect_packet']
/src/ntopng/include/LocalHost.h ['fuzz_dissect_packet'] ['fuzz_dissect_packet']
/src/ntopng/include/host_alerts/TrafficVolumeAlert.h [] []
/src/ntopng/src/HostsPorts.cpp [] []
/src/ntopng/src/host_checks/FINScan.cpp [] []
/src/ntopng/include/flow_alerts/TCPConnectionNoAnswerAlert.h [] []
/src/ntopng/src/LuaEngineFlow.cpp [] []
/src/ntopng/src/ScoreCounter.cpp ['fuzz_dissect_packet'] []
/src/ntopng/src/VirtualHost.cpp [] []
/src/ntopng/src/L4Stats.cpp ['fuzz_dissect_packet'] ['fuzz_dissect_packet']
/src/ntopng/src/flow_checks/TCPNoDataExchanged.cpp [] []
/src/ntopng/include/host_alerts/DNSServerContactsAlert.h [] []
/src/ntopng/src/host_checks/SYNScan.cpp [] []
/src/ntopng/include/Cardinality.h ['fuzz_dissect_packet'] ['fuzz_dissect_packet']
/src/ntopng/src/MacManufacturers.cpp ['fuzz_dissect_packet'] []
/src/ntopng/include/RedisStub.h [] []
/usr/local/bin/../include/c++/v1/math.h [] []
/src/ntopng/src/RoundTripStats.cpp ['fuzz_dissect_packet'] ['fuzz_dissect_packet']
/src/ntopng/include/AutonomousSystem.h ['fuzz_dissect_packet'] ['fuzz_dissect_packet']
/src/ntopng/include/flow_alerts/FlowRiskRiskyASNAlert.h [] []
/src/ntopng/src/HTTPserver.cpp [] []
/src/ntopng/src/flow_alerts/FlowRiskSSHObsoleteClientAlert.cpp [] []
/src/ntopng/include/ICMPstats.h [] []
/src/ntopng/src/ScoreStats.cpp ['fuzz_dissect_packet'] []
/src/ntopng/include/flow_alerts/BlacklistedFlowAlert.h [] []
/src/ntopng/include/host_alerts/ScanDetectionAlert.h [] []
/src/ntopng/include/Bitmask.h ['fuzz_dissect_packet'] ['fuzz_dissect_packet']
/src/ntopng/include/flow_alerts/BlacklistedCountryAlert.h [] []
/src/ntopng/include/Bitmap.h ['fuzz_dissect_packet'] []
/src/ntopng/include/host_checks/DangerousHost.h [] []
/src/ntopng/src/host_alerts/FlowHitsAlert.cpp [] []
/src/ntopng/src/flow_alerts/FlowRiskSuspiciousDGADomainAlert.cpp [] []
/src/ntopng/src/ThroughputStats.cpp ['fuzz_dissect_packet'] ['fuzz_dissect_packet']
/src/ntopng/src/ContinuousPing.cpp [] []
/src/ntopng/include/flow_alerts/FlowRiskMalwareHostContactedAlert.h [] []
/src/ntopng/src/flow_alerts/BlacklistedCountryAlert.cpp [] []
/src/ntopng/include/flow_alerts/DeviceProtocolNotAllowedAlert.h [] []
/src/ntopng/include/EthStats.h [] []
/src/ntopng/include/flow_checks/FlowRiskUnidirectionalTraffic.h [] []
/src/ntopng/src/flow_alerts/VLANBidirectionalTrafficAlert.cpp [] []
/src/ntopng/include/host_checks/ICMPFlood.h [] []
/src/ntopng/include/ZMQCollectorInterface.h [] []
/usr/local/bin/../include/c++/v1/exception [] []
/src/ntopng/include/ThroughputStats.h [] []
/src/ntopng/src/ProtoStats.cpp ['fuzz_dissect_packet'] ['fuzz_dissect_packet']
/src/ntopng/include/ActiveHostWalkerInfo.h [] []
/src/ntopng/include/flow_alerts/FlowRiskPeriodicFlowAlert.h [] []
/src/ntopng/include/OtherAlertableEntity.h [] []
/src/ntopng/include/AlertFifoQueue.h ['fuzz_dissect_packet'] []
/src/ntopng/src/FlowAlert.cpp ['fuzz_dissect_packet'] []
/src/ntopng/include/flow_checks/FlowRiskMaliciousSHA1Certificate.h [] []
/src/ntopng/src/host_alerts/RemoteConnectionAlert.cpp [] []
/src/ntopng/include/ContinuousPingStats.h [] []
/src/ntopng/include/host_alerts/FINScanAlert.h [] []
/src/ntopng/src/HostPools.cpp ['fuzz_dissect_packet'] ['fuzz_dissect_packet']
/src/ntopng/src/FlowChecksLoader.cpp [] []
/src/ntopng/include/flow_alerts/FlowRiskHTTPSuspiciousURLAlert.h [] []
/src/ntopng/include/Flow.h ['fuzz_dissect_packet'] ['fuzz_dissect_packet']
/src/ntopng/src/LocalTrafficStats.cpp ['fuzz_dissect_packet'] ['fuzz_dissect_packet']
/src/ntopng/fuzz/stub/RedisStub.cpp ['fuzz_dissect_packet'] ['fuzz_dissect_packet']
/src/ntopng/src/ElasticSearch.cpp ['fuzz_dissect_packet'] []
/src/ntopng/include/IpAddress.h ['fuzz_dissect_packet'] ['fuzz_dissect_packet']
/src/ntopng/include/VLANHash.h [] []
/src/ntopng/include/flow_alerts/FlowRiskSSHObsoleteServerAlert.h [] []
/src/ntopng/src/flow_alerts/IECInvalidCommandTransitionAlert.cpp [] []
/src/ntopng/include/flow_checks/FlowRiskNumericIPHost.h [] []
/src/ntopng/src/JobQueue.cpp [] []
/src/ntopng/include/flow_checks/FlowRiskURLPossibleSQLInjection.h [] []
/src/ntopng/src/host_checks/RemoteConnection.cpp [] []
/src/ntopng/src/flow_checks/TCPPacketsIssues.cpp [] []
/src/ntopng/include/LocalTrafficStats.h [] []
/src/ntopng/src/TimelineExtract.cpp [] []
/src/ntopng/include/flow_checks/FlowRiskTLS.h [] []
/src/ntopng/include/flow_alerts/TCPZeroWindowAlert.h [] []
/src/ntopng/src/HostHash.cpp ['fuzz_dissect_packet'] ['fuzz_dissect_packet']
/src/ntopng/src/QueuedThreadData.cpp [] []
/src/ntopng/include/flow_alerts/FlowRiskGenericAlert.h [] []
/src/ntopng/src/flow_alerts/BlacklistedFlowAlert.cpp [] []
/src/ntopng/include/AddressTree.h ['fuzz_dissect_packet'] ['fuzz_dissect_packet']
/src/ntopng/src/NetworkStats.cpp ['fuzz_dissect_packet'] ['fuzz_dissect_packet']
/src/ntopng/include/flow_checks/FlowRiskRiskyDomain.h [] []
/src/ntopng/src/host_alerts/CustomHostLuaScriptAlert.cpp [] []
/src/ntopng/include/flow_checks/FlowRiskSuspiciousDGADomain.h [] []
/src/ntopng/src/HostCheck.cpp [] []
/src/ntopng/include/HostAlert.h ['fuzz_dissect_packet'] []
/src/ntopng/src/RecipientQueue.cpp ['fuzz_dissect_packet'] []
/src/ntopng/include/flow_alerts/FlowRiskSuspiciousDGADomainAlert.h [] []
/src/ntopng/src/host_checks/RSTScan.cpp [] []
/src/ntopng/include/ViewScoreStats.h [] []
/src/ntopng/src/StatsManager.cpp ['fuzz_dissect_packet'] ['fuzz_dissect_packet']
/src/ntopng/src/flow_alerts/ElephantFlowAlert.cpp [] []
/src/ntopng/src/VLANHash.cpp ['fuzz_dissect_packet'] ['fuzz_dissect_packet']
/src/ntopng/include/flow_checks/FlowRiskBinaryApplicationTransfer.h [] []
/src/ntopng/include/flow_checks/UnexpectedServer.h [] []
/src/ntopng/include/ViewInterfaceFlowStats.h ['fuzz_dissect_packet'] []
/src/ntopng/include/flow_checks/FlowRiskTLSSuspiciousESNIUsage.h [] []
/src/ntopng/include/flow_checks/FlowRiskHTTPSuspiciousURL.h [] []
/src/ntopng/src/CountriesHash.cpp ['fuzz_dissect_packet'] ['fuzz_dissect_packet']
/src/ntopng/include/NetworkDiscovery.h [] []
/src/ntopng/src/flow_alerts/ModbusInvalidTransitionAlert.cpp [] []
/src/ntopng/include/HostPoolStats.h ['fuzz_dissect_packet'] ['fuzz_dissect_packet']
/usr/local/bin/../include/c++/v1/iosfwd [] []
/src/ntopng/src/RRDTimeseriesExporter.cpp [] []
/src/ntopng/src/flow_checks/CustomFlowLuaScript.cpp [] []
/src/ntopng/src/InterfaceStatsHash.cpp ['fuzz_dissect_packet'] []
/src/ntopng/include/host_checks/SYNFlood.h [] []
/src/ntopng/include/flow_alerts/TCPConnectionRefusedAlert.h [] []
/src/ntopng/src/ZMQCollectorInterface.cpp [] []
/src/ntopng/include/ScoreStats.h ['fuzz_dissect_packet'] []
/src/ntopng/include/AlertStore.h ['fuzz_dissect_packet'] ['fuzz_dissect_packet']
/src/ntopng/include/PeriodicActivities.h [] []
/src/ntopng/include/host_alerts/ICMPFloodAlert.h [] []
/src/ntopng/src/DnsStats.cpp ['fuzz_dissect_packet'] ['fuzz_dissect_packet']
/src/ntopng/include/flow_checks/FlowRiskURLPossibleRCEInjection.h [] []
/src/ntopng/include/FlowCheck.h ['fuzz_dissect_packet'] []
/src/ntopng/src/flow_alerts/RemoteToLocalInsecureProtoAlert.cpp [] []
/src/ntopng/include/VirtualHostHash.h [] []
/src/ntopng/include/flow_alerts/RemoteToLocalInsecureProtoAlert.h [] []
/src/ntopng/src/Mutex.cpp ['fuzz_dissect_packet'] ['fuzz_dissect_packet']
/src/ntopng/src/Country.cpp ['fuzz_dissect_packet'] []
/src/ntopng/src/HostChecksExecutor.cpp ['fuzz_dissect_packet'] []
/src/ntopng/include/UsedPorts.h [] []
/src/ntopng/include/flow_alerts/ModbusInvalidTransitionAlert.h [] []
/src/ntopng/include/flow_alerts/DataExfiltrationAlert.h [] []
/src/ntopng/include/AggregatedFlowsStats.h [] []
/src/ntopng/include/flow_alerts/FlowRiskDNSLargePacketAlert.h [] []
/src/ntopng/include/flow_checks/FlowRiskMalwareHostContacted.h [] []
/src/ntopng/include/flow_checks/NotPurged.h [] []
/src/ntopng/include/flow_checks/WebMining.h [] []
/src/ntopng/src/ObservationPoint.cpp ['fuzz_dissect_packet'] []
/usr/include/openssl/x509.h [] []
/src/ntopng/include/FlowRiskAlerts.h [] []
/src/ntopng/include/flow_alerts/FlowRiskURLPossibleRCEInjectionAlert.h [] []
/src/ntopng/src/ParsedFlow.cpp ['fuzz_dissect_packet'] []
/src/ntopng/include/flow_alerts/FlowRiskMalformedPacketAlert.h [] []
/src/ntopng/src/LuaEngineInterface.cpp [] []
/src/ntopng/src/ContinuousPingStats.cpp [] []
/src/ntopng/src/PacketDumperTuntap.cpp [] []
/src/ntopng/include/host_checks/FlowFlood.h [] []
/src/ntopng/src/flow_checks/NotPurged.cpp [] []
/src/ntopng/src/Check.cpp [] []
/src/ntopng/src/UsedPorts.cpp ['fuzz_dissect_packet'] ['fuzz_dissect_packet']
/src/ntopng/include/flow_alerts/FlowRiskSMBInsecureVersionAlert.h [] []
/src/ntopng/include/SyslogCollectorInterface.h [] []
/src/ntopng/src/MacHash.cpp ['fuzz_dissect_packet'] ['fuzz_dissect_packet']
/src/ntopng/include/host_alerts/FlowHitsAlert.h [] []
/src/ntopng/include/ParsedFlow.h ['fuzz_dissect_packet'] []
/src/ntopng/src/TrafficStats.cpp ['fuzz_dissect_packet'] ['fuzz_dissect_packet']
/src/ntopng/src/host_checks/FlowFlood.cpp [] []
/src/ntopng/include/PeerStats.h ['fuzz_dissect_packet'] ['fuzz_dissect_packet']
/src/ntopng/src/ParsedeBPF.cpp ['fuzz_dissect_packet'] []
/src/ntopng/src/AutonomousSystemHash.cpp ['fuzz_dissect_packet'] ['fuzz_dissect_packet']
/src/ntopng/src/host_checks/DomainNamesContacts.cpp [] []
/src/ntopng/src/flow_alerts/ExternalAlertCheckAlert.cpp [] []
/src/ntopng/include/flow_checks/UnexpectedDNSServer.h [] []
/src/ntopng/src/Score.cpp ['fuzz_dissect_packet'] ['fuzz_dissect_packet']
/src/ntopng/src/flow_alerts/TCPPacketsIssuesAlert.cpp [] []
/src/ntopng/src/GenericHash.cpp ['fuzz_dissect_packet'] ['fuzz_dissect_packet']
/src/ntopng/src/LocalHost.cpp ['fuzz_dissect_packet'] ['fuzz_dissect_packet']
/src/ntopng/include/host_checks/CountriesContacts.h [] []
/src/ntopng/include/host_alerts/RemoteConnectionAlert.h [] []
/src/ntopng/src/host_alerts/SMTPServerContactsAlert.cpp [] []
/src/ntopng/src/NtopGlobals.cpp [] []
/src/ntopng/fuzz/fuzz_dissect_packet.cpp ['fuzz_dissect_packet'] ['fuzz_dissect_packet']
/src/ntopng/include/flow_alerts/FlowRiskSuspiciousEntropyAlert.h [] []
/src/ntopng/include/flow_alerts/FlowRiskRiskyDomainAlert.h [] []
/src/ntopng/include/host_alerts/DomainNamesContactsAlert.h [] []
/src/ntopng/src/OperatingSystemHash.cpp ['fuzz_dissect_packet'] ['fuzz_dissect_packet']
/src/ntopng/include/LuaEngine.h [] []
/src/ntopng/include/AlertFifoItem.h ['fuzz_dissect_packet'] []
/src/ntopng/src/OtherAlertableEntity.cpp ['fuzz_dissect_packet'] ['fuzz_dissect_packet']
/src/ntopng/src/host_alerts/ScanDetectionAlert.cpp [] []
/src/ntopng/src/SyslogDump.cpp ['fuzz_dissect_packet'] []
/src/ntopng/src/MacStats.cpp ['fuzz_dissect_packet'] ['fuzz_dissect_packet']
/src/ntopng/include/GenericHash.h ['fuzz_dissect_packet'] ['fuzz_dissect_packet']
/src/ntopng/src/host_checks/NTPServerContacts.cpp [] []
/src/ntopng/src/flow_checks/TCPZeroWindow.cpp [] []
/src/ntopng/include/TcpFlowStats.h ['fuzz_dissect_packet'] ['fuzz_dissect_packet']
/src/ntopng/include/flow_checks/FlowRiskHTTPObsoleteServer.h [] []
/src/ntopng/src/RwLock.cpp ['fuzz_dissect_packet'] ['fuzz_dissect_packet']
/src/ntopng/src/../third-party/mongoose/mongoose.c ['fuzz_dissect_packet'] []
/src/ntopng/include/flow_checks/RemoteToLocalInsecureProto.h [] []
/src/ntopng/include/PortDetails.h [] []
/src/ntopng/include/host_checks/SYNScan.h [] []
/src/ntopng/include/flow_alerts/FlowRiskUnidirectionalTrafficAlert.h [] []
/src/ntopng/include/flow_checks/CustomFlowLuaScript.h [] []
/src/ntopng/include/flow_checks/ExternalAlertCheck.h [] []
/src/ntopng/include/host_checks/FINScan.h [] []
/src/ntopng/src/CategoryCounter.cpp ['fuzz_dissect_packet'] ['fuzz_dissect_packet']
/src/ntopng/src/host_checks/FlowHits.cpp [] []
/src/ntopng/src/AggregatedFlowsStats.cpp [] []
/src/ntopng/src/AlertCounter.cpp ['fuzz_dissect_packet'] ['fuzz_dissect_packet']
/src/ntopng/src/flow_alerts/UnexpectedServerAlert.cpp [] []
/src/ntopng/include/flow_alerts/FlowRiskTLSOldProtocolVersionAlert.h [] []
/src/ntopng/src/FlowTrafficStats.cpp ['fuzz_dissect_packet'] ['fuzz_dissect_packet']
/src/ntopng/include/HostChecksExecutor.h ['fuzz_dissect_packet'] []
/src/ntopng/src/ListeningPorts.cpp [] []
/src/ntopng/src/LocalHostStats.cpp ['fuzz_dissect_packet'] ['fuzz_dissect_packet']
/src/ntopng/include/flow_alerts/FlowRiskNumericIPHostAlert.h [] []
/src/ntopng/include/flow_alerts/UnexpectedNTPServerAlert.h [] []
/src/ntopng/include/flow_checks/FlowRiskURLPossibleXSS.h [] []
/src/ntopng/src/flow_alerts/BroadcastNonUDPTrafficAlert.cpp [] []
/src/ntopng/include/TimeseriesExporter.h [] []
/src/ntopng/include/host_checks/ServerContacts.h [] []
/src/ntopng/include/flow_alerts/FlowRiskHTTPSuspiciousUserAgentAlert.h [] []
/src/ntopng/include/host_alerts/SMTPServerContactsAlert.h [] []
/src/ntopng/src/TcpFlowStats.cpp ['fuzz_dissect_packet'] ['fuzz_dissect_packet']
/src/ntopng/include/GenericHashEntry.h ['fuzz_dissect_packet'] ['fuzz_dissect_packet']
/src/ntopng/include/FlowsHostInfo.h [] []
/src/ntopng/include/RecipientQueue.h [] []
/src/ntopng/include/HTTPstats.h [] []
/src/ntopng/include/flow_checks/LowGoodputFlow.h [] []
/src/ntopng/src/FlowGrouper.cpp [] []
/src/ntopng/include/flow_alerts/CustomFlowLuaScriptAlert.h [] []
/src/ntopng/include/flow_checks/FlowRiskSSHObsoleteClient.h [] []
/src/ntopng/src/host_checks/DangerousHost.cpp [] []
/src/ntopng/include/host_alerts/DangerousHostAlert.h [] []
/src/ntopng/include/flow_alerts/BroadcastNonUDPTrafficAlert.h [] []
/src/ntopng/src/PacketDumper.cpp [] []
/src/ntopng/src/Ping.cpp [] []
/src/ntopng/include/FifoQueue.h ['fuzz_dissect_packet'] ['fuzz_dissect_packet']
/src/ntopng/src/ThreadedActivityStats.cpp [] []
/src/ntopng/src/SyslogCollectorInterface.cpp [] []
/src/ntopng/include/ElasticSearch.h [] []
/src/ntopng/src/flow_alerts/FlowRiskGenericAlert.cpp [] []
/src/ntopng/include/flow_alerts/FlowRiskURLPossibleSQLInjectionAlert.h [] []
/src/ntopng/include/StatsManager.h ['fuzz_dissect_packet'] ['fuzz_dissect_packet']
/src/ntopng/src/PeriodicScript.cpp [] []
/src/ntopng/include/flow_checks/FlowRiskDNSLargePacket.h [] []
/src/ntopng/include/FifoSerializerQueue.h ['fuzz_dissect_packet'] ['fuzz_dissect_packet']
/src/ntopng/include/Prefs.h ['fuzz_dissect_packet'] ['fuzz_dissect_packet']
/src/ntopng/src/BroadcastDomains.cpp ['fuzz_dissect_packet'] ['fuzz_dissect_packet']
/src/ntopng/src/../third-party/snmp/asn1.c [] []
/src/ntopng/include/MonitoredCounter.h ['fuzz_dissect_packet'] ['fuzz_dissect_packet']
/src/ntopng/src/VLAN.cpp ['fuzz_dissect_packet'] ['fuzz_dissect_packet']
/src/ntopng/include/host_checks/DomainNamesContacts.h [] []
/src/ntopng/include/ntop_typedefs.h ['fuzz_dissect_packet'] []
/src/ntopng/src/SNMP.cpp ['fuzz_dissect_packet'] []
/src/ntopng/include/flow_checks/UnexpectedDHCPServer.h [] []
/src/ntopng/src/../third-party/speedtest.c [] []
/src/ntopng/include/ZMQParserInterface.h ['fuzz_dissect_packet'] []
/src/ntopng/include/flow_checks/FlowRiskTLSMissingSNI.h [] []
/src/ntopng/include/flow_alerts/IECInvalidCommandTransitionAlert.h ['fuzz_dissect_packet'] ['fuzz_dissect_packet']
/src/ntopng/include/Ntop.h ['fuzz_dissect_packet'] ['fuzz_dissect_packet']
/usr/local/bin/../include/c++/v1/stdexcept [] []
/src/ntopng/src/HostChecksLoader.cpp [] []
/src/ntopng/include/flow_alerts/ModbusUnexpectedFunctionCodeAlert.h [] []
/src/ntopng/src/flow_checks/BroadcastNonUDPTraffic.cpp [] []
/src/ntopng/include/flow_alerts/VLANBidirectionalTrafficAlert.h [] []
/src/ntopng/src/flow_alerts/RareDestinationAlert.cpp [] []
/src/ntopng/src/InfluxDBTimeseriesExporter.cpp [] []
/src/ntopng/src/IEC104Stats.cpp ['fuzz_dissect_packet'] ['fuzz_dissect_packet']
/src/ntopng/include/ProtoCounter.h ['fuzz_dissect_packet'] ['fuzz_dissect_packet']
/src/ntopng/include/flow_alerts/TCPNoDataExchangedAlert.h [] []
/src/ntopng/src/flow_alerts/FlowRiskSSHObsoleteServerAlert.cpp [] []
/src/ntopng/include/Check.h [] []
/src/ntopng/src/Trace.cpp ['fuzz_dissect_packet'] ['fuzz_dissect_packet']
/src/ntopng/include/Utils.h ['fuzz_dissect_packet'] ['fuzz_dissect_packet']
/src/ntopng/include/flow_alerts/FlowRiskBinaryApplicationTransferAlert.h [] []
/src/ntopng/include/flow_checks/FlowRiskClearTextCredentials.h [] []
/src/ntopng/include/flow_alerts/FlowRiskTLSFatalAlert.h [] []
/src/ntopng/src/ParserInterface.cpp ['fuzz_dissect_packet'] []
/src/ntopng/include/Recipients.h [] []
/src/ntopng/include/host_alerts/RSTScanAlert.h [] []
/src/ntopng/src/FlowAlertsLoader.cpp [] []
/src/ntopng/src/Utils.cpp ['fuzz_dissect_packet'] ['fuzz_dissect_packet']
/src/ntopng/include/flow_checks/BroadcastNonUDPTraffic.h [] []
/src/ntopng/include/flow_checks/IECInvalidTransition.h [] []
/src/ntopng/src/flow_alerts/FlowRiskTLSOldProtocolVersionAlert.cpp [] []
/src/ntopng/include/flow_alerts/TCPPacketsIssuesAlert.h [] []
/src/ntopng/include/flow_checks/RemoteAccess.h [] []
/src/ntopng/src/host_alerts/CountriesContactsAlert.cpp [] []
/src/ntopng/include/flow_alerts/UnexpectedDHCPServerAlert.h [] []
/src/ntopng/src/RemoteHost.cpp ['fuzz_dissect_packet'] ['fuzz_dissect_packet']
/src/ntopng/src/host_alerts/TrafficVolumeAlert.cpp [] []
/src/ntopng/include/flow_alerts/NotPurgedAlert.h [] []
/src/ntopng/include/flow_alerts/RemoteAccessAlert.h [] []
/src/ntopng/include/host_alerts/ScoreThresholdAlert.h [] []
/src/ntopng/src/flow_alerts/IECInvalidTransitionAlert.cpp [] []
/src/ntopng/src/FlowStats.cpp [] []
/src/ntopng/include/host_checks/ScoreThreshold.h [] []
/src/ntopng/src/DummyInterface.cpp [] []
/src/ntopng/include/ObservationPointHash.h [] []
/src/ntopng/include/flow_checks/VLANBidirectionalTraffic.h [] []
/src/ntopng/src/PcapInterface.cpp [] []
/usr/local/bin/../include/c++/v1/new [] []
/src/ntopng/src/flow_checks/BlacklistedFlow.cpp [] []
/src/ntopng/include/Fingerprint.h ['fuzz_dissect_packet'] []
/src/ntopng/include/FlowChecksLoader.h [] []
/src/ntopng/src/HostPoolStats.cpp ['fuzz_dissect_packet'] ['fuzz_dissect_packet']
/src/ntopng/include/flow_alerts/FlowRiskTLSSuspiciousESNIUsageAlert.h [] []
/src/ntopng/include/TcpPacketStats.h [] []
/src/ntopng/src/PeriodicActivities.cpp [] []
/src/ntopng/include/VLAN.h ['fuzz_dissect_packet'] ['fuzz_dissect_packet']
/src/ntopng/src/flow_checks/RemoteToRemote.cpp [] []
/src/ntopng/src/flow_alerts/ModbusUnexpectedFunctionCodeAlert.cpp [] []
/src/ntopng/src/host_checks/DNSServerContacts.cpp [] []
/src/ntopng/include/flow_checks/FlowRisk.h [] []
/src/ntopng/include/flow_checks/FlowRiskSuspiciousEntropy.h [] []
/src/ntopng/src/TimeseriesExporter.cpp ['fuzz_dissect_packet'] []
/src/ntopng/include/TrafficStats.h ['fuzz_dissect_packet'] ['fuzz_dissect_packet']
/src/ntopng/src/BlacklistStats.cpp ['fuzz_dissect_packet'] []
/src/ntopng/include/TimelineExtract.h [] []
/src/ntopng/src/GenericHashEntry.cpp ['fuzz_dissect_packet'] ['fuzz_dissect_packet']
/src/ntopng/src/DSCPStats.cpp ['fuzz_dissect_packet'] ['fuzz_dissect_packet']
/src/ntopng/src/HTTPstats.cpp ['fuzz_dissect_packet'] ['fuzz_dissect_packet']
/src/ntopng/include/DoHDoTStats.h [] []
/src/ntopng/src/host_alerts/DangerousHostAlert.cpp [] []
/src/ntopng/include/flow_checks/TCPPacketsIssues.h [] []
/src/ntopng/src/host_alerts/DNSServerContactsAlert.cpp [] []
/src/ntopng/include/ContainerStats.h [] []
/src/ntopng/include/HostsPortsAnalysis.h [] []
/src/ntopng/include/Bitmap128.h ['fuzz_dissect_packet'] ['fuzz_dissect_packet']
/src/ntopng/src/LuaEngine.cpp ['fuzz_dissect_packet'] []
/src/ntopng/include/flow_checks/DeviceProtocolNotAllowed.h [] []
/src/ntopng/include/HostChecksStatus.h ['fuzz_dissect_packet'] ['fuzz_dissect_packet']
/src/ntopng/src/host_checks/ICMPFlood.cpp [] []
/src/ntopng/src/ViewInterface.cpp [] []
/src/ntopng/include/HostAlertableEntity.h [] []
/src/ntopng/include/ZMQPublisher.h [] []
/src/ntopng/src/IpAddress.cpp ['fuzz_dissect_packet'] ['fuzz_dissect_packet']
/src/ntopng/src/NtopngLuaContext.cpp ['fuzz_dissect_packet'] []
/src/ntopng/src/host_alerts/ServerContactsAlert.cpp [] []
/src/ntopng/src/ActiveHostWalkerInfo.cpp [] []
/src/ntopng/include/flow_checks/FlowRiskUnsafeProtocol.h [] []
/src/ntopng/include/flow_checks/IECUnexpectedTypeId.h [] []
/src/ntopng/include/RemoteHost.h [] []
/src/ntopng/src/HostStats.cpp ['fuzz_dissect_packet'] ['fuzz_dissect_packet']
/src/ntopng/src/MostVisitedList.cpp ['fuzz_dissect_packet'] ['fuzz_dissect_packet']
/src/ntopng/src/ZMQPublisher.cpp [] []
/src/ntopng/include/GenericTrafficElement.h ['fuzz_dissect_packet'] ['fuzz_dissect_packet']
/src/ntopng/include/HTTPserver.h [] []
/src/ntopng/include/NetworkStats.h ['fuzz_dissect_packet'] ['fuzz_dissect_packet']
/src/ntopng/src/AddressTree.cpp ['fuzz_dissect_packet'] ['fuzz_dissect_packet']
/src/ntopng/include/ParsedeBPF.h [] []
/src/ntopng/include/flow_checks/UnexpectedNTPServer.h [] []
/src/ntopng/include/host_checks/CustomHostLuaScript.h [] []
/src/ntopng/include/AutonomousSystemHash.h [] []
/src/ntopng/include/host_alerts/CountriesContactsAlert.h [] []
/src/ntopng/src/EthStats.cpp ['fuzz_dissect_packet'] ['fuzz_dissect_packet']
/src/ntopng/src/FlowsHostInfo.cpp [] []
/src/ntopng/include/host_alerts/FlowFloodAlert.h [] []
/src/ntopng/include/flow_alerts/LowGoodputFlowAlert.h [] []
/src/ntopng/src/Recipients.cpp ['fuzz_dissect_packet'] ['fuzz_dissect_packet']
/src/ntopng/src/host_alerts/DomainNamesContactsAlert.cpp [] []
/src/ntopng/src/VirtualHostHash.cpp ['fuzz_dissect_packet'] ['fuzz_dissect_packet']
/src/ntopng/include/flow_alerts/DNSDataExfiltrationAlert.h [] []
/src/ntopng/include/flow_alerts/FlowRiskTLSSuspiciousExtensionAlert.h [] []
/src/ntopng/src/FlowCheck.cpp [] []

Directories in report

Directory
/src/ntopng/src/flow_alerts/
/src/ntopng/src/flow_checks/
/usr/include/linux/
/src/ntopng/fuzz/
/src/ntopng/src/../third-party/mongoose/
/src/ntopng/fuzz/stub/
/src/ntopng/include/host_alerts/
/src/ntopng/src/../third-party/
/usr/local/bin/../include/c++/v1/
/src/ntopng/src/host_checks/
/src/ntopng/include/
/usr/include/openssl/
/src/ntopng/include/flow_alerts/
/src/ntopng/src/
/src/ntopng/src/host_alerts/
/src/ntopng/include/flow_checks/
/src/ntopng/src/../third-party/snmp/
/src/ntopng/include/host_checks/