PageRank algorithm for graph databases
memgraph.com
PageRank algorithm for graph databases
1–10 of 42 posts
Re: PageRank algorithm for graph databases
#2What have I missed? What other questions do you ask yourself about PageRank? What other graph algorithms do you have questions about?
Re: PageRank algorithm for graph databases
#3Re: PageRank algorithm for graph databases
#4Re: PageRank algorithm for graph databases
#5Re: PageRank algorithm for graph databases
#6For my master's thesis, I evaluated these algorithms and tried to find ways to prevent detection and came to the conclusion that it is hard if you don't want to deploy about as much sensor nodes as the botnet has active peers. Those algorithms are working really well and are hard do work around.
Re: PageRank algorithm for graph databases
#7BTW, is there a good "graph layer" for SQLite? I understand that graph databases use specific data structures to optimize for graph queries instead of row-oriented but sometimes you need something in the middle: representing graphs and doing basic queries.
Re: PageRank algorithm for graph databases
#8PageRank and similar ranking algorithms on graphs can be used to detect monitoring attempts in P2P botnets [0] (a botmaster can detect when researchers/law enforcement start monitoring a botnet). For my master's thesis, I evaluated these algorithms and tried to find ways to prevent detection and came to the conclusion that it is hard if you don't want to deploy about as much sensor nodes as the botnet has active peer…
Re: PageRank algorithm for graph databases
#9PageRank and similar ranking algorithms on graphs can be used to detect monitoring attempts in P2P botnets [0] (a botmaster can detect when researchers/law enforcement start monitoring a botnet). For my master's thesis, I evaluated these algorithms and tried to find ways to prevent detection and came to the conclusion that it is hard if you don't want to deploy about as much sensor nodes as the botnet has active peer…
Thank you for your use case! I'll take a look at your thesis! :)
Re: PageRank algorithm for graph databases
#10Earlier quoted context omitted.
Thank you for your use case! I'll take a look at your thesis! :)
The linked paper is not my thesis but one of the foundational works, I based my thesis on. Mine can be found here: https://git.vbrandl.net/vbrandl/masterthesis/raw/branch/mast...