The following table shows data about each function in the project. The functions included in this table correspond to all functions that exist in the executables of the fuzzers. As such, there may be functions that are from third-party libraries.
For further technical details on the meaning of columns in the below table, please see the Glossary .
Func name | Functions filename | Args | Function call depth | Reached by Fuzzers | Fuzzers runtime hit | Func lines hit % | I Count | BB Count | Cyclomatic complexity | Functions reached | Reached by functions | Accumulated cyclomatic complexity | Undiscovered complexity |
---|
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 project has no code coverage. Will not display blockers as blockers depend on code coverage.
The following table shows a list of functions that are optimal targets. Optimal targets are identified by finding the functions that in combination, yield a high code coverage.
Func name | Functions filename | Arg count | Args | Function depth | hitcount | instr count | bb count | cyclomatic complexity | Reachable functions | Incoming references | total cyclomatic complexity | Unreached complexity |
---|---|---|---|---|---|---|---|---|---|---|---|---|
ZMQCollectorInterface::collect_flows()
|
/src/ntopng/src/ZMQCollectorInterface.cpp | 1 | ['N/A'] | 26 | 0 | 1134 | 179 | 58 | 2460 | 0 | 7647 | 1868 |
LLVMFuzzerInitialize
|
/src/ntopng/fuzz/fuzz_dissect_packet.cpp | 2 | ['N/A', 'N/A'] | 19 | 0 | 142 | 26 | 2 | 1230 | 0 | 4114 | 1292 |
handle_lua_request(mg_connection*)
|
/src/ntopng/src/HTTPserver.cpp | 1 | ['N/A'] | 18 | 0 | 1400 | 228 | 73 | 585 | 0 | 1908 | 1263 |
Implementing fuzzers that target the above functions will improve reachability such that it becomes:
If you implement fuzzers for these functions, the status of all functions in the project will be:
Func name | Functions filename | Args | Function call depth | Reached by Fuzzers | Fuzzers runtime hit | Func lines hit % | I Count | BB Count | Cyclomatic complexity | Functions reached | Reached by functions | Accumulated cyclomatic complexity | Undiscovered complexity |
---|
This sections provides heuristics that can be used as input to a fuzz engine when running a given fuzz target. The current focus is on providing input that is usable by libFuzzer.
Use this with the libFuzzer -dict=DICT.file flag
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
Source file | Reached by | Covered by |
---|---|---|
[] | [] | |
/src/ntopng/src/ParsedeBPF.cpp | ['fuzz_dissect_packet'] | [] |
/src/ntopng/include/flow_alerts/FlowRiskTLSCertificateSelfSignedAlert.h | [] | [] |
/src/ntopng/include/ContainerStats.h | [] | [] |
/src/ntopng/src/flow_checks/VLANBidirectionalTraffic.cpp | [] | [] |
/src/ntopng/include/flow_alerts/FlowRiskAlert.h | [] | [] |
/src/ntopng/src/ViewInterface.cpp | [] | [] |
/src/ntopng/include/flow_alerts/FlowRiskMalformedPacketAlert.h | [] | [] |
/src/ntopng/include/host_alerts/ServerPortsContactsAlert.h | [] | [] |
/src/ntopng/src/LuaEngine.cpp | [] | [] |
/src/ntopng/include/flow_checks/RemoteToLocalInsecureProto.h | [] | [] |
/src/ntopng/src/LuaEngineInterface.cpp | [] | [] |
/src/ntopng/include/flow_alerts/RareDestinationAlert.h | [] | [] |
/src/ntopng/include/ActiveHostWalkerInfo.h | [] | [] |
/usr/local/bin/../include/c++/v1/__exception/exception.h | [] | [] |
/src/ntopng/include/flow_checks/IECInvalidTransition.h | [] | [] |
/src/ntopng/include/flow_checks/NotPurged.h | [] | [] |
/src/ntopng/src/../third-party/speedtest.c | [] | [] |
/src/ntopng/include/flow_checks/FlowRiskDNSFragmented.h | [] | [] |
/src/ntopng/src/Geolocation.cpp | ['fuzz_dissect_packet'] | [] |
/src/ntopng/include/BlacklistUsageStats.h | ['fuzz_dissect_packet'] | [] |
/src/ntopng/src/flow_alerts/ElephantFlowAlert.cpp | [] | [] |
/src/ntopng/include/flow_alerts/UnexpectedDHCPServerAlert.h | [] | [] |
/src/ntopng/src/TcpFlowStats.cpp | ['fuzz_dissect_packet'] | [] |
/src/ntopng/include/flow_checks/IECInvalidCommandTransition.h | [] | [] |
/src/ntopng/include/Ntop.h | ['fuzz_dissect_packet'] | [] |
/src/ntopng/src/FlowHash.cpp | ['fuzz_dissect_packet'] | [] |
/src/ntopng/src/HostStats.cpp | ['fuzz_dissect_packet'] | [] |
/src/ntopng/include/VirtualHostHash.h | [] | [] |
/src/ntopng/include/flow_alerts/InvalidDNSQueryAlert.h | [] | [] |
/src/ntopng/include/flow_alerts/UnexpectedDNSServerAlert.h | [] | [] |
/src/ntopng/include/host_alerts/NTPServerContactsAlert.h | [] | [] |
/src/ntopng/src/flow_alerts/RemoteToLocalInsecureProtoAlert.cpp | [] | [] |
/src/ntopng/include/HostStats.h | ['fuzz_dissect_packet'] | [] |
/src/ntopng/include/Geolocation.h | [] | [] |
/src/ntopng/src/flow_alerts/FlowRiskSuspiciousDGADomainAlert.cpp | [] | [] |
/src/ntopng/include/flow_alerts/VLANBidirectionalTrafficAlert.h | [] | [] |
/src/ntopng/src/Bitmap128.cpp | ['fuzz_dissect_packet'] | [] |
/src/ntopng/include/flow_checks/FlowRiskURLPossibleXSS.h | [] | [] |
/src/ntopng/include/flow_checks/FlowRiskKnownProtocolOnNonStandardPort.h | [] | [] |
/src/ntopng/include/OtherAlertableEntity.h | [] | [] |
/src/ntopng/include/host_checks/ICMPFlood.h | [] | [] |
/src/ntopng/include/GenericHashEntry.h | ['fuzz_dissect_packet'] | [] |
/src/ntopng/include/flow_alerts/BlacklistedFlowAlert.h | [] | [] |
/src/ntopng/src/flow_checks/RemoteToRemote.cpp | [] | [] |
/src/ntopng/include/ICMPinfo.h | [] | [] |
/src/ntopng/include/flow_alerts/FlowRiskDNSSuspiciousTrafficAlert.h | [] | [] |
/src/ntopng/include/flow_checks/DeviceProtocolNotAllowed.h | [] | [] |
/src/ntopng/src/host_alerts/ServerContactsAlert.cpp | [] | [] |
/src/ntopng/include/flow_alerts/FlowRiskTLSNotCarryingHTTPSAlert.h | [] | [] |
/src/ntopng/src/HostChecksLoader.cpp | [] | [] |
/src/ntopng/src/QueuedThreadData.cpp | [] | [] |
/src/ntopng/src/flow_alerts/BroadcastNonUDPTrafficAlert.cpp | [] | [] |
/src/ntopng/include/flow_checks/FlowRiskTLSSuspiciousESNIUsage.h | [] | [] |
/src/ntopng/include/flow_alerts/FlowRiskMaliciousFingerprintAlert.h | [] | [] |
/src/ntopng/src/ProtoCounter.cpp | ['fuzz_dissect_packet'] | [] |
/src/ntopng/src/flow_alerts/BlacklistedCountryAlert.cpp | [] | [] |
/src/ntopng/include/host_alerts/ICMPFloodAlert.h | [] | [] |
/src/ntopng/src/flow_checks/TCPZeroWindow.cpp | [] | [] |
/src/ntopng/src/flow_checks/DeviceProtocolNotAllowed.cpp | [] | [] |
/src/ntopng/include/host_checks/DangerousHost.h | [] | [] |
/src/ntopng/include/MacHash.h | [] | [] |
/src/ntopng/include/ViewInterface.h | ['fuzz_dissect_packet'] | [] |
/src/ntopng/include/flow_alerts/IECInvalidCommandTransitionAlert.h | ['fuzz_dissect_packet'] | [] |
/src/ntopng/include/HostChecksStatus.h | ['fuzz_dissect_packet'] | [] |
/src/ntopng/src/flow_alerts/ModbusInvalidTransitionAlert.cpp | [] | [] |
/src/ntopng/include/flow_checks/FlowRiskNumericIPHost.h | [] | [] |
/src/ntopng/include/flow_checks/FlowRiskSSHObsoleteServer.h | [] | [] |
/src/ntopng/src/flow_checks/IECUnexpectedTypeId.cpp | [] | [] |
/src/ntopng/src/Host.cpp | ['fuzz_dissect_packet'] | [] |
/src/ntopng/include/HostCheck.h | [] | [] |
/src/ntopng/include/HostDetails.h | [] | [] |
/src/ntopng/src/../third-party/snmp/asn1.c | [] | [] |
/src/ntopng/src/ExportInterface.cpp | [] | [] |
/src/ntopng/include/flow_alerts/FlowRiskPeriodicFlowAlert.h | [] | [] |
/src/ntopng/include/host_checks/SMTPServerContacts.h | [] | [] |
/src/ntopng/include/NetworkStats.h | ['fuzz_dissect_packet'] | [] |
/src/ntopng/include/DoHDoTStats.h | [] | [] |
/src/ntopng/include/flow_alerts/IECUnexpectedTypeIdAlert.h | ['fuzz_dissect_packet'] | [] |
/src/ntopng/include/flow_alerts/FlowRiskRiskyASNAlert.h | [] | [] |
/src/ntopng/include/flow_alerts/RemoteToLocalInsecureFlowAlert.h | [] | [] |
/src/ntopng/src/flow_checks/UnexpectedDHCPServer.cpp | [] | [] |
/src/ntopng/include/host_alerts/FlowFloodAlert.h | [] | [] |
/src/ntopng/include/RecipientQueue.h | [] | [] |
/src/ntopng/include/ObservationPoint.h | ['fuzz_dissect_packet'] | [] |
/src/ntopng/src/StatsManager.cpp | ['fuzz_dissect_packet'] | [] |
/src/ntopng/include/flow_checks/FlowRiskURLPossibleRCEInjection.h | [] | [] |
/src/ntopng/src/Country.cpp | ['fuzz_dissect_packet'] | [] |
/src/ntopng/include/HostChecksExecutor.h | [] | [] |
/src/ntopng/include/flow_checks/UnexpectedDHCPServer.h | [] | [] |
/src/ntopng/src/Check.cpp | [] | [] |
/src/ntopng/include/Cardinality.h | ['fuzz_dissect_packet'] | [] |
/src/ntopng/include/CategoryCounter.h | [] | [] |
/src/ntopng/include/flow_alerts/BlacklistedServerContactAlert.h | [] | [] |
/src/ntopng/src/host_alerts/DomainNamesContactsAlert.cpp | [] | [] |
/src/ntopng/src/ThreadedActivity.cpp | [] | [] |
/src/ntopng/src/flow_alerts/ExternalAlertCheckAlert.cpp | [] | [] |
/src/ntopng/src/host_alerts/ScanDetectionAlert.cpp | [] | [] |
/src/ntopng/include/flow_alerts/TCPConnectionNoAnswerAlert.h | [] | [] |
/src/ntopng/include/AlertFifoItem.h | [] | [] |
/src/ntopng/src/AddressResolution.cpp | [] | [] |
/src/ntopng/include/FrequentStringItems.h | ['fuzz_dissect_packet'] | [] |
/src/ntopng/src/MDNS.cpp | ['fuzz_dissect_packet'] | [] |
/src/ntopng/src/LuaEngineNetwork.cpp | [] | [] |
/src/ntopng/include/host_alerts/RemoteConnectionAlert.h | [] | [] |
/src/ntopng/include/flow_alerts/PeriodicityChangedAlert.h | [] | [] |
/src/ntopng/include/flow_alerts/FlowRiskUnidirectionalTrafficAlert.h | [] | [] |
/src/ntopng/src/ChecksLoader.cpp | [] | [] |
/src/ntopng/include/ContinuousPingStats.h | [] | [] |
/src/ntopng/src/../third-party/snmp/net.c | [] | [] |
/src/ntopng/include/PcapInterface.h | [] | [] |
/src/ntopng/include/Bitmask.h | ['fuzz_dissect_packet'] | [] |
/src/ntopng/include/flow_checks/FlowRiskSMBInsecureVersion.h | [] | [] |
/src/ntopng/src/CountriesHash.cpp | ['fuzz_dissect_packet'] | [] |
/src/ntopng/include/host_alerts/UnexpectedGatewayAlert.h | [] | [] |
/src/ntopng/include/Country.h | [] | [] |
/src/ntopng/include/flow_checks/CustomFlowLuaScript.h | [] | [] |
/src/ntopng/include/VLANHash.h | [] | [] |
/src/ntopng/include/AutonomousSystem.h | ['fuzz_dissect_packet'] | [] |
/src/ntopng/src/host_alerts/CustomHostLuaScriptAlert.cpp | [] | [] |
/src/ntopng/fuzz/stub/RedisStub.cpp | ['fuzz_dissect_packet'] | [] |
/src/ntopng/src/PcapInterface.cpp | [] | [] |
/src/ntopng/src/flow_checks/BroadcastNonUDPTraffic.cpp | [] | [] |
/src/ntopng/fuzz/fuzz_dissect_packet.cpp | ['fuzz_dissect_packet'] | [] |
/src/ntopng/include/RoundTripStats.h | [] | [] |
/src/ntopng/src/PeriodicActivities.cpp | [] | [] |
/src/ntopng/src/flow_alerts/BlacklistedServerContactAlert.cpp | [] | [] |
/src/ntopng/src/LuaEngineNtop.cpp | ['fuzz_dissect_packet'] | [] |
/src/ntopng/src/ServerPortsBitmap.cpp | ['fuzz_dissect_packet'] | [] |
/src/ntopng/include/flow_checks/FlowRiskTLS.h | [] | [] |
/src/ntopng/include/flow_alerts/FlowRiskHTTPSuspiciousUserAgentAlert.h | [] | [] |
/src/ntopng/include/SyslogParserInterface.h | [] | [] |
/src/ntopng/include/TcpFlowStats.h | ['fuzz_dissect_packet'] | [] |
/src/ntopng/include/flow_alerts/DeviceProtocolNotAllowedAlert.h | [] | [] |
/src/ntopng/include/FlowRiskAlerts.h | [] | [] |
/src/ntopng/src/Paginator.cpp | [] | [] |
/src/ntopng/include/flow_checks/FlowRiskMaliciousFingerprint.h | [] | [] |
/src/ntopng/include/flow_checks/TCPNoDataExchanged.h | [] | [] |
/src/ntopng/src/flow_alerts/HostPolicyAlert.cpp | [] | [] |
/src/ntopng/src/flow_checks/BlacklistedFlow.cpp | [] | [] |
/src/ntopng/include/MonitoredCounter.h | ['fuzz_dissect_packet'] | [] |
/src/ntopng/include/ProtoStats.h | ['fuzz_dissect_packet'] | [] |
/usr/local/bin/../include/c++/v1/sstream | [] | [] |
/src/ntopng/include/flow_alerts/FlowRiskSuspiciousEntropyAlert.h | [] | [] |
/src/ntopng/src/AddressTree.cpp | ['fuzz_dissect_packet'] | [] |
/src/ntopng/src/AlertsQueue.cpp | ['fuzz_dissect_packet'] | [] |
/src/ntopng/include/BehaviouralCounter.h | ['fuzz_dissect_packet'] | [] |
/src/ntopng/src/SyslogStats.cpp | ['fuzz_dissect_packet'] | [] |
/src/ntopng/include/flow_checks/RemoteAccess.h | [] | [] |
/src/ntopng/include/flow_checks/TCPPacketsIssues.h | [] | [] |
/src/ntopng/src/host_checks/CustomHostLuaScript.cpp | [] | [] |
/src/ntopng/src/RwLock.cpp | ['fuzz_dissect_packet'] | [] |
/src/ntopng/src/flow_checks/LowGoodputFlow.cpp | [] | [] |
/src/ntopng/src/host_alerts/NTPServerContactsAlert.cpp | [] | [] |
/src/ntopng/src/NtopngLuaContext.cpp | [] | [] |
/src/ntopng/src/Trace.cpp | ['fuzz_dissect_packet'] | [] |
/src/ntopng/include/flow_alerts/FlowRiskURLPossibleXSSAlert.h | [] | [] |
/src/ntopng/include/flow_alerts/FlowRiskTLSFatalAlert.h | [] | [] |
/src/ntopng/include/RedisStub.h | [] | [] |
/src/ntopng/src/OtherAlertableEntity.cpp | ['fuzz_dissect_packet'] | [] |
/src/ntopng/src/LuaEngineFlow.cpp | [] | [] |
/src/ntopng/src/IpAddress.cpp | ['fuzz_dissect_packet'] | [] |
/src/ntopng/src/flow_checks/UnexpectedSMTPServer.cpp | [] | [] |
/src/ntopng/include/LocalHost.h | [] | [] |
/src/ntopng/src/TimeseriesExporter.cpp | [] | [] |
/src/ntopng/include/TrafficCounter.h | ['fuzz_dissect_packet'] | [] |
/src/ntopng/include/TimeseriesExporter.h | [] | [] |
/src/ntopng/include/flow_alerts/TCPZeroWindowAlert.h | [] | [] |
/src/ntopng/src/ActiveHostWalkerInfo.cpp | [] | [] |
/src/ntopng/src/Utils.cpp | ['fuzz_dissect_packet'] | [] |
/src/ntopng/src/FlowChecksLoader.cpp | [] | [] |
/src/ntopng/src/GenericHash.cpp | ['fuzz_dissect_packet'] | [] |
/src/ntopng/include/nDPIStats.h | ['fuzz_dissect_packet'] | [] |
/src/ntopng/include/flow_alerts/UnexpectedSMTPServerAlert.h | [] | [] |
/src/ntopng/src/HTTPstats.cpp | [] | [] |
/src/ntopng/include/MacStats.h | ['fuzz_dissect_packet'] | [] |
/src/ntopng/src/ZMQCollectorInterface.cpp | [] | [] |
/src/ntopng/src/ThroughputStats.cpp | ['fuzz_dissect_packet'] | [] |
/src/ntopng/src/RoundTripStats.cpp | ['fuzz_dissect_packet'] | [] |
/src/ntopng/include/host_checks/RSTScan.h | [] | [] |
/src/ntopng/include/flow_checks/VLANBidirectionalTraffic.h | [] | [] |
/src/ntopng/include/ZMQCollectorInterface.h | [] | [] |
/src/ntopng/src/GenericHashEntry.cpp | ['fuzz_dissect_packet'] | [] |
/src/ntopng/include/host_checks/FINScan.h | [] | [] |
/src/ntopng/src/host_checks/DNSServerContacts.cpp | [] | [] |
/src/ntopng/include/host_checks/RemoteConnection.h | [] | [] |
/src/ntopng/include/host_checks/CountriesContacts.h | [] | [] |
/src/ntopng/src/JobQueue.cpp | [] | [] |
/src/ntopng/src/ServerConfiguration.cpp | [] | [] |
/src/ntopng/include/flow_checks/FlowRiskDNSLargePacket.h | [] | [] |
/src/ntopng/src/Prefs.cpp | ['fuzz_dissect_packet'] | [] |
/src/ntopng/src/RemoteHost.cpp | ['fuzz_dissect_packet'] | [] |
/src/ntopng/include/IpAddress.h | ['fuzz_dissect_packet'] | [] |
/src/ntopng/src/VirtualHost.cpp | [] | [] |
/src/ntopng/include/flow_checks/FlowRiskTLSMissingSNI.h | [] | [] |
/src/ntopng/include/flow_alerts/CustomFlowLuaScriptAlert.h | [] | [] |
/src/ntopng/include/flow_alerts/FlowRiskSMBInsecureVersionAlert.h | [] | [] |
/src/ntopng/include/flow_alerts/ModbusUnexpectedFunctionCodeAlert.h | [] | [] |
/src/ntopng/include/ServerPortsBitmap.h | ['fuzz_dissect_packet'] | [] |
/src/ntopng/include/Host.h | ['fuzz_dissect_packet'] | [] |
/src/ntopng/include/ScoreStats.h | ['fuzz_dissect_packet'] | [] |
/src/ntopng/include/PeriodicScript.h | [] | [] |
/src/ntopng/include/AlertableEntity.h | ['fuzz_dissect_packet'] | [] |
/src/ntopng/include/flow_checks/BlacklistedServerContact.h | [] | [] |
/src/ntopng/src/HostAlertableEntity.cpp | ['fuzz_dissect_packet'] | [] |
/src/ntopng/include/ZMQPublisher.h | [] | [] |
/src/ntopng/include/flow_checks/IECUnexpectedTypeId.h | [] | [] |
/src/ntopng/src/host_alerts/CountriesContactsAlert.cpp | [] | [] |
/src/ntopng/src/Bloom.cpp | ['fuzz_dissect_packet'] | [] |
/src/ntopng/src/ThreadPool.cpp | [] | [] |
/src/ntopng/include/Bitmap128.h | ['fuzz_dissect_packet'] | [] |
/src/ntopng/include/GenericTrafficElement.h | ['fuzz_dissect_packet'] | [] |
/src/ntopng/include/flow_checks/BlacklistedFlow.h | [] | [] |
/src/ntopng/src/BlacklistStats.cpp | ['fuzz_dissect_packet'] | [] |
/src/ntopng/src/flow_checks/WebMining.cpp | [] | [] |
/src/ntopng/include/SyslogCollectorInterface.h | [] | [] |
/src/ntopng/include/flow_alerts/FlowRiskKnownProtocolOnNonStandardPortAlert.h | [] | [] |
/src/ntopng/include/flow_checks/FlowRiskDNSSuspiciousTraffic.h | [] | [] |
/src/ntopng/include/DummyInterface.h | [] | [] |
/src/ntopng/src/flow_alerts/FlowRiskGenericAlert.cpp | [] | [] |
/src/ntopng/include/Bloom.h | ['fuzz_dissect_packet'] | [] |
/src/ntopng/include/flow_checks/UnexpectedSMTPServer.h | [] | [] |
/src/ntopng/include/FlowHash.h | [] | [] |
/src/ntopng/src/flow_alerts/BlacklistedClientContactAlert.cpp | [] | [] |
/src/ntopng/src/FlowAlert.cpp | ['fuzz_dissect_packet'] | [] |
/src/ntopng/include/sFlowPktInterface.h | [] | [] |
/src/ntopng/src/ContinuousPing.cpp | [] | [] |
/src/ntopng/src/AlertableEntity.cpp | ['fuzz_dissect_packet'] | [] |
/src/ntopng/include/flow_alerts/WebMiningAlert.h | [] | [] |
/src/ntopng/include/flow_checks/BlacklistedClientContact.h | [] | [] |
/src/ntopng/src/flow_alerts/ModbusUnexpectedFunctionCodeAlert.cpp | [] | [] |
/src/ntopng/include/FlowStats.h | [] | [] |
/src/ntopng/include/ServerConfiguration.h | [] | [] |
/src/ntopng/include/flow_checks/FlowRiskHTTPSuspiciousUserAgent.h | [] | [] |
/src/ntopng/src/host_alerts/UnexpectedGatewayAlert.cpp | [] | [] |
/src/ntopng/include/VLANAddressTree.h | ['fuzz_dissect_packet'] | [] |
/src/ntopng/include/flow_alerts/LowGoodputFlowAlert.h | [] | [] |
/src/ntopng/src/MacManufacturers.cpp | ['fuzz_dissect_packet'] | [] |
/src/ntopng/src/host_checks/ScanDetection.cpp | [] | [] |
/src/ntopng/include/flow_alerts/FlowRiskRiskyDomainAlert.h | [] | [] |
/src/ntopng/include/host_alerts/DangerousHostAlert.h | [] | [] |
/src/ntopng/include/Mac.h | ['fuzz_dissect_packet'] | [] |
/src/ntopng/src/ICMPstats.cpp | ['fuzz_dissect_packet'] | [] |
/src/ntopng/src/Mutex.cpp | ['fuzz_dissect_packet'] | [] |
/src/ntopng/src/flow_alerts/CustomFlowLuaScriptAlert.cpp | [] | [] |
/src/ntopng/include/Prefs.h | ['fuzz_dissect_packet'] | [] |
/src/ntopng/include/flow_alerts/LongLivedFlowAlert.h | [] | [] |
/src/ntopng/include/ScoreCounter.h | ['fuzz_dissect_packet'] | [] |
/src/ntopng/include/host_checks/UnexpectedGateway.h | [] | [] |
/src/ntopng/src/SQLiteStoreManager.cpp | ['fuzz_dissect_packet'] | [] |
/src/ntopng/include/flow_checks/BroadcastNonUDPTraffic.h | [] | [] |
/src/ntopng/src/HostsPortsAnalysis.cpp | [] | [] |
/src/ntopng/src/host_alerts/SMTPServerContactsAlert.cpp | [] | [] |
/src/ntopng/src/LocalHost.cpp | ['fuzz_dissect_packet'] | [] |
/src/ntopng/include/flow_alerts/FlowRiskClearTextCredentialsAlert.h | [] | [] |
/src/ntopng/include/AggregatedFlowsStats.h | [] | [] |
/src/ntopng/src/HostAlert.cpp | [] | [] |
/src/ntopng/include/InterarrivalStats.h | [] | [] |
/src/ntopng/src/flow_alerts/FlowRiskTLSCertificateSelfSignedAlert.cpp | [] | [] |
/src/ntopng/src/ParsedFlow.cpp | [] | [] |
/src/ntopng/include/StringFifoQueue.h | ['fuzz_dissect_packet'] | [] |
/src/ntopng/src/flow_alerts/LongLivedFlowAlert.cpp | [] | [] |
/src/ntopng/include/Mutex.h | ['fuzz_dissect_packet'] | [] |
/src/ntopng/src/host_checks/NTPServerContacts.cpp | [] | [] |
/src/ntopng/include/flow_checks/FlowRiskSuspiciousDGADomain.h | [] | [] |
/src/ntopng/include/host_checks/FlowHits.h | [] | [] |
/src/ntopng/include/flow_checks/FlowRiskMaliciousSHA1Certificate.h | [] | [] |
/src/ntopng/include/DnsStats.h | ['fuzz_dissect_packet'] | [] |
/src/ntopng/include/UsedPorts.h | [] | [] |
/src/ntopng/include/flow_alerts/TCPFlowResetAlert.h | [] | [] |
/src/ntopng/include/flow_checks/WebMining.h | [] | [] |
/src/ntopng/include/Check.h | [] | [] |
/src/ntopng/src/HostHash.cpp | ['fuzz_dissect_packet'] | [] |
/src/ntopng/include/flow_alerts/NotPurgedAlert.h | [] | [] |
/src/ntopng/include/Score.h | [] | [] |
/src/ntopng/src/host_alerts/FlowHitsAlert.cpp | [] | [] |
/src/ntopng/src/flow_checks/BlacklistedCountry.cpp | [] | [] |
/src/ntopng/src/LocalHostStats.cpp | ['fuzz_dissect_packet'] | [] |
/src/ntopng/src/HostPoolStats.cpp | ['fuzz_dissect_packet'] | [] |
/src/ntopng/include/CountriesHash.h | [] | [] |
/src/ntopng/src/ContinuousPingStats.cpp | [] | [] |
/src/ntopng/src/flow_checks/CustomFlowLuaScript.cpp | [] | [] |
/src/ntopng/src/RecipientQueue.cpp | [] | [] |
/src/ntopng/include/host_alerts/ServerContactsAlert.h | [] | [] |
/src/ntopng/include/LocalTrafficStats.h | [] | [] |
/src/ntopng/include/ViewInterfaceFlowStats.h | ['fuzz_dissect_packet'] | [] |
/src/ntopng/src/host_alerts/ServerPortsContactsAlert.cpp | [] | [] |
/src/ntopng/include/ThreadedActivityStats.h | [] | [] |
/src/ntopng/include/flow_alerts/BlacklistedClientContactAlert.h | [] | [] |
/src/ntopng/include/Paginator.h | [] | [] |
/src/ntopng/include/flow_alerts/FlowRiskGenericAlert.h | [] | [] |
/src/ntopng/src/flow_alerts/RemoteAccessAlert.cpp | [] | [] |
/src/ntopng/include/NetworkInterfaceAlertableEntity.h | ['fuzz_dissect_packet'] | [] |
/src/ntopng/src/EthStats.cpp | ['fuzz_dissect_packet'] | [] |
/src/ntopng/include/flow_alerts/DNSDataExfiltrationAlert.h | [] | [] |
/src/ntopng/src/ProtoStats.cpp | ['fuzz_dissect_packet'] | [] |
/src/ntopng/include/flow_alerts/FlowRiskTLSUncommonALPNAlert.h | [] | [] |
/src/ntopng/src/ZMQPublisher.cpp | [] | [] |
/src/ntopng/include/flow_checks/FlowRiskSSHObsoleteClient.h | [] | [] |
/src/ntopng/include/ntop_typedefs.h | ['fuzz_dissect_packet'] | [] |
/src/ntopng/src/TcpPacketStats.cpp | ['fuzz_dissect_packet'] | [] |
/src/ntopng/src/host_checks/ICMPFlood.cpp | [] | [] |
/src/ntopng/src/flow_checks/TCPFlowReset.cpp | [] | [] |
/src/ntopng/include/ProtoCounter.h | ['fuzz_dissect_packet'] | [] |
/src/ntopng/include/HostAlertableEntity.h | [] | [] |
/src/ntopng/src/flow_alerts/FlowRiskTLSFatalAlert.cpp | [] | [] |
/src/ntopng/src/TrafficStats.cpp | ['fuzz_dissect_packet'] | [] |
/src/ntopng/include/flow_alerts/TCPNoDataExchangedAlert.h | [] | [] |
/src/ntopng/src/InterarrivalStats.cpp | ['fuzz_dissect_packet'] | [] |
/src/ntopng/src/ContainerStats.cpp | [] | [] |
/src/ntopng/src/host_alerts/RemoteConnectionAlert.cpp | [] | [] |
/src/ntopng/src/host_alerts/TrafficVolumeAlert.cpp | [] | [] |
/src/ntopng/src/NtopGlobals.cpp | [] | [] |
/usr/include/openssl/x509.h | [] | [] |
/src/ntopng/src/flow_alerts/UnexpectedServerAlert.cpp | [] | [] |
/src/ntopng/include/flow_alerts/FlowRiskMalwareHostContactedAlert.h | [] | [] |
/src/ntopng/src/SyslogParserInterface.cpp | ['fuzz_dissect_packet'] | [] |
/src/ntopng/include/FlowsHostInfo.h | [] | [] |
/src/ntopng/src/Bitmask.cpp | ['fuzz_dissect_packet'] | [] |
/src/ntopng/src/DSCPStats.cpp | ['fuzz_dissect_packet'] | [] |
/src/ntopng/src/MostVisitedList.cpp | ['fuzz_dissect_packet'] | [] |
/src/ntopng/src/FlowAlertsLoader.cpp | [] | [] |
/src/ntopng/src/../third-party/snmp/snmp.c | [] | [] |
/src/ntopng/include/host_alerts/SMTPServerContactsAlert.h | [] | [] |
/src/ntopng/src/ScoreStats.cpp | ['fuzz_dissect_packet'] | [] |
/src/ntopng/include/LocalHostStats.h | [] | [] |
/src/ntopng/src/FlowGrouper.cpp | [] | [] |
/src/ntopng/include/PacketDumperTuntap.h | [] | [] |
/src/ntopng/src/flow_alerts/IECInvalidCommandTransitionAlert.cpp | [] | [] |
/src/ntopng/src/FlowTrafficStats.cpp | ['fuzz_dissect_packet'] | [] |
/src/ntopng/include/flow_checks/FlowRiskHTTPObsoleteServer.h | [] | [] |
/src/ntopng/include/DESCounter.h | ['fuzz_dissect_packet'] | [] |
/src/ntopng/src/../third-party/mongoose/mongoose.c | ['fuzz_dissect_packet'] | [] |
/src/ntopng/include/flow_alerts/FlowRiskNumericIPHostAlert.h | [] | [] |
/src/ntopng/src/flow_checks/UnexpectedServer.cpp | [] | [] |
/src/ntopng/src/IEC104Stats.cpp | ['fuzz_dissect_packet'] | [] |
/src/ntopng/src/AggregatedFlowsStats.cpp | [] | [] |
/src/ntopng/src/flow_alerts/IECUnexpectedTypeIdAlert.cpp | [] | [] |
/src/ntopng/include/ParsedeBPF.h | [] | [] |
/src/ntopng/include/ThroughputStats.h | [] | [] |
/src/ntopng/include/flow_checks/ExternalAlertCheck.h | [] | [] |
/src/ntopng/include/FlowGrouper.h | [] | [] |
/src/ntopng/src/Ntop.cpp | ['fuzz_dissect_packet'] | [] |
/src/ntopng/src/VLANHash.cpp | ['fuzz_dissect_packet'] | [] |
/src/ntopng/include/MacManufacturers.h | ['fuzz_dissect_packet'] | [] |
/src/ntopng/include/flow_alerts/FlowRiskMaliciousSHA1CertificateAlert.h | [] | [] |
/src/ntopng/include/flow_alerts/ElephantFlowAlert.h | [] | [] |
/src/ntopng/include/FifoQueue.h | ['fuzz_dissect_packet'] | [] |
/src/ntopng/include/HostPools.h | ['fuzz_dissect_packet'] | [] |
/usr/include/linux/ethtool.h | ['fuzz_dissect_packet'] | [] |
/src/ntopng/src/flow_alerts/DeviceProtocolNotAllowedAlert.cpp | [] | [] |
/src/ntopng/src/flow_checks/RareDestination.cpp | [] | [] |
/src/ntopng/include/PacketStats.h | [] | [] |
/src/ntopng/include/flow_checks/FlowRiskRiskyDomain.h | [] | [] |
/src/ntopng/include/PeriodicActivities.h | [] | [] |
/src/ntopng/include/NetworkInterface.h | ['fuzz_dissect_packet'] | [] |
/src/ntopng/include/SPSCQueue.h | ['fuzz_dissect_packet'] | [] |
/src/ntopng/include/LuaEngine.h | [] | [] |
/src/ntopng/src/PeriodicScript.cpp | [] | [] |
/src/ntopng/include/Condvar.h | ['fuzz_dissect_packet'] | [] |
/src/ntopng/include/flow_checks/FlowRiskURLPossibleSQLInjection.h | [] | [] |
/src/ntopng/src/MacHash.cpp | ['fuzz_dissect_packet'] | [] |
/src/ntopng/include/ElasticSearch.h | [] | [] |
/src/ntopng/include/flow_alerts/FlowRiskHTTPObsoleteServerAlert.h | [] | [] |
/src/ntopng/include/Recipients.h | [] | [] |
/src/ntopng/include/host_checks/FlowFlood.h | [] | [] |
/src/ntopng/include/flow_checks/FlowRiskUnsafeProtocol.h | [] | [] |
/src/ntopng/src/host_checks/SMTPServerContacts.cpp | [] | [] |
/src/ntopng/include/flow_checks/FlowRiskRiskyASN.h | [] | [] |
/src/ntopng/src/flow_alerts/FlowRiskKnownProtocolOnNonStandardPortAlert.cpp | [] | [] |
/src/ntopng/src/VLAN.cpp | ['fuzz_dissect_packet'] | [] |
/src/ntopng/include/flow_checks/TCPZeroWindow.h | [] | [] |
/src/ntopng/src/flow_checks/UnexpectedNTPServer.cpp | [] | [] |
/src/ntopng/src/HostPools.cpp | ['fuzz_dissect_packet'] | [] |
/src/ntopng/src/MacStats.cpp | ['fuzz_dissect_packet'] | [] |
/src/ntopng/include/HostAlert.h | ['fuzz_dissect_packet'] | [] |
/src/ntopng/src/host_checks/DangerousHost.cpp | [] | [] |
/src/ntopng/include/Alert.h | [] | [] |
/src/ntopng/include/host_alerts/SYNScanAlert.h | [] | [] |
/src/ntopng/src/host_alerts/DNSServerContactsAlert.cpp | [] | [] |
/src/ntopng/include/host_alerts/CustomHostLuaScriptAlert.h | [] | [] |
/src/ntopng/include/flow_checks/BlacklistedCountry.h | [] | [] |
/src/ntopng/src/flow_checks/ExternalAlertCheck.cpp | [] | [] |
/src/ntopng/src/FlowStats.cpp | [] | [] |
/src/ntopng/src/ParsedFlowCore.cpp | [] | [] |
/src/ntopng/include/NetworkDiscovery.h | [] | [] |
/src/ntopng/include/PortDetails.h | [] | [] |
/src/ntopng/include/InterfaceMemberAlertableEntity.h | ['fuzz_dissect_packet'] | [] |
/src/ntopng/src/flow_checks/UnexpectedDNSServer.cpp | [] | [] |
/src/ntopng/src/host_checks/DomainNamesContacts.cpp | [] | [] |
/src/ntopng/include/BroadcastDomains.h | [] | [] |
/src/ntopng/include/MostVisitedList.h | ['fuzz_dissect_packet'] | [] |
/src/ntopng/include/flow_alerts/DataExfiltrationAlert.h | [] | [] |
/src/ntopng/include/HostPoolStats.h | ['fuzz_dissect_packet'] | [] |
/src/ntopng/src/host_checks/SYNScan.cpp | [] | [] |
/src/ntopng/include/flow_alerts/IECInvalidTransitionAlert.h | ['fuzz_dissect_packet'] | [] |
/src/ntopng/include/FlowCheck.h | ['fuzz_dissect_packet'] | [] |
/src/ntopng/src/flow_alerts/PeriodicityChangedAlert.cpp | [] | [] |
/src/ntopng/include/BlacklistStats.h | [] | [] |
/src/ntopng/src/PacketStats.cpp | ['fuzz_dissect_packet'] | [] |
/src/ntopng/src/PacketDumperTuntap.cpp | [] | [] |
/src/ntopng/src/FlowsHostInfo.cpp | [] | [] |
/src/ntopng/include/HTTPstats.h | [] | [] |
/src/ntopng/include/ThreadPool.h | [] | [] |
/src/ntopng/include/host_alerts/ScanDetectionAlert.h | [] | [] |
/src/ntopng/src/Score.cpp | ['fuzz_dissect_packet'] | [] |
/src/ntopng/include/flow_checks/FlowRiskUnidirectionalTraffic.h | [] | [] |
/src/ntopng/include/flow_checks/FlowRiskHTTPSuspiciousHeader.h | [] | [] |
/src/ntopng/src/UsedPorts.cpp | ['fuzz_dissect_packet'] | [] |
/src/ntopng/src/host_checks/UnexpectedGateway.cpp | [] | [] |
/src/ntopng/src/L4Stats.cpp | ['fuzz_dissect_packet'] | [] |
/src/ntopng/src/ElasticSearch.cpp | ['fuzz_dissect_packet'] | [] |
/src/ntopng/include/flow_alerts/TCPConnectionRefusedAlert.h | [] | [] |
/src/ntopng/include/HTTPserver.h | [] | [] |
/usr/local/include/json-c/linkhash.h | [] | [] |
/src/ntopng/src/ObservationPointHash.cpp | ['fuzz_dissect_packet'] | [] |
/src/ntopng/include/flow_checks/FlowRiskDesktopOrFileSharingSession.h | [] | [] |
/src/ntopng/include/ParserInterface.h | [] | [] |
/src/ntopng/src/host_checks/FINScan.cpp | [] | [] |
/src/ntopng/src/flow_alerts/FlowRiskTLSUncommonALPNAlert.cpp | [] | [] |
/src/ntopng/include/flow_alerts/FlowRiskDNSLargePacketAlert.h | [] | [] |
/src/ntopng/include/RemoteHost.h | [] | [] |
/src/ntopng/include/flow_checks/FlowRiskTLSNotCarryingHTTPS.h | [] | [] |
/src/ntopng/src/ViewScoreStats.cpp | ['fuzz_dissect_packet'] | [] |
/src/ntopng/include/VLAN.h | ['fuzz_dissect_packet'] | [] |
/src/ntopng/include/Fingerprint.h | ['fuzz_dissect_packet'] | [] |
/src/ntopng/include/EthStats.h | [] | [] |
/src/ntopng/include/flow_checks/FlowRiskHTTPSuspiciousURL.h | [] | [] |
/src/ntopng/include/host_checks/NTPServerContacts.h | [] | [] |
/src/ntopng/src/CategoryCounter.cpp | ['fuzz_dissect_packet'] | [] |
/src/ntopng/include/DB.h | ['fuzz_dissect_packet'] | [] |
/src/ntopng/include/flow_checks/FlowRiskBinaryApplicationTransfer.h | [] | [] |
/src/ntopng/include/flow_alerts/FlowRiskURLPossibleSQLInjectionAlert.h | [] | [] |
/src/ntopng/include/flow_checks/FlowRiskPeriodicFlow.h | [] | [] |
/src/ntopng/src/flow_alerts/BlacklistedFlowAlert.cpp | [] | [] |
/src/ntopng/src/flow_alerts/FlowRiskTLSOldProtocolVersionAlert.cpp | [] | [] |
/src/ntopng/src/flow_checks/NotPurged.cpp | [] | [] |
/src/ntopng/include/flow_checks/UnexpectedNTPServer.h | [] | [] |
/src/ntopng/include/flow_alerts/ModbusTooManyExceptionsAlert.h | [] | [] |
/src/ntopng/include/Trace.h | [] | [] |
/src/ntopng/src/Recipients.cpp | [] | [] |
/src/ntopng/include/host_alerts/FlowHitsAlert.h | [] | [] |
/src/ntopng/include/ChecksLoader.h | [] | [] |
/src/ntopng/src/SyslogCollectorInterface.cpp | [] | [] |
/src/ntopng/src/LocalTrafficStats.cpp | ['fuzz_dissect_packet'] | [] |
/src/ntopng/include/flow_alerts/UnexpectedServerAlert.h | [] | [] |
/src/ntopng/src/flow_alerts/FlowRiskTLSSuspiciousExtensionAlert.cpp | [] | [] |
/src/ntopng/src/HostsPorts.cpp | [] | [] |
/src/ntopng/src/AutonomousSystemHash.cpp | ['fuzz_dissect_packet'] | [] |
/usr/local/bin/../include/c++/v1/string | [] | [] |
/src/ntopng/include/flow_alerts/FlowRiskHTTPSuspiciousHeaderAlert.h | [] | [] |
/src/ntopng/include/flow_alerts/RemoteAccessAlert.h | [] | [] |
/src/ntopng/include/flow_alerts/ExternalAlertCheckAlert.h | [] | [] |
/src/ntopng/include/FlowAlert.h | ['fuzz_dissect_packet'] | [] |
/src/ntopng/src/flow_checks/TCPNoDataExchanged.cpp | [] | [] |
/src/ntopng/include/TcpPacketStats.h | [] | [] |
/src/ntopng/src/ObservationPoint.cpp | ['fuzz_dissect_packet'] | [] |
/src/ntopng/include/AlertFifoQueue.h | [] | [] |
/src/ntopng/src/DummyInterface.cpp | [] | [] |
/src/ntopng/include/GenericHash.h | ['fuzz_dissect_packet'] | [] |
/src/ntopng/src/SyslogLuaEngine.cpp | [] | [] |
/src/ntopng/include/flow_alerts/FlowRiskTLSSuspiciousESNIUsageAlert.h | [] | [] |
/src/ntopng/src/BroadcastDomains.cpp | ['fuzz_dissect_packet'] | [] |
/src/ntopng/src/flow_alerts/ModbusTooManyExceptionsAlert.cpp | [] | [] |
/src/ntopng/src/SNMP.cpp | [] | [] |
/src/ntopng/include/NtopGlobals.h | ['fuzz_dissect_packet'] | [] |
/src/ntopng/src/host_checks/ServerContacts.cpp | [] | [] |
/src/ntopng/src/flow_checks/RemoteAccess.cpp | [] | [] |
/src/ntopng/include/FifoSerializerQueue.h | ['fuzz_dissect_packet'] | [] |
/src/ntopng/src/DB.cpp | ['fuzz_dissect_packet'] | [] |
/src/ntopng/include/TimelineExtract.h | [] | [] |
/src/ntopng/include/flow_alerts/FlowRiskSuspiciousDGADomainAlert.h | [] | [] |
/src/ntopng/include/host_alerts/DNSServerContactsAlert.h | [] | [] |
/src/ntopng/src/VLANAddressTree.cpp | ['fuzz_dissect_packet'] | [] |
/src/ntopng/src/flow_checks/TCPPacketsIssues.cpp | [] | [] |
/src/ntopng/src/ZMQParserInterface.cpp | ['fuzz_dissect_packet'] | [] |
/src/ntopng/include/flow_checks/UnexpectedDNSServer.h | [] | [] |
/src/ntopng/include/ICMPstats.h | [] | [] |
/src/ntopng/src/flow_alerts/IECInvalidTransitionAlert.cpp | [] | [] |
/src/ntopng/src/flow_checks/FlowRisk.cpp | [] | [] |
/src/ntopng/include/host_checks/CustomHostLuaScript.h | [] | [] |
/src/ntopng/src/flow_alerts/TCPPacketsIssuesAlert.cpp | [] | [] |
/src/ntopng/src/TimelineExtract.cpp | [] | [] |
/usr/local/bin/../include/c++/v1/new | [] | [] |
/src/ntopng/include/PartializableFlowTrafficStats.h | ['fuzz_dissect_packet'] | [] |
/src/ntopng/src/FrequentStringItems.cpp | ['fuzz_dissect_packet'] | [] |
/src/ntopng/include/flow_alerts/UnexpectedNTPServerAlert.h | [] | [] |
/src/ntopng/src/HostChecksExecutor.cpp | [] | [] |
/src/ntopng/include/ObservationPointHash.h | [] | [] |
/src/ntopng/include/flow_alerts/BlacklistedCountryAlert.h | [] | [] |
/src/ntopng/include/flow_checks/FlowRiskSuspiciousEntropy.h | [] | [] |
/src/ntopng/include/ParsedFlow.h | ['fuzz_dissect_packet'] | [] |
/src/ntopng/include/flow_checks/UnexpectedServer.h | [] | [] |
/src/ntopng/src/RRDTimeseriesExporter.cpp | [] | [] |
/src/ntopng/include/ListeningPorts.h | ['fuzz_dissect_packet'] | [] |
/src/ntopng/include/flow_alerts/FlowRiskTLSMissingSNIAlert.h | [] | [] |
/src/ntopng/src/NetworkStats.cpp | ['fuzz_dissect_packet'] | [] |
/src/ntopng/src/FlowCheck.cpp | [] | [] |
/src/ntopng/src/HTTPserver.cpp | [] | [] |
/src/ntopng/include/flow_checks/FlowRiskGeneric.h | [] | [] |
/src/ntopng/src/ICMPinfo.cpp | ['fuzz_dissect_packet'] | [] |
/src/ntopng/include/Utils.h | ['fuzz_dissect_packet'] | [] |
/src/ntopng/include/flow_alerts/FlowRiskTLSOldProtocolVersionAlert.h | [] | [] |
/usr/local/bin/../include/c++/v1/stdexcept | [] | [] |
/src/ntopng/src/host_checks/FlowFlood.cpp | [] | [] |
/src/ntopng/include/TrafficStats.h | ['fuzz_dissect_packet'] | [] |
/src/ntopng/include/host_alerts/TrafficVolumeAlert.h | [] | [] |
/src/ntopng/include/flow_alerts/BroadcastNonUDPTrafficAlert.h | [] | [] |
/src/ntopng/include/AlertStore.h | ['fuzz_dissect_packet'] | [] |
/src/ntopng/include/ZMQParserInterface.h | ['fuzz_dissect_packet'] | [] |
/src/ntopng/include/flow_alerts/ModbusInvalidTransitionAlert.h | [] | [] |
/src/ntopng/include/AddressTree.h | ['fuzz_dissect_packet'] | [] |
/src/ntopng/src/Flow.cpp | ['fuzz_dissect_packet'] | [] |
/src/ntopng/include/flow_alerts/FlowRiskTLSSuspiciousExtensionAlert.h | [] | [] |
/src/ntopng/include/flow_alerts/HostPolicyAlert.h | [] | [] |
/src/ntopng/src/HostCheck.cpp | [] | [] |
/src/ntopng/include/flow_checks/FlowRiskClearTextCredentials.h | [] | [] |
/src/ntopng/src/ZMQUtils.cpp | [] | [] |
/src/ntopng/src/Mac.cpp | ['fuzz_dissect_packet'] | [] |
/src/ntopng/include/host_checks/ScanDetection.h | [] | [] |
/src/ntopng/src/ThreadedActivityStats.cpp | [] | [] |
/src/ntopng/src/host_alerts/DangerousHostAlert.cpp | [] | [] |
/src/ntopng/src/SQLiteAlertStore.cpp | ['fuzz_dissect_packet'] | [] |
/src/ntopng/include/AutonomousSystemHash.h | [] | [] |
/src/ntopng/src/sFlowPktInterface.cpp | [] | [] |
/src/ntopng/include/host_alerts/DomainNamesContactsAlert.h | [] | [] |
/src/ntopng/include/HostHash.h | [] | [] |
/src/ntopng/src/PacketDumper.cpp | [] | [] |
/src/ntopng/src/PartializableFlowTrafficStats.cpp | ['fuzz_dissect_packet'] | [] |
/src/ntopng/src/Ping.cpp | [] | [] |
/src/ntopng/src/InfluxDBTimeseriesExporter.cpp | [] | [] |
/src/ntopng/src/../third-party/sflow_collect.c | [] | [] |
/src/ntopng/include/host_checks/SYNScan.h | [] | [] |
/src/ntopng/src/host_checks/FlowHits.cpp | [] | [] |
/src/ntopng/include/HostsPortsAnalysis.h | [] | [] |
/src/ntopng/src/AlertCounter.cpp | ['fuzz_dissect_packet'] | [] |
/src/ntopng/include/PeerStats.h | ['fuzz_dissect_packet'] | [] |
/src/ntopng/include/flow_checks/FlowRiskMalwareHostContacted.h | [] | [] |
/src/ntopng/src/InterfaceStatsHash.cpp | ['fuzz_dissect_packet'] | [] |
/src/ntopng/include/FlowChecksLoader.h | [] | [] |
/src/ntopng/src/ScoreCounter.cpp | [] | [] |
/src/ntopng/src/flow_checks/BlacklistedClientContact.cpp | [] | [] |
/src/ntopng/include/host_checks/DomainNamesContacts.h | [] | [] |
/src/ntopng/src/flow_alerts/FlowRiskBinaryApplicationTransferAlert.cpp | [] | [] |
/src/ntopng/include/flow_alerts/RemoteToRemoteAlert.h | [] | [] |
/src/ntopng/src/Fingerprint.cpp | ['fuzz_dissect_packet'] | [] |
/src/ntopng/src/Condvar.cpp | ['fuzz_dissect_packet'] | [] |
/src/ntopng/src/flow_alerts/RareDestinationAlert.cpp | [] | [] |
/src/ntopng/include/flow_checks/RareDestination.h | [] | [] |
/src/ntopng/include/ViewScoreStats.h | [] | [] |
/src/ntopng/src/nDPIStats.cpp | ['fuzz_dissect_packet'] | [] |
/src/ntopng/src/FlowChecksExecutor.cpp | ['fuzz_dissect_packet'] | [] |
/src/ntopng/src/host_checks/CountriesContacts.cpp | [] | [] |
/src/ntopng/include/host_checks/DNSServerContacts.h | [] | [] |
/src/ntopng/include/flow_alerts/FlowRiskDNSFragmentedAlert.h | [] | [] |
/src/ntopng/src/AutonomousSystem.cpp | ['fuzz_dissect_packet'] | [] |
/src/ntopng/include/flow_alerts/FlowRiskHTTPSuspiciousURLAlert.h | [] | [] |
/src/ntopng/include/VirtualHost.h | [] | [] |
/src/ntopng/include/flow_alerts/FlowRiskURLPossibleRCEInjectionAlert.h | [] | [] |
/src/ntopng/include/L4Stats.h | ['fuzz_dissect_packet'] | [] |
/src/ntopng/include/nProbeStats.h | [] | [] |
/src/ntopng/src/host_checks/RemoteConnection.cpp | [] | [] |
/src/ntopng/include/Bitmap.h | ['fuzz_dissect_packet'] | [] |
/src/ntopng/src/ListeningPorts.cpp | [] | [] |
/src/ntopng/src/flow_alerts/LowGoodputFlowAlert.cpp | [] | [] |
/src/ntopng/include/flow_alerts/FlowRiskSSHObsoleteClientAlert.h | [] | [] |
/src/ntopng/src/SyslogDump.cpp | ['fuzz_dissect_packet'] | [] |
/src/ntopng/include/flow_alerts/FlowRiskSSHObsoleteServerAlert.h | [] | [] |
/src/ntopng/src/NetworkInterface.cpp | ['fuzz_dissect_packet'] | [] |
/src/ntopng/src/VirtualHostHash.cpp | [] | [] |
/src/ntopng/src/ParserInterface.cpp | ['fuzz_dissect_packet'] | [] |
/src/ntopng/include/Flow.h | ['fuzz_dissect_packet'] | [] |
/src/ntopng/include/flow_checks/FlowRisk.h | [] | [] |
/src/ntopng/src/flow_checks/RemoteToLocalInsecureFlow.cpp | [] | [] |
/src/ntopng/include/flow_alerts/FlowRiskBinaryApplicationTransferAlert.h | [] | [] |
/src/ntopng/include/flow_checks/RemoteToRemote.h | [] | [] |
/src/ntopng/include/flow_alerts/FlowRiskDesktopOrFileSharingSessionAlert.h | [] | [] |
/src/ntopng/src/FlowRiskAlerts.cpp | [] | [] |
/src/ntopng/include/flow_checks/LowGoodputFlow.h | [] | [] |
/src/ntopng/include/flow_alerts/TCPPacketsIssuesAlert.h | [] | [] |
/src/ntopng/include/host_alerts/RSTScanAlert.h | [] | [] |
/src/ntopng/include/SNMP.h | [] | [] |
/src/ntopng/src/host_checks/RSTScan.cpp | [] | [] |
/src/ntopng/src/flow_checks/BlacklistedServerContact.cpp | [] | [] |
/src/ntopng/src/DnsStats.cpp | [] | [] |
/src/ntopng/include/host_checks/ServerContacts.h | [] | [] |
/src/ntopng/include/host_alerts/FINScanAlert.h | [] | [] |
/src/ntopng/include/MonitoredMetric.h | ['fuzz_dissect_packet'] | [] |
/src/ntopng/include/StatsManager.h | [] | [] |
/src/ntopng/include/flow_checks/TCPFlowReset.h | [] | [] |
/src/ntopng/src/GenericTrafficElement.cpp | ['fuzz_dissect_packet'] | [] |
/src/ntopng/include/HostsPorts.h | [] | [] |
/src/ntopng/src/NetworkDiscovery.cpp | ['fuzz_dissect_packet'] | [] |
/src/ntopng/include/host_alerts/CountriesContactsAlert.h | [] | [] |
/src/ntopng/include/flow_alerts/FlowRiskUnsafeProtocolAlert.h | [] | [] |
/src/ntopng/src/LuaEngineHost.cpp | [] | [] |
/src/ntopng/include/flow_checks/FlowRiskMalformedPacket.h | [] | [] |
/src/ntopng/src/nProbeStats.cpp | [] | [] |
Directory |
---|
/usr/local/bin/../include/c++/v1/__exception/ |
/src/ntopng/fuzz/ |
/src/ntopng/src/host_alerts/ |
/src/ntopng/src/host_checks/ |
/src/ntopng/include/flow_alerts/ |
/src/ntopng/src/ |
/src/ntopng/src/../third-party/mongoose/ |
/src/ntopng/fuzz/stub/ |
/src/ntopng/include/host_checks/ |
/src/ntopng/src/flow_checks/ |
/src/ntopng/include/host_alerts/ |
/src/ntopng/src/flow_alerts/ |
/src/ntopng/src/../third-party/snmp/ |
/src/ntopng/include/flow_checks/ |
/usr/local/include/json-c/ |
/src/ntopng/src/../third-party/ |
/usr/include/openssl/ |
/usr/local/bin/../include/c++/v1/ |
/usr/include/linux/ |
/src/ntopng/include/ |