Search NASASearch

SEARCH · Search NASA

Results for “fuzzing”

Search indexed NASA NTRS and DOE OSTI research on propulsion, heat transfer, battery materials and energy systems. Follow report and document links to the original sources.

Quote a phrase for an exact phrase match. Source license links do not imply unrestricted reuse.

Spectroscopy of the fuzz associated with four quasars

The spectral features detected in the fuzz of four probable quasars spanning the z range of 0.036-0.37 are reported; the objects studied are 0351 + 026 (z = 0.036), 1059 + 730 (z = 0.089), 0845 + 378 (z = 0.307), and 3C 48 (z = 0.368). The results indicate that apparently some (and probably all) low-redshift quasars are embedded in fuzz whose size, morphology, absolute magnitude, and spectroscopic character are those of a galaxy. Thus, it appears virtually certain that quasars are the active nuclei of galaxies.

Balick, B.

Further morphological studies of QSOs

Results are presented of optical mapping of 29 QSOs, together with results of VLA observations of 16 of the optically observed objects. Principal results are that QSOs to z = 0.45 have extended nebulosity, the average ratio of nuclear to fuzz luminosity, corrected for resolution, is about 0.5, some 8 times higher than Seyfert I values, the average fuzz luminosity is -21.5, fainter than giant ellipticals, and fuzz morphology does not resemble E or S galaxies, but is very similar to Seyfert I's to similar luminosity limits. In some cases, indications of spiral structure are seen, and a large fraction of asymmetrical morphology is noted. In the QSO 0241 + 622, steep spectrum radio emission is found displaced from the central source exactly along the minor optical axis.

Hutchings, J. B.

Imaging the host galaxies of high-redshift radio-quiet QSOs

We present new deep K-band and optical images of four radio-quiet QSOs at z approximately = 1 and six radio-quiet QSOs at z approximately = 2.5, as well as optical images only of six more at z approximately = 2.5. We have examined the images carefully for evidence of extended 'fuzz' from any putative QSO host galaxy. None of the z approximately = 2.5 QSOs shows any extended emission, and only two of the z approximately = 1 QSOs show marginal evidence for extended emission. Our 3 sigma detection limits in the K images, m(sub K) approximately = 21 for an isolated source, would correspond approximately to an unevolved L(sup star) elliptical galaxy at z = 2.5 or 2-3 mag fainter than an L(sup star) elliptical at z = 1, although our limits on host galaxy light are weaker than this due to the difficulty of separating galaxy light from QSO light. We simulate simple models of disk and elliptical host galaxies, and find that the marginal emission around the two z approximately = 1 QSOs can be explained by disks or bulges that are approximately 1-2 mag brighter than an unevolved L(sup star) galaxy in one case and approximately 1.5-2.5 mag brighter than L(sub star) in the other. For two other z approximately = 1 QSOs, we have only upper limits (L approximately = L(sup star)). The hosts of the high-redshift sample must be no brighter than about 3 mag above an unevolved L(sup star) galaxy, and are at least 1 magnitude fainter than the hosts of radio-loud QSOs at the same redshift. If the easily detected K-band light surrounding a previous sample of otherwise similar but radio-loud QSOs is starlight, then it must evolve on timescales of greater than or approximately equal to 10(exp 8) yr (e.g., Chambers & Charlot 1990); therefore our non-detection of host galaxy fuzz around radio-quiet QSOs supports the view that high-redshift radio-quiet and radio-loud QSOs inhabit different host objects, rather than being single types of objects that turn their radio emission on and off over short timescales. This is consistent with the general trend at low redshifts that radio-loud QSOs are found in giant elliptical galaxies while radio-quiet QSOs are found in less luminous disk galaxies. It also suggests that the processes responsible for the spectacular properties of radio-loud AGNs at high redshifts might not be generally relevent to the (far more numerous) radio-quiet population.

Lowenthal, James D.

The complete sample of 1 Jansky BL Lacertae objects. I - Summary properties

The first well-defined, homogeneous radio sample of 34 BL Lac objects selected from a large-area survey of sources brighter than 1 Jy at 5 GHz is presented. Extensive optical spectroscopy reveals weak emission lines in roughly 3/4 of the 34 BL Lac objects in the sample. Optical imaging reveals that the nearby BL Lac objects are not stellar, and that the surface brightness distribution of the surrounding fuzz is consistent with the host galaxies being bright ellipticals. The results suggest that gravitational lensing may affect three of the 17 high-redshift BL Lac objects in the sample. The observations do not support a microlensing scenario for the low-redshift objects.

Stickel, M.

The Arthromitus stage of Bacillus cereus: intestinal symbionts of animals

In the guts of more than 25 species of arthropods we observed filaments containing refractile inclusions previously discovered and named "Arthromitus" in 1849 by Joseph Leidy [Leidy, J. (1849) Proc. Acad. Nat. Sci. Philadelphia 4, 225-233]. We cultivated these microbes from boiled intestines of 10 different species of surface-cleaned soil insects and isopod crustaceans. Literature review and these observations lead us to conclude that Arthromitus are spore-forming, variably motile, cultivable bacilli. As long rod-shaped bacteria, they lose their flagella, attach by fibers or fuzz to the intestinal epithelium, grow filamentously, and sporulate from their distal ends. When these organisms are incubated in culture, their life history stages are accelerated by light and inhibited by anoxia. Characterization of new Arthromitus isolates from digestive tracts of common sow bugs (Porcellio scaber), roaches (Gromphodorhina portentosa, Blaberus giganteus) and termites (Cryptotermes brevis, Kalotermes flavicollis) identifies these flagellated, spore-forming symbionts as a Bacillus sp. Complete sequencing of the 16S rRNA gene from four isolates (two sow bug, one hissing roach, one death's head roach) confirms these as the low-G+C Gram-positive eubacterium Bacillus cereus. We suggest that B. cereus and its close relatives, easily isolated from soil and grown on nutrient agar, enjoy filamentous growth in moist nutrient-rich intestines of healthy arthropods and similar habitats.

Non-NASA Center

Research Report: Building a File Observatory for Secure Parser Development

"Parsing untrusted data is notoriously challenging.Failure to handle maliciously crafted data correctly can (anddoes) lead to a wide range of vulnerabilities. The Languagetheoretic security (LangSec) philosophy seeks to obviate the needfor developers to apply ad hoc solutions by, instead, offeringformally correct and verifiable input handling throughout thesoftware development lifecycle. One of the key components indeveloping secure parsers is a broad coverage corpus that enablesdevelopers to understand the problem space for a given formatand to use, potentially, as seeds for fuzzing and other automatedtesting. In this paper, we offer an update on the developmentof a file observatory to gather and enable analysis on a diversecollection of files at scale. Specifically, we report on the additionof a bug tracker corpus and new analytic methods on our existingcorpus."

Stonebraker, Ryan

Research Report: Progress on Building a File Observatory for Secure Parser Development

Parsing untrusted data is notoriously challenging.Failure to handle maliciously crafted data correctly can (anddoes) lead to a wide range of vulnerabilities. The Languagetheoretic security (LangSec) philosophy seeks to obviate the needfor developers to apply ad hoc solutions by, instead, offeringformally correct and verifiable input handling throughout thesoftware development lifecycle. One of the key components indeveloping secure parsers is a broad coverage corpus that enablesdevelopers to understand the problem space for a given formatand to use, potentially, as seeds for fuzzing and other automatedtesting. In this paper, we offer an update on work reportedat the LangSec 2021 conference on the development of a fileobservatory to gather and enable analysis on a diverse collectionof files at scale. The initial focus of the observatory is on PortableDocument Format (PDF) files and file formats typically embeddedin PDFs. In this paper, we report on refactoring the ingestprocess, applying new analytic methods, and improving the User Interface.

Stonebraker, Ryan