tech-team

RocketChat ID: 4xBSWiLiQjEDjp5Gp


2,194 total messages. Viewing 100 per page.
Prev | Page 14/22 | Next

Jason NY @PF-3527

And then if it doesn't, we'll just ask if it was him on the mumble or not.

Jason NY @PF-3527

If it is the same IP we can just ask him why he is using tor and on linux and see if he freaks out or just gives a quick, reasonable response.

Jake AR @PF-3320

@Thomas do you want to give the cloudflare changes ago?

Jake AR @PF-3320

This is just for b&s.org on cloudflare for right now

Jake AR @PF-3320

The victory server is 206.81.15.30

Thomas @thomas

Yes. Will go for it now.

Thomas @thomas

Deployed. Now images won't load?

Thomas @thomas

No idea if that was the goal.

Thomas @thomas
Thomas @thomas
Thomas @thomas

(ip.src ne 206.81.15.30 and http.request.uri contains "/api")

Jake AR @PF-3320

You can undo it

Thomas @thomas

Just turned the rule off.

Thomas @thomas

Let's see if images send.

Thomas @thomas
Missing attachment: Clipboard - December 13, 2021 8:26 PM
Thomas @thomas

Yes.

Thomas @thomas

So it was definitely the rule that blocked images somehow.

Jake AR @PF-3320

what images?

Jake AR @PF-3320

everything worked for me, but when I refreshed the page it wouldn't load

Thomas @thomas

Any images. Both me and Mason tried to upload an image while the rule was in effect and they would not load past 0%.

Jake AR @PF-3320

so maybe the web version of rocketchat does use API calls

Jake AR @PF-3320

do we know what user agent the mobile app uses?

Jake AR @PF-3320

we can write a rule to just block that user agent

Jason NY @PF-3527

@Thomas Do we have dossier on Logan CA?

Jason NY @PF-3527

Very suspicious guy applying right now and he says Logan CA is his friend

Vincent TX @PF-4354

Yes we do

Jason NY @PF-3527

Logan CA read my messages but his status says offline.

Jason NY @PF-3527

Vincent, is Logan CA set to "invisible" right now? Idek if you can check.

Vincent TX @PF-4354

No way to check

Vincent TX @PF-4354

Talk to brandon about him

Jason NY @PF-3527

I'm curious if Logan will only reply to me when we make a decision on this guy.

Vincent TX @PF-4354

Don't let him in until he does then. If he is using Logan as a reference and Logan is unreliable...

Jason NY @PF-3527

Do you think we should tell him he's accepted as a lie to see how Logan reacts?

Jason NY @PF-3527

Actually, we'll put him on hold and wait for Logan to respond.

Jason NY @PF-3527

I'll tell him he's on hold until Logan responds as well.

Vincent TX @PF-4354

Just put him on hold. Remember we don't need to jump through hoops for guys. We have a whole extra PF org just sitting waiting for us to contact them. Take your time and make sure to get the good guys.

Matthew MN @PF-6495

We still need to enable DM pruning as well

Vincent TX @PF-4354

I believe Jake was supposed to work with Thomas earlier this evening?

Jake AR @PF-3320
Missing attachment: Clipboard - December 13, 2021 9:02 PM
Matthew MN @PF-6495

I think that was on blocking the DMs

Jake AR @PF-3320

DMs being pruned now

Vincent TX @PF-4354

King

Matthew MN @PF-6495

Based Jake

Jake AR @PF-3320

Does anyone remember if we figured out how to look at nginx logs and identify the app user agent?

Jake AR @PF-3320

blocking all API calls seems to break the browser

Matthew MN @PF-6495

I think Michael did it once a while back

Matthew MN @PF-6495

Can cloudflare block by a regex for a user agent?

Jake AR @PF-3320

not sure if regex

Paul CA @PF-3219

Best approach is to do that in the authorization endpoint

Paul CA @PF-3219

patch the server on the login api to reject new sessions for invalid user agents

Paul CA @PF-3219

Cloudflare WAF can probably do this too

Jake AR @PF-3320

cloudflare is ideal since its first contact

Jake AR @PF-3320

but I dont know what user agents we are blocking

Jake AR @PF-3320

does anyone know how to look at nginx logs?

Matthew MN @PF-6495

Check the cron jobs. I believe there is something in there to clear them every so often.

Jake AR @PF-3320

You're right

Jake AR @PF-3320

So we are purging the nginx docker container logs every hour, and it does contain IP addresses and user agents and the GET url

Matthew MN @PF-6495

So there should be something with the words mobile in there from what I remember

Jake AR @PF-3320

I will try to identify the user agent

Jake AR @PF-3320

it also looks like rocketchat might be saving IP addresses somewhere, looking into that now

Jason NY @PF-3527

So idek if this interviewee is an infiltrator because he completely failed the violence question.

Matthew MN @PF-6495

probably legitimately a sperg or a bad actor trying to get us to do something compromising

Matthew MN @PF-6495

Either way doesn't reflect well on Logan CA

Jake AR @PF-3320

So the sessions db has lots of IPs and client info

Jake AR @PF-3320
Missing attachment: Clipboard - December 13, 2021 9:37 PM
Matthew MN @PF-6495

sessions should be purged if older than 7 days perhaps

Jake AR @PF-3320

The oldest one being 8/31/2021

Jake AR @PF-3320

We could do a cronjob that does something like that

Matthew MN @PF-6495

if you delete a session does it force a relogin

Jake AR @PF-3320

was just gonna try

Matthew MN @PF-6495

I think there is a separate collection for tokens

Matthew MN @PF-6495

That might be under the users collection

Thomas @thomas

A downtime project, perhaps.

Jason NY @PF-3527

Someone with a wikipedia account can simply revert the libtard's changes. He removed like 15,000 words with the reasoning "Wikipedia is not propaganda!"

Jason NY @PF-3527

He's not a wikipedia admin or anything

Jake AR @PF-3320

I had 150 instances, I deleted them all and nothing changed with me using RC. When I refreshed the page it did not make a new instance, but when I closed the tab and opened it again, it did.

Jake AR @PF-3320

So it may be good to regularly purge instances to minimize how many IP addresses we are keeping. Should we purge daily?

Jason NY @PF-3527

Nevermind, the wiki page "requires autoconfirmed or confirmed access" to edit. Whatever tf that means.

Matthew MN @PF-6495

I would say hourly is good

Matthew MN @PF-6495

Also it might be worth doing some housecleaning on the vetting server of named accounts I see some inactive folks on there.

Matthew MN @PF-6495

@Vincent TX register me on mumble senpai

Jake AR @PF-3320

@Vincent TX these both are completed

Jake AR @PF-3320
Missing attachment: Clipboard - December 13, 2021 10:26 PM
Jake AR @PF-3320

Tested, and now IPs are not found on server after the hourly nginx logs purge and rc sessions puge

Jason NY @PF-3527

While you're in that db can you tell me if Logan CA is using a VPN?

Jake AR @PF-3320

i can find his IP, let me check

Jake AR @PF-3320

well since I purged it, I have to wait for him to log in again

Jason NY @PF-3527

Gotcha

Jake AR @PF-3320

test

Jake AR @PF-3320

also we could hide teh invisibl status option

Jake AR @PF-3320
Missing attachment: Clipboard - December 13, 2021 10:38 PM
Jason NY @PF-3527

I think I'd rather have it logged

Jake AR @PF-3320

okay, I am looking to where that is tored

Jake AR @PF-3320

I think i can derive who is using "invisible" status as long as they are currently online

Jake AR @PF-3320

currently, David WA and @Matthew MN

Jake AR @PF-3320

is that accurate @Matthew MN

Matthew MN @PF-6495

I use that status

Jake AR @PF-3320

"we got em!"

Matthew MN @PF-6495

Want to see my Antifa tats

2,194 total messages. Viewing 100 per page.
Prev | Page 14/22 | Next