Recommended Posts

I work for an ISP in the UK and was responsible for the testing environments which replicated and scrubbed over 700GB of live databases. I face these scenarios a lot day to day. I recently did a night shift to re-work all our encryption techniques and VPNs based on the security audit of 3rd party contractors.

 

In the OPs scenario, he has a small cisco router with unspecified amount of traffic flowing through it. If the server is accessed a lot, the VPN aspect of it could really add a lot of load onto the box and with the aspect of the VPN, it'll add a lot of overhead with added latency. With the details he specified I'd definitely recommend either plugging it in directly to the router with IP table restrictions or a DMZ which only forwards on one port. With that, you can restrict on to one listening port. If there's any flaw in the software which grants access into the server then the software needs to be looked at. That could happen on a VPN with intent, and of course it can happen with a public facing server. Without the VPN, it's less hassle, less load and easier for the users internally to access the server.

 

Don't want to argue about this, I just personally feel like its the best solution. There's obviously a lot of variables which could change that though.

 

Its a good job that I remembered I was just given my MVC status, Maybe a little drunk but that's besides the point. :blush:

 

There is a lot up for debate here, But if you value your security of ANY data then that isn't exactly best practice in the industry. It really is a trade off over how easy you want to make it and how secure you make your data  :shifty:

OP is dealing with PHI/PII, that alone IMMEDIATELY requires that they use a VPN or some other secure method of communication, which usually still involves VPN at some point, so based on what we currently know VPN would be the safest thing to do. 

 

There are other methods, we use em all at work, but the most cost effective option is VPN 

Its a good job that I remembered I was just given my MVC status, Maybe a little drunk but that's besides the point. :blush:

 

There is a lot up for debate here, But if you value your security of ANY data then that isn't exactly best practice in the industry. It really is a trade off over how easy you want to make it and how secure you make your data  :shifty:

If they valued it, they shouldn't give you a public IP and say make this public please. If they gave you an IP, they obviously don't want to run it through a VPN as this can be done without another IP, which are expensive these days.

 

Most threats in this nature are from internal employees anyway, people love to over complicate things.

OP is dealing with PHI/PII, that alone IMMEDIATELY requires that they use a VPN or some other secure method of communication, which usually still involves VPN at some point, so based on what we currently know VPN would be the safest thing to do. 

 

There are other methods, we use em all at work, but the most cost effective option is VPN 

 

Finally someone with some sense!!! 

 

 

If they valued it, they shouldn't give you a public IP and say make this public please. If they gave you an IP, they obviously don't want to run it through a VPN as this can be done without another IP, which are expensive these days.

 

Most threats in this nature are from internal employees anyway, people love to over complicate things.

 

I can tell you the threats from external sources are quite real be it people just trawling for any vulnerable infrastructure for whatever reason to targeted attacks!  :shiftyninja:  :shifty:

I can tell you the threats from external sources are quite real be it people just trawling for any vulnerable infrastructure for whatever reason to targeted attacks!  :shiftyninja:  :shifty:

Trawling to attack one port, needing auth to get anywhere, on a web interface.

 

Jesus christ. You guys really need to know how to attack before discussing how to secure against them. The most plausible threat would be internal/disgruntled employees leaking the data. He's going to put load onto his network and increase overhead for a threat that doesn't exist. Nice advice.

 

You could even put MAC filtering on the network for external access if you're that bothered about it. There's so many other solutions rather than degrading performance. 

"You could even put MAC filtering"

 

How is that going to work exactly on a routed connection across the internet?

 

Who said it was a web interface?  I did not get that impression from the OP.  He stated some application running on 2k12 - if web based that changes quite a bit.  But the risk of it being hipaa data seems likely.  But if this is a web interface, then its quite possible to secure it with https and say cert auth, etc.

"You could even put MAC filtering"

 

How is that going to work exactly on a routed connection across the internet?

 

Who said it was a web interface?  I did not get that impression from the OP.  He stated some application running on 2k12 - if web based that changes quite a bit.  But the risk of it being hipaa data seems likely.  But if this is a web interface, then its quite possible to secure it with https and say cert auth, etc.

Dumb suggestion on my part, it wouldn't.

 

Everything like this is going to be a web interface. 2k12 IIS instance, like I've said previously, a lot of assumptions without enough information to make a suitable recommendation. I presume HTTPS would be enabled by default externally with this sort of data. I'd like to think it was running HTTPS internally. 

Dude you know what happens when you assume ;) Nowhere did I see the OP state anything about what interface this application was.  He was clearly asked for details, and as quite common complete lack of any useful info missing in the response.

 

Pretty sure its not on purpose - just quite often people get tasked in the business world with IT stuff they are not familiar with - hey billy your good with computers right, your the one that gets my mouse working when it fails.  Could you make sure people can access this from the internet please ;)

 

This is self evident because of the create of the thread asking the question in the first place ;)  If they had the proper skill set to do what was ask, they normally wouldn't be asking for help on a forum with no details of what actual was asked.

 

I am curious where this IP came from - did they actually give him a public one?  Or did they give him the IP of this 2k12 box and ask him to make it public.

 

There is no where close to details required to actually help the OP given as of yet.  We can discuss and debate security practices vpn or not, etc but there is no details to base the discussion on.  If its a web application, and the proper device is at the edge to allow for locking down to specific IP as source, and you have say cert auth to a https site - that may be good enough for hipaa??  Not up on the laws since really haven't work in that area for years.  This would be maybe even overkill depending on what the data is, etc.

 

But then again if only being accessed from a company other site - I would have to ask why does this company not already have either point to point, mpls, or just site to site vpn setup?  Something that allows the company to talk between their locations without the whole public internet being able to see view the traffic.

 

What I think we have here is an OP that is way over his head, and asking for help - lets make sure we give him advice that is not going to get him fired when something happens to the server because its not secure enough for the data being presented in some sort of interface, etc.

  • Like 1

Trawling to attack one port, needing auth to get anywhere, on a web interface.

 

Jesus christ. You guys really need to know how to attack before discussing how to secure against them. The most plausible threat would be internal/disgruntled employees leaking the data. He's going to put load onto his network and increase overhead for a threat that doesn't exist. Nice advice.

 

You could even put MAC filtering on the network for external access if you're that bothered about it. There's so many other solutions rather than degrading performance. 

 

 

Ok fair enough, MAC filtering on a Layer 3 ROUTED network. I suggest that the OP does that. :huh:  :rolleyes:  :rofl:

 

There is NO reason to bring load into this. If you cannot handle the load you have more major problems on the network to deal with than that. Most systems have no issue with "Load" as you put it.  

 

Back to lunch......

So I set the server up with VPN and got the software installed. Now I'm trying to get the external clients to access it and can't seem to get there. On the small cisco router should I forward port 1723 to the server for VPN and then set up the connection as xxx.xxx.xxx.xxx:1723? I've set up VPN connections before but always was given the info to set it up. Sorry if I sound like a noob but I really am one at this VPN setup. Thanks. 

Is your external clients accessing this server with VPN or without? What is the error you get? Can you post your logs, error message on your VPN software? Give us a little more info so we can help you more :)

This topic is now closed to further replies.
  • Posts

    • Micron reveals AI companies are spending billions to lock up its memory years in advance by Karthik Mudaliar The demand for more memory is far from over, and Micron is turning the AI-driven memory shortage into a much more predictable business. The company has revealed that it has signed 16 strategic supply agreements backed by roughly $22 billion in customer deposits and other financial commitments. The contracts cover DRAM and NAND deliveries over several years, with some running through 2030. With the AI boom, demand for high-bandwidth memory (HBM) has grown so quickly that large customers are now prepared to help finance future production in exchange for a guaranteed supply. According to Micron’s latest financial results, the company received commitments worth about $22 billion across its new agreements. Around $18 billion is expected to arrive as cash deposits, while the rest will come through other financial arrangements. Micron says the agreements could generate approximately $100 billion in future contracted obligations. They cover around 20% of its expected DRAM shipments and one-third of its NAND shipments during their respective terms. It should be noted that although AI infrastructure is the main force behind the current shortage, not all 16 agreements with Micron involve AI companies. Micron said the customers also include consumer electronics and automotive businesses, two sectors that increasingly compete with data centers for the same manufacturing capacity. HBM is consuming an increasing share of that supply. Unlike conventional desktop or server RAM, HBM stacks multiple memory dies vertically and places them close to an AI accelerator. This gives GPUs and other AI chips access to data at much higher speeds, but it also requires more complicated manufacturing and packaging. Micron says its 12-layer HBM4 memory is now shipping in high volume for a lead customer, with samples also supplied to other companies. The chipmaker has already generated more than $1 billion in HBM4 revenue and says the product is ramping twice as quickly as its earlier HBM3E generation. Samsung has similarly warned that the memory shortage could continue into 2027 and beyond. Consumer memory companies have also had to address sharp increases in DDR5 pricing, suggesting the effects are already reaching beyond the data center. For consumers, that could mean the AI memory crunch lasts longer than expected, even as manufacturers invest heavily in new production.
    • XnConvert 1.112 by Razvan Serea  XnConvert is a cross-platform batch image-converter and resizer with a powerful and ease of use experience. All common picture and graphics formats are supported (i.e. JPG, PNG, TIFF, GIF, Camera RAW, JPEG2000, WebP, OpenEXR) as well as supporting over 500 other image formats. Also available within the batch operations include rotating, adding of watermarks, adding of text along with many image-adjustment features such as brightness, shadows and more. Among the features included are: Batch adding of files and folders Support for drag and drop of files Batch rotating, cropping, resizing and more Adding of photo masks Preserving or removing image metadata in conversions Multipage image file support (i.e animated GIF, APNG, TIFF) Command line integration via NConvert Filters - such as 'Blur', 'Gaussian Blur', 'Emboss', "Sharpen' and much more Effects - such as 'Old camera' and much more Download: XnConvert 64-bit | Standalone | ~30.0 MB (Freeware) Download: XnConvert 32-bit | Standalone Links: XnConvert Website | Screenshot | Release Announcement Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Microsoft updates Visual Studio Code with chat cost tracking and multi-agent chats by Paul Hill Microsoft has just launched Visual Studio Code 1.126, its latest weekly release. This time, the company has focused on letting you see the total cost of chat sessions to spot expensive conversations; enabling multiple chats per session that run side-by-side in one agent host Copilot session; and letting you browse new folders safely in restricted mode. We have now reached the stage where free AI in IDEs is coming to an end. To help you keep track of your costs, VS Code now lets you see the entire cost of a chat session, rather than just individual turns. This should give you more transparency about which sessions consume the most credits, so you can better manage your usage over time and spend less. For those of you using the Agents window, you know it is possible to run and manage multiple agent sessions at once. In this update, a Copilot session started from an agent host can hold several chats at once. Explaining how this feature works, Microsoft writes: Finally, from this update forward, Microsoft will remove the pop-up when opening an untrusted folder. When you open a new folder now, it will automatically open in Restricted Mode. You will see a banner that lets you manage the trust level of the folder. Microsoft has made this change so that it’s easier to start inspecting code without giving it trust right away. If you have VS Code, you can check for updates within the app now to get this new version. Otherwise, you can download it from the Visual Studio Code website.
    • Anthropic accuses Alibaba of using 25,000 fake accounts to copy Claude's capabilities by Karthik Mudaliar Anthropic has accused Alibaba of using nearly 25,000 fraudulent accounts to extract capabilities from Claude on a huge scale. According to a report from Reuters, Anthropic told US lawmakers that operators linked to Alibaba and the company’s Qwen AI team generated 28.8 million exchanges with Claude between April 22 and June 5, 2026. That is a lot of Claude conversations, but Anthropic says this was not ordinary chatbot use. The company believes the accounts were part of a coordinated effort to collect answers that could help train or improve rival AI systems. The alleged campaign reportedly focused on some of Claude’s most valuable skills, including software development, multi-step reasoning, and agentic tasks. In practical terms, that means getting an AI model to plan and complete work across several stages rather than simply answering a single question. This is called 'distillation,' where AI companies use outputs from a larger model to train a smaller and cheaper one. The smaller model learns to imitate useful parts of the more capable system without needing the same amount of computing power. The distillation process isn't automatically suspicious, but the problem comes when one company gathers another provider's outputs without permission and at an industrial scale. Also, this does not mean Alibaba obtained Claude’s source code, model weights, or original training data. Instead, Anthropic claims the accounts repeatedly asked Claude carefully designed questions and collected the answers. Those answers could then be used as training material for another model. Anthropic has made similar accusations against DeepSeek, Moonshot AI, and MiniMax earlier this year. As Neowin previously reported, Anthropic said those three companies collectively generated more than 16 million Claude exchanges through roughly 24,000 accounts. Anthropic says the new campaign produced almost twice as many exchanges in a matter of weeks. Anthropic reportedly told lawmakers that the campaign could help Chinese AI developers approach the capabilities of its Mythos Preview model. Mythos is focused on advanced cybersecurity work, including finding and exploiting complex software vulnerabilities. via Reuters | Photo via DepositPhotos.com
    • An Indian manufacturer that assembles roughly one-third of Apple's iPhones and supplies semiconductor components to Tesla confirmed Monday that attackers had stolen and publicly published a 630-gigabyte cache of confidential files — including engineering blueprints stamped "TRADE SECRET," a 52-page quality inspection document for iPhone circuit board components, and cryptographic certificates that security experts say could be weaponized in follow-on attacks. https://www.techtimes.com/articles/319019/20260624/apple-tesla-supplier-tata-electronics-confirms-630-gb-data-theft-iphone-specs-dark-web.htm
  • Recent Achievements

    • Rookie
      krychek57 went up a rank
      Rookie
    • Grand Master
      Jaybonaut went up a rank
      Grand Master
    • One Year In
      Philsl earned a badge
      One Year In
    • Dedicated
      Scoobystu earned a badge
      Dedicated
    • First Post
      Tom Schmidt earned a badge
      First Post
  • Popular Contributors

    1. 1
      +primortal
      441
    2. 2
      +Edouard
      176
    3. 3
      PsYcHoKiLLa
      133
    4. 4
      Michael Scrip
      79
    5. 5
      Xenon
      77
  • Tell a friend

    Love Neowin? Tell a friend!