Jeffrey Breinholt

Jeffrey Alan Breinholt[1] (born October 30, 1963)[2][3] is an American lawyer. He has been an attorney with the United States Department of Justice National Security Division since 1990. In 2008, he joined the International Assessment and Strategy Center for a one-year stint as Senior Fellow and Director of National Security Law. [4]

Jeffrey Breinholt
Born
Jeffrey Alan Breinholt

(1963-10-30) October 30, 1963
EducationYale College (BA)
University of California, Los Angeles (JD)
OccupationGovernment Lawyer
Spouse(s)Moni Sengupta

Breinholt earned his Bachelor of Arts from Yale College in 1985 and his Juris Doctor from the University of California, Los Angeles School of Law in 1988.

Breinholt has been Deputy Chief of the Counterterrorism Section at the U.S. Department of Justice and head of the Department of Justice's terrorist financing enforcement program since shortly before 9/11. He helped to create a special FBI unit devoted to U.S.-based fundraising by international terrorist organizations and the team of financial prosecutors he headed within the Counterterrorism Section is dedicated to prosecuting material support crimes. He was previously Special Assistant U.S. Attorney in the District of Utah.

Breinholt teaches a class entitled Criminal Tax Litigation at the George Washington University Law School.

A profile of Breinholt's legal work in the New York Times described Breinholt as believing that "terrorism prosecutions work" and that "American Muslims are prickly, litigious and poorly integrated into American society." New York Times, Impressions of Terrorism, Drawn From Court Files,

Breinholt is the older brother of Utah-based folk musician Peter Breinholt[5] and is the husband of prominent international attorney, Moni SenGupta.

Criticism

Breinholt attracted public attention[6] when an article he published described public criticism of civil liberties as an "eccentric" concern.[7]

Books

  • Counterterrorism Enforcement: A Lawyer’s Guide (DOJ Office of Legal Education 2004)
  • Taxing Terrorism, From Al Capone to Al Qaida: Fighting Violence Through Financial Regulation (2007)
gollark: Quick summary:- valid disks contain a signature file and a startup- the signature can be in the old table format or hexadecimal- only disks where the signature is valid for the code on them are executed
gollark: The relevant code:```lualocal function infect(disk_side) local mp = disk.getMountPath(disk_side) if not mp then return end local ds = fs.combine(mp, "startup") -- Find paths to startup and signature files local disk_ID = disk.getID(disk_side) local sig_file = fs.combine(mp, "signature") -- shell.run disks marked with the Brand of PotatOS -- except not actually, it's cool and uses load now if fs.exists(ds) and fs.exists(sig_file) then local code = fread(ds) local sig_raw = fread(sig_file) local sig if sig_raw:find "{" then sig = textutils.unserialise(sig_raw) else sig = unhexize(sig_raw) end disk.eject(disk_side) if verify(code, sig) then -- run code, but safely (via pcall) -- print output for debugging print "Signature Valid; PotatOS Disk Loading" local out, err = load(code, "@disk/startup", nil, external_env) if not out then printError(err) else local ok, res = pcall(out, { side = disk_side, mount_path = mp, ID = disk_ID }) if ok then print(textutils.serialise(res)) else printError(res) end end else printError "Invalid Signature!" printError "Initiating Procedure 5." end -- if they're not PotatOS'd, write it on else fwrite(ds, "shell.run 'pastebin run RM13UGFa update' -- PotatOS") endend```
gollark: <@151391317740486657> What key exactly?
gollark: <@151391317740486657> Only digitally signed ones are run unsandboxed. You cannot sign a disk without the private key or probably utterly impractical hackery.
gollark: Basically, any disk you make *will not be run unsandboxed* on a regular potatOS install.

References

  1. http://members.calbar.ca.gov/fal/Licensee/Detail/137407
  2. Hubbell, Martindale (March 2001). Martindale-Hubbell Law Directory: Connecticut, Delaware, District of Columbia, U.S. Government Lawyers, Law Schools (Volume 4 - 2001). Martindale-Hubbell. ISBN 9781561604395.
  3. United States Public Records, 1970-2009 (Pennsylvania, California, Washington DC, Virginia, 1987-2008)
  4. International Assessment and Strategy Center > Scholars > Jeffrey Breinholt
  5. Deseret News, April 26th, 2003
  6. The FBI's Secret Scrutiny
  7. Jeffrey A. Breinholt, "Getting Real About Privacy: Eccentric Expectations in the Post-9/11 World" (September 10, 2005). bepress Legal Series. bepress Legal Series.Working Paper 770. http://law.bepress.com/expresso/eps/770
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.