#### Introduction <hr> It is sad to say that there are peoples who take advantage with the other. In the recent increase in the scam and phishing applications and websites, many users lost their accounts to this websites. So, I want to know and share an analysis that will look into the trends of the Account Recovery in Steemit by looking into the following data: - Daily counts of account recovery and status of recovery which is taken from the ```TxAccountRecovers``` table of the SteemSQL with in the timestamp, January 1 to March 31, 2018. In this way, i could help give information on the chances of their account to be recovered. At the same time, present and interpret this data through visuals and statistical treatment. #### Outline of the Analysis <hr> I. Scope of Analysis <br> II. Data Presentation and Analysis<br> III. Conclusion<br> IV. Tools and Query #### I. Scope of Analysis <hr> The analysis performed using the data extracted from @arcange 's SteemSQL database on 11:00 am (UCT), April 20, 2018. - The data extracted is the daily counts of account recovery and status of recovery which is taken from the ```TxAccountRecovers``` table of the SteemSQL with in the timestamp, January 1 to March 31, 2018. This is done to evaluate the effect of scam and phishing applications and website to the increase in the numbers of account recovery. #### II. Data Presentation and Analysis <hr> A total of 707 account to be recovered was listed on the TxAccountRecovers table of the SteemSQL database for the timestamp between January 01, 2018 to March 31, 2018. On average, there are 235 account listed for recovery in the stated time frame per month. This is a bit higher as compared to the last year's 67 account per month. In December 2017, we can only identify 124 account for recovery. This 111 accounts short of the present average. (You can browse my earlier [Account Recovery Analysis for 2017](https://steemit.com/utopian-io/@juecoree/account-recovery-analysis-how-much-chances-is-an-account-recovered).)  The alarming increase in the numbers of account to be recovered entails that there is a good basis for developers to strength en the user's security and protection interface in Steemit. This surge could be attributed to the increasing numbers of scam and phishing applications and links, either internally or externally. You can visit @arcange's blog for some list of phishing apps and website. It is sad to know that there is an increasing numbers of lost accounts in Steemit, excluding those who did not applied or requested for recovery. Fortunately, for users whom filed a request for recovery, there is a good chance of recovering your account as shown by the numbers.  For the total of 707 accounts listed, 75% of which where recovered which is equal to 533 against 25% of which was not recovered, amounting to 174. If you set your recovery account to @steem, close to 95.87% chance of recovery is to be expected. Within the timestamp clause of this analysis, @steem recovered a total of 511 which is good for 85% of all account listed under this recovery account. So, there are 19 more accounts recovered as to one uncovered for @steem on average. The other recovery account constitutes 14% of all recovery transactions whereas 65% odds of your account to be not recovered. It has a 35% success rate in recovering an account. Generally, numbers of account listing for recovery will have a substantial increase in April 2018 based on the current listed accounts. A doubled increase in the average from the last year to date shows that there will be a projected increase in the number of accounts to be recovered. On the other hand, we can expect that @steem could sustain a better or equal to the current 95.87% recovery percentage for the coming months. #### III. Conclusion <hr> The following conclusions can be drawn from the analysis: - On average, there are 235 account listed for recovery on top of 707 total listed accounts. There is a 75% chance of recovery against 25% odds of recovery. - A 235 account to be recovered per month for the stated timestamp against 67 from the 2017 average. This indicates that there is sudden increase in the number of account lost in the platform in the start of 2018, which pump the numbers of recovery requests. . - A close to 95.87% chance of recovery is to be expected for recovery account: @steem. It has recovered a total of 511 which is good for 85% of all account listed under this recovery account within the timestamp condition. By which, we can conclude that there are 19 more accounts recovered as to one uncovered for @steem on average. We can expect that @steem could sustain a good recovery success rate. - There is an alarming increase in the number of request for recovery that could be co-related to the increasing numbers of scam and phishing application and websites in Steemit. In addition, We can draw a doubled increase in the average from the last year to date shows that there will be a projected increase in the number of accounts to be recovered. #### IV. Tools and Query <hr> I extracted the data from SteemSQL by importing it on Microsoft Excel using SQL Queries. I used Microsoft Excel to analyze, visualize and create a graph for the data. The data is extracted by using ```COUNT()``` function from ```TxAccountRecovers```. The query was varied depending on the where clause. To take the full count of all request, I set the ```TxAccountRecovers.recovered='FALSE'``` while ```TxAccountRecovers.recovered='TRUE'``` fro recovered account. In terms of the recovery account, I used the full data query and do post query data processing on excel. ```SELECT MONTH(TxAccountRecovers.timestamp) AS [MONTH], DAY(TxAccountRecovers.timestamp) AS [DAY], COUNT(TxAccountRecovers.ID) AS [TRANSACTION], COUNT(TxAccountRecovers.recovery_account) AS [RECOVERY_ACCOUNT], COUNT(TxAccountRecovers.account_to_recover) AS [ACCOUNT_TO_RECOVER] FROM TxAccountRecovers (NOLOCK) WHERE YEAR(TxAccountRecovers.timestamp) = 2018 AND TxAccountRecovers.recovered = 'FALSE' AND TxAccountRecovers.timestamp >= '2018/01/01' AND TxAccountRecovers.timestamp < '2018/04/01' GROUP BY MONTH(TxAccountRecovers.timestamp), DAY(TxAccountRecovers.timestamp) /* For full data */ SELECT MONTH(TxAccountRecovers.timestamp) AS [MONTH], DAY(TxAccountRecovers.timestamp) AS [DAY], TxAccountRecovers.ID, TxAccountRecovers.recovery_account, TxAccountRecovers.account_to_recover FROM TxAccountRecovers (NOLOCK) WHERE YEAR(TxAccountRecovers.timestamp) = 2018 AND TxAccountRecovers.timestamp >= '2018/01/01' AND TxAccountRecovers.timestamp < '2018/04/01' GROUP BY MONTH(TxAccountRecovers.timestamp), DAY(TxAccountRecovers.timestamp), TxAccountRecovers.ID, TxAccountRecovers.recovery_account, TxAccountRecovers.account_to_recover ```` <br /><hr/><em>Posted on <a href="https://utopian.io/utopian-io/@juecoree/analysis-is-there-an-increase-in-account-recovery-request-amidst-scams-and-phishings-in-steemit">Utopian.io - Rewarding Open Source Contributors</a></em><hr/>
author | juecoree | ||||||
---|---|---|---|---|---|---|---|
permlink | analysis-is-there-an-increase-in-account-recovery-request-amidst-scams-and-phishings-in-steemit | ||||||
category | utopian-io | ||||||
json_metadata | "{"community":"utopian","app":"steemit/0.1","format":"markdown","repository":{"id":54517947,"name":"steem","full_name":"steemit/steem","html_url":"https://github.com/steemit/steem","fork":false,"owner":{"login":"steemit"}},"pullRequests":[],"platform":"github","type":"analysis","tags":["utopian-io","analysis","blockchainbi","steem","philippines"],"users":["arcange","steem"],"links":["https://steemit.com/utopian-io/@juecoree/account-recovery-analysis-how-much-chances-is-an-account-recovered","https://utopian.io/utopian-io/@juecoree/analysis-is-there-an-increase-in-account-recovery-request-amidst-scams-and-phishings-in-steemit"],"image":["https://cdn.utopian.io/posts/1e220c50c2fce4bf3f59b78d526d2d2e9c2cimage.png","https://cdn.utopian.io/posts/17b9bd16cfa4f09b2ac3f4a65faf3c45601aimage.png"],"moderator":{"account":"crokkon","time":"2018-04-22T04:50:06.077Z","pending":false,"reviewed":true,"flagged":false},"questions":null,"score":null,"total_influence":null,"staff_pick":null,"config":{"questions":[{"question":"Were all relevant aspects or metrics around the objective analyzed?","question_id":"analysis-1","answers":[{"answer":"All or most of the relevant metrics were covered.","answer_id":1,"value":10},{"answer":"Only selected metrics were chosen; including more might have provided additional insights.","answer_id":2,"value":5},{"answer":"Only a single or narrow aspect was chosen.","answer_id":3,"value":2},{"answer":"No.","answer_id":4,"value":0}]},{"question":"How would you rate the complexity of extracting the data?","question_id":"analysis-2","answers":[{"answer":"Gathering the data required complex queries and post-processing","answer_id":1,"value":10},{"answer":"The method of extracting data required transformation.","answer_id":2,"value":5},{"answer":"No additional data transformation was needed.","answer_id":3,"value":2},{"answer":"Script generated / one click data extraction.","answer_id":4,"value":0}]},{"question":"How would you rate the visualization of the findings? ","question_id":"analysis-3","answers":[{"answer":"Visualizations were presented beyond expectation - a visualization such as an infographic was given to quickly understand the result of the analysis.","answer_id":1,"value":5},{"answer":"Appropriate and sufficient visualization were used to understand the results.","answer_id":2,"value":4},{"answer":"Had visualizations but most were irrelevant to the objective.","answer_id":2,"value":5},{"answer":"Bad.","answer_id":4,"value":0}]},{"question":"How would you rate the coherency of the analysis?","question_id":"analysis-4","answers":[{"answer":"Results of analysis were sorted accordingly and the writing style made the findings easily understandable.","answer_id":1,"value":10},{"answer":"There were some connections in-between results, but all throughout the analysis.","answer_id":2,"value":5},{"answer":"Results were presented but the results were not narrated effectively.","answer_id":3,"value":2},{"answer":"Bad.","answer_id":4,"value":0}]},{"question":"Is the analysis reproducible?","question_id":"analysis-5","answers":[{"answer":"All queries or data gathering methods and all data processing scripts were included.","answer_id":1,"value":5},{"answer":"The core query or data gathering method was included and the data processing steps were described.","answer_id":2,"value":4},{"answer":"Data gathering methods and processing steps were sketched.","answer_id":3,"value":2},{"answer":"No.","answer_id":4,"value":0}]},{"question":"Is it a new analysis?","question_id":"analysis-6","answers":[{"answer":"Yes.","answer_id":1,"value":10},{"answer":"Itโs similar to a previous contribution, but additional details/aspects were covered.","answer_id":2,"value":5},{"answer":"Itโs following-up or itโs similar to a previous contribution about a different time range or aspect of the project.","answer_id":3,"value":2},{"answer":"Brings nothing new.","answer_id":4,"value":0}]},{"question":"Does the writing style meet the Utopian standard considering formalness, informativeness and clarity of the content?","question_id":"c-1","answers":[{"answer":"It is formal, informative and well written with clear content.","answer_id":1,"value":10},{"answer":"It is informative with clear content but not formal enough.","answer_id":2,"value":5},{"answer":"The contribution could be more informative or contains unrelated information, formality and clarity of the content are good enough.","answer_id":3,"value":4},{"answer":"Not all sections were clear enough but overall holds value for the project.","answer_id":4,"value":2},{"answer":"Not at all.","answer_id":5,"value":0}]},{"question":"Was the provided category template for the editor followed?","question_id":"c-2","answers":[{"answer":"All points of the template were included with additional points as well.","answer_id":1,"value":5},{"answer":"The template was followed without additions.","answer_id":2,"value":4},{"answer":"The template was edited but the points were covered in different way.","answer_id":3,"value":3},{"answer":"Not all points of the template were covered in the contribution but the structure is clear enough.","answer_id":4,"value":3},{"answer":"The template was not followed but the structure is clear enough.","answer_id":5,"value":2},{"answer":"The contents are not clearly structured at all.","answer_id":6,"value":0}]},{"question":"Did the contributor tag other users?","question_id":"c-3","answers":[{"answer":"No other users were tagged by the contributor.","answer_id":1,"value":5},{"answer":"Used tags are reasonable and all tagged people are connected to the project and/or the contribution.","answer_id":2,"value":5},{"answer":"The contribution contains mentions of other users that are not directly related to the contribution but related in other ways.","answer_id":3,"value":2},{"answer":"The contributor misuses tagging of other users.","answer_id":4,"value":0}]},{"question":"Did the contributor ask for upvotes, resteems, follows or witness vote?","question_id":"c-4","answers":[{"answer":"No","answer_id":1,"value":5},{"answer":"Yes, but not in a way that disturbs readability. ","answer_id":2,"value":5},{"answer":"Yes.","answer_id":3,"value":0}]},{"question":"Was a graphical content like images, charts, videos or screenshots included?","question_id":"c-5","answers":[{"answer":"Yes, the graphical content is included and adds more value to the contribution.","answer_id":1,"value":5},{"answer":"No but the contribution works well without graphical content well.","answer_id":2,"value":4},{"answer":"Yes, but most of the graphical contentโs purpose is just for presentational matters.","answer_id":3,"value":3},{"answer":"No relevant or useful graphical content is included in the contribution.","answer_id":4,"value":0}]},{"question":"How would you rate the overall added value?","question_id":"c-6","answers":[{"answer":"Extraordinary value to both the project and the open source community overall.","answer_id":1,"value":20},{"answer":"Significant value to the project or open source community.","answer_id":2,"value":15},{"answer":"Some value to the project or open source community.","answer_id":3,"value":10},{"answer":"Little value to the project or open source community.","answer_id":4,"value":5},{"answer":"No obvious value to project or open source community.","answer_id":5,"value":0}]}]}}" | ||||||
created | 2018-04-21 16:44:33 | ||||||
last_update | 2018-04-26 11:18:48 | ||||||
depth | 0 | ||||||
children | 11 | ||||||
last_payout | 2018-04-28 16:44:33 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 113.834 HBD | ||||||
curator_payout_value | 43.486 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 7,334 | ||||||
author_reputation | 183,725,276,504,013 | ||||||
root_title | "Analysis: Is there an increase in account recovery request amidst scams and phishings in Steemit?" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 51,338,786 | ||||||
net_rshares | 28,011,779,394,661 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
juvyjabian | 0 | 5,027,786,030 | 10% | ||
arcange | 0 | 16,547,186,175 | 2% | ||
raphaelle | 0 | 956,503,407 | 2% | ||
claudiop63 | 0 | 16,847,886,073 | 100% | ||
themanualbot | 0 | 494,616,233 | 1% | ||
kylemacmac | 0 | 314,970,303,878 | 49% | ||
surpassinggoogle | 0 | 437,984,059,566 | 2% | ||
dianargenti | 0 | 1,886,591,780 | 10% | ||
southparkqueen | 0 | 133,766,532 | 2% | ||
itinerantph | 0 | 78,715,929 | 0.5% | ||
indayharagwapa | 0 | 61,414,017 | 10% | ||
eurogee | 0 | 232,367,690 | 0.04% | ||
jassennessaj | 0 | 13,873,985,005 | 7% | ||
keshawn | 0 | 89,787,115 | 2% | ||
minnowsupport | 0 | 24,748,550,938 | 0.5% | ||
alphacore | 0 | 2,887,289,664 | 5% | ||
bellatravelph | 0 | 352,132,956 | 5% | ||
paulag | 0 | 22,034,396,027 | 100% | ||
chinito | 0 | 712,303,748 | 1% | ||
husaini | 0 | 155,177,794,991 | 100% | ||
bobiecayao | 0 | 121,555,273 | 1% | ||
erickrivera | 0 | 5,733,422,318 | 100% | ||
jamiz | 0 | 214,573,205 | 5% | ||
chaostheory | 0 | 765,273,911 | 100% | ||
ted7 | 0 | 390,027,707 | 10% | ||
dwaeji-aizelle | 0 | 201,069,854 | 5% | ||
butterfly-effect | 0 | 823,191,457 | 100% | ||
thegrandestine | 0 | 1,495,758,482 | 100% | ||
st3llar | 0 | 627,038,715 | 3% | ||
mirrorforce | 0 | 578,688,250 | 100% | ||
lilith | 0 | 212,048,163 | 100% | ||
mysticalword | 0 | 661,191,437 | 100% | ||
doughtaker | 0 | 15,400,225,235 | 50% | ||
japh | 0 | 218,279,259 | 10% | ||
wandergirl | 0 | 189,901,379 | 5% | ||
botty | 0 | 5,620,075,512 | 100% | ||
desteemy | 0 | 1,353,194,151 | 100% | ||
dwightjaden | 0 | 137,585,088 | 1% | ||
mikefrancis | 0 | 275,072,913 | 50% | ||
paradoxofchoice | 0 | 1,126,346,394 | 100% | ||
pkvlogs | 0 | 2,236,061,919 | 1% | ||
mhel | 0 | 141,605,133 | 3.5% | ||
betacore | 0 | 667,501,949 | 100% | ||
leryam12 | 0 | 200,211,679 | 10% | ||
karyah1001 | 0 | 99,137,550 | 10% | ||
brokemancode | 0 | 167,193,183 | 5% | ||
omegacore | 0 | 1,405,164,267 | 100% | ||
jenesa | 0 | 503,630,033 | 5% | ||
noreen | 0 | 56,900,570 | 5% | ||
steemitph | 0 | 153,993,012,141 | 100% | ||
aafeng | 0 | 2,545,225,159 | 20% | ||
codygee237 | 0 | 126,101,220 | 5% | ||
jcpuzs1 | 0 | 109,133,628 | 10% | ||
queenjventurer | 0 | 201,641,679 | 10% | ||
dopinthezone | 0 | 77,006,692 | 5% | ||
agentzero | 0 | 179,844,380 | 5% | ||
nessyquel | 0 | 64,396,123 | 2% | ||
aodhan | 0 | 62,262,057 | 5% | ||
crokkon | 0 | 25,985,821,520 | 75% | ||
shaineloo | 0 | 61,330,065 | 10% | ||
gameapk | 0 | 5,643,237,976 | 100% | ||
marysent | 0 | 411,882,934 | 10% | ||
davealemana | 0 | 51,959,729 | 10% | ||
kittenpics | 0 | 58,949,566 | 25% | ||
rfece143 | 0 | 186,520,273 | 3% | ||
marygod | 0 | 61,347,441 | 10% | ||
jaderpogi | 0 | 1,383,197,207 | 10% | ||
aribalcristian | 0 | 203,900,156 | 10% | ||
mercy11 | 0 | 78,898,547 | 5% | ||
fabio2614 | 0 | 241,570,009 | 5% | ||
ranielbrianulan | 0 | 115,917,599 | 2% | ||
espoem | 0 | 33,891,293,907 | 50% | ||
tolarnee | 0 | 68,613,954 | 1% | ||
steemedchitty | 0 | 5,577,086,823 | 100% | ||
bayanihan | 0 | 68,401,271,873 | 10% | ||
stbrians | 0 | 60,692,003 | 1% | ||
tedzwhistle | 0 | 120,118,425 | 10% | ||
emdesan | 0 | 64,444,529 | 1% | ||
joancabz | 0 | 116,537,149 | 10% | ||
marlon82 | 0 | 754,366,928 | 10% | ||
melvinlumacad | 0 | 786,205,269 | 10% | ||
jacoblayan | 0 | 107,008,988 | 1% | ||
bearkid | 0 | 73,171,864 | 10% | ||
reyarobo | 0 | 167,032,888 | 5% | ||
steemph.cebu | 0 | 9,342,285,928 | 10% | ||
carpieeew | 0 | 95,123,366 | 5% | ||
robin-ho | 0 | 6,571,428,326 | 5% | ||
ybanezkim26 | 0 | 7,221,942,986 | 100% | ||
legendarryll | 0 | 141,183,077 | 5% | ||
utopian-io | 0 | 25,989,647,521,985 | 17.25% | ||
wandersells | 0 | 63,844,986 | 5% | ||
smaeunabs | 0 | 959,127,298 | 10% | ||
jaff8 | 0 | 75,577,868,580 | 100% | ||
sorenkierkegaard | 0 | 303,072,317 | 10% | ||
jepu | 0 | 2,209,045,559 | 10% | ||
an0na | 0 | 56,083,949 | 1% | ||
wens | 0 | 1,447,295,753 | 10% | ||
xsasj | 0 | 5,105,188,717 | 10% | ||
cnsteem | 0 | 108,245,933,095 | 61% | ||
meetmysuperego | 0 | 228,028,317 | 2.5% | ||
azwarrangkuti | 0 | 33,043,396,077 | 50% | ||
ludevielucero | 0 | 4,283,750,085 | 100% | ||
lovlu | 0 | 5,277,157,331 | 100% | ||
mahalo | 0 | 70,802,435,938 | 15% | ||
micch | 0 | 162,831,193 | 5% | ||
namranna | 0 | 181,068,290 | 10% | ||
gameon | 0 | 54,587,320 | 1% | ||
pizzanniza | 0 | 109,422,033 | 5% | ||
myaw | 0 | 112,652,928 | 0.05% | ||
isi3 | 0 | 129,793,163,444 | 100% | ||
arcjen02 | 0 | 2,981,758,633 | 100% | ||
rafael.espina | 0 | 100,980,077 | 10% | ||
purpletanzanite | 0 | 109,299,300 | 5% | ||
juecoree | 0 | 9,081,568,750 | 100% | ||
nikkabomb | 0 | 61,641,456 | 10% | ||
cordeta | 0 | 165,357,832 | 5% | ||
franklan3386 | 0 | 213,131,457 | 100% | ||
cyyy1998 | 0 | 92,690,636 | 5% | ||
glennamayjumaoas | 0 | 174,041,698 | 10% | ||
jonnahmatias1016 | 0 | 89,773,915 | 10% | ||
wig319 | 0 | 6,011,063,479 | 100% | ||
francesgardose | 0 | 115,150,188 | 10% | ||
shoganaii | 0 | 1,026,265,855 | 5% | ||
thinkingmind | 0 | 438,434,974 | 10% | ||
ja9garnett | 0 | 60,971,876 | 10% | ||
christianyocte | 0 | 103,581,732 | 5% | ||
admiralsp | 0 | 52,153,070 | 2% | ||
maedian | 0 | 61,316,710 | 10% | ||
gwys | 0 | 56,765,940 | 5% | ||
honeyletsgo | 0 | 76,799,364 | 5% | ||
georgie84 | 0 | 135,955,385 | 5% | ||
audiosiren | 0 | 343,057,177 | 100% | ||
davids-tales | 0 | 109,471,334 | 5% | ||
thinkvincent | 0 | 51,485,265 | 7% | ||
the-reaper | 0 | 452,088,709 | 100% | ||
mrsexappeal | 0 | 352,524,762 | 50% | ||
jayparagat | 0 | 258,253,550 | 5% | ||
wagun001 | 0 | 109,844,126 | 0.35% | ||
ligarayk | 0 | 215,363,332 | 10% | ||
ybanezscarlet | 0 | 61,404,958 | 10% | ||
imkareencajes | 0 | 62,668,556 | 5% | ||
holger80 | 0 | 51,986,740,401 | 25% | ||
skybreaker | 0 | 1,372,767,271 | 100% | ||
josephace135 | 0 | 11,565,693,977 | 100% | ||
rahulsingh25843 | 0 | 4,891,296,200 | 100% | ||
mdnazmulhasan | 0 | 395,794,121 | 100% | ||
bigmike420 | 0 | 433,623,809 | 5% | ||
luijii | 0 | 52,119,730 | 10% | ||
adeline24 | 0 | 61,793,295 | 5% | ||
gixxer0mike | 0 | 61,222,015 | 10% | ||
juichi | 0 | 95,559,237 | 5% | ||
janesmy081316 | 0 | 61,219,360 | 10% | ||
squares | 0 | 183,246,268 | 10% | ||
maanabdullah | 0 | 69,991,630 | 5% | ||
mamicco | 0 | 1,163,256,075 | 100% | ||
jbeguna04 | 0 | 67,496,778 | 1% | ||
curiousson | 0 | 611,533,523 | 100% | ||
starzy | 0 | 56,048,157 | 5% | ||
shelouveloso | 0 | 61,232,917 | 10% | ||
markaparre | 0 | 61,136,004 | 10% | ||
lenilyndelacruz | 0 | 61,171,504 | 10% | ||
invictuz | 0 | 56,369,820 | 5% | ||
mcamayra | 0 | 54,062,636 | 5% | ||
dyann-ayy | 0 | 61,295,136 | 10% | ||
aueeventures | 0 | 61,157,196 | 10% | ||
ronygen13 | 0 | 61,245,282 | 10% | ||
rigormortiz | 0 | 523,711,722 | 100% | ||
iluvmycielo | 0 | 61,246,548 | 10% | ||
mbadayee | 0 | 134,979,597 | 5% | ||
thisisruby | 0 | 71,763,640 | 10% | ||
rasty.demecillo | 0 | 70,018,011 | 10% | ||
passive | 0 | 41,658,879,477 | 100% | ||
eudiee | 0 | 61,290,359 | 10% | ||
sawi | 0 | 95,740,462 | 5% | ||
queenriogoals | 0 | 61,169,470 | 10% | ||
supreme-verdict | 0 | 18,050,903,938 | 100% | ||
icy-anne | 0 | 61,342,528 | 10% | ||
retrocausality | 0 | 820,990,748 | 100% | ||
itsmedavid | 0 | 61,294,251 | 10% | ||
jonmylestan | 0 | 80,179,358 | 10% | ||
upvotedonator | 0 | 52,053,494 | 10% | ||
ruelx | 0 | 51,156,587 | 7% | ||
imesmypadasas | 0 | 61,146,382 | 10% | ||
chellelbaguio | 0 | 61,123,448 | 10% | ||
rhei86 | 0 | 52,284,384 | 10% | ||
themarshann | 0 | 57,853,955 | 5% | ||
orhem | 0 | 284,715,009 | 50% | ||
zcool | 0 | 125,961,170 | 10% | ||
baa.steemit | 0 | 2,135,419,178 | 10% | ||
nanreycarlopez | 0 | 61,181,422 | 10% | ||
melsmacan | 0 | 61,128,211 | 10% | ||
johnrel | 0 | 65,324,320 | 5% | ||
animecollection | 0 | 52,130,239 | 10% | ||
chuuuckie | 0 | 122,984,026 | 5% | ||
chain-reaction | 0 | 85,856,269 | 100% | ||
megalithic | 0 | 4,744,914,497 | 100% | ||
loudetteiam | 0 | 61,120,003 | 5% | ||
olivier10101 | 0 | 80,776,476 | 100% | ||
zapzap | 0 | 6,959,454,351 | 100% | ||
indayclara | 0 | 75,571,702 | 5% | ||
jemzem | 0 | 51,964,869 | 10% | ||
iyou | 0 | 5,750,090,161 | 100% | ||
iui | 0 | 5,745,670,728 | 100% | ||
j4zz | 0 | 1,018,369,334 | 100% | ||
clayjohn | 0 | 7,136,900,463 | 100% | ||
dfunny | 0 | 5,983,664,720 | 100% | ||
dflhs21 | 0 | 2,224,482,348 | 1% | ||
mindblast | 0 | 184,848,049 | 10% |
kumusta juecoree! :) yea, i hate those scammer/hackers! great analysis of it all. im following u and upvoted now.
author | chinito |
---|---|
permlink | re-juecoree-analysis-is-there-an-increase-in-account-recovery-request-amidst-scams-and-phishings-in-steemit-20180424t230545299z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"app":"steemit/0.1"} |
created | 2018-04-24 08:07:00 |
last_update | 2018-04-24 08:07:00 |
depth | 1 |
children | 1 |
last_payout | 2018-05-01 08:07:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.324 HBD |
curator_payout_value | 0.108 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 114 |
author_reputation | 196,962,280,803,758 |
root_title | "Analysis: Is there an increase in account recovery request amidst scams and phishings in Steemit?" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 51,823,293 |
net_rshares | 63,654,933,759 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
chinito | 0 | 63,654,933,759 | 100% |
Mabuti, @chinito. Salamat. I also followed you.
author | juecoree |
---|---|
permlink | re-chinito-re-juecoree-analysis-is-there-an-increase-in-account-recovery-request-amidst-scams-and-phishings-in-steemit-20180424t081258994z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"users":["chinito"],"app":"steemit/0.1"} |
created | 2018-04-24 08:13:00 |
last_update | 2018-04-24 08:14:36 |
depth | 2 |
children | 0 |
last_payout | 2018-05-01 08:13:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 48 |
author_reputation | 183,725,276,504,013 |
root_title | "Analysis: Is there an increase in account recovery request amidst scams and phishings in Steemit?" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 51,824,165 |
net_rshares | 0 |
.
author | crokkon | ||||||
---|---|---|---|---|---|---|---|
permlink | re-juecoree-analysis-is-there-an-increase-in-account-recovery-request-amidst-scams-and-phishings-in-steemit-20180422t050017679z | ||||||
category | utopian-io | ||||||
json_metadata | "{"app": ""}" | ||||||
created | 2018-04-22 05:00:18 | ||||||
last_update | 2022-09-18 11:59:33 | ||||||
depth | 1 | ||||||
children | 2 | ||||||
last_payout | 2018-04-29 05:00:18 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 2.172 HBD | ||||||
curator_payout_value | 0.000 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 1 | ||||||
author_reputation | 81,214,366,861,104 | ||||||
root_title | "Analysis: Is there an increase in account recovery request amidst scams and phishings in Steemit?" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 51,422,388 | ||||||
net_rshares | 521,715,249,125 | ||||||
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
espoem | 0 | 51,543,009,485 | 75% | ||
juecoree | 0 | 4,132,373,373 | 47% | ||
utopian.tip | 0 | 466,039,866,267 | 44% |
Yes, I have also look into that data about the unrecovered by @steem. There are quite few of them, however there are no signifiers why is this account has not been recovered from the database.
author | juecoree |
---|---|
permlink | re-crokkon-re-juecoree-analysis-is-there-an-increase-in-account-recovery-request-amidst-scams-and-phishings-in-steemit-20180422t050653870z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"users":["steem"],"app":"steemit/0.1"} |
created | 2018-04-22 05:07:00 |
last_update | 2018-04-22 05:07:00 |
depth | 2 |
children | 0 |
last_payout | 2018-04-29 05:07:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 192 |
author_reputation | 183,725,276,504,013 |
root_title | "Analysis: Is there an increase in account recovery request amidst scams and phishings in Steemit?" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 51,423,164 |
net_rshares | 0 |
Hey @crokkon, I just gave you a tip for your hard work on moderation. Upvote this comment to support the utopian moderators and increase your future rewards!
author | utopian.tip |
---|---|
permlink | re-re-juecoree-analysis-is-there-an-increase-in-account-recovery-request-amidst-scams-and-phishings-in-steemit-20180422t050017679z-20180422t155940 |
category | utopian-io |
json_metadata | "" |
created | 2018-04-22 15:59:42 |
last_update | 2018-04-22 15:59:42 |
depth | 2 |
children | 0 |
last_payout | 2018-04-29 15:59:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 157 |
author_reputation | 238,310,597,885 |
root_title | "Analysis: Is there an increase in account recovery request amidst scams and phishings in Steemit?" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 51,509,824 |
net_rshares | 0 |
Resteemed your article. This article was resteemed because you are part of the New Steemians project. You can learn more about it here: https://steemit.com/introduceyourself/@gaman/new-steemians-project-launch
author | gaman |
---|---|
permlink | analysis-is-there-an-increase-in-account-recovery-request-amidst-scams-and-phishings-in-steemit-gaman-04222018 |
category | utopian-io |
json_metadata | "{"app": "pysteem/0.5.4"}" |
created | 2018-04-22 16:43:18 |
last_update | 2018-04-22 16:43:18 |
depth | 1 |
children | 1 |
last_payout | 2018-04-29 16:43:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 210 |
author_reputation | -1,762,124,734,065 |
root_title | "Analysis: Is there an increase in account recovery request amidst scams and phishings in Steemit?" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 51,516,504 |
net_rshares | -51,159,031,219 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
abusereports | 0 | -51,159,031,219 | -1% |
@gaman is on the @abusereports blacklist for being a bad Steemian! Bad spammer, bad!
author | abusereports |
---|---|
permlink | abusereports-re-gamananalysis-is-there-an-increase-in-account-recovery-request-amidst-scams-and-phishings-in-steemit-gaman-04222018 |
category | utopian-io |
json_metadata | "" |
created | 2018-04-22 16:43:30 |
last_update | 2018-04-22 16:43:30 |
depth | 2 |
children | 0 |
last_payout | 2018-04-29 16:43:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.390 HBD |
curator_payout_value | 0.127 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 84 |
author_reputation | 199,407,425,243,286 |
root_title | "Analysis: Is there an increase in account recovery request amidst scams and phishings in Steemit?" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 51,516,539 |
net_rshares | 76,755,183,959 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
abusereports | 0 | 76,755,183,959 | 1.5% |
<p>Congratulations! This post has been upvoted from the communal account, @minnowsupport, by juecoree from the Minnow Support Project. It's a witness project run by aggroed, ausbitbank, teamsteem, theprophet0, someguy123, neoxian, followbtcnews, and netuoso. The goal is to help Steemit grow by supporting Minnows. Please find us at the <a href="https://discord.gg/HYj4yvw"> Peace, Abundance, and Liberty Network (PALnet) Discord Channel</a>. It's a completely public and open space to all members of the Steemit community who voluntarily choose to be there.</p> <p>If you would like to delegate to the Minnow Support Project you can do so by clicking on the following links: <a href="https://v2.steemconnect.com/sign/delegateVestingShares?delegator=&delegatee=minnowsupport&vesting_shares=102530.639667%20VESTS">50SP</a>, <a href="https://v2.steemconnect.com/sign/delegateVestingShares?delegator=&delegatee=minnowsupport&vesting_shares=205303.639667%20VESTS">100SP</a>, <a href="https://v2.steemconnect.com/sign/delegateVestingShares?delegator=&delegatee=minnowsupport&vesting_shares=514303.639667%20VESTS">250SP</a>, <a href="https://v2.steemconnect.com/sign/delegateVestingShares?delegator=&delegatee=minnowsupport&vesting_shares=1025303.639667%20VESTS">500SP</a>, <a href="https://v2.steemconnect.com/sign/delegateVestingShares?delegator=&delegatee=minnowsupport&vesting_shares=2053030.639667%20VESTS">1000SP</a>, <a href="https://v2.steemconnect.com/sign/delegateVestingShares?delegator=&delegatee=minnowsupport&vesting_shares=10253030.639667%20VESTS">5000SP</a>. <br><strong>Be sure to leave at least 50SP undelegated on your account.</strong></p>
author | minnowsupport |
---|---|
permlink | re-analysis-is-there-an-increase-in-account-recovery-request-amidst-scams-and-phishings-in-steemit-20180422t021157 |
category | utopian-io |
json_metadata | "" |
created | 2018-04-22 02:11:57 |
last_update | 2018-04-22 02:11:57 |
depth | 1 |
children | 0 |
last_payout | 2018-04-29 02:11:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 1,704 |
author_reputation | 148,902,805,319,183 |
root_title | "Analysis: Is there an increase in account recovery request amidst scams and phishings in Steemit?" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 51,403,770 |
net_rshares | 0 |
<center>https://steemitimages.com/200x200/https://s-media-cache-ak0.pinimg.com/originals/81/28/3c/81283c6aed7bdb5b9f8ad73b8ce62c2f.jpg</center> --- <center>Hello @juecoree , Congratulations โ . Your content began to appear in the hot section. I am the information account of "SteemBotTracker" site. </center> --- <center> Your Informations Total SBD: 38.256 Total STEEM: 1.051 </center> --- <center> I recommend to increase this; You can make "Resteem" and advertise to the followers of the whale accounts. "Resteem Bot" for you; โ The most profitable Resteem Whale @byresteem has 25.500 Followers + 7000 Sp + Upvote with min +55 accounts. </center> --- <center> You can purchase "upvote" by bid bots. "Upvote Bot" โ The most profitable whale in the last round. @postpromoter </center> --- <center> I'm taking this message once. You need to use the #steembottrackerr tag for more information. Those who "upvote" this interpretation will be awarded a "UpVote" prize of 100 Sbd per week per person. I am a bot, I can not answer the comment. I hope I could help. Good luck. Sorry if I disturbed you. </center>
author | steembottrackerr |
---|---|
permlink | 20180426t090111763z |
category | utopian-io |
json_metadata | {"tags":["advice"],"app":"steemjs/test"} |
created | 2018-04-26 09:01:18 |
last_update | 2018-04-26 09:01:18 |
depth | 1 |
children | 0 |
last_payout | 2018-05-03 09:01:18 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 1,137 |
author_reputation | -1,493,369,324,060 |
root_title | "Analysis: Is there an increase in account recovery request amidst scams and phishings in Steemit?" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 52,222,559 |
net_rshares | 0 |
Congratulations! This post has been upvoted by the communal account, @steemph.cebu by juecoree being run at [Teenvestors Cebu (Road to Financial Freedom Channel)](https://discord.gg/EMMztv4). This service is exclusive to Steemians following the Steemph.cebu trail at Steemauto. Thank you for following Steemph.cebu curation trail! #### Don't forget to join [Steem PH Discord Server](https://discord.gg/8tvsTwN), our Discord Server for Philippines.
author | steemph.cebu |
---|---|
permlink | bif5uoj2nsf5d18z88lolyb4kyk4h3uy-post |
category | utopian-io |
json_metadata | {"tags":["philippines"],"app":"stephard/0.1"} |
created | 2018-04-22 03:53:12 |
last_update | 2018-04-22 03:53:12 |
depth | 1 |
children | 0 |
last_payout | 2018-04-29 03:53:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 448 |
author_reputation | 28,740,832,773,198 |
root_title | "Analysis: Is there an increase in account recovery request amidst scams and phishings in Steemit?" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 51,414,951 |
net_rshares | 0 |
### Hey @juecoree! Thank you for the great work you've done! We're already looking forward to your next contribution! #### Fully Decentralized Rewards We hope you will take the time to share your expertise and knowledge by rating contributions made by others on Utopian.io to help us reward the best contributions together. #### Utopian Witness! <a href="https://v2.steemconnect.com/sign/account-witness-vote?witness=utopian-io&approve=1">Vote for Utopian Witness!</a> We are made of developers, system administrators, entrepreneurs, artists, content creators, thinkers. We embrace every nationality, mindset and belief. **Want to chat? Join us on Discord https://discord.me/utopian-io**
author | utopian-io |
---|---|
permlink | re-juecoree-analysis-is-there-an-increase-in-account-recovery-request-amidst-scams-and-phishings-in-steemit-20180423t170042619z |
category | utopian-io |
json_metadata | {"tags":["utopian-io"],"community":"utopian","app":"utopian/1.0.0"} |
created | 2018-04-23 17:00:42 |
last_update | 2018-04-23 17:00:42 |
depth | 1 |
children | 0 |
last_payout | 2018-04-30 17:00:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 688 |
author_reputation | 152,955,367,999,756 |
root_title | "Analysis: Is there an increase in account recovery request amidst scams and phishings in Steemit?" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 51,714,042 |
net_rshares | 0 |