This document summarizes research on limiting the spread of rumors in social networks. It discusses two models for how influence spreads: deterministic one activate many (DOAM) and opportunistic one activate one (OPOAO). It defines the least cost rumor blocking problem (LCRB) as finding the minimum number of "protectors" needed to limit rumor influence. For DOAM, it presents a set cover based greedy algorithm and proves it provides a polynomial time approximation. Experimental results on two networks show it performs well. For OPOAO, it formulates LCRB as protecting a fraction of bridge ends and proves the greedy approach is optimal due to submodularity of the influence function.