• 0 Posts
  • 37 Comments
Joined 1 year ago
cake
Cake day: June 27th, 2023

help-circle



  • That’s not a good parallel, it’s the politically ‘motivated’ part he’s referring to. If someone is being prosecuted because they’re running for office, and you have a legitimate argument that if they had chosen not to run for office the charges would have been dropped, it’s legitimate to say it’s politically motivated.

    On the other hand, if your crime was literally campaign finance crimes and voter manipulation, there’s a reasonable argument that ‘politically motivated’ isn’t necessarily a bad thing here. If you did a political crime, and seem likely to continue to be politically motivated to commit more crimes, it kind of makes sense that prosecuting you with a tiny bit of political intent isn’t totally unreasonable.







  • A benign scan could just be looking for an ftp server to connect to or a repeater or relay server of some sort. There are plenty of open services people make available for free and the fact that you would consider it an attack it doesn’t make it one.

    At minimum you could be alerted to look for someone attempting to connect to your ftp server with a single basic anonymous authentication vs someone flooding that port with known malicious software attacks, and block the latter across your entire network and effectively ignore the former. Really it seems like you’re advertising your lack of imagination in this context than a legitimate lack of possible uses for spoofing open ports.






  • At a guess, you might tell the difference between some benign scan and an attempt to actually take advantage of the port, perhaps to use as a trigger to automatically ban an ip address? or a way to divert malicious resources to an easy looking target so they are less available in other areas?

    The difference between someone scanning for open ports and someone attacking a port they find open seems significant enough to at least track and watch for patterns… Whether that’s useful for the majority of users or not is rarely why a feature is implemented.


  • Let’s just hope that the votes he was pulling away from Trump were just because they needed somewhere to go and it was ‘Not Trump’ first, ‘Not Biden’ second, and ‘Not Democrat’ third.

    Harris at least fits the first two qualifications, which is what Trump’s campaign has been about for 3 years…‘Biden Bad’… Unfortunately for his campaign, he’s not the only one running who isn’t Biden and he’s doing a shit job of convincing people otherwise since he has spent practically 0 time signing any blame to someone as inconsequential as a Vice President at any point in any of those the years.

    And why would he… doesn’t make sense to dillute the blame when he knows there was no way Biden would ever willingly give up the chance to keep the power of the presidency in favor of anyone else… He certainly couldn’t imagine doing that himself.





  • Maybe think of it like one of those big walls of post office mailboxes…behind the wall is your computer and an app might be waiting for a message at box 22 or box 45678. You could close all the boxes and nothing could get in, or you could open one or all of them and allow people to deliver messages to them.

    If you connect your computer directly to the internet, anyone who knows your IP address could say 'deliver message X to port 22 at ip address <your ip address> and the program watching that box would get the message.

    If you put a router in the mix, and multiple computers, the router has the same block of boxes, but if someone sends a message to one of the boxes it just sets there. If you set up ‘forwarding’, sending a message to your ip address gets the message to the router, but if you forward box 22 from your router to a specific computer on your network, then the router takes a message at box 22 on itself and ‘forwards’ it to box 22 on whatever computer you specific (using internal ip addresses).

    You could map box 22 on your router to any other box on your computer…like port 22 coming into your router might get sent to port 155 on your computer…this is useful if you don’t want external people just exploring and lazily breaking into your computer using known vulnerabilities. Lots of ports are ‘common’, so an ftp hack on port 22 is easy, and might be ‘slightly’ harder if you tell your computer to actually look for ftp traffic on port 3333 or something.