Grey-Box Fuzzing
TechniqueFirst seen 6/19/2026
Last seen 8/5/2026
Evidence 20 chunks
NEIGHBORHOOD
No graph connections found for this entity yet. It may appear in future ingestion runs.
explore full graph →RELATIONSHIPS
10 connectionsJQF is a greybox fuzzing framework that instruments JVM bytecode for collecting code coverage.
Greybox fuzzing uses code coverage as feedback to guide mutation of test inputs.
WhisperFuzz is compared with grey-box fuzzing approaches that cannot locate timing vulnerability root causes.
Greybox fuzzing lies between whitebox and blackbox fuzzing, extending blackbox with lightweight analysis.
Grey-box fuzzing receives architectural-level coverage feedback.
AFL is classified as a grey-box fuzzer.
Grey-box fuzzing approaches use performance counters to identify potential timing vulnerabilities.
CGF is a specialization of greybox fuzzing that uses code coverage as feedback.
Greybox fuzzing is another name for coverage-guided mutation-based fuzzing.
The paper contrasts SiliFuzz with greybox fuzzing applied to RTL models.