[Home](./index.md) > [bitburner](./bitburner.md) > [FactionName](./bitburner.factionname.md) ## FactionName type All factions. Signature: ```typescript type FactionName = | "Illuminati" | "Daedalus" | "The Covenant" | "ECorp" | "MegaCorp" | "Bachman & Associates" | "Blade Industries" | "NWO" | "Clarke Incorporated" | "OmniTek Incorporated" | "Four Sigma" | "KuaiGong International" | "Fulcrum Secret Technologies" | "BitRunners" | "The Black Hand" | "NiteSec" | "Aevum" | "Chongqing" | "Ishima" | "New Tokyo" | "Sector-12" | "Volhaven" | "Speakers for the Dead" | "The Dark Army" | "The Syndicate" | "Silhouette" | "Tetrads" | "Slum Snakes" | "Netburners" | "Tian Di Hui" | "CyberSec" | "Bladeburners"; ```